def __init__(self):
     # self.clusterList =
     self.nova_client = NovaClient.getInstance()
     self.ipmi_module = IPMIManager()
     self.cluster_list = ClusterManager.getClusterList()
     config = ConfigParser.RawConfigParser()
     config.read('hass.conf')
     self.port = int(config.get("detection", "polling_port"))
Beispiel #2
0
 def __init__(self):
     self.ipmi_module = IPMIManager()
     self.cluster_list = ClusterManager.getClusterList()
     self.config = ConfigParser.RawConfigParser()
     self.config.read('hass.conf')
     self.port = int(self.config.get("detection", "polling_port"))