← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1389172] Re: Mandatory field of "Volume name" in "create volume" process

 

** Changed in: horizon
       Status: Fix Committed => 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/1389172

Title:
  Mandatory field of "Volume name" in "create volume" process

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  On Horizon dashboard, the field of "Volume name" is marked mandatory in the process of creating new volume. 
  However, the volume name is really optional in CLI of both cinder and nova boot.
  In fact, the following CLIs can be used to create a new volume without name:
    - cinder create 1 --image-id some_img_id --availability-zone nova
    - nova boot ... --block-device ...

  Proposal: change the field of "Volume name" on Horizon dashboard from
  mandatory to optional. This is supported by the fact that Horizon
  dashboard displays the volume's ID for the volume's name if its name
  is None or empty

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


References