Skip to content

Commit

Permalink
Merge "l3 agent on network_hosts do dvr_snat, anywhere else dvr" into…
Browse files Browse the repository at this point in the history
… stable/queens
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 16, 2019
2 parents 23c0558 + d083097 commit 33b4bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ neutron_plugins:
drivers_type: "{{ neutron_ml2_drivers_type }}"
l2_population: "{{ neutron_l2_population }}"
mechanisms: "openvswitch"
l3_agent_mode: "{% if 'nova_compute' in group_names %}dvr{% else %}dvr_snat{% endif %}"
l3_agent_mode: "{% if 'network_hosts' in group_names %}dvr_snat{% else %}dvr{% endif %}"
router_distributed: True
plugin_conf_ini_overrides: "{{ neutron_ml2_conf_ini_overrides }}"
plugin_core: ml2
Expand Down

0 comments on commit 33b4bcb

Please sign in to comment.