Restore namespace per service for oslo.messaging update
Change-Id: If4326a6848d2d32af284fdbb94798eb0b03734d5
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
rpc_password: "{{ nova_oslomsg_rpc_password }}"
|
||||
rpc_vhost: "{{ nova_oslomsg_rpc_vhost }}"
|
||||
when:
|
||||
- groups[oslomsg_rpc_host_group] | length > 0
|
||||
- groups[nova_oslomsg_rpc_host_group] | length > 0
|
||||
run_once: yes
|
||||
|
||||
- include: common-tasks/oslomsg-notify-vhost-user.yml
|
||||
@@ -65,7 +65,7 @@
|
||||
notify_vhost: "{{ nova_oslomsg_notify_vhost }}"
|
||||
when:
|
||||
- nova_ceilometer_enabled | bool
|
||||
- groups[oslomsg_notify_host_group] | length > 0
|
||||
- groups[nova_oslomsg_notify_host_group] | length > 0
|
||||
run_once: yes
|
||||
|
||||
- name: Configure MySQL user (nova)
|
||||
|
||||
Reference in New Issue
Block a user