diff --git a/healthcheck/opendaylight-api b/healthcheck/opendaylight-api index e43c2bff3..c11724bcd 100755 --- a/healthcheck/opendaylight-api +++ b/healthcheck/opendaylight-api @@ -11,4 +11,4 @@ else bind_port=$(awk -F "= *" '/^org.osgi.service.http.port.secure/ {print $2}' $file) fi -healthcheck_curl http://$bind_host:$bind_port/index.html +healthcheck_curl http://$bind_host:$bind_port/controller/nb/v2/neutron diff --git a/releasenotes/notes/change-odl-healthcheck-uri-84d6dea51b110772.yaml b/releasenotes/notes/change-odl-healthcheck-uri-84d6dea51b110772.yaml new file mode 100644 index 000000000..bc9013dfc --- /dev/null +++ b/releasenotes/notes/change-odl-healthcheck-uri-84d6dea51b110772.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Modifies the healthcheck for OpenDaylight to a supported URL. See + https://bugs.launchpad.net/tripleo/+bug/1751857