Add a missing self

This commit is contained in:
Thomas S Hatch 2012-06-21 21:36:09 -06:00
parent 1fc6587862
commit 3b19e1f5a9

View File

@ -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_):
'''