Merge "Add metavar for --fixed-ip"

This commit is contained in:
Jenkins 2013-06-17 23:17:11 +00:00 committed by Gerrit Code Review
commit cfd1e5045c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class CreatePort(quantumv20.CreateCommand):
'--device_id',
help=argparse.SUPPRESS)
parser.add_argument(
'--fixed-ip',
'--fixed-ip', metavar='ip_address=IP_ADDR',
action='append',
help='desired IP for this port: '
'subnet_id=<name_or_id>,ip_address=<ip>, '