diff options
| author | Sindhu Devale <sindhu.devale@intel.com> | 2016-10-04 13:02:41 -0500 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-03-22 16:39:19 +0000 |
| commit | 832b2591cf299bf51c1922df1cdd4ba0aabe88c0 (patch) | |
| tree | 193de8b30ad51368696a65224f85e1f99527888b /releasenotes | |
| parent | 62bf9e2609bd5d092ff1b238546a1fc6175bd575 (diff) | |
| download | python-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.yaml | 8 |
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>`_] |
