keystone/releasenotes/notes/unified-limit-api-improvment-b34d18769d18a0a7.yaml
wangxiyuan f6ca786618 Add release note for unified limit APIs changing
Some unified limit API related bugs have been fixed recently.

This patch add the release notes for them.

Once more bugs are fixed, this file can be updated as well.

Change-Id: Ib9772d962a3a284e342db7825b16f610a099f0cf
2018-10-31 03:29:47 +00:00

16 lines
743 B
YAML

---
fixes:
- >
Some bugs for unified limit APIs have been fixed, it includes:
* [`bug 1798716 <https://bugs.launchpad.net/keystone/+bug/1798716>`_]
The `region_id` of registered limit now can be updated to `None`.
* [`bug 1798495 <https://bugs.launchpad.net/keystone/+bug/1798495>`_]
The length of unified limit's `resource_name` now is limited from `1`
to `255` (string).
* [`bug 1797876 <https://bugs.launchpad.net/keystone/+bug/1797876>`_]
The `default_limit` of registered limit and the `resource_limit` of
limit now are limited from `-1` to `2147483647` (integer). `-1` means
no limit. `2147483647` is the max value for integer by default in SQL
(4 bytes).