Project

General

Profile

Revision 676

Fixed: Haizea would crash when fetching nodes for which OpenNebula had not yet collected monitoring information. This fix also has the pleasant side effect of allowing Haizea to detect new hosts added in OpenNebula without having to restart Haizea.

View differences:

__init__.py
26 26
        """ Returns the nodes in the resource pool. """
27 27
        abstract()
28 28
        
29
    def refresh(self): 
30
        abstract()
31
                
29 32
    def get_resource_types(self):
30 33
        abstract()
31 34
        

Also available in: Unified diff