77ff96074a
Change-Id: Idc0de341dce591a4d675d1ae2c7abd99cb10af2e
27 lines
963 B
XML
27 lines
963 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_glance_elasticsearch">
|
|
<caption>Description of Elasticsearch configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[elasticsearch]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hosts</option> = <replaceable>127.0.0.1:9200</replaceable></td>
|
|
<td>(ListOpt) List of nodes where Elasticsearch instances are running. A single node should be defined as an IP address and port number.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|