Init pmap dict

This commit is contained in:
Thomas S Hatch 2012-07-21 01:53:58 -06:00
parent b3b7139ac3
commit cf1cf23e39

View File

@ -52,6 +52,7 @@ class Cloud(object):
based on what providers are defined in the configs and vms
'''
provs = self.get_providers()
pmap = {}
for prov in provs:
fun = '{0}.list_nodes'.format(prov)
if not fun in self.clouds: