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
This commit is contained in:
parent
b3a6c72163
commit
be1dfc9505
@ -3,3 +3,4 @@ resource_registry:
|
||||
|
||||
parameter_defaults:
|
||||
MultipathdEnable: true
|
||||
NovaLibvirtVolumeUseMultipath: true
|
||||
|
Loading…
Reference in New Issue
Block a user