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.*"
export OC1="10.1.10.223"
unset ONOS_USE_SSH
export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,dhcp"
export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility"
......