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

Class dbServer

tools/marvin/marvin/configGenerator.py:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class dbServer(object):
40
41 def __init__(self):
42 self.dbSvr = None
43 self.port = 3306
44 self.user = "cloud"
45 self.passwd = "cloud"
46 self.db = "cloud"
47
48
49class configuration(object):

Callers 9

descSetupInBasicModeFunction · 0.85
descSetupInEipModeFunction · 0.85
descSetupInAdvancedModeFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected