summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-14 14:38:59 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-14 14:38:59 -0500
commitee2264032761abeb6fe090a09b40b8ecde42bef7 (patch)
tree4b44c2387154dd484b73c4341d2a973d4f1b46a1 /cobbler
parent39ad540c08a2b9eadefa9862b6bab42e085dafbc (diff)
downloadthird_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.tar.gz
third_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.tar.xz
third_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.zip
(A) add/tweak testcase for blender cache code, (B) modify htaccess file to only authenticate
the webui, not the other cgi's.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index f9f73b1..db55128 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -280,7 +280,7 @@ def blender(api_handle,remove_hashes, root_obj, blend_cache=None):
consolidated data.
"""
- cache_enabled = False
+ cache_enabled = False # FIXME: disabled for now as there a few bugs in this impl.
blend_key = "%s/%s/%s" % (root_obj.TYPE_NAME, root_obj.name, remove_hashes)
if cache_enabled and blend_cache is not None: