X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=default_passwords.yaml;h=04828d9445d78b3bf327e3b4f7c71f3c527d0aa3;hb=HEAD;hp=a7d9c978e37096d9647749053d8d96e68fcc5bf8;hpb=6c537d2005b8cb5b25f63722376fca08471987ac;p=apex-tripleo-heat-templates.git diff --git a/default_passwords.yaml b/default_passwords.yaml index a7d9c978..04828d94 100644 --- a/default_passwords.yaml +++ b/default_passwords.yaml @@ -1,12 +1,10 @@ -heat_template_version: 2016-10-14 +heat_template_version: pike description: Passwords we manage at the top level parameters: DefaultMysqlRootPassword: type: string - DefaultMysqlClusterPassword: - type: string DefaultRabbitCookie: type: string DefaultHeatAuthEncryptionKey: @@ -21,7 +19,6 @@ outputs: description: Password data value: mysql_root_password: {get_param: DefaultMysqlRootPassword} - mysql_cluster_password: {get_param: DefaultMysqlClusterPassword} rabbit_cookie: {get_param: DefaultRabbitCookie} heat_auth_encryption_key: {get_param: DefaultHeatAuthEncryptionKey} pcsd_password: {get_param: DefaultPcsdPassword}