Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@
D+ujFoYgbSO9PguPuGFMwHtt2GHSd/gkqoypz/9mLYeY83dcW6YsrpnEQRIJYyeGr54ko
0obnRaoKKlJ9O6am06D01lNhiiG8NhreNONZTbY7h8nvJXyMfYTo0zqHTJhHiY=

- secret:
name: kolla_quay_io_api_jan_2026
data:
token: !encrypted/pkcs1-oaep
- I11kiXYFewlPo2Wujs/t8dcMMuqS52rb30WizTQBuJOi4sghsHASzgY3k5li/dwW/EYos
TmdyEfWyjrgv5y9Wi7TVYtXrXVpE5ya9ggdgMhOz1HXr3GybePlvzTqJo4kVcza3dMpIC
6UchgV88d2DwTbCY+iropdEfh+DEZPA3nf8WQigoJM5ENTS2Fq017WjBQ5WEBDCUMkp2d
ZbNn4M1yJnfusxFKjY5BuZazVN2DNrnLA+JiaCu9+jitr1QumGN1N/6DPv4c3dr/JiBuT
3Dd68CRJKlavfHllkGhOnzoSz9Kabo36QAyxuHd9MC2DBdIaXq2sopAv8adPq8J1uoGJ6
GaTrlVUMhUMZIXtnO3PwvrFp10K0pia9IM7II6CdKFi9BHfiNI0G8DWqnG2JqvYBEiQWs
f22IDPoqAPGdx02U1j3DxjYJzjOl+7KDOFlRXoGs5b3Fhy8sRtpXI6vCs9oCMXZYPq8kg
aj9/tCe/QulQ6v5MQpsweaUkDVThE8oki3vhN1BQg6Ft74l+MuDMTJdDSSObXJThbmLEg
Pe47ijg8lK5Vo14pLBqUVr2lKlv4H4DgBtz8h76Cr5S2CJ7n0VoYLojWgB/KoI+A/w/7u
Eck+aULrPnRwIMaA7PU8y0vigUgP62tQh/osB9TmGpi5jDFB/mB00YUnHtJBp4=

- nodeset:
name: kolla-centos-9-stream
nodes:
Expand Down
4 changes: 0 additions & 4 deletions .zuul.d/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
secrets:
- name: kolla_quay_io_creds
secret: kolla_quay_io_creds_jan_2026
- name: kolla_quay_io_api
secret: kolla_quay_io_api_jan_2026

- job:
name: kolla-publish-debian-aarch64-quay
Expand All @@ -75,8 +73,6 @@
secrets:
- name: kolla_quay_io_creds
secret: kolla_quay_io_creds_jan_2026
- name: kolla_quay_io_api
secret: kolla_quay_io_api_jan_2026

- job:
name: kolla-build-no-infra-wheels-debian
Expand Down
4 changes: 0 additions & 4 deletions .zuul.d/rocky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
secrets:
- name: kolla_quay_io_creds
secret: kolla_quay_io_creds_jan_2026
- name: kolla_quay_io_api
secret: kolla_quay_io_api_jan_2026

- job:
name: kolla-build-rocky10
Expand Down Expand Up @@ -148,5 +146,3 @@
secrets:
- name: kolla_quay_io_creds
secret: kolla_quay_io_creds_jan_2026
- name: kolla_quay_io_api
secret: kolla_quay_io_api_jan_2026
2 changes: 0 additions & 2 deletions .zuul.d/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
secrets:
- name: kolla_quay_io_creds
secret: kolla_quay_io_creds_jan_2026
- name: kolla_quay_io_api
secret: kolla_quay_io_api_jan_2026

- job:
name: kolla-build-no-infra-wheels-ubuntu
Expand Down
6 changes: 6 additions & 0 deletions docker/nova/nova-libvirt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'usermode'
] %}
{% endif %}

{% if base_distro in ['ubuntu'] %}
{% set nova_libvirt_packages = nova_libvirt_packages + [
'qemu-system-modules-spice'
] %}
{% endif %}
{% endif %}

{{ macros.install_packages(nova_libvirt_packages | customizable("packages")) }}
Expand Down
2 changes: 0 additions & 2 deletions kolla/image/unbuildable.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},

'centos+stream9': {
"valkey-base" # Not supported on Stream 9
},

'centos+stream10': {
Expand All @@ -52,7 +51,6 @@
},

'rocky+9': {
"valkey-base" # Not supported on Rocky 9
},

'rocky+10': {
Expand Down
8 changes: 8 additions & 0 deletions releasenotes/notes/ubuntu-noble-spice-814929ed1efbcad1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
fixes:
- |
Ubuntu Noble container images require the additional
qemu-system-modules-spice operating system package for SPICE consoles
to function correctly. This package has therefore been added
to the nova-libvirt container build. Further details are available in
the bug report at `LP#2138186 <https://launchpad.net/bugs/2138186>`__.
10 changes: 0 additions & 10 deletions tests/playbooks/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,3 @@
register: push_status
until: push_status.failed is false
retries: 5

- name: Ensure repository visibility is public
ansible.builtin.uri:
url: "https://quay.io/api/v1/repository/{{ item.RepoTags.0 }}/changevisibility"
method: POST
headers:
Authorization: "Bearer {{ kolla_quay_io_api.token | trim }}"
body: '{"visibility": "public"}'
body_format: json
loop: "{{ docker_host_info.images }}"
Loading