fdd3b9765a
Add the release note for domain level limit feature. This feature is finished now. Change-Id: I60f867ef9ece169afb637336aab460456ff3fedf bp: domain-level-limit
10 lines
515 B
YAML
10 lines
515 B
YAML
---
|
|
features:
|
|
- |
|
|
[`blueprint domain-level-limit <https://blueprints.launchpad.net/keystone/+spec/domain-level-limit>`_]
|
|
Keystone now supports domain level unified limit. When creating a limit,
|
|
users can specify a ``domain_id`` instead of ``project_id``. For `flat`
|
|
model, the domain limit is still non-hierarchical. For `strict-two-level`
|
|
model, the domain limit is now considered as the first level, so that the
|
|
project limit is the second level and the project can't contain any child.
|