add ec2 credentials to the cli

This commit is contained in:
termie 2012-01-24 16:33:31 -08:00
parent 51a2c185ff
commit f5dbc98dff
1 changed files with 5 additions and 0 deletions

View File

@ -165,12 +165,17 @@ class User(ClientCommand):
pass
class Ec2(ClientCommand):
pass
CMDS = {'db_sync': DbSync,
'role': Role,
'service': Service,
'token': Token,
'tenant': Tenant,
'user': User,
'ec2': Ec2,
}