python-openstackclient/releasenotes/notes/bug-1656767-36a3d4b9fac335c9.yaml
jiahui.qiang f353253122 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
2017-01-17 15:19:22 +08:00

6 lines
179 B
YAML

---
fixes:
- |
Fixed a ``volume qos create`` display mistake in argument of ``specs``.
[Bug `1656767 <https://bugs.launchpad.net/python-openstackclient/+bug/1656767>`_]