Updating sample reconciler config
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"nova": {
|
"client_class": "JSONBridgeClient",
|
||||||
"RegionOne": {
|
"client": {
|
||||||
"username": "admin",
|
"url": "http://jsonbridge.example.com:8080/query/",
|
||||||
"project_id": "admin",
|
"username": "bridgeuser",
|
||||||
"api_key": "some_key",
|
"password": "super_secure_password",
|
||||||
"auth_url": "http://identity.example.com:5000/v2.0",
|
"regions": {
|
||||||
"auth_system": "keystone"
|
"RegionOne": "nova-regionone",
|
||||||
|
"RegionTwo": "nova-regiontwo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"region_mapping_loc": "/etc/stacktach/region_mapping.json"
|
"region_mapping_loc": "etc/sample_region_mapping.json"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user