MCPcopy Create free account
hub / github.com/apache/cloudstack / finish_config

Function finish_config

systemvm/debian/opt/cloud/bin/update_config.py:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def finish_config():
41 # Converge
42 returncode = configure.main(sys.argv)
43 sys.exit(returncode)
44
45
46def process_file():

Callers 2

process_fileFunction · 0.85
update_config.pyFile · 0.85

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected