diff options
Diffstat (limited to 'keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml')
-rw-r--r-- | keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml b/keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml new file mode 100644 index 00000000..7845df9a --- /dev/null +++ b/keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml @@ -0,0 +1,7 @@ +--- +features: + - Domains are now represented as top level projects with the attribute + `is_domain` set to true. Such projects will appear as parents for any + previous top level projects. Projects acting as domains can be created, + read, updated, and deleted via either the project API or the domain API + (V3 only). |