pvc-ansible/roles/pvc/templates/libvirt/ceph-secret.xml.j2

7 lines
169 B
Plaintext
Raw Normal View History

2019-06-09 00:11:06 -04:00
<secret ephemeral='no' private='no'>
2019-06-11 13:38:02 -04:00
<uuid>{{ pvc_ceph_storage_secret_uuid }}</uuid>
2019-06-09 00:11:06 -04:00
<usage type='ceph'>
<name>client.libvirt secret</name>
</usage>
</secret>