Revision d4104181

b/lib/constants.py
108 108
LOG_NODESERVER = LOG_DIR + "/node-daemon.log"
109 109
LOG_WATCHER = LOG_DIR + "/watcher.log"
110 110
LOG_MASTERDAEMON = LOG_DIR + "/master-daemon.log"
111
LOG_RAPISERVER = LOG_DIR + "/rapi-daemon.log"
112
LOG_RAPIACCESS = LOG_DIR + "/rapi-access.log"
111 113

  
112 114
OS_SEARCH_PATH = _autoconf.OS_SEARCH_PATH
113 115
EXPORT_DIR = _autoconf.EXPORT_DIR
......
267 269
# Execution log types
268 270
ELOG_MESSAGE = "message"
269 271
ELOG_PROGRESS = "progress"
272

  
273
# Temporary RAPI constants until we have cluster parameters
274
RAPI_ENABLE = True
275
RAPI_PORT = 5080

Also available in: Unified diff