From 8ad97017e425c33c081756dafbd486139daaa8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 11 Feb 2014 12:06:49 +0100 Subject: [PATCH] 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 --- templates/storage/ceph/secret-compute.xml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/storage/ceph/secret-compute.xml.erb b/templates/storage/ceph/secret-compute.xml.erb index 3cd567b3..a1420869 100644 --- a/templates/storage/ceph/secret-compute.xml.erb +++ b/templates/storage/ceph/secret-compute.xml.erb @@ -1,6 +1,6 @@ - client.<%= @glance_user %> secret + client.<%= @cinder_user %> secret <%= @ceph_fsid %>