From e9fd86ef0072f8b42997f0ca711451321cc70123 Mon Sep 17 00:00:00 2001 From: Bjoern Teipel Date: Thu, 10 Dec 2015 14:08:41 -0600 Subject: [PATCH] Adding multipath-tools package for nova hosts This fix adds the multipath-tools package to all nova nodes in order to support iscsi-multipath inside nova. In order to enable this feature in nova the following override needs to be configured: nova_nova_conf_overrides: libvirt: iscsi_use_multipath: true DocImpact Closes-Bug: #1524957 Change-Id: I36da282043ce864c8a1fb69a1ee02e3a273c14e4 --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 2bce931e..1397e5bd 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -290,6 +290,7 @@ nova_compute_kvm_apt_packages: - nfs-common - dosfstools - dosfstools-dbg + - multipath-tools # nova packages that must be installed before anything else nova_requires_pip_packages: