Moved the agent/api to use keystone in devstack
This commit is contained in:
parent
18fd83ccc3
commit
a3525e2bbe
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user