Pin juju version to 2.8.1 and minor fixes in installer
Change-Id: Icc13bf72b664bad928d90e040f2ce55608dad759
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index a18bcc9..de8a713 100644
--- a/docker/LCM/Dockerfile
+++ b/docker/LCM/Dockerfile
@@ -47,7 +47,7 @@
&& python3 -m pip install -U pip \
&& python3 -m pip install -U aiokafka lxml six enum34 \
&& python3 -m pip install requests \
- && python3 -m pip install -U juju \
+ && python3 -m pip install -U "juju==2.8.1" \
&& rm -rf /var/lib/apt/lists/*
# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \
diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile
index 9505034..22451fc 100644
--- a/docker/MON/Dockerfile
+++ b/docker/MON/Dockerfile
@@ -61,7 +61,7 @@
python3-n2vc${N2VC_VERSION}
-RUN python3 -m pip install -U juju
+RUN python3 -m pip install -U "juju==2.8.1"
COPY scripts/ scripts/