From bf7664763dd25c2d7b2a4c812d85e43688ce964c Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 14 Oct 2008 11:30:03 +0000
Subject: [PATCH] Remove old instance attributes

Reviewed-by: ultrotter
---
 lib/objects.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/objects.py b/lib/objects.py
index a4c58d1a7..d941ed0a8 100644
--- a/lib/objects.py
+++ b/lib/objects.py
@@ -508,8 +508,6 @@ class Instance(TaggableObject):
     "hvparams",
     "beparams",
     "status",
-    "memory",
-    "vcpus",
     "nics",
     "disks",
     "disk_template",
-- 
GitLab