openstack-manuals/doc/common/tables/cinder-sheepdog.xml
Teruaki Ishizaki e1d38d49b6 Sheepdog: Follow the changes for cinder driver
This patch includes the changes for adding new configs
to Sheepdog driver of cinder.

In addition, the page of supported operations is added.

Change-Id: I5e3b05e7e435c6c6fd03a8f25cc7c71300e5b587
2015-09-25 16:39:19 +09:00

31 lines
1.0 KiB
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_cinder_sheepdog">
<caption>Description of Sheepdog driver 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">[DEFAULT]</th>
</tr>
<tr>
<td><option>sheepdog_store_address</option> = <replaceable>127.0.0.1</replaceable></td>
<td>(StrOpt) IP address of sheep daemon.</td>
</tr>
<tr>
<td><option>sheepdog_store_port</option> = <replaceable>7000</replaceable></td>
<td>(IntOpt) Port of sheep daemon.</td>
</tr>
</tbody>
</table>
</para>