Neutron: Enable vlan network

... so that we can test creation of vlan provider network.

Also disable tenant networks with flat of vlan because just allowing
vxlan is enough.

Change-Id: I9ac277803ee440d0258a5672d1592505c5aeea30
This commit is contained in:
Takashi Kajinami 2024-07-21 23:55:16 +09:00
parent 68b5eedc11
commit a14b6fc174

View File

@ -312,9 +312,10 @@ class openstack_integration::neutron (
}
class { 'neutron::plugins::ml2':
type_drivers => [$overlay_network_type, 'vlan', 'flat'],
tenant_network_types => [$overlay_network_type, 'vlan', 'flat'],
tenant_network_types => [$overlay_network_type],
extension_drivers => 'port_security,qos',
mechanism_drivers => $drivers_real,
network_vlan_ranges => 'external:1000:2999',
max_header_size => $max_header_size,
overlay_ip_version => $::openstack_integration::config::ip_version,
}