OpenStack: Difference between revisions

Content added Content deleted
Line 28: Line 28:


Install NTP
Install NTP
yum install ntpdate
yum install ntpdate

Install MariaDB:
yum install mariadb-server
systemctl start mariadb.service
mysql_secure_installation # Set the password for MariaDB


== Preparing OpenStack Queens Installation ==
== Preparing OpenStack Queens Installation ==