adding SDN opendaylight openflow plugin

Change-Id: I457a63cf2bdd13cfa49f95ff344fa912157b5115
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/Dockerfile-local b/Dockerfile-local
index 8c7e83c..725b2d8 100644
--- a/Dockerfile-local
+++ b/Dockerfile-local
@@ -57,6 +57,7 @@
     python3 -m pip install -e /root/RO/RO-SDN-tapi && \
     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-odl_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 && \