Clean up duplicate exceptions in docs for assignment.Driver

keystone.exception.ProjectNotFound was duplicated in the
docstrings for some of the methods in assignment.Driver.

Related-Bug: #1239476
Change-Id: I2e20eff1f307fdba2dd75097302b11c1e98949e3
This commit is contained in:
Brant Knudson 2013-10-31 09:53:44 -05:00
parent 5097a03f8f
commit edcfe99c66
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
"""