Remove advertise_mtu option

This option is deprecated in Newton and removed [1] in Ocata
from Neutron code.
Now Neutron always adverises mtu by default.

[1] https://review.openstack.org/#/c/413567/

Change-Id: Iff15f85358c512f991612ee204f0f71fe8579335
Partial-Bug: #1477967
This commit is contained in:
Mykyta Karpin 2017-01-20 11:29:53 +02:00
parent 7018497d08
commit 2a66c4ac8e
2 changed files with 0 additions and 2 deletions

View File

@ -90,7 +90,6 @@ class openstack_tasks::openstack_network::common_config {
rabbit_heartbeat_timeout_threshold => 0,
kombu_compression => $kombu_compression,
global_physnet_mtu => $physical_net_mtu,
advertise_mtu => true,
notification_driver => $ceilometer_hash['notification_driver'],
manage_logging => false,
root_helper_daemon => 'sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf'

View File

@ -38,7 +38,6 @@ describe manifest do
service_plugins.concat(['qos'])
end
it { should contain_class('neutron').with('advertise_mtu' => 'true')}
it { should contain_class('neutron').with('report_interval' => neutron_config['neutron_report_interval'])}
it { should contain_class('neutron').with('dhcp_agents_per_network' => '2')}
it { should contain_class('neutron').with('dhcp_lease_duration' => neutron_config['L3'].fetch('dhcp_lease_duration', '600'))}