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:
parent
68b5eedc11
commit
a14b6fc174
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user