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

Function getGlobalSettings

tools/devcloud-kvm/devcloud-kvm.py:32–37  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

30
31
32def getGlobalSettings(config):
33 for k, v in dict(config.items('globals')).iteritems():
34 cfg = configuration()
35 cfg.name = k
36 cfg.value = v
37 yield cfg
38
39
40def describeDevcloudKvmResources(config):

Callers 1

Calls 1

configurationClass · 0.85

Tested by

no test coverage detected