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

Class cloudstackConfiguration

tools/marvin/marvin/configGenerator.py:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62class cloudstackConfiguration(object):
63
64 def __init__(self):
65 self.zones = []
66 self.mgtSvr = []
67 self.dbSvr = None
68 self.globalConfig = []
69 self.logger = None
70 self.TestData = None
71
72
73class zone(object):

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected