summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-17 17:23:54 +0000
committerGerrit Code Review <review@openstack.org>2017-01-17 17:23:54 +0000
commit08ca61ba074ba43ab0fd281992e878c78e0f709a (patch)
tree837819d39d4cd39634644e0418be19c99372690e /releasenotes
parente853d93a04fd548e94beaa46e8c47fe043f5a8ea (diff)
parent0340275fa9b48cda5a5f4015534ca8cbca23b3d2 (diff)
downloadpython-openstackclient-08ca61ba074ba43ab0fd281992e878c78e0f709a.tar.gz
Merge "Fix quota set command error for SDK > 0.9.10"
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>`_]