openstack-manuals/doc/common/tables/neutron-nuage.xml
Gauvain Pocentek ad9faae7c3 Update the config reference tables (exept swift)
Include new tables in the config reference.

Closes-Bug: #1366489
Closes-Bug: #1374844

Change-Id: I47883b3e524aba67f82304112a066a281c341be3
2014-09-28 19:20:42 +02:00

66 lines
2.3 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_neutron_nuage">
<caption>Description of Nuage 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">[RESTPROXY]</th>
</tr>
<tr>
<td>auth_resource = </td>
<td>(StrOpt) Nuage provided uri for initial authorization to access VSD</td>
</tr>
<tr>
<td>base_uri = /</td>
<td>(StrOpt) Nuage provided base uri to reach out to VSD</td>
</tr>
<tr>
<td>default_floatingip_quota = 254</td>
<td>(IntOpt) Per Net Partition quota of floating ips</td>
</tr>
<tr>
<td>default_net_partition_name = OpenStackDefaultNetPartition</td>
<td>(StrOpt) Default Network partition in which VSD will orchestrate network resources using openstack</td>
</tr>
<tr>
<td>organization = system</td>
<td>(StrOpt) Organization name in which VSD will orchestrate network resources using openstack</td>
</tr>
<tr>
<td>server = localhost:8800</td>
<td>(StrOpt) IP Address and Port of Nuage's VSD server</td>
</tr>
<tr>
<td>serverauth = username:password</td>
<td>(StrOpt) Username and password for authentication</td>
</tr>
<tr>
<td>serverssl = False</td>
<td>(BoolOpt) Boolean for SSL connection with VSD server</td>
</tr>
<tr>
<th colspan="2">[SYNCMANAGER]</th>
</tr>
<tr>
<td>enable_sync = False</td>
<td>(BoolOpt) Nuage plugin will sync resources between openstack and VSD</td>
</tr>
<tr>
<td>sync_interval = 0</td>
<td>(IntOpt) Sync interval in seconds between openstack and VSD. It defines how often the synchronization is done. If not set, value of 0 is assumed and sync will be performed only once, at the Neutron startup time.</td>
</tr>
</tbody>
</table>
</para>