
Example configuration: configs: ceph: fsid: "afca8524-2c47-4b81-a0b7-2300e62212f9" mon_host: "10.90.0.2,10.90.0.3,10.90.0.4" glance: ceph: enable: true key: "AQBShfJXzXyNBRAA5kqXzCKcFoPBn2r6VDYdag==" Change-Id: Ifcf3dd7b5a98aeab0ce4a958ffd04f3ed92c2981 Depends-On: Iefcebfe55544331b379f4ee1c4001ec33f539a28
8 lines
153 B
Django/Jinja
8 lines
153 B
Django/Jinja
[global]
|
|
fsid = {{ ceph.fsid }}
|
|
mon_host = {{ ceph.mon_host }}
|
|
auth_cluster_required = cephx
|
|
auth_service_required = cephx
|
|
auth_client_required = cephx
|
|
|