From fae3cb25686ed1325472fa3d648c1bb0a984ee91 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Wed, 18 Mar 2015 15:54:45 +0100 Subject: [PATCH] controller-puppet: Honor MysqlRootPassword Currently the MysqlRootPassword parameter is retrieved from the templates but not honored, preventing a user to specify it. This commit fixes that. Change-Id: Ib6842736a37aea3cc16f1a7c75fc877408682bf7 --- puppet/controller-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 76e5483ad4..a13942e99e 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -672,7 +672,7 @@ resources: # MySQL admin_password: {get_input: admin_password} mysql_innodb_buffer_pool_size: {get_input: mysql_innodb_buffer_pool_size} - mysql_root_password: {get_input: mysql_root_password} + mysql::server::root_password: {get_input: mysql_root_password} mysql_cluster_name: {get_input: mysql_cluster_name} # Neutron neutron::bind_host: {get_input: controller_host}