Comment 8 for bug 1795851

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

Reviewed: https://review.openstack.org/627050
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c6baf007341aab17035bb5e77a6ab8143b069cd4
Submitter: Zuul
Branch: master

commit c6baf007341aab17035bb5e77a6ab8143b069cd4
Author: Akihiro Motoki <email address hidden>
Date: Sun Dec 23 04:13:07 2018 +0900

    Allow to hide openrc and clouds.yaml download links

    Operators now can control whether the links of "Download OpenRC" and
    "Download clouds.yaml" are displayed or not via new settings
    SHOW_OPENRC_FILE and SHOW_OPENSTACK_CLOUDS_YAML.
    openrc and clouds.yaml files provided by horizon now assume
    the basic simple deployment and do not cover keystone authentication
    like saml2, openid and so on. The default openrc and clouds.yaml
    from horizon do not make sense for such environments.

    Change-Id: I1407a24387c7d7bd2c20c995cebf1350f8090e72
    Partial-Bug: #1795851