Custom Search

Wednesday, January 22, 2014

OpenStack How to Configure Horizon to use keystone API v3

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

No comments:

Post a Comment