summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml')
-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.