summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-08-18 15:24:51 +0700
committerDean Troyer <dtroyer@gmail.com>2016-10-12 20:40:46 +0000
commit2c1282cecf33162b5483f5cb558f98395945380b (patch)
treee2e5456aef0c23de33947a6d6876f094438eb770 /releasenotes
parentea7f28fb4acd39345bb95809a952e03ed802a9ff (diff)
downloadpython-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 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1613995-10bb3895d702c063.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1613995-10bb3895d702c063.yaml b/releasenotes/notes/bug-1613995-10bb3895d702c063.yaml
new file mode 100644
index 00000000..466f950a
--- /dev/null
+++ b/releasenotes/notes/bug-1613995-10bb3895d702c063.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Add a new column ``status`` and ``--long`` option to the result of the
+ ``os port list`` command.
+ [Bug `1613995 <https://bugs.launchpad.net/bugs/1613995>`_]
+ [Bug `1614321 <https://bugs.launchpad.net/bugs/1614321>`_]