Revision 8d823629 scripts/gnt-cluster

b/scripts/gnt-cluster
589 589
commands = {
590 590
  'init': (InitCluster, [ArgHost(min=1, max=1)],
591 591
           [DEBUG_OPT,
592
            cli_option("-s", "--secondary-ip", dest="secondary_ip",
593
                       help="Specify the secondary ip for this node;"
594
                       " if given, the entire cluster must have secondary"
595
                       " addresses",
596
                       metavar="ADDRESS", default=None),
592
            SECONDARY_IP_OPT,
597 593
            cli_option("-m", "--mac-prefix", dest="mac_prefix",
598 594
                       help="Specify the mac prefix for the instance IP"
599 595
                       " addresses, in the format XX:XX:XX",

Also available in: Unified diff