Bug fixed Arista SDN plugin
Change-Id: I35098d3dc9e6f6f8eea0cb749e1b7a314a8aa863
Signed-off-by: perales <oscarluis.peral@atos.net>
diff --git a/Dockerfile-local b/Dockerfile-local
index 385e656..8c7e83c 100644
--- a/Dockerfile-local
+++ b/Dockerfile-local
@@ -58,6 +58,7 @@
python3 -m pip install -e /root/RO/RO-SDN-onos_vpls && \
python3 -m pip install -e /root/RO/RO-SDN-onos_openflow && \
python3 -m pip install -e /root/RO/RO-SDN-floodlight_openflow && \
+ python3 -m pip install -e /root/RO/RO-SDN-arista && \
rm -rf /root/.cache && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*