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
This commit is contained in:
Gage Hugo 2017-08-28 16:23:56 -05:00
parent 888574b85e
commit 04515333f4
15 changed files with 29 additions and 16 deletions

View File

@ -1,3 +1,5 @@
.. -*- rst -*-
Create a domain, projects, users, and roles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,7 +1,9 @@
.. -*- rst -*-
Create OpenStack client environment scripts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The previous section used a combination of environment variables and
The previous sections used a combination of environment variables and
command options to interact with the Identity service via the
``openstack`` client. To increase efficiency of client operations,
OpenStack supports simple client environment scripts also known as

View File

@ -0,0 +1 @@
.. include:: common/get-started-identity.inc

View File

@ -0,0 +1 @@
.. include:: common/get-started-identity.inc

View File

@ -0,0 +1 @@
.. include:: common/get-started-identity.inc

View File

@ -35,11 +35,11 @@ Contents
.. toctree::
:maxdepth: 2
common/get-started-identity.rst
keystone-install-obs.rst
keystone-users.rst
keystone-verify-obs.rst
keystone-openrc.rst
get-started-obs
keystone-install-obs
keystone-users-obs
keystone-verify-obs
keystone-openrc-obs
.. Pseudo only directive for each distribution used by the build tool.
This pseudo only directive for toctree only works fine with Tox.

View File

@ -35,11 +35,11 @@ Contents
.. toctree::
:maxdepth: 2
common/get-started-identity.rst
keystone-install-rdo.rst
keystone-users.rst
keystone-verify-rdo.rst
keystone-openrc.rst
get-started-rdo
keystone-install-rdo
keystone-users-rdo
keystone-verify-rdo
keystone-openrc-rdo
.. Pseudo only directive for each distribution used by the build tool.
This pseudo only directive for toctree only works fine with Tox.

View File

@ -35,11 +35,11 @@ Contents
.. toctree::
:maxdepth: 2
common/get-started-identity.rst
keystone-install-ubuntu.rst
keystone-users.rst
keystone-verify-ubuntu.rst
keystone-openrc.rst
get-started-ubuntu
keystone-install-ubuntu
keystone-users-ubuntu
keystone-verify-ubuntu
keystone-openrc-ubuntu
.. Pseudo only directive for each distribution used by the build tool.
This pseudo only directive for toctree only works fine with Tox.

View File

@ -0,0 +1 @@
.. include:: common/openrc.inc

View File

@ -0,0 +1 @@
.. include:: common/openrc.inc

View File

@ -0,0 +1 @@
.. include:: common/openrc.inc

View File

@ -0,0 +1 @@
.. include:: common/keystone-users.inc

View File

@ -0,0 +1 @@
.. include:: common/keystone-users.inc

View File

@ -0,0 +1 @@
.. include:: common/keystone-users.inc