[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at v0.0.3-276-g5e0a901

Michael DeHaan mdehaan at redhat.com
Wed Aug 29 22:02:24 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  5e0a901d43ebd5c14958f221767a82a34d3e2adc (commit)
      from  b0ebbfbc0376e17f42c7233bc1eaddf9507a872b (commit)

- Log -----------------------------------------------------------------
commit 5e0a901d43ebd5c14958f221767a82a34d3e2adc
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Wed Aug 29 17:59:35 2007 -0400

    Another missing package for bare-metal installs
-----------------------------------------------------------------------

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

diff --git a/service/modules/provisioning.py b/service/modules/provisioning.py
index af68fa2..6fe5ca6 100755
--- a/service/modules/provisioning.py
+++ b/service/modules/provisioning.py
@@ -272,9 +272,9 @@ class CobblerTranslatedProfile:
        ks_meta["node_virt_packages"] = ""
 
        if distribution_name.find("xen") != -1:
-           ks_meta["node_bare_packages"] = "libvirt\nxend\n"
+           ks_meta["node_bare_packages"] = "libvirt\npython-virtinst\nxend\n"
        else:
-           ks_meta["node_bare_packages"] = "libvirt\nqemu\nkvm\n"
+           ks_meta["node_bare_packages"] = "libvirt\npython-virtinst\nqemu\nkvm\n"
 
        ks_meta["network_param"]        = ""
        if from_db.has_key("is_container") and from_db["is_container"] != 0:

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  b0ebbfbc0376e17f42c7233bc1eaddf9507a872b \
  5e0a901d43ebd5c14958f221767a82a34d3e2adc




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