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": { "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"
} }