ee1c854256
The auth_token middleware options were not tracked yet. This patch adds the mapping information, generates the tables and include them in the config-reference. This patch also moves the api_rate_limit nova option in the api section. Closes-Bug: #1254568 Change-Id: I0e34cc8e0a56336118aa933e4018c38c9dcacf9b
39 lines
1.9 KiB
XML
39 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter version="5.0" xml:id="ch_configuring-trove"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:ns5="http://www.w3.org/1999/xhtml"
|
|
xmlns:ns4="http://www.w3.org/2000/svg"
|
|
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:ns="http://docbook.org/ns/docbook">
|
|
<title>Database Service</title>
|
|
<para>The Database Service provides a scalable and reliable Cloud
|
|
Database-as-a-Service functionality for both relational and
|
|
non-relational database engines.</para>
|
|
|
|
<para>The following tables provide a comprehensive list of the
|
|
Database Service configuration options.</para>
|
|
|
|
<xi:include href="../common/tables/trove-api.xml"/>
|
|
<xi:include href="../common/tables/trove-auth_token.xml"/>
|
|
<xi:include href="../common/tables/trove-backup.xml"/>
|
|
<xi:include href="../common/tables/trove-common.xml"/>
|
|
<xi:include href="../common/tables/trove-compute.xml"/>
|
|
<xi:include href="../common/tables/trove-debug.xml"/>
|
|
<xi:include href="../common/tables/trove-dns.xml"/>
|
|
<xi:include href="../common/tables/trove-guestagent.xml"/>
|
|
<xi:include href="../common/tables/trove-heat.xml"/>
|
|
<xi:include href="../common/tables/trove-logging.xml"/>
|
|
<xi:include href="../common/tables/trove-nova.xml"/>
|
|
<xi:include href="../common/tables/trove-quota.xml"/>
|
|
<xi:include href="../common/tables/trove-redis.xml"/>
|
|
<xi:include href="../common/tables/trove-ssl.xml"/>
|
|
<xi:include href="../common/tables/trove-swift.xml"/>
|
|
<xi:include href="../common/tables/trove-taskmanager.xml"/>
|
|
<xi:include href="../common/tables/trove-volume.xml"/>
|
|
|
|
<xi:include href="database-service/section-databaseservice-db.xml"/>
|
|
<xi:include href="database-service/section-databaseservice-rpc.xml"/>
|
|
</chapter>
|