diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-03 16:01:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-03 16:01:09 +0000 |
commit | 2c567e06ea75167c13d396a31a1996a0f60c45a2 (patch) | |
tree | f225cb7a22a7ca18c864221ed6a190a1bb73c6a3 | |
parent | 23056ddc57096934ddbb2b0a3e6ca18b322416b8 (diff) | |
parent | ce39dbac56123354576d2c31674e1b18535b0111 (diff) |
Merge "Set NeutronL3HA to false when deploying DVR"
-rw-r--r-- | environments/neutron-ovs-dvr.yaml | 8 |
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 |