Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ fail
Function
fail
extensions/MaaS/maas.py:25–27 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
23
24
25
def
fail(message):
26
print(json.dumps({
"error"
: message}))
27
sys.exit(1)
28
29
30
def
succeed(data):
Callers
10
parse_json
Method · 0.70
call_maas
Method · 0.70
prepare
Method · 0.70
create
Method · 0.70
delete
Method · 0.70
start
Method · 0.70
stop
Method · 0.70
reboot
Method · 0.70
status
Method · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected