Set enable_dvr when router_distributed is enabled

As a followup to I84be9be93862fe71a2d5b5322d7ebd476c784163,
enable_dvr should be set the same as router_distributed.

Change-Id: I7ffcb47e1038b5bb01e87c89b608ae1781ce0e54
This commit is contained in:
Jacky Hu 2017-11-02 14:59:51 +08:00
parent a45ca09408
commit d5d1ad3d74
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ router_auto_schedule = True
# Distributed virtual routing
router_distributed = {{ neutron_plugins[neutron_plugin_type].router_distributed | default('False') }}
enable_dvr = {{ neutron_plugins[neutron_plugin_type].router_distributed | default('False') }}
# Agents
agent_down_time = {{ neutron_agent_down_time }}