File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,17 @@ conf:
59
59
vni_ranges : " "
60
60
neutron :
61
61
DEFAULT :
62
- # the 'trunk' plugin allows for us to create and configure trunk ports to allow
63
- # multiple networks to be trunked into the node and let the node apply the VLAN
64
- # the 'network_segment_range' plugin allows us to set the allowed VNIs or VLANs
65
- # for a given network and let's OpenStack select one from the available pool. We
66
- # are also able to see which ones are used from the OpenStack API.
67
- # the 'ovn-router' plugin enables OVN to be our L3 router
68
- service_plugins : " ovn-router,trunk,network_segment_range"
62
+ # We enable the following plugins:
63
+ # - 'ovn-router' enables OVN to be our L3 router.
64
+ # - 'trunk' allows for us to create and configure trunk ports to allow
65
+ # multiple networks to be trunked to a node and let the node apply the
66
+ # VLAN
67
+ # - 'network_segment_range' allows us to set the allowed VNIs or VLANs for
68
+ # a given network and let's OpenStack select one from the available pool.
69
+ # We are also able to see which ones are used from the OpenStack API.
70
+ # - 'segments' enables the /segments API for CRUD operations on network
71
+ # segments.
72
+ service_plugins : " ovn-router,trunk,network_segment_range,segments"
69
73
# we don't want HA L3 routers. It's a Python value so we need to quote it in YAML.
70
74
l3_ha : " False"
71
75
# we aren't using availability zones so having calls attempt to add things to
You can’t perform that action at this time.
0 commit comments