From: kong wei Date: Wed, 9 Aug 2017 07:16:08 +0000 (+0000) Subject: Merge "support all cluster update option" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=escalator.git;a=commitdiff_plain;h=d896ae4dc8b96acd1b720c29817b6b7faf7f086a;hp=4b445f24d664d0ed720293aeeaa5a6a195e51d06 Merge "support all cluster update option" --- diff --git a/client/escalatorclient/shell.py b/client/escalatorclient/shell.py index 782106c..ec8ffb3 100644 --- a/client/escalatorclient/shell.py +++ b/client/escalatorclient/shell.py @@ -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")