Merge "Load openvswitch module from the host"

This commit is contained in:
Zuul 2018-10-08 19:49:26 +00:00 committed by Gerrit Code Review
commit 9db9411af0

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