Fix support metadata for collectd

Change-Id: Id4da4cdc3a15cd4ee644e3ab523a0cb6c89aca8a
This commit is contained in:
Simon Pasquier 2016-11-10 11:16:45 +01:00
parent 3ca6a69038
commit a7e8bc8119
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ local_plugin:
endpoint:
heat-api:
expected_code: 300
url: "http://{{ server.bind.api|replace('0.0.0.0', '127.0.0.1') }}:8004/"
url: "http://{{ server.bind.api.address|replace('0.0.0.0', '127.0.0.1') }}:8004/"
heat-cfn-api:
expected_code: 300
url: "http://{{ server.bind.api_cfn|replace('0.0.0.0', '127.0.0.1') }}:8000/"
url: "http://{{ server.bind.api_cfn.address|replace('0.0.0.0', '127.0.0.1') }}:8000/"
{%- endif %}
{%- endif %}