From 5601804e811e4fa7f34044256b07f1d6267491df Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Wed, 31 Oct 2018 19:07:08 +0200 Subject: Update: Trex KPI not collected no rabbitmq user Update of review #63707: missed yardstick password hash. This must be set on top of changes on review. JIRA: YARDSTICK-1479 Change-Id: Ia8783de81ad91ea7421c6bbff87a30c59db2d44c Signed-off-by: Stepan Andrushko --- ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles') diff --git a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 b/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 index 831675ff1..7c811f16d 100644 --- a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 +++ b/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 @@ -1,7 +1,7 @@ { "users": [{ "name": "yardstick", - "password_hash": "{{ }}", + "password_hash": "XHp9fBOE3vjTEf7ktiUBHqefW2g=", "hashing_algorithm": "rabbit_password_hashing_sha256", "tags": "" }], -- cgit 1.2.3-korg