Updating sample reconciler config

This commit is contained in:
Andrew Melton 2013-06-25 10:10:51 -04:00
parent 2ce4a233a7
commit 7f1b9ce313

View File

@ -1,12 +1,13 @@
{
"nova": {
"RegionOne": {
"username": "admin",
"project_id": "admin",
"api_key": "some_key",
"auth_url": "http://identity.example.com:5000/v2.0",
"auth_system": "keystone"
"client_class": "JSONBridgeClient",
"client": {
"url": "http://jsonbridge.example.com:8080/query/",
"username": "bridgeuser",
"password": "super_secure_password",
"regions": {
"RegionOne": "nova-regionone",
"RegionTwo": "nova-regiontwo"
}
},
"region_mapping_loc": "/etc/stacktach/region_mapping.json"
}
"region_mapping_loc": "etc/sample_region_mapping.json"
}