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:
parent
0f504dced7
commit
f9435e19b1
@ -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... -->
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user