This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
kolla
Code
Issues
Proposed changes
Browse Source
Merge "Add sysfsutils to nova-compute ubuntu source" into stable/train
tags/9.3.0
Zuul
3 months ago
committed by
Gerrit Code Review
parent
2aea09797c
b38ed5d9f1
commit
4e9b17bf87
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docker/nova/nova-compute/Dockerfile.j2
+5
-0
releasenotes/notes/bug-1884484-d26488c9c1f3977f.yaml
+ 1
- 0
docker/nova/nova-compute/Dockerfile.j2
View File
@@ -141,6 +141,7 @@ RUN rm -f /etc/nova/nova-compute.conf
'python3-rbd',
'python3-rtslib-fb',
'qemu-utils',
'sysfsutils',
'targetcli-fb',
'xfsprogs'
] %}
+ 5
- 0
releasenotes/notes/bug-1884484-d26488c9c1f3977f.yaml
View File
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes the FC Cinder backend usage in Nova.
`LP#1884484 <https://launchpad.net/bugs/1884484>`__
Write
Preview
Loading…
Cancel
Save