From e771983f2cb05f8b6912bcf02e661658d9970fc0 Mon Sep 17 00:00:00 2001 From: Bjoern Teipel Date: Mon, 12 Oct 2015 15:42:04 -0500 Subject: [PATCH] Adding missing vfat packages for the nova config_drive This patch add the packages necessary to allow for the nova config_drive_format vfat Change-Id: I304b25f68914d032e6aee0e62338c72165c6e62f Closes-Bug: #1489225 --- defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 8b63f629..3e6a39e9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -352,6 +352,8 @@ nova_compute_kvm_apt_packages: - sysfsutils - vlan - nfs-common + - dosfstools + - dosfstools-dbg # Common pip packages nova_pip_packages: