Skip to content

Commit efc572e

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "use jsonutils in oslo.serialization instead of keystoneclient"
2 parents b40fa49 + deda023 commit efc572e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openstackclient/tests/common/test_clientmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from requests_mock.contrib import fixture
1717

1818
from keystoneclient.auth.identity import v2 as auth_v2
19-
from keystoneclient.openstack.common import jsonutils
2019
from keystoneclient import service_catalog
20+
from oslo.serialization import jsonutils
2121

2222
from openstackclient.api import auth
2323
from openstackclient.common import clientmanager

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Babel>=1.3
88
cliff>=1.7.0 # Apache-2.0
99
oslo.i18n>=1.0.0 # Apache-2.0
1010
oslo.utils>=1.0.0 # Apache-2.0
11+
oslo.serialization>=1.0.0 # Apache-2.0
1112
python-glanceclient>=0.14.0
1213
python-keystoneclient>=0.11.1
1314
python-novaclient>=2.18.0

0 commit comments

Comments
 (0)