Revision 0fcb3314 lib/cli.py

b/lib/cli.py
185 185
  "REMOVE_UIDS_OPT",
186 186
  "RESERVED_LVS_OPT",
187 187
  "RQL_OPT",
188
  "INSTANCE_COMMUNICATION_NETWORK_OPT",
188 189
  "RUNTIME_MEM_OPT",
189 190
  "ROMAN_OPT",
190 191
  "SECONDARY_IP_OPT",
......
1302 1303
                     type="int", help="Set the maximal number of jobs to "
1303 1304
                                      "run simultaneously")
1304 1305

  
1306
INSTANCE_COMMUNICATION_NETWORK_OPT = \
1307
    cli_option("--instance-communication-network",
1308
               dest="instance_communication_network",
1309
               type="string",
1310
               help="Set the network name for instance communication")
1311

  
1305 1312
VG_NAME_OPT = cli_option("--vg-name", dest="vg_name",
1306 1313
                         help=("Enables LVM and specifies the volume group"
1307 1314
                               " name (cluster-wide) for disk allocation"

Also available in: Unified diff