X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=default_passwords.yaml;h=c85881e542096c9d1057b15e8f1c0957f0120766;hb=ee9c789b23c9c203b7c942f87998c0305a33ea17;hp=a7d9c978e37096d9647749053d8d96e68fcc5bf8;hpb=6c537d2005b8cb5b25f63722376fca08471987ac;p=apex-tripleo-heat-templates.git diff --git a/default_passwords.yaml b/default_passwords.yaml index a7d9c978..c85881e5 100644 --- a/default_passwords.yaml +++ b/default_passwords.yaml @@ -1,12 +1,10 @@ -heat_template_version: 2016-10-14 +heat_template_version: ocata 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}