OpenStack: Difference between revisions

Content added Content deleted
Line 49: Line 49:
ls
ls


Edit the generated answer configuration file with a text editor:
vi 03.09.18.conf

CONFIG_NTP_SERVERS=0.ro.pool.ntp.org
CONFIG_PROVISION_DEMO=n
CONFIG_KEYSTONE_ADMIN_PW=your_password # for Admin user
CONFIG_HORIZON_SSL=y # Access OpenStack dashboard via HTTP with SSL enabled
CONFIG_MARIADB_PW=mypassword1234 # The root password for MySQL server
CONFIG_NAGIOS_INSTALL=n # Disable Nagios





Enable Root SSH login by uncomment below line:
vi /etc/ssh/sshd_config
PermitRootLogin yes

systemctl restart sshd