Role name is unique within the owning domain

Keytone supports to create roles with same name
in different domains, this fixes the doc nit.

Change-Id: I5da0bedef6cb9153054240502a09962cf3256fd2
This commit is contained in:
huangtianhua 2017-04-18 16:57:35 +08:00 committed by Steve Martinelli
parent da472c5f3b
commit b447b528a3
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ the uniqueness of these 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.

View File

@ -107,7 +107,8 @@ Roles
``Roles`` dictate the level of authorization the end user can obtain. Roles
can be granted at either the domain or project level. A role can be assigned at
the individual user or group level. Role names are globally unique.
the individual user or group level. Role names are unique within the
owning domain.
Role Assignments
^^^^^^^^^^^^^^^^