Updated from OpenStack Ansible Tests
Change-Id: I2d99c5b0819555a17abec95b3f1729ecaf01b6d2
This commit is contained in:
parent
9c5a8534bf
commit
5ffd9144a2
@ -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