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:
parent
d7573c28f9
commit
341eb6980c
@ -2,7 +2,7 @@ BUILDER=loci
|
|||||||
LABEL=stx-cinder
|
LABEL=stx-cinder
|
||||||
PROJECT=cinder
|
PROJECT=cinder
|
||||||
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
||||||
|
DIST_PACKAGES="nfs-utils"
|
||||||
PIP_PACKAGES="pycrypto python-swiftclient pylint"
|
PIP_PACKAGES="pycrypto python-swiftclient pylint"
|
||||||
PROFILES="fluent cinder lvm ceph qemu"
|
PROFILES="fluent cinder lvm ceph qemu"
|
||||||
PYTHON3=yes
|
PYTHON3=yes
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ LABEL=stx-cinder
|
|||||||
PROJECT=cinder
|
PROJECT=cinder
|
||||||
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
PROJECT_REPO=https://opendev.org/openstack/cinder.git
|
||||||
PROJECT_REF=stable/ussuri
|
PROJECT_REF=stable/ussuri
|
||||||
|
DIST_PACKAGES="nfs-utils"
|
||||||
PIP_PACKAGES="pycrypto python-swiftclient pylint"
|
PIP_PACKAGES="pycrypto python-swiftclient pylint"
|
||||||
PROFILES="fluent cinder lvm ceph qemu"
|
PROFILES="fluent cinder lvm ceph qemu"
|
||||||
PYTHON3=yes
|
PYTHON3=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user