summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2017-01-15 14:37:49 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2017-01-15 20:00:53 +0800
commit0340275fa9b48cda5a5f4015534ca8cbca23b3d2 (patch)
treeace9fe0de450309fd2ffc15cbd00a4bf267c726f /releasenotes
parentb860ba0e42b942a1a5fb01b55d35a2edf062bf65 (diff)
downloadpython-openstackclient-0340275fa9b48cda5a5f4015534ca8cbca23b3d2.tar.gz
Fix quota set command error for SDK > 0.9.10
A bug in OpenStack SDK 0.9.11 and 0.9.12 that causes quota set command to fail. This can be removed when the proposed SDK fix (https://review.openstack.org/#/c/419911/) is released and in the minimum SDK version in global requirements. Closes-Bug: #1655445 Change-Id: I63132f5f762f0120282f8b92e72512763063e3c6
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1655445-96c787e3a51226e0.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1655445-96c787e3a51226e0.yaml b/releasenotes/notes/bug-1655445-96c787e3a51226e0.yaml
new file mode 100644
index 00000000..0f8f1ad1
--- /dev/null
+++ b/releasenotes/notes/bug-1655445-96c787e3a51226e0.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Work around a bug in OpenStackSDK 0.9.11 and 0.9.12 that causes
+ ``quota set --network`` to fail.
+ [Bug `1655445 <https://bugs.launchpad.net/python-openstackclient/+bug/1655445>`_]