aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-03 16:01:09 +0000
committerGerrit Code Review <review@openstack.org>2016-09-03 16:01:09 +0000
commit2c567e06ea75167c13d396a31a1996a0f60c45a2 (patch)
treef225cb7a22a7ca18c864221ed6a190a1bb73c6a3 /environments
parent23056ddc57096934ddbb2b0a3e6ca18b322416b8 (diff)
parentce39dbac56123354576d2c31674e1b18535b0111 (diff)
Merge "Set NeutronL3HA to false when deploying DVR"
Diffstat (limited to 'environments')
-rw-r--r--environments/neutron-ovs-dvr.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/environments/neutron-ovs-dvr.yaml b/environments/neutron-ovs-dvr.yaml
index 223c2531..f60edb01 100644
--- a/environments/neutron-ovs-dvr.yaml
+++ b/environments/neutron-ovs-dvr.yaml
@@ -22,3 +22,11 @@ parameter_defaults:
# We also need to set the proper agent mode for the L3 agent. This will only
# affect the agent on the controller node.
NeutronL3AgentMode: 'dvr_snat'
+
+ # L3 HA isn't supported for DVR enabled routers. If upgrading from a system
+ # where L3 HA is enabled and has neutron routers configured, it is
+ # recommended setting this value to true until such time all routers can be
+ # migrated to DVR routers. Once migration of the routers is complete,
+ # NeutronL3HA can be returned to false. All new systems should be deployed
+ # with NeutronL3HA set to false.
+ NeutronL3HA: false