diff options
| author | Nam Nguyen Hoai <namnh@vn.fujitsu.com> | 2016-08-18 15:24:51 +0700 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-10-12 20:40:46 +0000 |
| commit | 2c1282cecf33162b5483f5cb558f98395945380b (patch) | |
| tree | e2e5456aef0c23de33947a6d6876f094438eb770 /doc/source/command-objects | |
| parent | ea7f28fb4acd39345bb95809a952e03ed802a9ff (diff) | |
| download | python-openstackclient-2c1282cecf33162b5483f5cb558f98395945380b.tar.gz | |
Add a new column and a new option the 'os port list' cmd
This patch will add a new column called status to the
result of the 'os port list' command and --long option
to 'os port list' command.
Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com>
Change-Id: I4f942414e969687304b578ed7f003dd219c0f2f8
Closes-Bug: #1613995
Closes-Bug: #1614321
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 e3e783ad..980f77b9 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -117,6 +117,7 @@ List ports [--device-owner <device-owner>] [--router <router> | --server <server>] [--network <network>] + [--long] .. option:: --device-owner <device-owner> @@ -135,6 +136,10 @@ List ports List only ports attached to this network (name or ID) +.. option:: --long + + List additional fields in output + port set -------- |
