Merge "Clean up duplicate exceptions in docs for assignment.Driver"

This commit is contained in:
Jenkins 2013-11-03 17:40:33 +00:00 committed by Gerrit Code Review
commit 6751c7dc3b
1 changed files with 0 additions and 4 deletions

View File

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