Merge "Remove oslo serialization requirement"
This commit is contained in:
commit
6e4d6923cd
@ -12,12 +12,13 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import json as jsonutils
|
||||||
import mock
|
import mock
|
||||||
from requests_mock.contrib import fixture
|
from requests_mock.contrib import fixture
|
||||||
|
|
||||||
from keystoneclient.auth.identity import v2 as auth_v2
|
from keystoneclient.auth.identity import v2 as auth_v2
|
||||||
from keystoneclient import service_catalog
|
from keystoneclient import service_catalog
|
||||||
from oslo_serialization import jsonutils
|
|
||||||
|
|
||||||
from openstackclient.api import auth
|
from openstackclient.api import auth
|
||||||
from openstackclient.api import auth_plugin
|
from openstackclient.api import auth_plugin
|
||||||
|
@ -11,7 +11,6 @@ os-client-config
|
|||||||
oslo.config>=1.11.0 # Apache-2.0
|
oslo.config>=1.11.0 # Apache-2.0
|
||||||
oslo.i18n>=1.5.0 # Apache-2.0
|
oslo.i18n>=1.5.0 # Apache-2.0
|
||||||
oslo.utils>=1.4.0 # Apache-2.0
|
oslo.utils>=1.4.0 # Apache-2.0
|
||||||
oslo.serialization>=1.4.0 # Apache-2.0
|
|
||||||
python-glanceclient>=0.17.1
|
python-glanceclient>=0.17.1
|
||||||
python-keystoneclient>=1.3.0
|
python-keystoneclient>=1.3.0
|
||||||
python-novaclient>=2.22.0
|
python-novaclient>=2.22.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user