Comment 3 for bug 1781623

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (master)

Reviewed: https://review.openstack.org/582883
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=f1a1c324fb149d40c960f1eaba650f0e8c71d91e
Submitter: Zuul
Branch: master

commit f1a1c324fb149d40c960f1eaba650f0e8c71d91e
Author: Jose Luis Franco Arza <email address hidden>
Date: Mon Jul 16 09:40:11 2018 +0200

    Take WSGIScriptAlias into account in docker healthcheck.

    Some services running as vhost, as nova_placement make
    use of an alias in which the wsgi service is mapped.
    Currently, the nova_placement healthcheck has hardcoded
    the alias in the curl [0] request, but if this alias
    changes or other service modifies its from / to another,
    then the check will start failing again.

    [0] - https://github.com/openstack/tripleo-common/blob/master/healthcheck/nova-placement#L6

    Change-Id: I5a325be424740e80eafd6b4abd8eb4b3111740aa
    Closes-Bug: #1781623