Am 23. August 2011 10:48 schrieb Andrea Spadaccini <[email protected]>: > """Container class to hold data used for merger. > > """ > + RUNNING_STATUSES = frozenset(['running', 'ERROR_up'])
Strings in Ganeti use "" and there are constants for this: constants.INSTST_RUNNING and constants.INSTST_ERRORUP. Michael
