The keystoneclient.openstack.common is error path of exception. 83/30183/2
authorkong wei <kong.wei2@zte.com.cn>
Thu, 9 Mar 2017 14:49:17 +0000 (14:49 +0000)
committerkong wei <kong.wei2@zte.com.cn>
Thu, 9 Mar 2017 14:49:53 +0000 (14:49 +0000)
escalator should use keystoneclient.exception

Change-Id: I63a3ad0a9eab9b47bf536cebf4c142b7df22d3c2
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
client/escalatorclient/shell.py

index 782106c..ec8ffb3 100644 (file)
@@ -41,7 +41,7 @@ from escalatorclient 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")