""" this file contains the ids of messages that we can send the contacts at a site, through the BootNotifyOwners call """ MSG_INSTALL_FINISHED= "installfinished" MSG_INSUFFICIENT_DISK= "insufficientdisk" MSG_INSUFFICIENT_MEMORY= "insufficientmemory" MSG_NO_NODE_CONFIG_FILE= "noconfig" MSG_AUTH_FAIL= "authfail" MSG_NODE_NOT_INSTALLED= "notinstalled" MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve"