yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #42323
[Bug 1516711] Fix included in openstack/horizon 9.0.0.0b1
This issue was fixed in the openstack/horizon 9.0.0.0b1 development
milestone.
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1516711
Title:
Glance metadata definitions requires v2 API
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The "Update Metadata" actions for images, flavors, etc. currently
fetches the metadata definitions from glance to display in the
metadata modal. The metadata definitions API was introduced with the
v2 API and if this is not being used the user will get an error.
"Error: Unable to retrieve the namespaces"
To replicate, edit the file /etc/glance/glance-api.conf and set the
following:
enable_v1_api = true
enable_v2_api = false
Then restart glance API.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1516711/+subscriptions
References