use keystoneclient exceptions instead of oslo-incubator code
depending on any oslo-incubator code from another project is dangerous. keystoneclient makes its exceptions public and it's not recommended to use any code from keystoneclient.openstack.common.apiclient since it's maintained by oslo-incubator. Change-Id: Id1f5d1ddc5b297c9547c6d16d3ee70496c7852f4
This commit is contained in:
@@ -28,7 +28,7 @@ import six.moves.urllib.parse as urlparse
|
||||
from keystoneclient.auth.identity import v2 as v2_auth
|
||||
from keystoneclient.auth.identity import v3 as v3_auth
|
||||
from keystoneclient import discover
|
||||
from keystoneclient.openstack.common.apiclient import exceptions as ks_exc
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
from keystoneclient import session as kssession
|
||||
|
||||
import heatclient
|
||||
|
||||
Reference in New Issue
Block a user