add most of the snapshot implementation
This commit is contained in:
parent
f92a3ec00f
commit
e261b82f29
4 changed files with 109 additions and 4 deletions
|
|
@ -30,6 +30,10 @@ def random_volume_id():
|
|||
return random_id(prefix='vol')
|
||||
|
||||
|
||||
def random_snapshot_id():
|
||||
return random_id(prefix='snap')
|
||||
|
||||
|
||||
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