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:
Julien Danjou 2015-09-23 14:49:32 +02:00
parent cf0f9b7539
commit eba58c34ef
1 changed files with 1 additions and 1 deletions

View File

@ -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