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