Editing an image makes it public
Bug #988633 reported by
Sam Morrison
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
Gabriel Hurley | ||
Essex |
Fix Released
|
High
|
Tres Henry |
Bug Description
When editing an image in the dashboard, eg. to rename the image after saving the image will become public.
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → folsom-1 |
tags: | added: essex-backport-potential |
Changed in horizon: | |
importance: | High → Undecided |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Sam, I'm unable to repro. Here's the two flows (with steps) I took (let me know if there are other steps to repro):
-- uploaded image flow --
1) Upload oneiric UEC image to glance in the normal way
2) Horizon -> Admin -> Images
3) Edit oneiric AMI and change name
Expected:
AMI has name changed but isn't public
Actual:
AMI name is changed and image is still private
-- snapshot flow --
1) Horizon -> Project -> Images & Snapshots
2) Launch instance from default cirros (devstack) image
3) Horizon -> Project -> Instances & Volumes
4) Snapshot instance
5) Horizon -> Admin -> Images
6) Edit snapshot image and change name
Expected:
AMI has name changed but isn't public
Actual:
AMI name is changed and image is still private
I also tested making image public and then back to private and it worked as expected. This was all tested with the latest devstack and Horizon.