mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add a missing self
This commit is contained in:
parent
1fc6587862
commit
3b19e1f5a9
@ -33,7 +33,7 @@ class Cloud(object):
|
||||
Create/Verify the vms in the vm data
|
||||
'''
|
||||
for vm_ in self.opts['vm']:
|
||||
create(vm_)
|
||||
self.create(vm_)
|
||||
|
||||
def create(self, vm_):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user