Add release notes for projects acting as domains.

Change-Id: I94473e096b040106498f7d2ce1df290b62b68f45
Partially-Implements: blueprint reseller
This commit is contained in:
Henry Nash 2016-03-02 14:31:55 +00:00
parent 0cfdd9265e
commit 2a3a1eb019
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
features:
- Domains are now represented as top level projects with the attribute
``is_domain`` set to true. Such projects will appears as parents for any
previous top level projects. Projects acting as domains can be created,
read, update and deleted via either the project API or the domain API.
upgrade:
- The contents of the sql domain table are migrated to the sql project
table. Although the domain table (and its contents) are not removed in this
upgrade, they are no longer referenced. They will be removed in a future
upgrade.