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:
parent
8577da90f5
commit
233dc6a760
@ -128,6 +128,7 @@ COMMON_PACKAGES = [
|
||||
'python-psycopg2',
|
||||
'qemu-utils',
|
||||
'thin-provisioning-tools',
|
||||
'nfs-common',
|
||||
]
|
||||
|
||||
PY3_PACKAGES = [
|
||||
|
Loading…
Reference in New Issue
Block a user