diff options
author | kong wei <kong.wei2@zte.com.cn> | 2017-03-09 14:49:17 +0000 |
---|---|---|
committer | kong wei <kong.wei2@zte.com.cn> | 2017-03-09 14:49:53 +0000 |
commit | 5be8205978da7a39cfba4ada043cacd755780d3f (patch) | |
tree | cf396b1dd73c7007cb6343f8c21436c7a1e9bcd7 /client | |
parent | 70cbd8351e09634e45c9bcfaa48a2672c43ae240 (diff) |
The keystoneclient.openstack.common is error path of exception.
escalator should use keystoneclient.exception
Change-Id: I63a3ad0a9eab9b47bf536cebf4c142b7df22d3c2
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
Diffstat (limited to 'client')
-rw-r--r-- | client/escalatorclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |