1)
Goto horizon/openstack_dashboard/local/local_settings.py
Then Add/uncomment following lines
a)
OPENSTACK_API_VERSIONS = {
"identity": 3
}
b)
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
Goto horizon/openstack_dashboard/local/local_settings.py
Then Add/uncomment following lines
a)
OPENSTACK_API_VERSIONS = {
"identity": 3
}
b)
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
No comments:
Post a Comment