From 1f80cdd0b219ea0ef4ff6128c7afc58fa4846c1d Mon Sep 17 00:00:00 2001 From: lane Date: Wed, 17 Jun 2015 17:40:28 +0800 Subject: [PATCH] Add lbaas configuration opt in config-reference neutron-lbaas has now its own repository and the configuration options have moved in different files. This should be reflected in the admin-cloud-guide and the configuration reference. Change-Id: Id3c3e0c85b214114d5c98000bc5d7916c5d65b49 Closes-Bug: #1449847 --- doc/common/tables/neutron-lbaas_agent.xml | 45 +++++++++++++++++++ .../networking/section_networking-plugins.xml | 8 ++++ 2 files changed, 53 insertions(+) create mode 100644 doc/common/tables/neutron-lbaas_agent.xml diff --git a/doc/common/tables/neutron-lbaas_agent.xml b/doc/common/tables/neutron-lbaas_agent.xml new file mode 100644 index 0000000000..0c71d7cd3d --- /dev/null +++ b/doc/common/tables/neutron-lbaas_agent.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of Load-Balancer-as-a-Service agent configuration options
Configuration option = Default valueDescription
[DEFAULT]
= 10(IntOpt) Seconds between periodic task runs.
= neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver(MultiStrOpt) Drivers used to manage loadbalancing devices.
[haproxy]
= $state_path/lbaas(StrOpt) Location to store config and state files.
= nogroup(StrOpt) The user group.
= 3(IntOpt) When delete and re-add the same vip, send this many gratuitous ARPs to flush the ARP cache in the Router. Set it below or equal to 0 to disable this feature.
+
diff --git a/doc/config-reference/networking/section_networking-plugins.xml b/doc/config-reference/networking/section_networking-plugins.xml index 7b2e290cce..f596d2a098 100644 --- a/doc/config-reference/networking/section_networking-plugins.xml +++ b/doc/config-reference/networking/section_networking-plugins.xml @@ -161,4 +161,12 @@ href="../../common/tables/neutron-nsx.xml" /> +
+ Load-Balancer-as-a-Service Agent configuration options + Use the following options in the lbaas_agent.ini + file for the LBaaS agent. + +