yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63634
[Bug 1686588] [NEW] Private images not listed when creating volume or instance from image
Public bug reported:
In Horizon with Image API v2 enabled, in the "Create Volume", "Create
Instance" and "Rebuild Instance" dialogs, when selecting an image, only
public images are listed. Private images are missing from the list. This
only occurs when Horizon is configured to use the glance image API v2,
when v1 is used the issues is resolved.
In /etc/openstack-dashboard/local_settings to contain, the following
works;
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"volume": 2,
"image": 1,
}
And the following doesn't;
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"volume": 2,
"image": 2,
}
Testing was done with Newton Horizon version 10.0.1.
** Affects: horizon
Importance: Undecided
Status: New
--
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/1686588
Title:
Private images not listed when creating volume or instance from image
Status in OpenStack Dashboard (Horizon):
New
Bug description:
In Horizon with Image API v2 enabled, in the "Create Volume", "Create
Instance" and "Rebuild Instance" dialogs, when selecting an image,
only public images are listed. Private images are missing from the
list. This only occurs when Horizon is configured to use the glance
image API v2, when v1 is used the issues is resolved.
In /etc/openstack-dashboard/local_settings to contain, the following
works;
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"volume": 2,
"image": 1,
}
And the following doesn't;
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"volume": 2,
"image": 2,
}
Testing was done with Newton Horizon version 10.0.1.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1686588/+subscriptions