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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user