mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-9239 throw exception on deprecated commandan API call to LockAccount fails silently with a 200 return and no contents. client are responsible to check and will find that no locking has actually occured. This way they may be lured to a sense of false security. Throwing an exption makes the failure explicit. cloudmonkey lock account name=<name> domainid=<id> now errors out with an http result of 530 * pr/1349: CLOUDSTACK-9239 throw exception on deprecated command Signed-off-by: Remi Bergsma <github@remi.nl>