Merge "Adding note for create a project without domain info"

This commit is contained in:
Zuul 2020-07-06 20:50:33 +00:00 committed by Gerrit Code Review
commit 557e3e44dc
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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
----------------