summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-01-25 12:52:49 -0600
committerRichard Theis <rtheis@us.ibm.com>2016-02-02 08:40:05 -0600
commit981621e9845934c109c5e4abd9b2ab6828744346 (patch)
treeb7f28f77de03bff0ed077e05ca07ddc359ecfe46 /releasenotes
parentf36177ebdd4ea25028337efaf667c23d62e3bf9e (diff)
downloadpython-openstackclient-981621e9845934c109c5e4abd9b2ab6828744346.tar.gz
Add "os port show" command
Add "os port show" command. Change-Id: Id87c81640e74c60ae8f247c722c64fdadff022a2 Partial-Bug: #1519909 Partially-Implements: blueprint neutron-client
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-port-show-command-de0a599017189a21.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-port-show-command-de0a599017189a21.yaml b/releasenotes/notes/add-port-show-command-de0a599017189a21.yaml
new file mode 100644
index 00000000..cb652663
--- /dev/null
+++ b/releasenotes/notes/add-port-show-command-de0a599017189a21.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add support for the ``port show`` command.
+ [Bug `1519909 <https://bugs.launchpad.net/python-openstackclient/+bug/1519909>`_]