Go to file
Javier Sánchez Parra ffbcf7ebba Check return code on restore image command
When restore image command was sent and the restoration failed, you
could see in WebConsole the image as restored and the command completed,
as it if had not failed. This happened because ogClient did not check
the return code of restoration script.

This commit adds return code check on restore image. So, when return
code is a non-zero value ogClient responses with an error 500. When
ogServer receives this error response, it did not set in the database
the image as restored and command as completed without errors.
2020-06-23 13:42:39 +02:00
cfg Rename 'linux' mode to 'live' mode 2020-06-05 14:55:10 +02:00
src Check return code on restore image command 2020-06-23 13:42:39 +02:00
tests add space after Content-Length and Content-Type 2020-01-28 09:14:13 +01:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
COPYING Rename LICENSE to COPYING 2020-06-18 16:45:46 +02:00
main.py Rename 'linux' mode to 'live' mode 2020-06-05 14:55:10 +02:00
setup.py Add setup.py installation script 2020-06-16 10:22:30 +02:00