Revision b86a6bcd scripts/gnt-cluster

b/scripts/gnt-cluster
110 110
                        hvparams=hvparams,
111 111
                        beparams=beparams,
112 112
                        candidate_pool_size=opts.candidate_pool_size,
113
                        modify_etc_hosts=opts.modify_etc_hosts,
113 114
                        )
114 115
  return 0
115 116

  
......
565 566
                        help="No support for lvm based instances"
566 567
                             " (cluster-wide)",
567 568
                        action="store_false", default=True,),
569
            make_option("--no-etc-hosts", dest="modify_etc_hosts",
570
                        help="Don't modify /etc/hosts"
571
                             " (cluster-wide)",
572
                        action="store_false", default=True,),
568 573
            make_option("--enabled-hypervisors", dest="enabled_hypervisors",
569 574
                        help="Comma-separated list of hypervisors",
570 575
                        type="string", default=None),

Also available in: Unified diff