Adding note for create a project without domain info
When we create a project, using a project scoped token, without add the domain_id or domain information in the project creation parameters, this project will be automatically created on the default domain. Change-Id: Ib7a2d47c2204b0639f029c3079f4fa86ee78e3a9
This commit is contained in:
parent
18f96a8a3e
commit
12020a0b83
@ -36,6 +36,9 @@ relevant resource creation allows this.
|
||||
is constrained to the characters in the Basic Multilingual Plane (BMP).
|
||||
Supplementary characters are not permitted. Note that this last restriction is
|
||||
generally true for all ``names`` within resources of the Identity API.
|
||||
Creating a project without using a domain scoped token, i.e. using a project
|
||||
scoped token or a system scoped token, and also without specifying a domain or
|
||||
domain_id, the project will automatically be created on the default domain.
|
||||
|
||||
|
||||
List projects
|
||||
|
@ -83,6 +83,10 @@ Create a project named ``new-project``:
|
||||
| tags | [] |
|
||||
+-------------+----------------------------------+
|
||||
|
||||
- Creating a project without using a domain scoped token, i.e. using a project
|
||||
scoped token or a system scoped token, and also without specifying a domain
|
||||
or domain_id, the project will automatically be created on the default domain.
|
||||
|
||||
Update a project
|
||||
----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user