Revision aee560b0 snf-cyclades-app/synnefo/logic/rapi.py

b/snf-cyclades-app/synnefo/logic/rapi.py
112 112
_NODE_MIGRATE_REQV1 = NODE_MIGRATE_REQV1
113 113
_NODE_EVAC_RES1 = NODE_EVAC_RES1
114 114

  
115
#: Not enough resources (iallocator failure, disk space, memory, etc.)
116
ECODE_NORES = "insufficient_resources"
117

  
118
#: Temporarily out of resources; operation can be tried again
119
ECODE_TEMP_NORES = "temp_insufficient_resources"
120

  
115 121
# Older pycURL versions don't have all error constants
116 122
try:
117 123
  _CURLE_SSL_CACERT = pycurl.E_SSL_CACERT

Also available in: Unified diff