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:
parent
acc1b8b0df
commit
8ad97017e4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user