diff --git a/Dockerfile-local b/Dockerfile-local index 3e84512dfa115196d1725dea98d0a815f05b51c6..c0072094970fe142c6ec43fcf6a59f569c914d75 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y git python3 python3-pip \ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3-neutronclient python3-openstackclient \ python3-requests python3-netaddr python3-argcomplete \ && DEBIAN_FRONTEND=noninteractive python3 -m pip install -U jsonrpclib-pelix cvprac \ - "osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im" azure boto "fog05rest>=0.0.4" \ + "osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im" "azure==4.0.0" boto "fog05rest>=0.0.4" \ untangle pyone "oca @ git+https://github.com/python-oca/python-oca#egg=oca" # DEBIAN_FRONTEND=noninteractive apt-get -y install python-openstacksdk python-openstackclient && \ diff --git a/RO-VIM-azure/requirements.txt b/RO-VIM-azure/requirements.txt index 6cfff525e37f113e58e4d4424322322c89240b06..d025c964c98a55fc426a228e9e68e4bdb0ba798e 100644 --- a/RO-VIM-azure/requirements.txt +++ b/RO-VIM-azure/requirements.txt @@ -16,5 +16,5 @@ PyYAML requests netaddr -azure +azure==4.0.0 git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO diff --git a/RO-VIM-azure/setup.py b/RO-VIM-azure/setup.py index 32c204c6f44aaf64840fcddb93d6d6d14c33aa3f..954835769b9f20f5e154ec71b2b5a9f79929540e 100644 --- a/RO-VIM-azure/setup.py +++ b/RO-VIM-azure/setup.py @@ -48,7 +48,7 @@ setup( "requests", "netaddr", "PyYAML", - "azure", + "azure==4.0.0", "osm-ro @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO" ], setup_requires=['setuptools-version-command'],