Fix secret.xml template for virsh

We must use the cinder user and not the glance user.
Connected to the previous commit.

Closes bug: #209
This commit is contained in:
Sébastien Han 2014-02-11 12:06:49 +01:00
parent acc1b8b0df
commit 8ad97017e4

View File

@ -1,6 +1,6 @@
<secret ephemeral='no' private='no'>
<usage type='ceph'>
<name>client.<%= @glance_user %> secret</name>
<name>client.<%= @cinder_user %> secret</name>
</usage>
<uuid><%= @ceph_fsid %></uuid>
</secret>