Load openvswitch module from the host

Until now, it's loaded from within the container, this doesn't
work with SELinux separation.

Change-Id: I70ff5acd7913f9c5f5ead2d9dee83bab49f1f949
This commit is contained in:
Cédric Jeanneret 2018-10-02 12:19:53 +02:00
parent c80ca5e7dc
commit 2b2e5a88ec

View File

@ -191,6 +191,12 @@ outputs:
- {get_attr: [NeutronLogging, host_prep_tasks]} - {get_attr: [NeutronLogging, host_prep_tasks]}
- -
- block: - block:
- name: load openvswitch module
import_role:
role: tripleo-module-load
vars:
modules:
- name: openvswitch
- name: Copy in cleanup script - name: Copy in cleanup script
copy: copy:
content: {get_file: ./neutron/neutron-cleanup} content: {get_file: ./neutron/neutron-cleanup}