August 2018
Beginner
462 pages
12h 36m
English
On the controller node, use apt to install the MySQL database service and related Python packages:
# apt install mariadb-server python-pymysql
If prompted, set the password to openstack.
Once installed, create and edit the /etc/mysql/mariadb.conf.d/99-openstack.cnf configuration file. Add the [mysqld] block and the bind-address definition. Doing so will allow connectivity to MySQL from other hosts in the environment. The value for
Read now
Unlock full access