diff --git a/releasenotes/notes/domain-level-limit-support-60e1e330d06227ed.yaml b/releasenotes/notes/domain-level-limit-support-60e1e330d06227ed.yaml new file mode 100644 index 0000000000..3e11c00ddb --- /dev/null +++ b/releasenotes/notes/domain-level-limit-support-60e1e330d06227ed.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + [`blueprint 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.