Comment 6 for bug 1902729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/victoria)

Reviewed: https://review.opendev.org/761779
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9991cadc3f8534c981ccc66d7ddc7728f7ff192c
Submitter: Zuul
Branch: stable/victoria

commit 9991cadc3f8534c981ccc66d7ddc7728f7ff192c
Author: Francesco Pantano <email address hidden>
Date: Tue Nov 3 12:18:44 2020 +0100

    Always set dashboard_protocol when Ceph Dashboard is enabled

    When the Ceph dashboard is enabled, ceph-ansible is going to set
    dashboard_protocol: 'https' by default.
    In TripleO, https is enabled only if tls-everywhere templates are
    provided. For this reason, dashboard_protocol: 'http' should be
    enforced to prevent issues when ceph-ansible is triggered.

    Closes-Bug: #1902729
    Change-Id: I6f15ab03e64318df707812d8a4127399bdfa0c6d
    (cherry picked from commit 5d9c6edb3fda626d5495b78ca39f34595d02121b)