diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2018-12-17 08:38:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-17 08:38:40 +0000 |
commit | 686525d589afae49751fe56a2a90d67db5a70f95 (patch) | |
tree | cb697405e52b03af11303b2aeadde57410533627 /ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 | |
parent | 97851fc3e05ef4513f65f9ca9ead95f07bcb0c99 (diff) | |
parent | 0d6c251582f2fd19980c5d73d6a412a3b8fede64 (diff) |
Merge "Update#2: Trex KPI not collected no rabbitmq user"
Diffstat (limited to 'ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2')
-rw-r--r-- | ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 b/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 deleted file mode 100644 index 7c811f16d..000000000 --- a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 +++ /dev/null @@ -1,23 +0,0 @@ - {
- "users": [{
- "name": "yardstick",
- "password_hash": "XHp9fBOE3vjTEf7ktiUBHqefW2g=",
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "tags": ""
- }],
- "vhosts": [{
- "name": "/"
- }],
- "permissions": [{
- "user": "yardstick",
- "vhost": "/",
- "configure": ".*",
- "write": ".*",
- "read": ".*"
- }],
- "parameters": [],
- "policies": [],
- "queues": [],
- "exchanges": [],
- "bindings": []
-}
|