Revision 9544c82f logic/backend.py

b/logic/backend.py
189 189
        dry_run=settings.TEST,
190 190
        beparams=dict(auto_balance=True, vcpus=flavor.cpu, memory=flavor.ram),
191 191
        osparams=dict(img_id=image.backend_id, img_passwd=password,
192
                      img_format=image.format))
192
                      img_format=image.format),
193
        # Be explicit about setting serial_console = False for Synnefo-based
194
        # instances regardless of the cluster-wide setting, see #785
195
        hvparams=dict(serial_console=False))
193 196

  
194 197

  
195 198
def delete_instance(vm):

Also available in: Unified diff