From 0b9a7b05c0689a438114dde6b8a1d78e6e4c6ba7 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 24 Jan 2018 21:46:52 +0000 Subject: Add support for registered limits This change add client support for creating, reading, updating, and deleting registered limits. A subsequent patch will do the same for project-specific limits. bp unified-limits Depends-On: https://review.openstack.org/#/c/569741/ Change-Id: I6b5d106d08af53c2ad41ed3f799e9e71d370c6dd --- .../notes/add-support-for-registered-limits-d83b888ea65a614b.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/add-support-for-registered-limits-d83b888ea65a614b.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1