[config-ref] Dummy include of conf-change tables

This patch includes most of the conf-changes tables in chapters to make
the build work without too much tweaks in conf.py.

Also manually fix a broken cinder table.

Change-Id: I9f77926bcd1f9688ae877951bd969ac5fcd29b61
Implements: blueprint config-ref-rst
This commit is contained in:
Gauvain Pocentek 2015-11-25 11:35:21 +01:00
parent 964a1e4347
commit af0234ac30
12 changed files with 36 additions and 10 deletions

View File

@ -13,7 +13,7 @@ Block Storage
block-storage/fc-zoning.rst
block-storage/volume-encryption.rst
block-storage/volume-misc.rst
block-storage/cinder-conf-changes-liberty.rst
tables/conf-changes/cinder.rst
The OpenStack Block Storage service works with many different storage
drivers that you can configure by using these instructions.

View File

@ -1,3 +0,0 @@
===========================================================================
New, updated, and deprecated options in Liberty for OpenStack Block Storage
===========================================================================

View File

@ -1,3 +1,7 @@
=======
Compute
=======
.. toctree::
tables/conf-changes/nova.rst

View File

@ -91,7 +91,8 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# directories to ignore when looking for source files.
exclude_patterns = ['common/cli*', 'common/nova*',
'common/log_in_dashboard.rst',
'tables/*']
'tables/*.rst',
'tables/conf-changes/ironic.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.

View File

@ -1,3 +1,7 @@
=======================
Data processing service
=======================
.. toctree::
tables/conf-changes/sahara.rst

View File

@ -1,3 +1,7 @@
================
Database service
================
.. toctree::
tables/conf-changes/trove.rst

View File

@ -1,3 +1,7 @@
========
Identity
========
.. toctree::
tables/conf-changes/keystone.rst

View File

@ -1,3 +1,7 @@
=============
Image service
=============
.. toctree::
tables/conf-changes/glance.rst

View File

@ -1,3 +1,7 @@
=============
Orchestration
=============
.. toctree::
tables/conf-changes/heat.rst

View File

@ -1,3 +1,7 @@
===================
Shared File Systems
===================
.. toctree::
tables/conf-changes/manila.rst

View File

@ -21,11 +21,7 @@ New, updated, and deprecated options in Mitaka for OpenStack Block Storage
* - ``[DEFAULT] cb_update_qos_group = iops, latency, graceallowed``
- ``(ListOpt) These values will be used for CloudByte storage's updateQosGroup API call.``
* - ``[DEFAULT] drbdmanage_devs_on_controller = True``
- ``(BoolOpt) If set, the c-vol node will receive a useable
/dev/drbdX device, even if the actual data is stored on
other nodes only.
This is useful for debugging, maintenance, and to be
able to do the iSCSI export from the c-vol node.``
- ``(BoolOpt) If set, the c-vol node will receive a useable /dev/drbdX device, even if the actual data is stored on other nodes only. This is useful for debugging, maintenance, and to be able to do the iSCSI export from the c-vol node.``
* - ``[DEFAULT] hpe3par_api_url =``
- ``(StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1``
* - ``[DEFAULT] hpe3par_cpg = OpenStack``

View File

@ -1,3 +1,7 @@
=========
Telemetry
=========
.. toctree::
tables/conf-changes/ceilometer.rst