Revision a111b19a

b/snf-cyclades-app/synnefo/logic/backend.py
543 543
        'memory': flavor.ram}
544 544

  
545 545
    kw['osparams'] = {
546
        'config_url': vm.config_url,
547 546
        # Store image id and format to Ganeti
548
        'img_id': image['backend_id'],
547
        'img_id': 'debian_base-6.0-10-x86_64',
548
        'img_passwd': '12345',
549
        'img_properties': json.dumps({'OSFAMILY': 'linux', 'ROOT_PARTITION':'1'}),
549 550
        'img_format': image['format']}
550 551

  
551 552
    # Defined in settings.GANETI_CREATEINSTANCE_KWARGS

Also available in: Unified diff