[PATCH configure 1/2] BZ 795935 - remove username from rhevm.json

Richard Su rwsu at redhat.com
Fri Mar 2 22:00:44 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=795935

The passwords were removed in a previous patch. Both username and
password should be removed.
---
 recipes/aeolus/templates/rhevm.json |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/aeolus/templates/rhevm.json b/recipes/aeolus/templates/rhevm.json
index 21eae81..a719de0 100644
--- a/recipes/aeolus/templates/rhevm.json
+++ b/recipes/aeolus/templates/rhevm.json
@@ -5,7 +5,6 @@
    params ||= {} -%>
   "rhevm-<%= name %>":
   {
-    "username": "<%= params['deltacloud_username'] %>",
     "nfs-dir": "<%= params['nfs_mount_point'] %>",
     "nfs-path": "<%= params['nfs_export'] %>",
     "nfs-host": "<%= params['nfs_server'] %>",
-- 
1.7.7.6




More information about the aeolus-devel mailing list