remove RSTATE_ERROR

if startContainer failed, it will still returning success because
it running the db update result
This commit is contained in:
Girish Ramakrishnan
2015-10-11 11:15:09 -07:00
parent f366d41034
commit f48a2520c3
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -40,7 +40,6 @@ exports = module.exports = {
RSTATE_PENDING_START: 'pending_start',
RSTATE_PENDING_STOP: 'pending_stop',
RSTATE_STOPPED: 'stopped', // app stopped by use
RSTATE_ERROR: 'error',
// run codes (keep in sync in UI)
HEALTH_HEALTHY: 'healthy',