Revision 0aee8ee9 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", |
|
113 | 112 |
"NIC_PARAMS_OPT", |
114 | 113 |
"NODE_FORCE_JOIN_OPT", |
115 | 114 |
"NODE_LIST_OPT", |
... | ... | |
160 | 159 |
"SHOWCMD_OPT", |
161 | 160 |
"SHUTDOWN_TIMEOUT_OPT", |
162 | 161 |
"SINGLE_NODE_OPT", |
163 |
"SPICE_CACERT_OPT", |
|
164 |
"SPICE_CERT_OPT", |
|
165 | 162 |
"SRC_DIR_OPT", |
166 | 163 |
"SRC_NODE_OPT", |
167 | 164 |
"SUBMIT_OPT", |
... | ... | |
1089 | 1086 |
help=("Generate a new self-signed RAPI" |
1090 | 1087 |
" certificate")) |
1091 | 1088 |
|
1092 |
SPICE_CERT_OPT = cli_option("--spice-certificate", dest="spice_cert", |
|
1093 |
default=None, |
|
1094 |
help="File containing new SPICE certificate") |
|
1095 |
|
|
1096 |
SPICE_CACERT_OPT = cli_option("--spice-ca-certificate", dest="spice_cacert", |
|
1097 |
default=None, |
|
1098 |
help="File containing the certificate of the CA" |
|
1099 |
" which signed the SPICE certificate") |
|
1100 |
|
|
1101 |
NEW_SPICE_CERT_OPT = cli_option("--new-spice-certificate", |
|
1102 |
dest="new_spice_cert", default=None, |
|
1103 |
action="store_true", |
|
1104 |
help=("Generate a new self-signed SPICE" |
|
1105 |
" certificate")) |
|
1106 |
|
|
1107 | 1089 |
NEW_CONFD_HMAC_KEY_OPT = cli_option("--new-confd-hmac-key", |
1108 | 1090 |
dest="new_confd_hmac_key", |
1109 | 1091 |
default=False, action="store_true", |
Also available in: Unified diff