summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorjiahui.qiang <jiahui.qiang@easystack.cn>2017-01-17 02:42:53 +0800
committerjiahui.qiang <jiahui.qiang@easystack.cn>2017-01-17 15:19:22 +0800
commitf353253122ca39aeb092656cea011a06e70103a4 (patch)
tree9b6ca87b70dd5412e23e100d4e3a7562d4b7d0a0 /releasenotes
parent4d3cfb9142be8884fa74a6a8b324df869e32ba30 (diff)
downloadpython-openstackclient-f353253122ca39aeb092656cea011a06e70103a4.tar.gz
Error in the return of command 'volume qos create'
This patch fixed a 'volume qos create' display mistake in argument of 'specs'[1]. For command such as: $ openstack volume qos create hello [1]https://bugs.launchpad.net/python-openstackclient/+bug/1656767 Closes-bug:#1656767 Change-Id: Ia9fce833d318d9b52b97c12cfb89e2d3c5465fbe
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1656767-36a3d4b9fac335c9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1656767-36a3d4b9fac335c9.yaml b/releasenotes/notes/bug-1656767-36a3d4b9fac335c9.yaml
new file mode 100644
index 00000000..0c5b270f
--- /dev/null
+++ b/releasenotes/notes/bug-1656767-36a3d4b9fac335c9.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fixed a ``volume qos create`` display mistake in argument of ``specs``.
+ [Bug `1656767 <https://bugs.launchpad.net/python-openstackclient/+bug/1656767>`_]