Use upstream neutron default for handle_internal_only_routers
The configuration for the variable handle_internal_only_routers is removed in order to use the Neutron upstream default setting. The current default for handle_internal_only_routers is True, which does allow Neutron L3 router without external networks attached (as discussed per https://bugs.launchpad.net/neutron/+bug/1572390) Change-Id: I78bd4216bb459224df2a5cd67f344732ea5d1214 Closes-Bug: #1577868
This commit is contained in:
parent
d13c448805
commit
c15dcba878
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The Neutron L3 Agent configuration for the handle_internal_only_routers
|
||||||
|
variable is removed in order to use the Neutron upstream default setting.
|
||||||
|
The current default for handle_internal_only_routers is True,
|
||||||
|
which does allow Neutron L3 router without external networks attached
|
||||||
|
(as discussed per https://bugs.launchpad.net/neutron/+bug/1572390).
|
@ -25,7 +25,6 @@ ha_confs_path = {{ neutron_system_home_folder }}/ha_confs
|
|||||||
ha_vrrp_advert_int = 2
|
ha_vrrp_advert_int = 2
|
||||||
ha_vrrp_auth_password = {{ neutron_ha_vrrp_auth_password }}
|
ha_vrrp_auth_password = {{ neutron_ha_vrrp_auth_password }}
|
||||||
ha_vrrp_auth_type = {{ neutron_ha_vrrp_auth_type }}
|
ha_vrrp_auth_type = {{ neutron_ha_vrrp_auth_type }}
|
||||||
handle_internal_only_routers = False
|
|
||||||
send_arp_for_ha = 3
|
send_arp_for_ha = 3
|
||||||
|
|
||||||
# Metadata
|
# Metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user