Merge "Configure Keystone Fernet Keys"
This commit is contained in:
commit
1459612717
@ -99,6 +99,12 @@ parameters:
|
||||
KeystoneCredential1:
|
||||
type: string
|
||||
description: The second Keystone credential key. Must be a valid key.
|
||||
KeystoneFernetKey0:
|
||||
type: string
|
||||
description: The first Keystone fernet key. Must be a valid key.
|
||||
KeystoneFernetKey1:
|
||||
type: string
|
||||
description: The second Keystone fernet key. Must be a valid key.
|
||||
KeystoneLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
@ -156,6 +162,11 @@ outputs:
|
||||
content: {get_param: KeystoneCredential0}
|
||||
'/etc/keystone/credential-keys/1':
|
||||
content: {get_param: KeystoneCredential1}
|
||||
keystone::fernet_keys:
|
||||
'/etc/keystone/fernet-keys/0':
|
||||
content: {get_param: KeystoneFernetKey0}
|
||||
'/etc/keystone/fernet-keys/1':
|
||||
content: {get_param: KeystoneFernetKey1}
|
||||
keystone::debug: {get_param: Debug}
|
||||
keystone::rabbit_userid: {get_param: RabbitUserName}
|
||||
keystone::rabbit_password: {get_param: RabbitPassword}
|
||||
|
Loading…
x
Reference in New Issue
Block a user