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
4 changes: 2 additions & 2 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ kolla_image_tags:
rocky-9: 2025.1-rocky-9-20250805T134044
ubuntu-noble: 2025.1-ubuntu-noble-20250805T134044
magnum:
rocky-9: 2025.1-rocky-9-20250805T095746
ubuntu-noble: 2025.1-ubuntu-noble-20250805T095746
rocky-9: 2025.1-rocky-9-20250811T111154
ubuntu-noble: 2025.1-ubuntu-noble-20250811T111154
4 changes: 0 additions & 4 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/keystone.git
reference: stackhpc/{{ openstack_release }}
magnum-base:
type: git
location: https://github.com/stackhpc/magnum.git
reference: stackhpc/{{ openstack_release }}
neutron-server-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx.git
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
features:
- |
Use upstream source of Magnum for Kolla container image build.
The StackHPC downstream Magnum repository was for keeping Heat driver
support.
As Heat support was deprecated, there's no need to build Magnum from
downstream source.
Loading