Merge "support all cluster update option"
authorkong wei <kong.wei2@zte.com.cn>
Wed, 9 Aug 2017 07:16:08 +0000 (07:16 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 9 Aug 2017 07:16:08 +0000 (07:16 +0000)
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")