4 label: OpenDaylight plugin
7 - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
11 description: Port on which ODL REST API will be available.
14 error: Invalid port number
15 source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
20 description: Configure neutron to use VXLAN tunneling
24 condition: networking_parameters:segmentation_type == 'vlan'
25 message: Neutron with GRE segmentation required
30 description: VXLAN VNI IDs range end
33 error: Invalid ID number
37 condition: networking_parameters:segmentation_type == 'vlan'
42 description: VXLAN VNI IDs range start
43 label: VNI range start
45 error: Invalid ID number
49 condition: networking_parameters:segmentation_type == 'vlan'