Merge "External Ceph: Fix hardcoded gnocchi keyring"
This commit is contained in:
commit
a9d5d31934
@ -20,8 +20,8 @@
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/ceph.client.gnocchi.keyring",
|
||||
"dest": "/etc/ceph/ceph.client.gnocchi.keyring",
|
||||
"source": "{{ container_config_directory }}/{{ ceph_gnocchi_keyring }}",
|
||||
"dest": "/etc/ceph/{{ ceph_gnocchi_keyring }}",
|
||||
"owner": "gnocchi",
|
||||
"perm": "0600"
|
||||
}{% endif %}
|
||||
|
@ -20,8 +20,8 @@
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/ceph.client.gnocchi.keyring",
|
||||
"dest": "/etc/ceph/ceph.client.gnocchi.keyring",
|
||||
"source": "{{ container_config_directory }}/{{ ceph_gnocchi_keyring }}",
|
||||
"dest": "/etc/ceph/{{ ceph_gnocchi_keyring }}",
|
||||
"owner": "gnocchi",
|
||||
"perm": "0600"
|
||||
}{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user