Jump to content

OpenStack: Difference between revisions

Line 49:
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
 
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.