summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSindhu Devale <sindhu.devale@intel.com>2016-10-04 13:02:41 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2017-03-22 16:39:19 +0000
commit832b2591cf299bf51c1922df1cdd4ba0aabe88c0 (patch)
tree193de8b30ad51368696a65224f85e1f99527888b /releasenotes
parent62bf9e2609bd5d092ff1b238546a1fc6175bd575 (diff)
downloadpython-openstackclient-832b2591cf299bf51c1922df1cdd4ba0aabe88c0.tar.gz
OSC Extension Show
Implement Neutron feature of Extension Show into OpenStack Client. Change-Id: Ifecb794838cb3bf8c2466d178345349db3cd4003 Implements: blueprint extension-show
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml b/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml
new file mode 100644
index 00000000..21ed6470
--- /dev/null
+++ b/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added `openstack extension show` command to allow users
+ to view the details of the extension. Currently works only for
+ network extensions.
+
+ [Blueprint `extension-show <https://blueprints.launchpad.net/python-openstackclient/+spec/extension-show>`_]