Revision cd7ed999 snf-cyclades-app/synnefo/logic/backend.py

b/snf-cyclades-app/synnefo/logic/backend.py
821 821

  
822 822
    kwargs = {
823 823
        "instance": vm.backend_vm_id,
824
        "nics": [("remove", nic.index, {})],
824
        "nics": [("remove", nic.backend_uuid, {})],
825 825
    }
826 826
    if vm.backend.use_hotplug():
827 827
        kwargs["hotplug"] = True

Also available in: Unified diff