August 2018
Beginner
462 pages
12h 36m
English
Edit the /etc/openstack-dashboard/local_settings.py file and change the OPENSTACK_HOST value from its default to the following:
OPENSTACK_HOST = "controller01"
Set the API versions with the following dictionary:
OPENSTACK_API_VERSIONS = { "identity": 3, "image": 2, "volume": 2,}
Read now
Unlock full access