This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
9e3c774371
Branches
Tags
View all branches
kolla-ansible
/
ansible
/
roles
/
multipathd
/
tasks
/
main.yml
3 lines
46 B
YAML
Raw
Normal View
History
Unescape
Escape
Add multipathing support to docker container Due some cinder drivers need multipathing support like this one http://docs.openstack.org/mitaka/config-reference/block-storage/drivers/ibm-storwize-svc-driver.html This PS will allow to run these additional drivers when using Kolla. Implements: blueprint multipath-support Change-Id: Id6cf29f984c92773bbfc2f95daea573a74701648
2016-07-08 13:34:04 -03:00
---
Use include_tasks instead of include include is marked as deprecated since ansible 2.4[0] [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated Co-Authored-By: confi-surya <singh.surya64mnnit@gmail.com> Change-Id: Ic9d71e1865d1c728890625aeddf424a5734c0a8a
2018-07-23 12:58:02 +08:00
-
include_tasks
:
"{{ kolla_action }}.yml"
Copy Permalink