Merge "Fix nova cell message queue URL with separate notification queue"
This commit is contained in:
commit
76d69cae0e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user