From edcfe99c66d5e7234c008526b1a0ff411f01f546 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 31 Oct 2013 09:53:44 -0500 Subject: [PATCH] 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 --- keystone/assignment/core.py | 4 ---- 1 file changed, 4 deletions(-) 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 """