← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Reviewed:  https://review.openstack.org/375927
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=18c90b488716905ec837aba59c97803d2f2ef377
Submitter: Jenkins
Branch:    master

commit 18c90b488716905ec837aba59c97803d2f2ef377
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date:   Sun Sep 25 03:35:29 2016 +0000

    Launch Instance: Creating new volume for image snapshot
    
    "Create new volume" option is supported when image snapshot
    is chosen as a boot source in Nova API. It is worth supporting
    this option in Horizon.
    
    Change-Id: I4f7fc6f850d9830557fca833ee9abea1f5b9f0bf
    Closes-Bug: #1627416
    Co-Authored-By: Kenji-i<ken-ishii@xxxxxxxxxxxxx>


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References