diff --git a/etc/sample_reconciler_config.json b/etc/sample_reconciler_config.json index 0a19be9..8718067 100644 --- a/etc/sample_reconciler_config.json +++ b/etc/sample_reconciler_config.json @@ -4,10 +4,10 @@ "url": "http://jsonbridge.example.com:8080/query/", "username": "bridgeuser", "password": "super_secure_password", - "regions": { + "databases": { "RegionOne": "nova-regionone", "RegionTwo": "nova-regiontwo" } }, "region_mapping_loc": "etc/sample_region_mapping.json" -} \ No newline at end of file +}