summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-04-27 13:03:09 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-05-17 11:11:25 -0400
commitccc02de36c6b05c45400ff4ede9c6af4561cef7e (patch)
treec284594aa337e076d14f2a1baa1ede98be6069da /doc/source/index.rst
parent9706d89d52552d86c40f45e349e1fdba5cb2a5cd (diff)
downloadnova-ccc02de36c6b05c45400ff4ede9c6af4561cef7e.tar.gz
Deduplicate config/policy reference docs from main index
The top level index (home page) was duplicating the configuration/index content, so this simply changes the home page into a table of contents for the configuration sub-tree and leaves the config/policy content in the sub-tree. This will be needed when we add docs about placement policy. The hidden configuration toc tree items are moved into the sub-tree configuration/index to be closer to the actual documents we're hiding from the toc tree. Related to blueprint granular-placement-policy Change-Id: Iad87dc339278ee7e7cf8de5eea252bbb7a5f75c2
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst27
1 files changed, 2 insertions, 25 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 5600286dc9..fec5c4b272 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -180,27 +180,8 @@ Reference Material
* :doc:`Nova CLI Command References </cli/index>`: the complete command reference
for all the daemons and admin tools that come with nova.
-
-* **Configuration**:
-
- * :doc:`Configuration Guide </admin/configuration/index>`: detailed
- configuration guides for various parts of you Nova system. Helpful
- reference for setting up specific hypervisor backends.
-
- * :doc:`Config Reference </configuration/config>`: a complete reference of all
- configuration options available in the nova.conf file.
-
- * :doc:`Sample Config File </configuration/sample-config>`: a sample config file
- with inline documentation.
-
-* **Policy**: nova, like most OpenStack projects, uses a policy language to
- restrict permissions on REST API actions.
-
- * :doc:`Policy Reference </configuration/policy>`: a complete reference of all
- policy points in nova and what they impact.
-
- * :doc:`Sample Policy File </configuration/sample-policy>`: a sample policy file
- with inline documentation.
+* :doc:`Configuration Guide <configuration/index>`: Information on configuring
+ the system, including role-based access control policy rules.
For Contributors
================
@@ -233,10 +214,6 @@ looking parts of our architecture. These are collected below.
admin/configuration/index
cli/index
configuration/index
- configuration/config
- configuration/sample-config
- configuration/policy
- configuration/sample-policy
contributor/development-environment
contributor/api
contributor/api-2