Installation of OpenStack
The steps in the later part of the chapter document the installation of OpenStack services, including Keystone, Glance, Nova Compute, and Horizon, on a single controller and compute node. Neutron, the OpenStack Networking service, will be installed in the next chapter.
Installing and configuring the MySQL database server
On the controller node, use
yum
to install the MySQL database server:
# yum -y install mysql mysql-server MySQL-python
Once installed, set the IP address that MySQL will bind to by editing the /etc/my.cnf
configuration file and adding the bind-address
definition. Doing so will allow connectivity to MySQL from other hosts in the environment. The value for bind-address
should be the management IP of the ...
Get Learning OpenStack Networking (Neutron) now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.