use jsonutils in oslo.serialization instead of keystoneclient
keystoneclient/openstack/common/jsonutils.py is removed in this patch https://review.openstack.org/#/c/128454/ Now, we should use jsonutils in oslo.serialization package. Change-Id: I7c8e8e6d5dffa85244368fd578616c9b19f4fd21
This commit is contained in:
parent
fa9cdef874
commit
deda023314
@ -16,8 +16,8 @@ import mock
|
||||
from requests_mock.contrib import fixture
|
||||
|
||||
from keystoneclient.auth.identity import v2 as auth_v2
|
||||
from keystoneclient.openstack.common import jsonutils
|
||||
from keystoneclient import service_catalog
|
||||
from oslo.serialization import jsonutils
|
||||
|
||||
from openstackclient.api import auth
|
||||
from openstackclient.common import clientmanager
|
||||
|
@ -8,6 +8,7 @@ Babel>=1.3
|
||||
cliff>=1.7.0 # Apache-2.0
|
||||
oslo.i18n>=1.0.0 # Apache-2.0
|
||||
oslo.utils>=1.0.0 # Apache-2.0
|
||||
oslo.serialization>=1.0.0 # Apache-2.0
|
||||
python-glanceclient>=0.14.0
|
||||
python-keystoneclient>=0.11.1
|
||||
python-novaclient>=2.18.0
|
||||
|
Loading…
Reference in New Issue
Block a user