summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-06-13 19:33:08 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-07-23 21:52:00 +0000
commit735896eb1ad4543823008693c9d337691512f8bf (patch)
tree1ac84ec6db45a33f421313fba502698e10058531 /releasenotes/notes
parent641a4faac1d021518350925b4297677eeff98fde (diff)
downloadpython-openstackclient-735896eb1ad4543823008693c9d337691512f8bf.tar.gz
Implement support for project limits
This commit let's users manage limits via the command line. bp unified-limits Change-Id: I7c44bbb60557378b66c5c43a7ba917f40dc2b633
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml
new file mode 100644
index 00000000..b00de40c
--- /dev/null
+++ b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ [`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
+ Support has been added for managing project-specific limits in keystone via
+ the ``limit`` command. Limits define limits of resources for projects to
+ consume once a limit has been registered.