Instance snapshots are listed under Images instead of Instance Snapshot
Bug #1626202 reported by
Lucio Seki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
Undecided
|
Sai Kiran |
Bug Description
When I create an instance snapshot, and try to launch a new instance using this snapshot as boot source, it's listed under Image instead of Instance Snapshot.
Steps to reproduce:
- Create an instance
- Create an Instance Snapshot
- Go to Launch Instance -> Source
Actual Behaviour:
The instance snapshot above is listed under Select Boot Source -> Image
Expected Behaviour:
The instance snapshot should be listed under Select Boot Source -> Instance Snapshot
Changed in horizon: | |
assignee: | nobody → Sai Kiran (saikiran) |
Changed in horizon: | |
status: | New → Confirmed |
To post a comment you must log in.
Yeah this seems to be correct.
An instance snapshot its just an image with some extra properties and we check for "image. properties. image_type === 'snapshot'" but on my local tests with Newton it seems that the image properties have changed and we dont get the image_type anymore.