Private images not listed when creating volume or instance from image
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Dashboard (Horizon) |
Undecided
|
Unassigned |
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-
OPENSTACK_
"data-
"identity": 3,
"volume": 2,
"image": 1,
}
And the following doesn't;
OPENSTACK_
"data-
"identity": 3,
"volume": 2,
"image": 2,
}
Testing was done with Newton Horizon version 10.0.1.
Mateusz Kowalski (makowals) wrote : | #1 |
Oisin (oisin-omalley) wrote : | #2 |
With v2 API, I only see (1) public images. Only images with the property is_public:True are listed, Project-owned and project-shared aren't visible in the drop-down list.
Oisin (oisin-omalley) wrote : | #3 |
https:/
Changed in horizon: | |
status: | New → Confirmed |
status: | Confirmed → New |
Changed in horizon: | |
status: | New → Confirmed |
Hi,
Can you give a bit more informations about "only public images" are listed ? There is https:/ /review. openstack. org/#/c/ 418246/ in progress, but it addresses issue where also some part of private images is visible (it solves the problem with private but shared images).
There are three classes of images owner_id" : project_id)
1) public ("is_public": True)
2) project-owned ("property-
3) project-shared ("visibility": "shared")
Can you confirm you see only (1) ?