Navigation Menu

Skip to content

Commit

Permalink
not getting heat endpoint
Browse files Browse the repository at this point in the history
since mimic heat part is not done yet
  • Loading branch information
Manish Tomar committed Feb 3, 2016
1 parent 135a817 commit 6bfcbbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otter/integration/lib/trial_tools.py
Expand Up @@ -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:
Expand Down

0 comments on commit 6bfcbbf

Please sign in to comment.