mirror of https://github.com/apache/cloudstack.git
allow serverresource flag to not exit on failures
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
4b2c5734db
commit
b178946dbf
|
|
@ -78,4 +78,8 @@ public interface ServerResource extends Manager {
|
|||
|
||||
void setAgentControl(IAgentControl agentControl);
|
||||
|
||||
default boolean isExitOnFailures() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue