Loading src/nbi/service/ietf_network/ComposeNetwork.py +3 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ from .NetworkTypeEnum import NetworkTypeEnum, get_network_topology_type LOGGER = logging.getLogger(__name__) IGNORE_DEVICE_TYPES = { DeviceTypeEnum.CLIENT.value, DeviceTypeEnum.DATACENTER.value, DeviceTypeEnum.EMULATED_CLIENT.value, DeviceTypeEnum.EMULATED_COMPUTER.value, DeviceTypeEnum.EMULATED_DATACENTER.value, DeviceTypeEnum.EMULATED_VIRTUAL_MACHINE.value, DeviceTypeEnum.EMULATED_IP_SDN_CONTROLLER, DeviceTypeEnum.EMULATED_MICROWAVE_RADIO_SYSTEM.value, DeviceTypeEnum.EMULATED_OPEN_LINE_SYSTEM.value, Loading Loading
src/nbi/service/ietf_network/ComposeNetwork.py +3 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ from .NetworkTypeEnum import NetworkTypeEnum, get_network_topology_type LOGGER = logging.getLogger(__name__) IGNORE_DEVICE_TYPES = { DeviceTypeEnum.CLIENT.value, DeviceTypeEnum.DATACENTER.value, DeviceTypeEnum.EMULATED_CLIENT.value, DeviceTypeEnum.EMULATED_COMPUTER.value, DeviceTypeEnum.EMULATED_DATACENTER.value, DeviceTypeEnum.EMULATED_VIRTUAL_MACHINE.value, DeviceTypeEnum.EMULATED_IP_SDN_CONTROLLER, DeviceTypeEnum.EMULATED_MICROWAVE_RADIO_SYSTEM.value, DeviceTypeEnum.EMULATED_OPEN_LINE_SYSTEM.value, Loading