From 5ca3b084b5601ab985b01db24a9ad572c238ce0b Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Thu, 5 May 2016 20:05:14 +0300 Subject: [PATCH] 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 --- manifests/neutron.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 9cf9a61ad..6718b2914 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -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': }