Skip to content

Commit a28b7d7

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 6c4813c commit a28b7d7

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'
@@ -149,6 +150,7 @@ RUN rm -f /etc/nova/nova-compute.conf
149150
'python3-rados',
150151
'python3-rbd',
151152
'python3-rtslib-fb',
153+
'qemu-block-extra',
152154
'qemu-utils',
153155
'sasl2-bin',
154156
'sysfsutils',

0 commit comments

Comments
 (0)