]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add configurable options for HA networks
authorJohn Schwarz <jschwarz@redhat.com>
Wed, 12 Aug 2015 10:39:28 +0000 (13:39 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Thu, 13 Aug 2015 13:02:19 +0000 (16:02 +0300)
commit98618644ce3c36eabfcc0aea49e7962b0506a567
tree941a5ba0313f2819621e92ed106f2ec031341674
parentdfadd1af75ae2586a637af59864f8bb5348a71b2
Add configurable options for HA networks

The L3 HA mechanism creates a project network for HA (VRRP) traffic
among routers. The HA project network uses the first (default) network
type in 'tenant_network_types'. Depending on the environment, this
combination may not provide a desirable path for HA traffic. For
example, some operators may prefer to use a specific network for HA
traffic to prevent split-brain issues.

This patch adds configurable options that target the network_type and
the physical_network of the created HA network.

Doc-Impact
Closes-Bug: #1481443
Change-Id: I3527a780179b5982d6e0eb0b8c32d6dafeeab730
etc/neutron.conf
neutron/db/l3_hamode_db.py
neutron/tests/unit/db/test_l3_hamode_db.py