Fix comment typo in nova install playbook
Change-Id: Iaf9188145997636e42a2bcdb72c921a5e7c21a69
This commit is contained in:
parent
96be3333f6
commit
7ddc02946d
@ -47,8 +47,8 @@
|
|||||||
filter: ansible_local
|
filter: ansible_local
|
||||||
gather_subset: "!all"
|
gather_subset: "!all"
|
||||||
|
|
||||||
# This variable contains the values of the local fact set for the cinder
|
# This variable contains the values of the local fact set for the nova
|
||||||
# venv tag for all hosts in the 'cinder_all' host group.
|
# venv tag for all hosts in the 'nova_all' host group.
|
||||||
- name: Gather software version list
|
- name: Gather software version list
|
||||||
set_fact:
|
set_fact:
|
||||||
nova_all_software_versions: "{{ (groups['nova_all'] | map('extract', hostvars, ['ansible_local', 'openstack_ansible', 'nova', 'venv_tag'])) | list }}"
|
nova_all_software_versions: "{{ (groups['nova_all'] | map('extract', hostvars, ['ansible_local', 'openstack_ansible', 'nova', 'venv_tag'])) | list }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user