From e5fc658b26105eed7ac97eeb52174b3e51ab0a62 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 20 Feb 2019 17:20:10 +0000 Subject: [PATCH] Add support for nfs cinder volumes Cinder volumes which are provisioned via nfs need to be mounted on the compute nodes. For this to work the nfs-common package is needed. Closes-Bug: #1816820 Change-Id: I5d536817b2098698cecd4627408a82321bf7fb9b --- hooks/nova_compute_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/nova_compute_utils.py b/hooks/nova_compute_utils.py index 55df64d0..367a56c7 100644 --- a/hooks/nova_compute_utils.py +++ b/hooks/nova_compute_utils.py @@ -128,6 +128,7 @@ BASE_PACKAGES = [ 'python-six', 'python-psutil', 'xfsprogs', + 'nfs-common', ] PY3_PACKAGES = [