openstack-ansible-os_neutron/tests/neutron-overrides-ovs.yml
Andy McCrae 58bf83cd4c Use openstack-ansible-tests and ansible 2.1.1
This PR incorporates the openstack-ansible-tests bits into
openstack-ansible-os_neutron as well as adjusting the settings to use
ansible 2.1.1.

Change-Id: I7174b920f20488a5e1d514a8f32754bb95bb60de
Co-Authored-By: Travis Truman <travis_truman@cable.comcast.com>
2016-09-22 14:33:03 +01:00

9 lines
199 B
YAML

---
openstack_host_specific_kernel_modules:
- name: "openvswitch"
pattern: "CONFIG_OPENVSWITCH="
group: "physical_host"
neutron_plugin_type: ml2.ovs
neutron_local_ip: "{{ ansible_host }}"