You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support nova-operator rabbitmq_user_name field propagation
Update GetNovaCellRabbitMqUserFromSecret to use the new rabbitmq_user_name
field directly when available (nova-operator PR #1066), with fallback to
parsing transport_url for backwards compatibility.
Add GetNovaCellNotificationRabbitMqUserFromSecret to extract the notification
RabbitMQ user name from the notification_rabbitmq_user_name field.
This simplifies RabbitMQ user tracking and eliminates the need for complex
transport URL parsing when using nova-operator with PR #1066 or later.
Prepares openstack-operator to work with:
- nova-operator PR #1066: Propagate rabbitmq users to nova-cellX secret
0 commit comments