Luca Prete
Committed by Gerrit Code Review

Removing dhcp app from the office cell because incompatible with local dhcp server.

Change-Id: I2e5742f3b7637e6ae185eacde1b7af0d55b997ae
...@@ -4,5 +4,4 @@ export ONOS_NIC="10.1.10.*" ...@@ -4,5 +4,4 @@ export ONOS_NIC="10.1.10.*"
4 export OC1="10.1.10.223" 4 export OC1="10.1.10.223"
5 5
6 unset ONOS_USE_SSH 6 unset ONOS_USE_SSH
7 -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,dhcp" 7 +export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"
8 -
......