diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-10-31 19:07:08 +0200 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-10-31 19:07:08 +0200 |
commit | 5601804e811e4fa7f34044256b07f1d6267491df (patch) | |
tree | 5c8d8ceaa333ab26cb50e0dcfe08822b99506a54 | |
parent | 472eede691468c8b78ab2e16fef43dc3e7e8dae1 (diff) |
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 <stepanx.andrushko@intel.com>
-rw-r--r-- | ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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": ""
}],
|