volume attaching and detaching working
This commit is contained in:
parent
7464fcbbe9
commit
f92a3ec00f
4 changed files with 219 additions and 9 deletions
|
|
@ -26,6 +26,10 @@ def random_security_group_id():
|
|||
return random_id(prefix='sg')
|
||||
|
||||
|
||||
def random_volume_id():
|
||||
return random_id(prefix='vol')
|
||||
|
||||
|
||||
def instance_ids_from_querystring(querystring_dict):
|
||||
instance_ids = []
|
||||
for key, value in querystring_dict.iteritems():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue