diff options
| author | Lance Bragstad <lbragstad@gmail.com> | 2018-06-13 19:33:08 +0000 |
|---|---|---|
| committer | Lance Bragstad <lbragstad@gmail.com> | 2018-07-23 21:52:00 +0000 |
| commit | 735896eb1ad4543823008693c9d337691512f8bf (patch) | |
| tree | 1ac84ec6db45a33f421313fba502698e10058531 /releasenotes/notes | |
| parent | 641a4faac1d021518350925b4297677eeff98fde (diff) | |
| download | python-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.yaml | 7 |
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. |
