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

Method has_public_network

systemvm/debian/opt/cloud/bin/cs/CsConfig.py:156–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 return ""
155
156 def has_public_network(self):
157 return self.cmdline().idata().get('has_public_network', 'true') == 'true'

Callers 4

processMethod · 0.80
processMethod · 0.80
post_configureMethod · 0.80
fw_vpcrouterMethod · 0.80

Calls 3

cmdlineMethod · 0.95
idataMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected