Updating data bags for new Keystone URL

This commit is contained in:
gary-hessler 2014-06-27 15:11:47 -06:00
parent 0f9e13c317
commit 3ec7abc88e
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"id" : "mon_agent",
"keystone_url": "http://192.168.10.5:35357/v3/auth/tokens",
"keystone_url": "http://192.168.10.5:35357/v3",
"username": "mini-mon",
"password": "password",
"project_name": "mini-mon",

View File

@ -1,6 +1,6 @@
{
"id" : "mon_agent",
"keystone_url": "http://192.168.10.5:35357/v3/auth/tokens",
"keystone_url": "http://192.168.10.5:35357/v3",
"username": "mini-mon",
"password": "password",
"project_name": "mini-mon",

View File

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