Merge "Add missing hidden tags for password/credential/private keys"

This commit is contained in:
Zuul 2022-10-26 07:30:00 +00:00 committed by Gerrit Code Review
commit 19039a1d50
10 changed files with 13 additions and 0 deletions

View File

@ -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.

View File

@ -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: ''

View File

@ -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.

View File

@ -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: []

View File

@ -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.

View File

@ -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.

View File

@ -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: ''

View File

@ -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: ''

View File

@ -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: ''

View File

@ -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'