← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1627416] [NEW] Launch Instance: "Create New Volume" option should be available for "Image Snapshot"

 

Public bug reported:

In Nova, Image snapshot and Image are handled equivalently and we can
pass image snapshot ID as volume source in 'nova boot' command line.

$ glance image-list --property-filter image_type=snapshot
+--------------------------------------+-------+
| ID                                   | Name  |
+--------------------------------------+-------+
| 37407a15-5024-4520-883d-5a9dc0e2062f | snap1 |
+--------------------------------------+-------+
$ nova boot --flavor m1.tiny --block-device source=snapshot,dest=volume,id=37407a15-5024-4520-883d-5a9dc0e2062f,size=1,bootindex=0,shutdown=remove vm3

On the other hand, horizon launch instance form does not provide 'Create
New Volume" option for "Image Snapshot" boot source. It should be
provided.

** Affects: horizon
     Importance: High
     Assignee: Akihiro Motoki (amotoki)
         Status: New


** Tags: newton-backport-potential

-- 
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/1627416

Title:
  Launch Instance: "Create New Volume" option should be available for
  "Image Snapshot"

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In Nova, Image snapshot and Image are handled equivalently and we can
  pass image snapshot ID as volume source in 'nova boot' command line.

  $ glance image-list --property-filter image_type=snapshot
  +--------------------------------------+-------+
  | ID                                   | Name  |
  +--------------------------------------+-------+
  | 37407a15-5024-4520-883d-5a9dc0e2062f | snap1 |
  +--------------------------------------+-------+
  $ nova boot --flavor m1.tiny --block-device source=snapshot,dest=volume,id=37407a15-5024-4520-883d-5a9dc0e2062f,size=1,bootindex=0,shutdown=remove vm3

  On the other hand, horizon launch instance form does not provide
  'Create New Volume" option for "Image Snapshot" boot source. It should
  be provided.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1627416/+subscriptions


Follow ups