diff --git a/keystone/assignment/core.py b/keystone/assignment/core.py index b8fd2cc762..c7ca2ebf81 100644 --- a/keystone/assignment/core.py +++ b/keystone/assignment/core.py @@ -425,7 +425,6 @@ class Driver(object): :raises: keystone.exception.UserNotFound, keystone.exception.GroupNotFound, - keystone.exception.ProjectNotFound, keystone.exception.DomainNotFound, keystone.exception.ProjectNotFound, keystone.exception.RoleNotFound @@ -443,7 +442,6 @@ class Driver(object): keystone.exception.GroupNotFound, keystone.exception.ProjectNotFound, keystone.exception.DomainNotFound, - keystone.exception.ProjectNotFound, keystone.exception.RoleNotFound """ @@ -459,7 +457,6 @@ class Driver(object): keystone.exception.GroupNotFound, keystone.exception.ProjectNotFound, keystone.exception.DomainNotFound, - keystone.exception.ProjectNotFound, keystone.exception.RoleNotFound """ @@ -473,7 +470,6 @@ class Driver(object): :raises: keystone.exception.ProjectNotFound, keystone.exception.DomainNotFound, - keystone.exception.ProjectNotFound, keystone.exception.RoleNotFound """