add vpc commands

This commit is contained in:
Steve Pulec 2013-03-05 22:33:41 -05:00
commit 584f1f01b6
4 changed files with 102 additions and 6 deletions

View file

@ -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')