Merge "use keystoneclient exceptions instead of oslo-incubator code"

This commit is contained in:
Jenkins
2016-01-12 22:56:46 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -41,7 +41,7 @@ from glanceclient import exc
from keystoneclient.auth.identity import v2 as v2_auth
from keystoneclient.auth.identity import v3 as v3_auth
from keystoneclient import discover
from keystoneclient.openstack.common.apiclient import exceptions as ks_exc
from keystoneclient import exceptions as ks_exc
from keystoneclient import session
osprofiler_profiler = importutils.try_import("osprofiler.profiler")