Skip to content

Commit

Permalink
Merge pull request #1468 from stackhpc/nova-bug-2091033-antelope
Browse files Browse the repository at this point in the history
Rebuild nova-compute image to address bug 2091033
  • Loading branch information
priteau authored Jan 21, 2025
2 parents e985a41 + 63cf7eb commit 0b2ec46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ kolla_image_tags:
nova:
rocky-9: 2023.1-rocky-9-20240926T151818
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
nova_compute:
rocky-9: 2023.1-rocky-9-20250121T090235
ubuntu-jammy: 2023.1-ubuntu-jammy-20250121T090235
octavia:
rocky-9: 2023.1-rocky-9-20241015T100903
ubuntu-jammy: 2023.1-ubuntu-jammy-20241015T100903
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/nova-bug-2091033-4f54893f67af5c7c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Updates the ``nova-compute`` container image to fix `bug 2091033
<https://bugs.launchpad.net/nova/+bug/2091033>`__. This bug would cause
``nova-compute`` to freeze, which would result in frequent monitoring
alerts.

0 comments on commit 0b2ec46

Please sign in to comment.