commit de7f3c25918439a97a9ab20b6135327938e74ca1 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 9ea846b..2a8efb6 100644 --- a/docker/nova/nova-compute/Dockerfile.j2 +++ b/docker/nova/nova-compute/Dockerfile.j2 @@ -116,6 +116,7 @@ RUN rm -f /etc/nova/nova-compute.conf 'python3-rbd', 'python3-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 `__