Comment 3 for bug 1854119

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

Reviewed: https://review.opendev.org/696233
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=0032ed92370eeeb1e71d8fb47930df14a3585d2e
Submitter: Zuul
Branch: master

commit 0032ed92370eeeb1e71d8fb47930df14a3585d2e
Author: licanwei <email address hidden>
Date: Wed Nov 27 14:47:19 2019 +0800

    replace host_url with application_url

    for url http://localhost/infra-optim
    pecan.request.host_url is http://localhost
    and pecan.request.application_url is http://localhost/infra-optim
    we should use application_url to make href in links.

    Change-Id: I5d7746b3da196ea2e072fbdf1adb1523ba2bffaf
    Closes-Bug: #1854119