Add sysfsutils to nova-compute ubuntu source

This fixes the FC Cinder backend usage in Nova.

Change-Id: I036cfe3af3dd96625f986a820c78a10e6558b086
Closes-bug: #1884484
This commit is contained in:
Radosław Piliszek 2020-06-22 11:05:32 +02:00
parent e364113adc
commit 0c8702c96f
2 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,7 @@ RUN rm -f /etc/nova/nova-compute.conf
'python3-rbd',
'python3-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>`__