Merge "Add missing hidden tags for password/credential/private keys"
This commit is contained in:
commit
19039a1d50
@ -125,10 +125,12 @@ parameters:
|
||||
default: ''
|
||||
description: The S3 query token access key.
|
||||
type: string
|
||||
hidden: true
|
||||
CinderBackupS3SecretKey:
|
||||
default: ''
|
||||
description: The S3 query token secret key.
|
||||
type: string
|
||||
hidden: true
|
||||
CinderBackupS3Bucket:
|
||||
default: volumebackups
|
||||
description: The S3 bucket where backups are to be stored.
|
||||
|
@ -202,6 +202,7 @@ parameters:
|
||||
SSH key for migration.
|
||||
Expects a dictionary with keys 'public_key' and 'private_key'.
|
||||
Values should be identical to SSH public/private key files.
|
||||
hidden: true
|
||||
default:
|
||||
public_key: ''
|
||||
private_key: ''
|
||||
|
@ -148,12 +148,15 @@ parameters:
|
||||
KeystoneCredential0:
|
||||
type: string
|
||||
description: The first Keystone credential key. Must be a valid key.
|
||||
hidden: true
|
||||
KeystoneCredential1:
|
||||
type: string
|
||||
description: The second Keystone credential key. Must be a valid key.
|
||||
hidden: true
|
||||
KeystoneFernetKeys:
|
||||
type: json
|
||||
description: Mapping containing keystone's fernet keys and their paths.
|
||||
hidden: true
|
||||
KeystoneFernetMaxActiveKeys:
|
||||
type: number
|
||||
description: The maximum active keys in the keystone fernet key repository.
|
||||
|
@ -58,6 +58,7 @@ parameters:
|
||||
default: ''
|
||||
description: Contains content of the private key corresponding to the cert RsyslogElasticsearchTlsClientCert.
|
||||
type: string
|
||||
hidden: true
|
||||
RsyslogExtraLoggingSource:
|
||||
type: json
|
||||
default: []
|
||||
|
@ -91,6 +91,7 @@ parameters:
|
||||
default: ''
|
||||
description: SSL password to be supplied for listener.
|
||||
type: string
|
||||
hidden: true
|
||||
MetricsQdrSslPwFile:
|
||||
default: ''
|
||||
description: Path to SSL password file for certificate key for listener.
|
||||
|
@ -120,6 +120,7 @@ parameters:
|
||||
default: ''
|
||||
description: SSL password to be supplied for listener.
|
||||
type: string
|
||||
hidden: true
|
||||
MetricsQdrTrustedCerts:
|
||||
default: ''
|
||||
description: Path to file containing trusted certificates for listener.
|
||||
|
@ -368,6 +368,7 @@ parameters:
|
||||
SSH key for migration.
|
||||
Expects a dictionary with keys 'public_key' and 'private_key'.
|
||||
Values should be identical to SSH public/private key files.
|
||||
hidden: true
|
||||
default:
|
||||
public_key: ''
|
||||
private_key: ''
|
||||
|
@ -43,6 +43,7 @@ parameters:
|
||||
SSH key for migration.
|
||||
Expects a dictionary with keys 'public_key' and 'private_key'.
|
||||
Values should be identical to SSH public/private key files.
|
||||
hidden: true
|
||||
default:
|
||||
public_key: ''
|
||||
private_key: ''
|
||||
|
@ -206,6 +206,7 @@ parameters:
|
||||
SSH key for migration.
|
||||
Expects a dictionary with keys 'public_key' and 'private_key'.
|
||||
Values should be identical to SSH public/private key files.
|
||||
hidden: true
|
||||
default:
|
||||
public_key: ''
|
||||
private_key: ''
|
||||
|
@ -87,6 +87,7 @@ parameters:
|
||||
If provided, this will create or update a file on the host
|
||||
with the path provided in OctaviaCaKeyFile with the key
|
||||
data.
|
||||
hidden: true
|
||||
OctaviaClientCertFile:
|
||||
type: string
|
||||
default: '/etc/octavia/certs/client.pem'
|
||||
|
Loading…
Reference in New Issue
Block a user