Revision 96ba7552 lib/cli.py

b/lib/cli.py
79 79
  "FORCE_VARIANT_OPT",
80 80
  "GLOBAL_FILEDIR_OPT",
81 81
  "HID_OS_OPT",
82
  "GLOBAL_SHARED_FILEDIR_OPT",
82 83
  "HVLIST_OPT",
83 84
  "HVOPTS_OPT",
84 85
  "HYPERVISOR_OPT",
......
969 970
                                metavar="DIR",
970 971
                                default=constants.DEFAULT_FILE_STORAGE_DIR)
971 972

  
973
GLOBAL_SHARED_FILEDIR_OPT = cli_option("--shared-file-storage-dir",
974
                            dest="shared_file_storage_dir",
975
                            help="Specify the default directory (cluster-"
976
                            "wide) for storing the shared file-based"
977
                            " disks [%s]" %
978
                            constants.DEFAULT_SHARED_FILE_STORAGE_DIR,
979
                            metavar="SHAREDDIR",
980
                            default=constants.DEFAULT_SHARED_FILE_STORAGE_DIR)
981

  
972 982
NOMODIFY_ETCHOSTS_OPT = cli_option("--no-etc-hosts", dest="modify_etc_hosts",
973 983
                                   help="Don't modify /etc/hosts",
974 984
                                   action="store_false", default=True)

Also available in: Unified diff