Charmed Install Updates from v7.0
Removal of iptables manipulation from charmed installer
Expose juju controller using metallb
Pin version of juju
Change-Id: I3853dfe1d3b264311bed1f3a805397a9197b10bc
Signed-off-by: beierlm <mark.beierl@canonical.com>
(cherry picked from commit 3749e31006f1e6a84533d6a2b616b22f0220d822)
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index d9da408..301582b 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 \