Remove unneeded openvim call from Dockerfile-local 79/8479/1 v7.0.1rc1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 14 Jan 2020 22:30:20 +0000 (22:30 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 14 Jan 2020 23:10:32 +0000 (23:10 +0000)
Change-Id: I243f6ad7b348afe1c270da1cd41adbe9eaf6c770
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile-local
RO/osm_ro/openmanod.py

index 6fc109b..385e656 100644 (file)
@@ -44,7 +44,6 @@ RUN DEBIAN_FRONTEND=noninteractive  apt-get -y install python3-neutronclient pyt
 COPY . /root/RO
 
 RUN /root/RO/RO/osm_ro/scripts/install-osm-im.sh --develop && \
-    /root/RO/RO/osm_ro/scripts/install-lib-osm-openvim.sh --develop && \
     mkdir -p /var/log/osm && \
     python3 -m pip install -e /root/RO/RO && \
     python3 -m pip install -e /root/RO/RO-client && \
index de517d6..19fb686 100755 (executable)
@@ -53,8 +53,8 @@ import osm_ro
 
 __author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes"
 __date__ = "$26-aug-2014 11:09:29$"
-__version__ = "7.0.0.post1"
-version_date = "Dec 2019"
+__version__ = "7.0.0.post13"
+version_date = "Jan 2019"
 database_version = 40      # expected database schema version
 
 global global_config