On Mon, Jun 27, 2016 at 9:52 AM, Soputhi Sea <puthi(a)live.com> wrote:
Thanks for pointing out, i just revisit the document for
openstack-dashboard. And here is what i changed, it works now.
/etc/openstack-dashboard/local_settings
#note this option, i thought it enable by defaut but it is not
OPENSTACK_API_VERSIONS = {
"identity": 3,
"image": 2,
"volume": 2,
}
...
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
What was the installation tool, packstack or tripleo?
Cheers,
Alan