Remove deprecated parameters for Neutron
verbose option is deprecated and should be omitted external bridge is deprecated and not needed for ml2-ovs Change-Id: I83239d09fdc492c0f6123cc0eee294acb5726f52
This commit is contained in:
parent
69dff16837
commit
5ca3b084b5
@ -59,7 +59,6 @@ class openstack_integration::neutron (
|
|||||||
bridge_mappings => ['external:br-ex'],
|
bridge_mappings => ['external:br-ex'],
|
||||||
manage_vswitch => false,
|
manage_vswitch => false,
|
||||||
}
|
}
|
||||||
$external_network_bridge = 'br-ex'
|
|
||||||
$firewall_driver = 'neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver'
|
$firewall_driver = 'neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver'
|
||||||
}
|
}
|
||||||
'linuxbridge': {
|
'linuxbridge': {
|
||||||
@ -101,7 +100,6 @@ class openstack_integration::neutron (
|
|||||||
core_plugin => 'ml2',
|
core_plugin => 'ml2',
|
||||||
service_plugins => ['router', 'metering', 'firewall'],
|
service_plugins => ['router', 'metering', 'firewall'],
|
||||||
debug => true,
|
debug => true,
|
||||||
verbose => true,
|
|
||||||
bind_host => $::openstack_integration::config::host,
|
bind_host => $::openstack_integration::config::host,
|
||||||
}
|
}
|
||||||
class { '::neutron::client': }
|
class { '::neutron::client': }
|
||||||
|
Loading…
Reference in New Issue
Block a user