Merge "Add missing port-id usage info."

This commit is contained in:
Jenkins 2012-10-04 21:47:10 +00:00 committed by Gerrit Code Review
commit 6a8630867f

@ -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=[],