Skip to content

Commit ffa0d52

Browse files
yoctozeptoAlex-Welsh
authored andcommitted
Support qemu block rbd in nova-compute
This is necessary if using nova-compute with RBD backend (directly, not via Cinder) and wishing to make an instance image to Glance while (1) following the recommended Ceph permissions which do not give Nova write permissions to the images' pool or (2) not using RBD with Glance or (3) not revealing what Glance actually uses as the backend (hiding locations). Closes-Bug: #2013075 Change-Id: I88e1e0ca01b2b2effad9515b905cc761fbb5d2d4 (cherry picked from commit 9e92e4c)
1 parent 9a86a7b commit ffa0d52

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
@@ -28,6 +28,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2828
'python3-libguestfs',
2929
'python3-oslo-vmware',
3030
'python3-rtslib',
31+
'qemu-kvm-block-rbd',
3132
'sysfsutils',
3233
'targetcli',
3334
'xfsprogs'
@@ -68,6 +69,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
6869
'python3-rados',
6970
'python3-rbd',
7071
'python3-rtslib-fb',
72+
'qemu-block-extra',
7173
'sasl2-bin',
7274
'sysfsutils',
7375
'targetcli-fb',

0 commit comments

Comments
 (0)