From 650716d0dd30a73ccabe3f0ec20eb722ca0d70d4 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 11 Jun 2018 19:19:03 +0000 Subject: Add support for project-specific limits Thsi commit adds client support for managing limits in keystone. bp unified-limits Change-Id: I33251dbd4d3bfaf178ca86a2f5d564ac94879dd2 --- releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1