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

This commit is contained in:
Zuul 2020-04-26 16:46:35 +00:00 committed by Gerrit Code Review
commit 76d69cae0e

View File

@ -52,4 +52,4 @@
when: when:
- inventory_hostname == groups[nova_conductor.group][0] | default(None) - inventory_hostname == groups[nova_conductor.group][0] | default(None)
- nova_cell_settings | length > 0 - 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