We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents defec77 + faf6ac9 commit 7ee6f2fCopy full SHA for 7ee6f2f
.zuul.d/rocky.yaml
@@ -49,6 +49,7 @@
49
vars:
50
base_distro: rocky
51
base_distro_version: 9
52
+ install_type: source
53
54
- job:
55
name: kolla-publish-rocky9-source-dockerhub
docker/nova/nova-compute/Dockerfile.j2
@@ -28,6 +28,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
28
'python3-libguestfs',
29
'python3-oslo-vmware',
30
'python3-rtslib',
31
+ 'qemu-kvm-block-rbd',
32
'sysfsutils',
33
'targetcli',
34
'xfsprogs'
@@ -68,6 +69,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
68
69
'python3-rados',
70
'python3-rbd',
71
'python3-rtslib-fb',
72
+ 'qemu-block-extra',
73
'sasl2-bin',
74
75
'targetcli-fb',
0 commit comments