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:
Sergey Kolekonov 2016-05-05 20:05:14 +03:00 committed by Emilien Macchi
parent 69dff16837
commit 5ca3b084b5

View File

@ -59,7 +59,6 @@ class openstack_integration::neutron (
bridge_mappings => ['external:br-ex'],
manage_vswitch => false,
}
$external_network_bridge = 'br-ex'
$firewall_driver = 'neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver'
}
'linuxbridge': {
@ -101,7 +100,6 @@ class openstack_integration::neutron (
core_plugin => 'ml2',
service_plugins => ['router', 'metering', 'firewall'],
debug => true,
verbose => true,
bind_host => $::openstack_integration::config::host,
}
class { '::neutron::client': }