From: Stepan Andrushko Date: Wed, 31 Oct 2018 17:07:08 +0000 (+0200) Subject: Update: Trex KPI not collected no rabbitmq user X-Git-Tag: opnfv-8.0.0~159^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F64329%2F1;p=yardstick.git 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 --- 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": "" }],