diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2016-09-17 13:09:42 +0530 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-09-19 09:25:10 +0000 |
| commit | 554607eb3dab879da8e172eacb72930e54f0acf4 (patch) | |
| tree | 2e21a5e23dfc84fc5318b7de7ad8a12e1aeb8e6a /doc/source/command-objects | |
| parent | 7e990ba1e2ae0ecb804287212797ebad84d7b56b (diff) | |
| download | python-openstackclient-554607eb3dab879da8e172eacb72930e54f0acf4.tar.gz | |
Provide support to list ports by network
The new --network option provides a list of ports
connected with the current network.
Change-Id: I6a45184887b3e65f792391cb7e91f4ad85f29e03
Partial-Bug:#1562067
Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 771f2f8d..04cf59a2 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -116,6 +116,7 @@ List ports os port list [--device-owner <device-owner>] [--router <router> | --server <server>] + [--network <network>] .. option:: --device-owner <device-owner> @@ -130,6 +131,10 @@ List ports List only ports attached to this server (name or ID) +.. option:: --network <network> + + List only ports attached to this network (name or ID) + port set -------- |
