Domain IDs in project references are required

Currently, the implementation doesn't allow for `domain_id` in project
create references to be nullable. This change updates the Identity API
to be consistent with the documentation. The alternative would be to
supply a migration to Keystone that changes the backends to not require
`domain_id` and make it truely optional.

Change-Id: I9e1be277c47328dfe14a7f08cbfeee3671f4b382
Closes-Bug: #1362291
This commit is contained in:
Lance Bragstad 2014-08-27 18:45:55 +00:00
parent fadef23172
commit 9d02a8a8e3
1 changed files with 2 additions and 2 deletions

View File

@ -723,14 +723,14 @@ Required attributes:
Unique project name, within the owning domain.
Optional attributes:
- `domain_id` (string)
References the domain which owns the project; if a domain is not specified by
the client, the Identity service implementation will default it to the domain
to which the client's token is scoped.
Optional attributes:
- `description` (string)
- `enabled` (boolean)