Skip to content

Commit f248932

Browse files
lmicciniclaude
andcommitted
Pin RabbitMQ image to 3.9 on 18.0-fr5
The current-podified tag now resolves to RabbitMQ 4.2, which requires the classic_mirrored_queue_version feature flag to be enabled before upgrading. This breaks the minor update path from fr2 to fr5 because the old mnesia data is incompatible with the new RabbitMQ version. Pin the image to quay.io/openstack-k8s-operators/rabbitmq:3.9 to keep the same RabbitMQ version across the update. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3dc049 commit f248932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/operator/default_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ spec:
174174
- name: RELATED_IMAGE_PLACEMENT_API_IMAGE_URL_DEFAULT
175175
value: quay.io/podified-antelope-centos9/openstack-placement-api:current-podified
176176
- name: RELATED_IMAGE_RABBITMQ_IMAGE_URL_DEFAULT
177-
value: quay.io/podified-antelope-centos9/openstack-rabbitmq:current-podified
177+
value: quay.io/openstack-k8s-operators/rabbitmq:3.9
178178
- name: RELATED_IMAGE_SWIFT_ACCOUNT_IMAGE_URL_DEFAULT
179179
value: quay.io/podified-antelope-centos9/openstack-swift-account:current-podified
180180
- name: RELATED_IMAGE_SWIFT_CONTAINER_IMAGE_URL_DEFAULT

hack/export_related_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export OPENSTACK_RELEASE_VERSION=0.0.1-$(date +%s)
44
export RELATED_IMAGE_OPENSTACK_CLIENT_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-openstackclient:current-podified
5-
export RELATED_IMAGE_RABBITMQ_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-rabbitmq:current-podified
5+
export RELATED_IMAGE_RABBITMQ_IMAGE_URL_DEFAULT=quay.io/openstack-k8s-operators/rabbitmq:3.9
66
export RELATED_IMAGE_KEYSTONE_API_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-keystone:current-podified
77
export RELATED_IMAGE_MARIADB_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-mariadb:current-podified
88
export RELATED_IMAGE_INFRA_MEMCACHED_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-memcached:current-podified

0 commit comments

Comments
 (0)