Updated from OpenStack Ansible Tests
Change-Id: I52acd1cd1598a81934c30a9f3ba14d84c6e2a0ce
This commit is contained in:
parent
859ca95e2c
commit
79aa3b0953
@ -39,6 +39,7 @@
|
||||
pattern: "{{ item.pattern }}"
|
||||
priority: "{{ item.priority | default(0) }}"
|
||||
tags: "{{ item.tags }}"
|
||||
state: "{{ item.state | default(omit) }}"
|
||||
vhost: "{{ _oslomsg_rpc_vhost }}"
|
||||
loop: "{{ _oslomsg_rpc_policies | default([]) + oslomsg_rpc_policies }}"
|
||||
|
||||
@ -77,6 +78,7 @@
|
||||
pattern: "{{ item.pattern }}"
|
||||
priority: "{{ item.priority | default(0) }}"
|
||||
tags: "{{ item.tags }}"
|
||||
state: "{{ item.state | default(omit) }}"
|
||||
vhost: "{{ _oslomsg_notify_vhost }}"
|
||||
loop: "{{ _oslomsg_notify_policies | default([]) + oslomsg_notify_policies }}"
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user