This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-heat-templates
Code
Issues
Proposed changes
Browse Source
Merge "Fix CephExternalMultiConfig using tripleo_ceph_client"
changes/90/784890/1
Zuul
2 weeks ago
committed by
Gerrit Code Review
parent
824ec8b5ad
2f23f470c9
commit
b9563a0e4d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deployment/ceph-ansible/ceph-base.yaml
+1
-1
deployment/cephadm/ceph-client.yaml
+ 1
- 1
deployment/ceph-ansible/ceph-base.yaml
View File
@ -721,7 +721,7 @@ outputs:
name
:
tripleo client role
vars:
tripleo_ceph_client_config_home
:
{
get_param
:
CephConfigPath}
dcn
:
"{{ item }}"
multiple
:
"{{ item }}"
loop
:
"{{ ceph_external_multi_config }}"
when:
-
ceph_external_multi_config is defined
+ 1
- 1
deployment/cephadm/ceph-client.yaml
View File
@ -133,7 +133,7 @@ outputs:
name
:
tripleo client role
vars:
tripleo_ceph_client_config_home
:
{
get_param
:
CephConfigPath}
dcn
:
"{{ item }}"
multiple
:
"{{ item }}"
loop
:
"{{ ceph_external_multi_config }}"
when:
-
ceph_external_multi_config is defined
Write
Preview
Loading…
Cancel
Save