Revision 4a990147

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

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

  
555 554
    # Defined in settings.GANETI_CREATEINSTANCE_KWARGS

Also available in: Unified diff