Files
openstack-ansible/playbooks/os-neutron-install.yml
Manuel Buil baceca8715 l3_agent should only appear in computes when dvr
When using ovs_dvr, the routing capabilities should be distributed across
computes and controller. However, because group_when is a list, the
condition was always true and l3_agent was always deployed in the computes.
This patch changes the type of group_when so that it gets properly evaluated

Change-Id: I39fc50ca25731e44801e4ee32b07c550489f2a39
2018-02-09 11:11:34 +00:00

3.1 KiB