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

Method expose_dns

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

Source from the content-addressed store, hash-verified

112 return self.cmdline().idata().get('useextdns', 'false') == 'true'
113
114 def expose_dns(self):
115 return self.cmdline().idata().get('exposedns', 'false') == 'true'
116
117 def use_router_ip_as_resolver(self):
118 return self.cl.get_use_router_ip_as_resolver()

Callers 1

post_config_changeMethod · 0.80

Calls 3

cmdlineMethod · 0.95
idataMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected