Merge "OVN: Set sysctl value 'net.ipv4.ip_nonlocal_bind' to 1"
This commit is contained in:
commit
df762d810b
@ -26,4 +26,5 @@ parameter_defaults:
|
|||||||
NeutronServicePlugins: 'qos,ovn-router,trunk'
|
NeutronServicePlugins: 'qos,ovn-router,trunk'
|
||||||
NeutronVniRanges: ['1:65536', ]
|
NeutronVniRanges: ['1:65536', ]
|
||||||
NeutronEnableDVR: true
|
NeutronEnableDVR: true
|
||||||
|
KernelIpNonLocalBind: 1
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ parameter_defaults:
|
|||||||
NeutronBridgeMappings: ""
|
NeutronBridgeMappings: ""
|
||||||
NetworkerParameters:
|
NetworkerParameters:
|
||||||
OVNCMSOptions: "enable-chassis-as-gw"
|
OVNCMSOptions: "enable-chassis-as-gw"
|
||||||
|
KernelIpNonLocalBind: 1
|
||||||
|
@ -30,3 +30,4 @@ parameter_defaults:
|
|||||||
ControllerParameters:
|
ControllerParameters:
|
||||||
OVNCMSOptions: "enable-chassis-as-gw"
|
OVNCMSOptions: "enable-chassis-as-gw"
|
||||||
OVNDnsServers: []
|
OVNDnsServers: []
|
||||||
|
KernelIpNonLocalBind: 1
|
||||||
|
@ -32,3 +32,4 @@ parameter_defaults:
|
|||||||
NetworkerParameters:
|
NetworkerParameters:
|
||||||
OVNCMSOptions: "enable-chassis-as-gw"
|
OVNCMSOptions: "enable-chassis-as-gw"
|
||||||
OVNDnsServers: []
|
OVNDnsServers: []
|
||||||
|
KernelIpNonLocalBind: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user