Controller Node:
1. sudo apt-get install apache2 memcached libapache2-mod-wsgi openstack-dashboard
2. sudo apt-get remove --purge openstack-dashboard-ubuntu-theme
3. sudo vi /etc/openstack-dashboard/local_settings.py
...
OPENSTACK_HOST = "controller"
4.
sudo service apache2 restart
sudo service memcached restart
时间: 2024-10-11 11:36:44