mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Init pmap dict
This commit is contained in:
parent
b3b7139ac3
commit
cf1cf23e39
@ -52,6 +52,7 @@ class Cloud(object):
|
|||||||
based on what providers are defined in the configs and vms
|
based on what providers are defined in the configs and vms
|
||||||
'''
|
'''
|
||||||
provs = self.get_providers()
|
provs = self.get_providers()
|
||||||
|
pmap = {}
|
||||||
for prov in provs:
|
for prov in provs:
|
||||||
fun = '{0}.list_nodes'.format(prov)
|
fun = '{0}.list_nodes'.format(prov)
|
||||||
if not fun in self.clouds:
|
if not fun in self.clouds:
|
||||||
|
Loading…
Reference in New Issue
Block a user