Merge "Load dm-multipath module from the host."

This commit is contained in:
Zuul 2018-10-08 19:49:24 +00:00 committed by Gerrit Code Review
commit 53f6f57732

@ -87,6 +87,12 @@ outputs:
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks:
- name: load dm-multipath
import_role:
role: tripleo-module-load
vars:
modules:
- name: dm-multipath
upgrade_tasks:
- when: step|int == 0
tags: common