rally-openstack/samples/deployments/existing-keystone-v3-osprofiler.json
cxhuawei ffb38f8127 OSProfiler Intergration
1. connect_string store in deployment and get in credential
2. if has got connect_string and hmac_key,rally get osprofiler data
   and process them in osprofilerchart
3. new js code will receive the data from osprofiler chart and
   generate graphs

Change-Id: Id477a10489102425fae79ecf6719b1e0739e92c0
2017-12-09 21:47:58 +00:00

19 lines
529 B
JSON

{
"openstack": {
"auth_url": "http://example.net:5000/v3/",
"region_name": "RegionOne",
"endpoint_type": "public",
"admin": {
"username": "admin",
"password": "myadminpass",
"user_domain_name": "admin",
"project_name": "admin",
"project_domain_name": "admin"
},
"https_insecure": false,
"https_cacert": "",
"profiler_hmac_key": "SECRET_KEY",
"profiler_conn_str": "mongodb://localhost"
}
}