diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-17 23:17:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-17 23:17:11 +0000 |
| commit | cfd1e5045c2906a698bd9d1451e8fc575fd78a99 (patch) | |
| tree | 087398f7b201fc28236d757ba69db2d75bad3283 | |
| parent | 92d9698ceb6cd75782ebae7baa96f511a33b7e26 (diff) | |
| parent | 2bc41fb43fe63d246af3a21e6bb845f64162eceb (diff) | |
| download | python-neutronclient-cfd1e5045c2906a698bd9d1451e8fc575fd78a99.tar.gz | |
Merge "Add metavar for --fixed-ip"
| -rw-r--r-- | quantumclient/quantum/v2_0/port.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantumclient/quantum/v2_0/port.py b/quantumclient/quantum/v2_0/port.py index 832f86d..0d6af60 100644 --- a/quantumclient/quantum/v2_0/port.py +++ b/quantumclient/quantum/v2_0/port.py @@ -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>, ' |
