Stop using openstack.common from keystoneclient
They switched away from it. Change-Id: Iea7fd67d764443dfb6e7192ab3dff475bc2e3095 Closes-Bug: #1481501
This commit is contained in:
parent
c8709ce435
commit
08825e46db
@ -18,7 +18,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from keystoneclient.openstack.common.apiclient import exceptions
|
||||
from keystoneclient import exceptions
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log
|
||||
import pecan
|
||||
|
@ -11,7 +11,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from keystoneclient.openstack.common.apiclient import exceptions
|
||||
from keystoneclient import exceptions
|
||||
import mock
|
||||
from oslotest import mockpatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user