Merge "Filter computes with nova_host defined"

This commit is contained in:
Zuul 2020-11-11 03:11:17 +00:00 committed by Gerrit Code Review
commit 30d82541eb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ outputs:
os_nova_host_aggregate:
name: {get_attr: [NovaComputeAvailabilityZoneValue, value]}
availability_zone: {get_attr: [NovaComputeAvailabilityZoneValue, value]}
hosts: "{{ groups['nova_compute'] | default([]) | map('extract', hostvars, 'nova_host') | list }}"
hosts: "{{ groups['nova_compute'] | default([]) | map('extract', hostvars, 'nova_host') | select('defined') | list }}"
auth:
username: admin
password: {get_param: AdminPassword}