Comment 4 for bug 1712335

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

Reviewed: https://review.openstack.org/498605
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=04515333f44736f4e85f12c2534a1c4b0479ec03
Submitter: Jenkins
Branch: master

commit 04515333f44736f4e85f12c2534a1c4b0479ec03
Author: Gage Hugo <email address hidden>
Date: Mon Aug 28 16:23:56 2017 -0500

    Copy specific distro pages for install guide

    This change breaks the get-started-identity, keystone-users,
    and keystone-openrc pages into multiple copies for each distribution
    release in the keystone install guides. Before this change, sphinx
    would not render the links correctly and these pages would be skipped
    in both the RDO and Ubuntu guides.

    To avoid unneccessary duplication of the same text, the files were
    moved into common/ and are simply included into the newly created
    files for each release.

    Change-Id: I7b478504f1e68034ea993c0214705045da86bb6e
    Closes-Bug: #1712335