Merge "Fixes a nit in a comment"

This commit is contained in:
Jenkins 2016-09-08 05:04:38 +00:00 committed by Gerrit Code Review
commit 45770923db
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@ class Manager(manager.Manager):
if project_id:
project = self.resource_api.get_project(project_id)
# For domain specific roles, the domain of the project must match
# the roles's
# For domain specific roles, the domain of the project
# and role must match
if role['domain_id'] and project['domain_id'] != role['domain_id']:
raise exception.DomainSpecificRoleMismatch(
role_id=role_id,