Trex KPI are not collected due to rabbitmq user
[yardstick.git] / ansible / roles / configure_rabbitmq / templates / user_definitions.json.j2
1  {\r
2     "users": [{\r
3         "name": "yardstick",\r
4         "password_hash": "{{  }}",\r
5         "hashing_algorithm": "rabbit_password_hashing_sha256",\r
6         "tags": ""\r
7     }],\r
8     "vhosts": [{\r
9         "name": "/"\r
10     }],\r
11     "permissions": [{\r
12         "user": "yardstick",\r
13         "vhost": "/",\r
14         "configure": ".*",\r
15         "write": ".*",\r
16         "read": ".*"\r
17     }],\r
18     "parameters": [],\r
19     "policies": [],\r
20     "queues": [],\r
21     "exchanges": [],\r
22     "bindings": []\r
23 }\r