python-keystoneclient/releasenotes/notes/add-support-for-limits-6f883d6d3054a500.yaml
Lance Bragstad 650716d0dd Add support for project-specific limits
Thsi commit adds client support for managing limits in keystone.

bp unified-limits

Change-Id: I33251dbd4d3bfaf178ca86a2f5d564ac94879dd2
2018-06-14 18:39:01 +00:00

7 lines
254 B
YAML

---
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.