From 592e04bd3fb31af379ece1ef88acb89c2031de63 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Sun, 13 Jun 2010 08:05:24 +0200
Subject: [PATCH] Remove a TODO
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since OS objects are not stored in the configuration, we cannot put
os_hvp there, therefore the TODO is obsolete…

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 lib/objects.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/objects.py b/lib/objects.py
index 17a8190c3..b1793e690 100644
--- a/lib/objects.py
+++ b/lib/objects.py
@@ -882,7 +882,6 @@ class Cluster(TaggableObject):
         self.hvparams[hypervisor] = FillDict(
             constants.HVC_DEFAULTS[hypervisor], self.hvparams[hypervisor])
 
-    # TODO: Figure out if it's better to put this into OS than Cluster
     if self.os_hvp is None:
       self.os_hvp = {}
 
-- 
GitLab