summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-22 23:35:59 +0000
committerGerrit Code Review <review@openstack.org>2017-05-22 23:35:59 +0000
commit205d6e408a916e2df84c57d74bc5085aedd2866d (patch)
treeec14251eb21002f1fcb28050f921bc62d96e79fb /releasenotes
parent3fabbe9b397b12125821303ca393011f9df60368 (diff)
parentacc2d106abfb4fed0ff5d0d0c246d69f9ea1758b (diff)
downloadpython-openstackclient-205d6e408a916e2df84c57d74bc5085aedd2866d.tar.gz
Merge "Refactor Extension show and list command"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1689233-c3f98e159c75374e.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1689233-c3f98e159c75374e.yaml b/releasenotes/notes/bug-1689233-c3f98e159c75374e.yaml
new file mode 100644
index 00000000..3cecc46e
--- /dev/null
+++ b/releasenotes/notes/bug-1689233-c3f98e159c75374e.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Raise exact exception when extension don't exist in ``extension show``
+ command, and keep the column display order consist in ``extension list``
+ with and without ``--long`` option.
+ [Bug `1689233 <https://bugs.launchpad.net/python-openstackclient/+bug/1689233>`_]