Reviewed: https://review.opendev.org/661999 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c60a82dfaa552bfe7840e61521fdc4a8625b1882 Submitter: Zuul Branch: master
commit c60a82dfaa552bfe7840e61521fdc4a8625b1882 Author: BubaVV <[email protected]> Date: Mon May 27 14:51:42 2019 +0300 Fixes creating nondefault type volumes from volume Horizon ignores volume type of source volume and tries to set default type to newly created volume. Proposed patch makes Horizon inherit volume type from the source Closes-bug: #1830759 Closes-bug: #1599225 Change-Id: Ice18259a59d1b7e347ffab89ca931985d49e6895 ** 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/1599225 Title: Can't create volume from volume Status in Cinder: Invalid Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Steps to reproduce: 1. Navigate to horison as admin 2. Navigate to tab Compute->Volumes 3. Click button "Create Volume" 4. On the opened window in textbox "Volume Name" enter "Volume1" and click button "Create Volume". 5. After volume is created click button "Create Volume" 6. In textbox "Volume Name" enter "Volume2" 7. Choose "Type" as "volumes_ceph" 8. Choose "Volume Source" as "Volume" 9. Choose "Use a volume as source" as "Volume1" 10. Click button "Create Volume" Expected results: Volume is created Actual result: Volume isn't created. Error "Error: Unable to create volume." To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1599225/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

