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
This commit is contained in:
Liam Young 2019-02-20 17:20:10 +00:00
parent ceab1e91dc
commit e5fc658b26
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ BASE_PACKAGES = [
'python-six',
'python-psutil',
'xfsprogs',
'nfs-common',
]
PY3_PACKAGES = [