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 0c8702c96f)
This commit is contained in:
Radosław Piliszek 2020-06-22 11:05:32 +02:00 committed by Mark Goddard
parent c6835b12a6
commit 28df01a8b5
2 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,7 @@ RUN rm -f /etc/nova/nova-compute.conf
'python-libvirt',
'python-rtslib-fb',
'qemu-utils',
'sysfsutils',
'targetcli-fb',
'xfsprogs'
] %}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes the FC Cinder backend usage in Nova.
`LP#1884484 <https://launchpad.net/bugs/1884484>`__