Update default_api_return_limit to 100, which is its actual value

It showed an incorrect value in the config changes overview

Change-Id: I7ac18b6ba53eb1460a0871e77204639849342618
Closes-Bug: #1471197
This commit is contained in:
Diane Fleming 2015-09-07 14:55:40 -05:00
parent 0f504dced7
commit f9435e19b1
2 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@
configuration options available with OpenStack and
uses auto-generation to generate options and the
descriptions from the code for each project. It
includes sample configuration files.</para>
includes sample configuration files.
</para>
</abstract>
<revhistory>
<!-- ... continue adding more revisions here as you change this document using the markup shown below... -->

View File

@ -53,7 +53,7 @@
<td>(StrOpt) The endpoint of Aodh to redirect alarms URLs to Aodh API. Default autodetection by querying keystone.</td>
</tr>
<tr>
<td>[api] default_api_return_limit = 1000</td>
<td>[api] default_api_return_limit = 100</td>
<td>(IntOpt) Default maximum number of items returned by API request.</td>
</tr>
<tr>