Revision bf689b7a lib/bootstrap.py

b/lib/bootstrap.py
289 289
                hvparams=None, enabled_hypervisors=None, modify_etc_hosts=True,
290 290
                modify_ssh_setup=True, maintain_node_health=False,
291 291
                drbd_helper=None, uid_pool=None, default_iallocator=None,
292
                primary_ip_version=None, prealloc_wipe_disks=False):
292
                primary_ip_version=None, prealloc_wipe_disks=False,
293
                use_external_mip_script=False):
293 294
  """Initialise the cluster.
294 295

  
295 296
  @type candidate_pool_size: int
......
482 483
    default_iallocator=default_iallocator,
483 484
    primary_ip_family=ipcls.family,
484 485
    prealloc_wipe_disks=prealloc_wipe_disks,
486
    use_external_mip_script=use_external_mip_script,
485 487
    )
486 488
  master_node_config = objects.Node(name=hostname.name,
487 489
                                    primary_ip=hostname.ip,

Also available in: Unified diff