Revision b6267745 lib/cli.py

b/lib/cli.py
109 109
  "NEW_CONFD_HMAC_KEY_OPT",
110 110
  "NEW_RAPI_CERT_OPT",
111 111
  "NEW_SECONDARY_OPT",
112
  "NEW_SPICE_CERT_OPT",
112 113
  "NIC_PARAMS_OPT",
113 114
  "NODE_FORCE_JOIN_OPT",
114 115
  "NODE_LIST_OPT",
......
159 160
  "SHOWCMD_OPT",
160 161
  "SHUTDOWN_TIMEOUT_OPT",
161 162
  "SINGLE_NODE_OPT",
163
  "SPICE_CACERT_OPT",
164
  "SPICE_CERT_OPT",
162 165
  "SRC_DIR_OPT",
163 166
  "SRC_NODE_OPT",
164 167
  "SUBMIT_OPT",
......
1083 1086
                               help=("Generate a new self-signed RAPI"
1084 1087
                                     " certificate"))
1085 1088

  
1089
SPICE_CERT_OPT = cli_option("--spice-certificate", dest="spice_cert",
1090
                           default=None,
1091
                           help="File containing new SPICE certificate")
1092

  
1093
SPICE_CACERT_OPT = cli_option("--spice-ca-certificate", dest="spice_cacert",
1094
                           default=None,
1095
                           help="File containing the certificate of the CA"
1096
                                " which signed the SPICE certificate")
1097

  
1098
NEW_SPICE_CERT_OPT = cli_option("--new-spice-certificate",
1099
                               dest="new_spice_cert", default=None,
1100
                               action="store_true",
1101
                               help=("Generate a new self-signed SPICE"
1102
                                     " certificate"))
1103

  
1086 1104
NEW_CONFD_HMAC_KEY_OPT = cli_option("--new-confd-hmac-key",
1087 1105
                                    dest="new_confd_hmac_key",
1088 1106
                                    default=False, action="store_true",

Also available in: Unified diff