puppet-openstack-cloud/templates/storage/ceph/secret-compute.xml.erb
Emilien Macchi 2a7d010048 ceph/compute: fix typo in template
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2014-03-03 17:05:42 +01:00

7 lines
168 B
Plaintext

<secret ephemeral='no' private='no'>
<usage type='ceph'>
<name>client.<%= @cinder_rbd_user %> secret</name>
</usage>
<uuid><%= @ceph_fsid %></uuid>
</secret>