Merge "Filter computes with nova_host defined" into stable/ussuri

This commit is contained in:
Zuul 2021-01-23 04:14:46 +00:00 committed by Gerrit Code Review
commit 769a2c31d2
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}