Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / default_passwords.yaml
index a7d9c97..04828d9 100644 (file)
@@ -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}