This commit is contained in:
Matt Dietz 2011-06-13 15:18:11 -05:00
parent 6c907a7cbb
commit 6aa43b1688

@ -353,7 +353,7 @@ class OpenStackShell(object):
"Looks in ~/.ssh for a key, "\
"or takes an explicit <path> to one.")
@arg('account', metavar='<account>', help='Account to build this'\
'server for')
' server for')
@arg('name', metavar='<name>', help='Name for the new server')
def do_boot_for_account(self, args):
"""Boot a new server in an account."""