Skip to content

Commit b6aeeb0

Browse files
committed
Support qemu block rbd in nova-compute (source)
Corrects backport of change 860230: Support qemu block rbd in nova-compute | https://review.opendev.org/c/openstack/kolla/+/860230 to also consider source install type. Change-Id: I3d10973a9857355e68007d70258e8d7b0ab36b85
1 parent ab72fd7 commit b6aeeb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/nova/nova-compute/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ RUN rm -f /etc/nova/nova-compute.conf
111111
'python3-libvirt',
112112
'python3-rtslib',
113113
'qemu-img',
114+
'qemu-kvm-block-rbd',
114115
'sysfsutils',
115116
'targetcli',
116117
'xfsprogs'
@@ -148,6 +149,7 @@ RUN rm -f /etc/nova/nova-compute.conf
148149
'python3-rados',
149150
'python3-rbd',
150151
'python3-rtslib-fb',
152+
'qemu-block-extra',
151153
'qemu-utils',
152154
'sasl2-bin',
153155
'sysfsutils',

0 commit comments

Comments
 (0)