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:
parent
888574b85e
commit
04515333f4
@ -1,3 +1,5 @@
|
||||
.. -*- rst -*-
|
||||
|
||||
Create a domain, projects, users, and roles
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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
|
1
doc/source/install/get-started-obs.rst
Normal file
1
doc/source/install/get-started-obs.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/get-started-identity.inc
|
1
doc/source/install/get-started-rdo.rst
Normal file
1
doc/source/install/get-started-rdo.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/get-started-identity.inc
|
1
doc/source/install/get-started-ubuntu.rst
Normal file
1
doc/source/install/get-started-ubuntu.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/get-started-identity.inc
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
1
doc/source/install/keystone-openrc-obs.rst
Normal file
1
doc/source/install/keystone-openrc-obs.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/openrc.inc
|
1
doc/source/install/keystone-openrc-rdo.rst
Normal file
1
doc/source/install/keystone-openrc-rdo.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/openrc.inc
|
1
doc/source/install/keystone-openrc-ubuntu.rst
Normal file
1
doc/source/install/keystone-openrc-ubuntu.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/openrc.inc
|
1
doc/source/install/keystone-users-obs.rst
Normal file
1
doc/source/install/keystone-users-obs.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/keystone-users.inc
|
1
doc/source/install/keystone-users-rdo.rst
Normal file
1
doc/source/install/keystone-users-rdo.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/keystone-users.inc
|
1
doc/source/install/keystone-users-ubuntu.rst
Normal file
1
doc/source/install/keystone-users-ubuntu.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: common/keystone-users.inc
|
Loading…
x
Reference in New Issue
Block a user