From 6bfcbbf5f594bfe22ea67061af18843a4128bdd5 Mon Sep 17 00:00:00 2001 From: Manish Tomar Date: Tue, 2 Feb 2016 16:08:08 -0800 Subject: [PATCH] not getting heat endpoint since mimic heat part is not done yet --- otter/integration/lib/trial_tools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/otter/integration/lib/trial_tools.py b/otter/integration/lib/trial_tools.py index f11acf698..431b575f8 100644 --- a/otter/integration/lib/trial_tools.py +++ b/otter/integration/lib/trial_tools.py @@ -102,8 +102,7 @@ def get_resource_mapping(): Get resource mapping based on the environment settings """ res = {'nova': (nova_key,), - 'loadbalancers': (clb_key,), - 'heat': (heat_key,)} + 'loadbalancers': (clb_key,)} if otter_local_url is not None: res['otter'] = ("badkey", otter_local_url) else: