Fixed username key in mon_agent databags

This commit is contained in:
Tim Kuhlman 2014-06-26 12:45:58 -06:00
parent a3525e2bbe
commit 9e3d153113
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"id" : "mon_agent",
"keystone_url": "https://192.168.10.5:35357/v3/auth/tokens",
"user": "mini-mon",
"username": "mini-mon",
"password": "password",
"project_name": "mini-mon",
"mon_api_url" : "http://localhost:8080/v2.0",

View File

@ -1,7 +1,7 @@
{
"id" : "mon_agent",
"keystone_url": "https://192.168.10.5:35357/v3/auth/tokens",
"user": "mini-mon",
"username": "mini-mon",
"password": "password",
"project_name": "mini-mon",
"mon_api_url" : "http://192.168.10.4:8080/v2.0",

View File

@ -1,7 +1,7 @@
{
"id": "mon_agent",
"keystone_url": "https://10.22.156.20:35357/v3/auth/tokens",
"user": "admin",
"username": "admin",
"password": "password",
"project_name": "demo",
"mon_api_url": "http://localhost:8080/v2.0/metrics",