Restore namespace per service for oslo.messaging update

Change-Id: If4326a6848d2d32af284fdbb94798eb0b03734d5
This commit is contained in:
Andrew Smith
2018-05-18 11:21:45 -04:00
parent 1000264aca
commit e69b530bc0
34 changed files with 381 additions and 69 deletions

View File

@@ -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)