Jump to: navigation, search

Difference between revisions of "Obsolete:Ability to create more than one volume at the same time"

(Design)
m (Demo Plan)
Line 23: Line 23:
 
== Demo Plan ==
 
== Demo Plan ==
 
TBD
 
TBD
 +
 +
[[category: cinder]]

Revision as of 18:25, 9 January 2015

Ability to create more than one volume at the same time

Summary

Currently creating multiple volumes in a single request is not supported.

Release Date

Cinder icehouse-3

Rationale

Creating multiple volumes will ehnance the user workload for repeatitive actions for large volume creation. The goal of the blueprint is to allow the creation of more volumes at the same time (of sequentially) from the cinder create command.

User Stories

As a Openstack End User I want to create multiple volumes at the same time using OpenStack CLI & REST interface.

As a Openstack End User I want to create multiple volumes at the same time using OpenStack Dashboard.

Design

Update python-cinder client to accept new optional input parameter "--num-volumes" which will iterate through a loop to create the multiple volumes.

Implementation

Code Changes

TBD

Test Plan

TBD

Demo Plan

TBD