Revision 4b97f902 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",
......
972 973
                                metavar="DIR",
973 974
                                default=constants.DEFAULT_FILE_STORAGE_DIR)
974 975

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

  
975 985
NOMODIFY_ETCHOSTS_OPT = cli_option("--no-etc-hosts", dest="modify_etc_hosts",
976 986
                                   help="Don't modify /etc/hosts",
977 987
                                   action="store_false", default=True)

Also available in: Unified diff