Merge "ovs-agent: Use appropriate IP for OpenFlow connection"
This commit is contained in:
commit
e7612cc749
@ -255,11 +255,12 @@ class openstack_integration::neutron (
|
|||||||
case $driver {
|
case $driver {
|
||||||
'openvswitch': {
|
'openvswitch': {
|
||||||
class { 'neutron::agents::ml2::ovs':
|
class { 'neutron::agents::ml2::ovs':
|
||||||
local_ip => $::openstack_integration::config::host,
|
local_ip => $::openstack_integration::config::host,
|
||||||
tunnel_types => ['vxlan'],
|
tunnel_types => ['vxlan'],
|
||||||
bridge_mappings => ['external:br-ex'],
|
bridge_mappings => ['external:br-ex'],
|
||||||
manage_vswitch => false,
|
manage_vswitch => false,
|
||||||
firewall_driver => 'iptables_hybrid',
|
firewall_driver => 'iptables_hybrid',
|
||||||
|
of_listen_address => $::openstack_integration::config::host,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'ovn': {
|
'ovn': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user