Skip to content

Commit

Permalink
osc -> novaclient
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lamar committed Aug 4, 2011
1 parent 6c73d4c commit c0c5f69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions novaclient/v1_0/shell.py
Expand Up @@ -143,17 +143,17 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
@utils.arg('--flavor',
default=None,
metavar='<flavor>',
help="Flavor ID (see 'osc flavors'). "\
help="Flavor ID (see 'novaclient flavors'). "\
"Defaults to 256MB RAM instance.")
@utils.arg('--image',
default=None,
metavar='<image>',
help="Image ID (see 'osc images'). "\
help="Image ID (see 'novaclient images'). "\
"Defaults to Ubuntu 10.04 LTS.")
@utils.arg('--ipgroup',
default=None,
metavar='<group>',
help="IP group name or ID (see 'osc ipgroup-list').")
help="IP group name or ID (see 'novaclient ipgroup-list').")
@utils.arg('--meta',
metavar="<key=value>",
action='append',
Expand Down Expand Up @@ -191,17 +191,17 @@ def do_boot(cs, args):
@utils.arg('--flavor',
default=None,
metavar='<flavor>',
help="Flavor ID (see 'osc flavors'). "\
help="Flavor ID (see 'novaclient flavors'). "\
"Defaults to 256MB RAM instance.")
@utils.arg('--image',
default=None,
metavar='<image>',
help="Image ID (see 'osc images'). "\
help="Image ID (see 'novaclient images'). "\
"Defaults to Ubuntu 10.04 LTS.")
@utils.arg('--ipgroup',
default=None,
metavar='<group>',
help="IP group name or ID (see 'osc ipgroup-list').")
help="IP group name or ID (see 'novaclient ipgroup-list').")
@utils.arg('--meta',
metavar="<key=value>",
action='append',
Expand Down Expand Up @@ -240,17 +240,17 @@ def do_boot_for_account(cs, args):
@utils.arg('--flavor',
default=None,
metavar='<flavor>',
help="Flavor ID (see 'osc flavors'). "\
help="Flavor ID (see 'novaclient flavors'). "\
"Defaults to 256MB RAM instance.")
@utils.arg('--image',
default=None,
metavar='<image>',
help="Image ID (see 'osc images'). "\
help="Image ID (see 'novaclient images'). "\
"Defaults to Ubuntu 10.04 LTS.")
@utils.arg('--ipgroup',
default=None,
metavar='<group>',
help="IP group name or ID (see 'osc ipgroup-list').")
help="IP group name or ID (see 'novaclient ipgroup-list').")
@utils.arg('--meta',
metavar="<key=value>",
action='append',
Expand Down
4 changes: 2 additions & 2 deletions novaclient/v1_1/shell.py
Expand Up @@ -42,12 +42,12 @@ def _translate_flavor_keys(collection):
@utils.arg('--flavor',
default=None,
metavar='<flavor>',
help="Flavor ID (see 'osc flavors'). "\
help="Flavor ID (see 'novaclient flavors'). "\
"Defaults to 256MB RAM instance.")
@utils.arg('--image',
default=None,
metavar='<image>',
help="Image ID (see 'osc images'). "\
help="Image ID (see 'novaclient images'). "\
"Defaults to Ubuntu 10.04 LTS.")
@utils.arg('--meta',
metavar="<key=value>",
Expand Down

0 comments on commit c0c5f69

Please sign in to comment.