Don't import form keystoneclient.openstack.common
The keystoneclient.openstack.common directory is where we sync files from oslo incubator. It is not a public directory and should not be being consumed by openstackclient. Change-Id: I011bb95c2c824e2dbc4b822ca922ae77b8d9b955
This commit is contained in:
openstackclient
api
compute
identity
tests
identity
@ -15,8 +15,7 @@
|
||||
|
||||
import simplejson as json
|
||||
|
||||
from keystoneclient.openstack.common.apiclient \
|
||||
import exceptions as ksc_exceptions
|
||||
from keystoneclient import exceptions as ksc_exceptions
|
||||
from keystoneclient import session as ksc_session
|
||||
from openstackclient.common import exceptions
|
||||
|
||||
|
Reference in New Issue
Block a user