diff options
| author | Lance Bragstad <lbragstad@gmail.com> | 2018-06-11 22:03:52 +0000 |
|---|---|---|
| committer | Lance Bragstad <lbragstad@gmail.com> | 2018-07-23 21:18:50 +0000 |
| commit | 641a4faac1d021518350925b4297677eeff98fde (patch) | |
| tree | 55a2b551eff2dea6b9934827a90ccfd0265c6d2d /releasenotes/notes | |
| parent | 3493948d13aadd1a329b37eb8fafb731b1f5c6a7 (diff) | |
| download | python-openstackclient-641a4faac1d021518350925b4297677eeff98fde.tar.gz | |
Implement support for registered limits
This commit adds support for users to manage registered limits via
the command line.
bp unified-limits
Depends-On: https://review.openstack.org/#/c/574391/
Change-Id: Id8377363f7a3248b45aeeba21d2acc02684a0305
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml new file mode 100644 index 00000000..20050bb2 --- /dev/null +++ b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + [`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_] + Support has been added for managing registered limits in keystone via the + ``registered limit`` command. Registered limits define limits of resources + for projects to assume by default. |
