commit 28df01a8b55370bd512aedbef685e12aaaa4b4b0 Author: Radosław Piliszek Date: Mon Jun 22 11:05:32 2020 +0200 Add sysfsutils to nova-compute ubuntu source This fixes the FC Cinder backend usage in Nova. Change-Id: I036cfe3af3dd96625f986a820c78a10e6558b086 Closes-bug: #1884484 (cherry picked from commit 0c8702c96f852eae7a1fb784a260c01c15fb86f3) diff --git a/docker/nova/nova-compute/Dockerfile.j2 b/docker/nova/nova-compute/Dockerfile.j2 index e4e2176..9530200 100644 --- a/docker/nova/nova-compute/Dockerfile.j2 +++ b/docker/nova/nova-compute/Dockerfile.j2 @@ -110,6 +110,7 @@ RUN rm -f /etc/nova/nova-compute.conf 'python-libvirt', 'python-rtslib-fb', 'qemu-utils', + 'sysfsutils', 'targetcli-fb', 'xfsprogs' ] %} diff --git a/releasenotes/notes/bug-1884484-d26488c9c1f3977f.yaml b/releasenotes/notes/bug-1884484-d26488c9c1f3977f.yaml new file mode 100644 index 0000000..75f63d2 --- /dev/null +++ b/releasenotes/notes/bug-1884484-d26488c9c1f3977f.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes the FC Cinder backend usage in Nova. + `LP#1884484 `__