summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-06-11 19:19:03 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-06-14 18:39:01 +0000
commit650716d0dd30a73ccabe3f0ec20eb722ca0d70d4 (patch)
tree12e51f48987288895092cc9659a4466157a7f70d /releasenotes
parent0b9a7b05c0689a438114dde6b8a1d78e6e4c6ba7 (diff)
downloadpython-keystoneclient-650716d0dd30a73ccabe3f0ec20eb722ca0d70d4.tar.gz
Add support for project-specific limits
Thsi commit adds client support for managing limits in keystone. bp unified-limits Change-Id: I33251dbd4d3bfaf178ca86a2f5d564ac94879dd2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml b/releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml
new file mode 100644
index 0000000..623d96d
--- /dev/null
+++ b/releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added support for managing project-specific limits. The ``POST`` API for
+ limits in keystone supports batch creation, but the client implementation
+ does not. Creation for limits using the client must be done one at a time.