Merge "Fix CephExternalMultiConfig using tripleo_ceph_client"

This commit is contained in:
Zuul 2021-04-05 21:56:33 +00:00 committed by Gerrit Code Review
commit b9563a0e4d
2 changed files with 2 additions and 2 deletions

View File

@ -721,7 +721,7 @@ outputs:
name: tripleo client role name: tripleo client role
vars: vars:
tripleo_ceph_client_config_home: {get_param: CephConfigPath} tripleo_ceph_client_config_home: {get_param: CephConfigPath}
dcn: "{{ item }}" multiple: "{{ item }}"
loop: "{{ ceph_external_multi_config }}" loop: "{{ ceph_external_multi_config }}"
when: when:
- ceph_external_multi_config is defined - ceph_external_multi_config is defined

View File

@ -133,7 +133,7 @@ outputs:
name: tripleo client role name: tripleo client role
vars: vars:
tripleo_ceph_client_config_home: {get_param: CephConfigPath} tripleo_ceph_client_config_home: {get_param: CephConfigPath}
dcn: "{{ item }}" multiple: "{{ item }}"
loop: "{{ ceph_external_multi_config }}" loop: "{{ ceph_external_multi_config }}"
when: when:
- ceph_external_multi_config is defined - ceph_external_multi_config is defined