Commit 6c04928b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Set Ryu to expand devices
parent eeb33a1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ CONTROLLER_DEVICE_TYPES = {
EXPANSION_CONTROLLER_DEVICE_TYPES = {
    DeviceTypeEnum.IETF_SLICE,
    DeviceTypeEnum.NCE,
    DeviceTypeEnum.OPENFLOW_RYU_CONTROLLER,
    #DeviceTypeEnum.OPENFLOW_RYU_CONTROLLER,
}

class TaskExecutor: