From 97c3d434b725207002f52d3f4ac0306d44d65b5e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 25 Jul 2024 15:40:58 +0200 Subject: [PATCH] Build nova from our fork This is necessary to address OSSA-2024-002 [1] until patches are merged upstream. [1] https://security.openstack.org/ossa/OSSA-2024-002.html --- etc/kayobe/kolla.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 9dd0feac8..7655f87a6 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -151,6 +151,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/networking-generic-switch.git reference: stackhpc/{{ openstack_release }} + nova-base: + type: git + location: https://github.com/stackhpc/nova.git + reference: stackhpc/{{ openstack_release }} ############################################################################### # Kolla image build configuration.