Moved the agent/api to use keystone in devstack

This commit is contained in:
Tim Kuhlman 2014-06-26 11:01:15 -06:00
parent 18fd83ccc3
commit a3525e2bbe
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"id": "mon_credentials",
"middleware": {
"serverVip": "region-a.geo-1.identity-admin.hpcloudsvc.com",
"serverVip": "192.168.10.5",
"truststore_password": "changeit"
},
"mysql": {

View File

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

View File

@ -2,7 +2,7 @@
"id": "mon_credentials",
"middleware": {
"keystore_password": "changeit",
"serverVip": "region-a.geo-1.identity-admin.hpcloudsvc.com",
"serverVip": "192.168.10.5",
"truststore_password": "changeit",
"keystore_file":"hpmiddleware-keystore-production.jks"
},