Add NFS driver to nova

This change adds the nfs-common package to nova docker image.
This package is a driver necessary to correctly mount volumes
on VM creation and other actions. It is already present in our
cinder image for a while [1]

Test plan:

PASS: build-pkgs -c -l openstack
PASS: build docker images
PASS: Apply custom image to running stx-openstack
PASS: apply app
PASS: VM creation
PASS: multiple nova actions

Task: 53573
Story: 2011281

[1] https://opendev.org/starlingx/openstack-armada-app/src/branch/master/upstream/openstack/python-cinder/debian/stx-cinder.stable_docker_image#L11

Change-Id: I78de8d0ee8c742c0c775d65b7392d5cfb80966f9
Signed-off-by: Romulo Leite <romulo.leite@windriver.com>
This commit is contained in:
Romulo Leite
2025-12-22 15:49:59 -03:00
committed by Romulo Jose Lyra Leite
parent c7571bafde
commit 4aa5675751
@@ -18,6 +18,7 @@ DIST_PACKAGES="\
libvirt-daemon-driver-qemu \
libvirt-daemon-driver-storage-gluster \
libvirt-login-shell \
nfs-common \
openssh-client \
openssh-server
"