Revision 2c022086 snf-cyclades-app/synnefo/logic/servers.py

b/snf-cyclades-app/synnefo/logic/servers.py
205 205
        transaction.commit()
206 206

  
207 207
    try:
208
        jobID = backend.create_instance(vm, nic, flavor, image)
208
        jobID = backend.create_instance(vm, [nic], flavor, image)
209 209
        # At this point the job is enqueued in the Ganeti backend
210 210
        vm.backendjobid = jobID
211 211
        vm.task = "BUILD"

Also available in: Unified diff