add vpc commands
This commit is contained in:
parent
0d51349662
commit
584f1f01b6
4 changed files with 102 additions and 6 deletions
|
|
@ -29,6 +29,10 @@ def random_volume_id():
|
|||
return random_id(prefix='vol')
|
||||
|
||||
|
||||
def random_vpc_id():
|
||||
return random_id(prefix='vpc')
|
||||
|
||||
|
||||
def random_snapshot_id():
|
||||
return random_id(prefix='snap')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue