osc-lib: exceptions
Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828
This commit is contained in:
doc/source
openstackclient
api
common
compute
identity
image
v2
network
shell.pytests
api
common
compute
v2
identity
image
network
v2
volume
volume
@ -17,8 +17,7 @@ import simplejson as json
|
||||
|
||||
from keystoneauth1 import exceptions as ks_exceptions
|
||||
from keystoneauth1 import session as ks_session
|
||||
|
||||
from openstackclient.common import exceptions
|
||||
from osc_lib import exceptions
|
||||
|
||||
|
||||
class KeystoneSession(object):
|
||||
|
Reference in New Issue
Block a user