Updated from OpenStack Ansible Tests

Change-Id: I3e7213966d2f2a41c84c809d6f9331bab56c77d1
This commit is contained in:
OpenStack Proposal Bot 2019-04-17 19:11:45 +00:00
parent 7c21cf238c
commit bc54a784ea
1 changed files with 0 additions and 2 deletions

View File

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