We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e992faa commit ff21ec3Copy full SHA for ff21ec3
etc/kayobe/kolla/globals.yml
@@ -22,6 +22,8 @@ kolla_image_tags:
22
# Variables defining which tag to use for each container's image.
23
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
24
25
+# FIXME: Pin to Antelope Magnum until it is working again upstream
26
+magnum_tag: 2023.1-rocky-9-20240821T102442
27
#############################################################################
28
# Monitoring and alerting related settings
29
releasenotes/notes/magnum-pin-958b39182e565697.yaml
@@ -0,0 +1,6 @@
1
+---
2
+issues:
3
+ - |
4
+ Magnum has been pinned to the Antelope release due to an issue upstream in
5
+ Caracal. See `here <https://bugs.launchpad.net/magnum/+bug/2067345>`__ for
6
+ more details.
0 commit comments