[config-ref] tables: update some incorrect values
The autohelp script didn't properly clean some values. Use sensible values for pybasedir-based paths instead of values related to the build environment. Change-Id: Id72eef4436a5edeb67adced9169824adb4d4aa3f
This commit is contained in:
parent
145379c9e7
commit
9fa2c79f7e
@ -96,7 +96,7 @@
|
||||
<td>(IntOpt) Seconds between running periodic tasks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>pybasedir</option> = <replaceable>/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/ironic/ironic</replaceable></td>
|
||||
<td><option>pybasedir</option> = <replaceable>/usr/lib/python/site-packages/ironic</replaceable></td>
|
||||
<td>(StrOpt) Directory where the ironic python module is installed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<td>(StrOpt) The driver used to manage the virtual interface.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>jinja_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-lbaas/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2</replaceable></td>
|
||||
<td><option>jinja_config_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2</replaceable></td>
|
||||
<td>(StrOpt) Jinja template file for haproxy configuration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -18,11 +18,11 @@
|
||||
<th colspan="2">[openswan]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ipsec_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.conf.template</replaceable></td>
|
||||
<td><option>ipsec_config_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.conf.template</replaceable></td>
|
||||
<td>(StrOpt) Template file for ipsec configuration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ipsec_secret_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.secret.template</replaceable></td>
|
||||
<td><option>ipsec_secret_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/openswan/ipsec.secret.template</replaceable></td>
|
||||
<td>(StrOpt) Template file for ipsec secret configuration</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -22,15 +22,15 @@
|
||||
<td>(StrOpt) The area where default StrongSwan configuration files are located.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ipsec_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template</replaceable></td>
|
||||
<td><option>ipsec_config_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.conf.template</replaceable></td>
|
||||
<td>(StrOpt) Template file for ipsec configuration.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>ipsec_secret_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template</replaceable></td>
|
||||
<td><option>ipsec_secret_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/ipsec.secret.template</replaceable></td>
|
||||
<td>(StrOpt) Template file for ipsec secret configuration.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>strongswan_config_template</option> = <replaceable>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template</replaceable></td>
|
||||
<td><option>strongswan_config_template</option> = <replaceable>/usr/lib/python/site-packages/neutron_vpnaas/services/vpn/device_drivers/template/strongswan/strongswan.conf.template</replaceable></td>
|
||||
<td>(StrOpt) Template file for strongswan configuration.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<td>(StrOpt) If set, send compute.instance.update notifications on instance state changes. Valid values are None for no notifications, "vm_state" for notifications on VM state changes, or "vm_and_task_state" for notifications on VM and task state changes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>pybasedir</option> = <replaceable>/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/nova</replaceable></td>
|
||||
<td><option>pybasedir</option> = <replaceable>/usr/lib/python/site-packages/nova</replaceable></td>
|
||||
<td>(StrOpt) Directory where the nova python module is installed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -72,7 +72,7 @@
|
||||
<td>(ListOpt) Memcached servers or None for in process cache.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>pybasedir</option> = <replaceable>/home/gpocentek/openstack/openstack-doc-tools/autogenerate_config_docs/sources/trove/trove</replaceable></td>
|
||||
<td><option>pybasedir</option> = <replaceable>/usr/lib/python/site-packages/trove</replaceable></td>
|
||||
<td>(StrOpt) Directory where the Trove python module is installed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user