aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-10-31 18:52:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-31 18:52:51 +0000
commit82f84e0fe0404fb7d29e50921b6958020967ae5a (patch)
tree8a9bf3ebd9cb2a25501f32e991deefbf71096eb6
parent5157e77d7e80796b3ecfe11b8d87e03cf225cb3b (diff)
parent5601804e811e4fa7f34044256b07f1d6267491df (diff)
Merge "Update: Trex KPI not collected no rabbitmq user"
-rw-r--r--ansible/roles/configure_rabbitmq/templates/user_definitions.json.j22
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": ""
}],