tripleo-heat-templates/environments/multipathd.yaml
Takashi Kajinami be1dfc9505 Use multipath in nova when multipathd is enabled
Currently we have environments/multipathd.yaml to deploy multipathd
service, but we still need to set NovaLibvirtVolumeUseMultipath to
make instances use multipath for volume connections.

This patch makes the environment file to also enable multipath usage
in nova, as we expect that user who use the environment want to
use multipath for volume connections.

Change-Id: I3ca55c01c4b03e990470c55b835095a71f3cad62
2020-03-26 23:32:46 +09:00

7 lines
191 B
YAML

resource_registry:
OS::TripleO::Services::Multipathd: ../deployment/multipathd/multipathd-container.yaml
parameter_defaults:
MultipathdEnable: true
NovaLibvirtVolumeUseMultipath: true