Merge "Default cinder_volume_node_names to []" into stable/train

This commit is contained in:
Zuul 2020-10-01 03:54:52 +00:00 committed by Gerrit Code Review
commit 28b3a3aaf2
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ outputs:
- name: set cinder_volume upgrade node facts in a single-node environment
set_fact:
cinder_volume_short_node_names_upgraded: "{{ cinder_volume_short_node_names }}"
cinder_volume_node_names_upgraded: "{{ cinder_volume_node_names }}"
cinder_volume_node_names_upgraded: "{{ cinder_volume_node_names | default([]) }}"
cacheable: no
when: groups['cinder_volume'] | length <= 1
- name: set cinder_volume upgrade node facts from the limit option