From 5c6cacdc795f6faeffcd90c79ca3217670d058a6 Mon Sep 17 00:00:00 2001 From: Andrew Melton Date: Tue, 2 Jul 2013 14:09:15 -0400 Subject: [PATCH] Fixing sample reconciler config --- etc/sample_reconciler_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}