2018-03-05 18:28:35 +00:00
|
|
|
heat_template_version: rocky
|
2016-08-17 13:26:05 +00:00
|
|
|
|
|
|
|
description: Passwords we manage at the top level
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
DefaultMysqlRootPassword:
|
|
|
|
type: string
|
|
|
|
DefaultRabbitCookie:
|
|
|
|
type: string
|
|
|
|
DefaultHeatAuthEncryptionKey:
|
|
|
|
type: string
|
|
|
|
DefaultPcsdPassword:
|
|
|
|
type: string
|
|
|
|
DefaultHorizonSecret:
|
|
|
|
type: string
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
passwords:
|
|
|
|
description: Password data
|
|
|
|
value:
|
|
|
|
mysql_root_password: {get_param: DefaultMysqlRootPassword}
|
|
|
|
rabbit_cookie: {get_param: DefaultRabbitCookie}
|
|
|
|
heat_auth_encryption_key: {get_param: DefaultHeatAuthEncryptionKey}
|
|
|
|
pcsd_password: {get_param: DefaultPcsdPassword}
|
|
|
|
horizon_secret: {get_param: DefaultHorizonSecret}
|