Merge "Use iSCSI multipath for libvirt"

This commit is contained in:
Zuul 2020-08-26 13:57:47 +00:00 committed by Gerrit Code Review
commit fa48cc7eaf
2 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,6 @@ virt_type = {{ nova_compute_virt_type }}
{% if nova_libvirt_cpu_mode %} {% if nova_libvirt_cpu_mode %}
cpu_mode = {{ nova_libvirt_cpu_mode }} cpu_mode = {{ nova_libvirt_cpu_mode }}
{% endif %} {% endif %}
{% if enable_multipathd | bool %}
volume_use_multipath = True
{% endif %}

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Enabling multipathd will now configure Nova to use it.