From fc9e2068ef81701fe9da8e83a7538586f438ba61 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Thu, 11 Sep 2025 10:04:43 -0500 Subject: [PATCH] fix: Cleans up old, unneeded rabbitmq queues --- components/glance/glance-rabbitmq-queue.yaml | 15 --------------- components/ironic/ironic-rabbitmq-queue.yaml | 15 --------------- components/keystone/keystone-rabbitmq-queue.yaml | 15 --------------- components/neutron/neutron-rabbitmq-queue.yaml | 15 --------------- components/nova/nova-rabbitmq-queue.yaml | 15 --------------- components/octavia/octavia-rabbitmq-queue.yaml | 15 --------------- 6 files changed, 90 deletions(-) diff --git a/components/glance/glance-rabbitmq-queue.yaml b/components/glance/glance-rabbitmq-queue.yaml index e190e6673..036e7c77a 100644 --- a/components/glance/glance-rabbitmq-queue.yaml +++ b/components/glance/glance-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: glance-queue - namespace: openstack -spec: - name: glance-qq # name of the queue - vhost: "glance" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: glance-permission diff --git a/components/ironic/ironic-rabbitmq-queue.yaml b/components/ironic/ironic-rabbitmq-queue.yaml index 0dc3b2860..f2c8b563f 100644 --- a/components/ironic/ironic-rabbitmq-queue.yaml +++ b/components/ironic/ironic-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: ironic-queue - namespace: openstack -spec: - name: ironic-qq # name of the queue - vhost: "ironic" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: ironic-permission diff --git a/components/keystone/keystone-rabbitmq-queue.yaml b/components/keystone/keystone-rabbitmq-queue.yaml index d0b19b593..e24b281c6 100644 --- a/components/keystone/keystone-rabbitmq-queue.yaml +++ b/components/keystone/keystone-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: keystone-queue - namespace: openstack -spec: - name: keystone-qq # name of the queue - vhost: "keystone" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: keystone-permission diff --git a/components/neutron/neutron-rabbitmq-queue.yaml b/components/neutron/neutron-rabbitmq-queue.yaml index 103bac338..785a4ac8f 100644 --- a/components/neutron/neutron-rabbitmq-queue.yaml +++ b/components/neutron/neutron-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: neutron-queue - namespace: openstack -spec: - name: neutron-qq # name of the queue - vhost: "neutron" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: neutron-permission diff --git a/components/nova/nova-rabbitmq-queue.yaml b/components/nova/nova-rabbitmq-queue.yaml index 05d708cde..4d530bc13 100644 --- a/components/nova/nova-rabbitmq-queue.yaml +++ b/components/nova/nova-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: nova-queue - namespace: openstack -spec: - name: nova-qq # name of the queue - vhost: "nova" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: nova-permission diff --git a/components/octavia/octavia-rabbitmq-queue.yaml b/components/octavia/octavia-rabbitmq-queue.yaml index 2f73b448e..bdd6a88a1 100644 --- a/components/octavia/octavia-rabbitmq-queue.yaml +++ b/components/octavia/octavia-rabbitmq-queue.yaml @@ -27,21 +27,6 @@ spec: namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 -kind: Queue -metadata: - name: octavia-queue - namespace: openstack -spec: - name: octavia-qq # name of the queue - vhost: "octavia" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue - autoDelete: false - durable: true # setting 'durable' to false means this queue won't survive a server restart - rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource - namespace: openstack ---- -apiVersion: rabbitmq.com/v1beta1 kind: Permission metadata: name: octavia-permission