implement two changes to better handle, identify, and recover from
[bootmanager.git] / source / notify_messages.py
1 """
2 this file contains the ids of messages that we can send the contacts
3 at a site, through the BootNotifyOwners call
4 """
5
6 MSG_INSTALL_FINISHED= "installfinished"
7 MSG_INSUFFICIENT_DISK= "insufficientdisk"
8 MSG_INSUFFICIENT_MEMORY= "insufficientmemory"
9 MSG_NO_NODE_CONFIG_FILE= "noconfig"
10 MSG_AUTH_FAIL= "authfail"
11 MSG_NODE_NOT_INSTALLED= "notinstalled"
12 MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve"
13 MSG_NO_DETECTED_NETWORK= "nodetectednetwork"