diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-02-13 17:19:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-02-13 17:19:10 +0000 |
| commit | 803d5b4c83bff8fbc62d71f4b3d122c3e1322a8a (patch) | |
| tree | 389e999dbe7ebc0e944a4a4a89e0c9ff79f0e0ae /doc/source/command-objects | |
| parent | 8c9fff3a82494b455e8c9802ca067d160a40ad80 (diff) | |
| parent | e0e46bca093984926de11559e312d1f1fcade108 (diff) | |
| download | python-openstackclient-803d5b4c83bff8fbc62d71f4b3d122c3e1322a8a.tar.gz | |
Merge "Add --fixed-ip option to the port list command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 201a889e..5080addb 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -155,6 +155,7 @@ List ports [--router <router> | --server <server>] [--network <network>] [--mac-address <mac-address>] + [--fixed-ip subnet=<subnet>,ip-address=<ip-address>] [--long] [--project <project> [--project-domain <project-domain>]] @@ -179,6 +180,12 @@ List ports List only ports with this MAC address +.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> + + Desired IP and/or subnet (name or ID) for filtering ports: + subnet=<subnet>,ip-address=<ip-address> + (repeat option to set multiple fixed IP addresses) + .. option:: --long List additional fields in output |
