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
This commit is contained in:
wangxiyuan 2018-10-19 11:26:06 +08:00
parent 8e9de8a515
commit f6ca786618
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
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).