Role name is unique within the owning domain

The commit has not been modified completely.
https://review.openstack.org/#/c/457835/

Change-Id: I91e2ec59d858c406cf18c513934a38bca5540369
This commit is contained in:
zlyqqq 2017-05-13 15:27:00 +08:00
parent fb60f18165
commit 9fb8af1360
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ In the Identity v3 API, the uniqueness of attributes is as follows:
- Domain Name. Globally unique across all domains.
- Role Name. Globally unique across all domains.
- Role Name. Unique within the owning domain.
- User Name. Unique within the owning domain.