Update cinder directives build file

Currently, cinder docker image doesn't contain nfs mount helpers
installed, so trying to mount a NFS volume on a cinder-backup
container fails.
In order to enable support for NFS backend on cinder-backup, we
need to install the nfs-utils package on cinder image, so that
cinder-backup is able to mount NFS volumes.

Task: 41796
Story: 2008613
Change-Id: Ib8e4675069292dc43f98ff55c25626a19ed37b12
Signed-off-by: Daniel Pereira <Daniel.Pereira@windriver.com>
This commit is contained in:
Daniel Pereira 2021-02-10 15:44:28 -03:00
parent d7573c28f9
commit 341eb6980c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ BUILDER=loci
LABEL=stx-cinder
PROJECT=cinder
PROJECT_REPO=https://opendev.org/openstack/cinder.git
DIST_PACKAGES="nfs-utils"
PIP_PACKAGES="pycrypto python-swiftclient pylint"
PROFILES="fluent cinder lvm ceph qemu"
PYTHON3=yes

View File

@ -3,6 +3,7 @@ LABEL=stx-cinder
PROJECT=cinder
PROJECT_REPO=https://opendev.org/openstack/cinder.git
PROJECT_REF=stable/ussuri
DIST_PACKAGES="nfs-utils"
PIP_PACKAGES="pycrypto python-swiftclient pylint"
PROFILES="fluent cinder lvm ceph qemu"
PYTHON3=yes