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
This commit is contained in:
Liam Young 2019-02-20 17:23:08 +00:00
parent 8577da90f5
commit 233dc6a760

View File

@ -128,6 +128,7 @@ COMMON_PACKAGES = [
'python-psycopg2',
'qemu-utils',
'thin-provisioning-tools',
'nfs-common',
]
PY3_PACKAGES = [