fixing dockerfile-local azure 4.0.0 version 92/8792/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 16 Apr 2020 14:33:25 +0000 (14:33 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 16 Apr 2020 14:43:43 +0000 (14:43 +0000)
Change-Id: I83a3cefa02d8a52f3d37abf345586d18ae1301a4
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile-local
RO-VIM-azure/requirements.txt
RO-VIM-azure/setup.py

index 3e84512..c007209 100644 (file)
@@ -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 && \
index 6cfff52..d025c96 100644 (file)
@@ -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
index 32c204c..9548357 100644 (file)
@@ -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'],