keystone/releasenotes/notes/domain-level-limit-support-60e1e330d06227ed.yaml
wangxiyuan fdd3b9765a Release note for domain level limit
Add the release note for domain level limit feature.

This feature is finished now.

Change-Id: I60f867ef9ece169afb637336aab460456ff3fedf
bp: domain-level-limit
2019-02-19 11:09:13 +08:00

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.