[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] XendDomainConfig.py is not used.



ChangeSet 1.1896, 2005/06/01 10:43:50+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        XendDomainConfig.py is not used.
        Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 XendDomainConfig.py |   44 --------------------------------------------
 1 files changed, 44 deletions(-)


diff -Nru a/tools/python/xen/xend/XendDomainConfig.py 
b/tools/python/xen/xend/XendDomainConfig.py
--- a/tools/python/xen/xend/XendDomainConfig.py 2005-06-01 09:03:58 -04:00
+++ /dev/null   Wed Dec 31 16:00:00 196900
@@ -1,44 +0,0 @@
-# Copyright (C) 2004 Mike Wray <mike.wray@xxxxxx>
-
-"""Handler for persistent domain configs.
-
-"""
-
-import sxp
-import XendDB
-import XendDomain
-
-__all__ = [ "XendDomainConfig" ]
-
-class XendDomainConfig:
-
-    dbpath = 'config'
-
-    def __init__(self):
-        self.db = XendDB.XendDB(self.dbpath)
-
-    def domain_config_ls(self, path):
-        return self.db.ls(path)
-
-    def domain_config_create(self, path, sxpr):
-        self.db.save(path, sxpr)
-        pass
-
-    def domain_config_delete(self, path):
-        self.db.delete(path)
-
-    def domain_config_instance(self, path):
-        """Create a domain from a config.
-        """
-        config = self.db.fetch(path)
-        xd = XendDomain.instance()
-        newdom = xd.domain_create(config)
-        return newdom
-
-def instance():
-    global inst
-    try:
-        inst
-    except:
-        inst = XendDomainConfig()
-    return inst

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.