Skip to content

Commit

Permalink
Merge "Add missing port-id usage info."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Oct 4, 2012
2 parents aa171ca + f391591 commit 6a86308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novaclient/v1_1/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
metavar='<key=value>',
help="Send arbitrary key/value pairs to the scheduler for custom use.")
@utils.arg('--nic',
metavar="<net-id=net-uuid,v4-fixed-ip=ip-addr>",
metavar="<net-id=net-uuid,v4-fixed-ip=ip-addr,port-id=port-uuid>",
action='append',
dest='nics',
default=[],
Expand Down

0 comments on commit 6a86308

Please sign in to comment.