Revision 6afeb85d snf-cyclades-app/synnefo/logic/backend.py

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

  
329 329
    # Defined in settings.GANETI_CREATEINSTANCE_KWARGS
330 330
    # kw['hvparams'] = dict(serial_console=False)
331
    log.debug("Creating instance %s", kw)
331
    log.debug("Creating instance %s", utils.hide_pass(kw))
332 332
    with pooled_rapi_client(vm) as client:
333 333
        return client.CreateInstance(**kw)
334 334

  

Also available in: Unified diff