Revision 2432c417

b/snf-cyclades-app/synnefo/logic/servers.py
167 167
    # the volume with data
168 168
    image_id = image["backend_id"]
169 169
    root_volume = volumes[0]
170
    if root_volume.origin is not None:
170
    if root_volume.provider is not None:
171 171
        image_id = "null"
172 172

  
173 173
    server_created.send(sender=vm, created_vm_params={

Also available in: Unified diff