Updated from OpenStack Ansible Tests
Change-Id: I0e76cf0c6060dbd14707fb8d4b8a4ff993ab20c1
This commit is contained in:
parent
ebc07a44e7
commit
e19e27133b
@ -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…
Reference in New Issue
Block a user