Comment 3 for bug 1716899

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

Reviewed: https://review.openstack.org/504084
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5c9ccced69a6dbf46ab4b8c8e805789b0a4c47af
Submitter: Jenkins
Branch: stable/pike

commit 5c9ccced69a6dbf46ab4b8c8e805789b0a4c47af
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 unnecessary 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: #1716899
    Closes-Bug: #1716792
    (cherry picked from commit 04515333f44736f4e85f12c2534a1c4b0479ec03)