We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b40fa49 + deda023 commit efc572eCopy full SHA for efc572e
2 files changed
openstackclient/tests/common/test_clientmanager.py
@@ -16,8 +16,8 @@
16
from requests_mock.contrib import fixture
17
18
from keystoneclient.auth.identity import v2 as auth_v2
19
-from keystoneclient.openstack.common import jsonutils
20
from keystoneclient import service_catalog
+from oslo.serialization import jsonutils
21
22
from openstackclient.api import auth
23
from openstackclient.common import clientmanager
requirements.txt
@@ -8,6 +8,7 @@ Babel>=1.3
8
cliff>=1.7.0 # Apache-2.0
9
oslo.i18n>=1.0.0 # Apache-2.0
10
oslo.utils>=1.0.0 # Apache-2.0
11
+oslo.serialization>=1.0.0 # Apache-2.0
12
python-glanceclient>=0.14.0
13
python-keystoneclient>=0.11.1
14
python-novaclient>=2.18.0
0 commit comments