From eba58c34ef0310fa103a54cd28bbc093e78bc263 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 23 Sep 2015 14:49:32 +0200 Subject: [PATCH] shell: fix exception catching on cleanup We don't use keystoneclient anymore, I guess someone forgot to change this. :-) This fixes the error printing on cleanup. Change-Id: I2552c1d6e839ee5829c53974ee204cb155f97d34 --- gnocchiclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnocchiclient/shell.py b/gnocchiclient/shell.py index 6fbdc89..b3345b5 100644 --- a/gnocchiclient/shell.py +++ b/gnocchiclient/shell.py @@ -22,8 +22,8 @@ import warnings from cliff import app from cliff import commandmanager from keystoneauth1 import adapter +from keystoneauth1 import exceptions from keystoneauth1 import loading -from keystoneclient import exceptions from gnocchiclient import client from gnocchiclient import noauth