summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-25 17:04:47 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-25 17:04:47 -0400
commita54396f0acba706f3ff5ca3e8fcb15a7603a2cd4 (patch)
tree593852c1617d8a179eafd6874d5883e1a38a24f9 /cobbler
parent1b63dd3db60362445546e99fcecf84e09f796039 (diff)
downloadthird_party-cobbler-a54396f0acba706f3ff5ca3e8fcb15a7603a2cd4.tar.gz
third_party-cobbler-a54396f0acba706f3ff5ca3e8fcb15a7603a2cd4.tar.xz
third_party-cobbler-a54396f0acba706f3ff5ca3e8fcb15a7603a2cd4.zip
Set default virt type to autodetect.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index d5f3c50..19a07a2 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -47,7 +47,7 @@ DEFAULTS = {
"xmlrpc_port" : 25151,
"minimize_syncs" : 1,
"yum_core_mirror_from_server" : 0,
- "default_virt_type" : "xenpv"
+ "default_virt_type" : "auto"
}