<?xml version="1.0" encoding="UTF-8"?>
        <!-- Warning: Do not edit this file. It is automatically
             generated and your changes will be overwritten.
             The tool to do so lives in the tools directory of this
             repository -->
        <para xmlns="http://docbook.org/ns/docbook" version="5.0">
        <table rules="all">
          <caption>Description of configuration options for s3</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>buckets_path = $state_path/buckets</td>
                       <td>(StrOpt) Path to S3 buckets</td>
              </tr>
              <tr>
                       <td>image_decryption_dir = /tmp</td>
                       <td>(StrOpt) Parent directory for tempdir used for image decryption</td>
              </tr>
              <tr>
                       <td>s3_access_key = notchecked</td>
                       <td>(StrOpt) Access key to use for S3 server for images</td>
              </tr>
              <tr>
                       <td>s3_affix_tenant = False</td>
                       <td>(BoolOpt) Whether to affix the tenant id to the access key when downloading from S3</td>
              </tr>
              <tr>
                       <td>s3_host = $my_ip</td>
                       <td>(StrOpt) Hostname or IP for OpenStack to use when accessing the S3 api</td>
              </tr>
              <tr>
                       <td>s3_listen = 0.0.0.0</td>
                       <td>(StrOpt) IP address for S3 API to listen</td>
              </tr>
              <tr>
                       <td>s3_listen_port = 3333</td>
                       <td>(IntOpt) Port for S3 API to listen</td>
              </tr>
              <tr>
                       <td>s3_port = 3333</td>
                       <td>(IntOpt) Port used when accessing the S3 api</td>
              </tr>
              <tr>
                       <td>s3_secret_key = notchecked</td>
                       <td>(StrOpt) Secret key to use for S3 server for images</td>
              </tr>
              <tr>
                       <td>s3_use_ssl = False</td>
                       <td>(BoolOpt) Whether to use SSL when talking to S3</td>
              </tr>
       </tbody>
        </table>
        </para>