Revision bf689b7a lib/cli.py

b/lib/cli.py
177 177
  "TO_GROUP_OPT",
178 178
  "UIDPOOL_OPT",
179 179
  "USEUNITS_OPT",
180
  "USE_EXTERNAL_MIP_SCRIPT",
180 181
  "USE_REPL_NET_OPT",
181 182
  "VERBOSE_OPT",
182 183
  "VG_NAME_OPT",
......
1016 1017
                                metavar="NETMASK",
1017 1018
                                default=None)
1018 1019

  
1020
USE_EXTERNAL_MIP_SCRIPT = cli_option("--use-external-mip-script",
1021
                                dest="use_external_mip_script",
1022
                                help="Specify whether to run a user-provided"
1023
                                " script for the master IP address turnup and"
1024
                                " turndown operations",
1025
                                type="bool", metavar=_YORNO, default=None)
1026

  
1019 1027
GLOBAL_FILEDIR_OPT = cli_option("--file-storage-dir", dest="file_storage_dir",
1020 1028
                                help="Specify the default directory (cluster-"
1021 1029
                                "wide) for storing the file-based disks [%s]" %

Also available in: Unified diff