From 233dc6a7605b38fb22868b4253112471eada8683 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 20 Feb 2019 17:23:08 +0000 Subject: [PATCH] Add support for nfs cinder volumes Cinder volumes which are provisioned via nfs are initially mounted on the cinder node. For this to work the nfs-common package is needed. Change-Id: Iac11c262c6e5408303b3afda8633b0252055cfec Closes-Bug: #1816820 --- hooks/cinder_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/cinder_utils.py b/hooks/cinder_utils.py index 35cb5ed7..ec6880e0 100644 --- a/hooks/cinder_utils.py +++ b/hooks/cinder_utils.py @@ -128,6 +128,7 @@ COMMON_PACKAGES = [ 'python-psycopg2', 'qemu-utils', 'thin-provisioning-tools', + 'nfs-common', ] PY3_PACKAGES = [