l3 agent network_device_mtu deprecation fix
If the neutron l3 agent network_device_mtu if it isn't set there is no need to log this warning message. Change-Id: I7bdbad512bd7921bbcf0367d1bc2700d35585cc0
This commit is contained in:
parent
71a9a0b927
commit
30bcad2ff7
@ -169,7 +169,6 @@ class neutron::agents::l3 (
|
||||
'DEFAULT/network_device_mtu': value => $network_device_mtu;
|
||||
}
|
||||
} else {
|
||||
warning('The neutron::l3_agent::network_device_mtu parameter is deprecated, use neutron::network_device_mtu instead.')
|
||||
neutron_l3_agent_config {
|
||||
'DEFAULT/network_device_mtu': ensure => absent;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user