commit | 5f58dd7d5a43571b043097d20b961232bf3d4c96 | [log] [tgz] |
---|---|---|
author | sgarbuz <sgarbuz@mirantis.com> | Mon May 20 14:10:11 2019 +0300 |
committer | sgarbuz <sgarbuz@mirantis.com> | Mon Jul 08 11:31:34 2019 +0000 |
tree | 00937ead35d57b863443771e2615d8645d94b5fe | |
parent | 6f1521a601885f266ab3c4e544c1e3ed601c061d [diff] [blame] |
Generate random keystone users Depends-On: https://gerrit.mcp.mirantis.com/#/c/44319/ Depends-On: https://gerrit.mcp.mirantis.com/#/c/45118/ Depends-On: https://gerrit.mcp.mirantis.com/#/c/45119/ Related-Prod: PROD-29868 Related-Prod: PROD-31315 (cherry picked from commit f5956c2f6151cc5d99659103f90641ea66eac44a) (cherry picked from commit 70dd0f0587eb297fbefdea43837839c4983b8378) Change-Id: I402be73437d5397224184a4fd71e2f6abae24db2
diff --git a/murano/server/cluster.yml b/murano/server/cluster.yml index a9b1f6d..73dcb38 100644 --- a/murano/server/cluster.yml +++ b/murano/server/cluster.yml
@@ -19,14 +19,14 @@ host: ${_param:openstack_database_address} port: 3306 name: murano - user: murano + user: ${_param:mysql_murano_username} password: ${_param:mysql_murano_password} identity: engine: keystone host: ${_param:openstack_control_address} port: 35357 tenant: service - user: murano + user: ${_param:keystone_murano_username} password: ${_param:keystone_murano_password} message_queue: engine: rabbitmq