openstack-ansible-os_neutron/tests/neutron-overrides-ovs.yml
Donovan Francesco (drifterza) 40b8d4ac7d Using updated tempest method for neutron.
Change-Id: Ic6966699b9af4f75cb639c504cb64167d4fa8fb9
2016-11-22 10:49:07 +02:00

19 lines
396 B
YAML

---
openstack_host_specific_kernel_modules:
- name: "openvswitch"
pattern: "CONFIG_OPENVSWITCH="
group: "physical_host"
tempest_run: yes
tempest_plugins:
- name: neutron
repo: https://git.openstack.org/openstack/neutron
branch: master
tempest_test_whitelist:
- neutron.tests.tempest.api.test_networks*
neutron_plugin_type: ml2.ovs
neutron_local_ip: "{{ ansible_host }}"