Skip to content
Snippets Groups Projects
Commit 76d69cae authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix nova cell message queue URL with separate notification queue"

parents 4d49397d e8ad5f37
No related branches found
No related tags found
No related merge requests found
......@@ -52,4 +52,4 @@
when:
- inventory_hostname == groups[nova_conductor.group][0] | default(None)
- nova_cell_settings | length > 0
- nova_cell_settings.cell_message_queue != nova_cell_notify_transport_url or nova_cell_settings.cell_database != nova_cell_database_url
- nova_cell_settings.cell_message_queue != nova_cell_rpc_transport_url or nova_cell_settings.cell_database != nova_cell_database_url
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment