Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: Test patches for resource leaks #1306

Draft
wants to merge 2 commits into
base: stackhpc/2023.1
Choose a base branch
from
Draft
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
8 changes: 4 additions & 4 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ kolla_image_tags:
manila:
rocky-9: 2023.1-rocky-9-20240809T102431
neutron:
rocky-9: 2023.1-rocky-9-20240923T162134
ubuntu-jammy: 2023.1-ubuntu-jammy-20240923T162134
rocky-9: 2023.1-rocky-9-20240926T151818
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
nova:
rocky-9: 2023.1-rocky-9-20240916T114629
ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629
rocky-9: 2023.1-rocky-9-20240926T151818
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
octavia:
rocky-9: 2023.1-rocky-9-20240730T090421
ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ kolla_sources:
neutron-server-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}
reference: bugfix/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}
reference: bugfix/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down
Loading