cloud driver isn't a provider

This will not have a ':' in it at all.
This commit is contained in:
Daniel Wallace 2017-08-14 10:26:21 -06:00
parent 4456f7383d
commit 99046b441f

View file

@ -312,7 +312,7 @@ def bootstrap(vm_, opts):
}
}
if vm_.get('driver', 'none:none').split(':')[1] == 'saltify':
if vm_.get('driver') == 'saltify':
saltify_driver = True
else:
saltify_driver = False