Revision b883637f lib/cli.py

b/lib/cli.py
125 125
  "OSPARAMS_OPT",
126 126
  "OS_OPT",
127 127
  "OS_SIZE_OPT",
128
  "PREALLOC_WIPE_DISKS_OPT",
128 129
  "PRIMARY_IP_VERSION_OPT",
129 130
  "PRIORITY_OPT",
130 131
  "RAPI_CERT_OPT",
......
1082 1083
                        type="bool", default=None, metavar=_YORNO,
1083 1084
                        help="Sets the blacklisted flag on the OS")
1084 1085

  
1086
PREALLOC_WIPE_DISKS_OPT = cli_option("--prealloc-wipe-disks", default=None,
1087
                                     type="bool", metavar=_YORNO,
1088
                                     dest="prealloc_wipe_disks",
1089
                                     help=("Wipe disks prior to instance"
1090
                                           " creation"))
1091

  
1085 1092

  
1086 1093
#: Options provided by all commands
1087 1094
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff