[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at c88744b889b8421d006986f70320483ae09cff23

Michael DeHaan mdehaan at redhat.com
Wed Jun 27 21:34:48 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  c88744b889b8421d006986f70320483ae09cff23 (commit)
      from  d6b5cc06b2645e9a1b39e42ec936f3133a141087 (commit)

- Log -----------------------------------------------------------------
commit c88744b889b8421d006986f70320483ae09cff23
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Wed Jun 27 17:36:18 2007 -0400

    use profile name correctly.
-----------------------------------------------------------------------

Diffstat:
 service/modules/provisioning.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/modules/provisioning.py b/service/modules/provisioning.py
index 56b1317..e580d67 100755
--- a/service/modules/provisioning.py
+++ b/service/modules/provisioning.py
@@ -363,7 +363,7 @@ class CobblerTranslatedSystem:
            (success, ksmeta) = input_string_or_hash(from_db["kickstart_metadata"], " ")
        ks_meta["server_param"] = "--server=http://%s:5150" % vf_config["this_server"]["address"] 
        ks_meta["server_name"] = vf_config["this_server"]["address"] 
-       profile_name = from_db["profile"]["name"]
+       
        ks_meta["token_param"] = "--profile=%s" % profile_name
 
        # FIXME: be sure this field name corresponds with the new machine/deployment field

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  d6b5cc06b2645e9a1b39e42ec936f3133a141087 \
  c88744b889b8421d006986f70320483ae09cff23




More information about the Et-mgmt-commits-list mailing list