openstack-ansible-os_neutron/tasks/providers/dvr_config.yml
Erik Berg e944f06a8e Apply provider-configuration for 'ml2.ovs.dvr' also
neutron_plugin_type can be ml2.ovs and ml2.ovs.dvr and this would
still apply to both configurations.

Create a symlink from dvr_config -> ovs_config to work around;

  #  Include provider specific config(s)
  - include_tasks: "{{ item }}"
    with_first_found:
      - files:
          - "{{ neutron_plugin_type.split('.')[-1] }}_config.yml"

in tasks/main.yml

Change-Id: Ieb87d87688bb56cc274bf41311a2b5d6c73fc046
2018-11-20 10:04:27 +01:00

Symbolic link
1 line
14 B
YAML