58bf83cd4c
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>
9 lines
199 B
YAML
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 }}"
|