summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-25 00:42:32 +0000
committerGerrit Code Review <review@openstack.org>2018-07-25 00:42:32 +0000
commitd838c696059719d285d431e3d47bc018c93b2ea5 (patch)
tree047dc3ef19e2e1447398e8f678f2c87701949723 /doc/source/cli/command-objects
parentc42b8552a89e3dea293b4cde21349fdc8a952182 (diff)
parent4a9cb8eea8e47950cb30ecaa7572a23d80d5bfcd (diff)
downloadpython-openstackclient-d838c696059719d285d431e3d47bc018c93b2ea5.tar.gz
Merge "Support filtering port with IP address substring"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/port.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst
index 335c2270..bb037fa3 100644
--- a/doc/source/cli/command-objects/port.rst
+++ b/doc/source/cli/command-objects/port.rst
@@ -179,7 +179,7 @@ List ports
[--router <router> | --server <server> | --device-id <device-id>]
[--network <network>]
[--mac-address <mac-address>]
- [--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
+ [--fixed-ip subnet=<subnet>,ip-address=<ip-address>,ip-substring=<ip-substring>]
[--long]
[--project <project> [--project-domain <project-domain>]]
[--tags <tag>[,<tag>,...]] [--any-tags <tag>[,<tag>,...]]
@@ -210,10 +210,11 @@ List ports
List only ports with this MAC address
-.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
+.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>,ip-substring=<ip-substring>
- Desired IP and/or subnet for filtering ports (name or ID):
- subnet=<subnet>,ip-address=<ip-address>
+ Desired IP address, IP address substring and/or subnet (name or ID) for
+ filtering ports:
+ subnet=<subnet>,ip-address=<ip-address>,ip-substring=<ip-substring>
(repeat option to set multiple fixed IP addresses)
.. option:: --long