Updated from OpenStack Ansible Tests

Change-Id: I78fbc8fa27024ab15e9457d2e51b3c7408dea728
This commit is contained in:
OpenStack Proposal Bot 2021-12-04 17:41:27 +00:00
parent 0e0771d4e2
commit 719c55160f
1 changed files with 2 additions and 0 deletions

View File

@ -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: