115c55e1fe
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
10 lines
351 B
YAML
10 lines
351 B
YAML
---
|
|
project_name: "multipathd"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
multipathd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-multipathd"
|
|
multipathd_tag: "{{ openstack_release }}"
|
|
multipathd_image_full: "{{ multipathd_image }}:{{ multipathd_tag }}"
|