From 7f1b9ce313743f75d9b373e8ff91780efca6a343 Mon Sep 17 00:00:00 2001 From: Andrew Melton Date: Tue, 25 Jun 2013 10:10:51 -0400 Subject: [PATCH] Updating sample reconciler config --- etc/sample_reconciler_config.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/etc/sample_reconciler_config.json b/etc/sample_reconciler_config.json index 90e5a24..0a19be9 100644 --- a/etc/sample_reconciler_config.json +++ b/etc/sample_reconciler_config.json @@ -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" +} \ No newline at end of file