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

Class sysConfigServerRedhat

python/lib/cloudutils/syscfg.py:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 return True
245
246class sysConfigServerRedhat(sysConfigServer):
247 def __init__(self, glbEnv):
248 super(sysConfigServerRedhat, self).__init__(glbEnv)
249 self.svo = serviceOpsRedhat()
250 self.services = []
251
252class sysConfigServerUbuntu(sysConfigServer):
253 def __init__(self, glbEnv):

Callers 1

getServerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected