keystone/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml
Brant Knudson ee2724a2a2 Release note cleanup
Removed info that's internal to keystone and therefore not relevant
to deployers.

Consistent references to config option names. `` should be used for
literal string values, not references.

Change-Id: Ia7e11683ed3ae7f19fe6680848bdcbaed954f424
2016-03-14 19:04:58 +00:00

8 lines
328 B
YAML

---
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).