Updated from OpenStack Ansible Tests
Change-Id: I7546f8730378a4d31e10a9b18c35c0baa4809b9f
This commit is contained in:
parent
bbc862c868
commit
01913d4069
@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
- name: Apply RPC RabbitMQ vhost policies
|
- name: Apply RPC RabbitMQ vhost policies
|
||||||
rabbitmq_policy:
|
rabbitmq_policy:
|
||||||
node: "rabbit@{{ _oslomsg_rpc_setup_host }}"
|
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
pattern: "{{ item.pattern }}"
|
pattern: "{{ item.pattern }}"
|
||||||
priority: "{{ item.priority | default(0) }}"
|
priority: "{{ item.priority | default(0) }}"
|
||||||
@ -72,7 +71,6 @@
|
|||||||
|
|
||||||
- name: Apply Notify RabbitMQ vhost policies
|
- name: Apply Notify RabbitMQ vhost policies
|
||||||
rabbitmq_policy:
|
rabbitmq_policy:
|
||||||
node: "rabbit@{{ _oslomsg_notify_setup_host }}"
|
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
pattern: "{{ item.pattern }}"
|
pattern: "{{ item.pattern }}"
|
||||||
priority: "{{ item.priority | default(0) }}"
|
priority: "{{ item.priority | default(0) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user