stable/2025.2
The list region API in keystone has no "name" concept. The region name
is actually presented by the "id" field and is unique. Use get region
API instead.
Conflicts:
oslo_limit/fixture.py
oslo_limit/limit.py
oslo_limit/tests/test_limit.py
NOTE(stephenfin): Conflicts are due to the absence of ruff and typing
patches. Type hints have been dropped in the backport.
Closes-Bug: #2131974
Change-Id: I42200f7ef56352ecfb8dbc22b6e1709333ccf274
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
(cherry picked from commit cde63ed003)
Team and repository tags
oslo.limit
Oslo.limit is the limit enforcement library to assist with quota calculation. It aims to provide support for quota enforcement across all OpenStack services.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.limit/latest/
- Source: http://opendev.org/openstack/oslo.limit
- Bugs: http://bugs.launchpad.net/oslo.limit
Description
Languages
Python
100%