summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-support-for-registered-limits-d83b888ea65a614b.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-support-for-registered-limits-d83b888ea65a614b.yaml b/releasenotes/notes/add-support-for-registered-limits-d83b888ea65a614b.yaml
new file mode 100644
index 0000000..114d95b
--- /dev/null
+++ b/releasenotes/notes/add-support-for-registered-limits-d83b888ea65a614b.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Added support for managing registered limits. The ``POST`` API for
+ registered limits in keystone supports batch creation, but the client
+ implementation does not. Creation of registered limits using the client
+ must be done one at a time.