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

Method use_extdns

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

Source from the content-addressed store, hash-verified

109 return self.cl.get_domain()
110
111 def use_extdns(self):
112 return self.cmdline().idata().get('useextdns', 'false') == 'true'
113
114 def expose_dns(self):
115 return self.cmdline().idata().get('exposedns', 'false') == 'true'

Callers 4

has_dnsMethod · 0.95
get_dnsMethod · 0.95
get_dnsMethod · 0.80
configure_serverMethod · 0.80

Calls 3

cmdlineMethod · 0.95
idataMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected