Skip to content

Commit 507fa83

Browse files
authored
Merge pull request #725 from rackerlabs/enable-segments-api
chore: Enable Neutron "segments" plugin to assist with troubleshooting
2 parents b384b8d + 471f064 commit 507fa83

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

components/neutron/values.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,17 @@ conf:
5959
vni_ranges: ""
6060
neutron:
6161
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"
6973
# we don't want HA L3 routers. It's a Python value so we need to quote it in YAML.
7074
l3_ha: "False"
7175
# we aren't using availability zones so having calls attempt to add things to

0 commit comments

Comments
 (0)