baed87967f
Remove an extra '=' from the pattern used to check that the Open vSwitch kernel module is available. Change-Id: I0641b729b361572fca5b6e0edddff6a977bf2097
19 lines
395 B
YAML
19 lines
395 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 }}"
|