Fixing sample reconciler config

This commit is contained in:
Andrew Melton 2013-07-02 14:09:15 -04:00
parent e9f2c60320
commit 5c6cacdc79

View File

@ -4,10 +4,10 @@
"url": "http://jsonbridge.example.com:8080/query/", "url": "http://jsonbridge.example.com:8080/query/",
"username": "bridgeuser", "username": "bridgeuser",
"password": "super_secure_password", "password": "super_secure_password",
"regions": { "databases": {
"RegionOne": "nova-regionone", "RegionOne": "nova-regionone",
"RegionTwo": "nova-regiontwo" "RegionTwo": "nova-regiontwo"
} }
}, },
"region_mapping_loc": "etc/sample_region_mapping.json" "region_mapping_loc": "etc/sample_region_mapping.json"
} }