From 5cca9722cb2ce835289f4115fbdf7c2b26ea6985 Mon Sep 17 00:00:00 2001 From: yong sheng gong Date: Sat, 7 May 2016 14:56:20 +0800 Subject: [PATCH] Add agent haproxy driver setup in README.md Change-Id: I354a9f351cbb00f01ea4ca98476a827be253ff07 Closes-bug: 1579314 --- devstack/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/devstack/README.md b/devstack/README.md index f8f9153ba..f8f2033e1 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -5,10 +5,14 @@ the LBaaS service by editing the [[local|localrc]] section of your local.conf file. Octavia is the LBaaS V2 reference service provider and is used in the -examples below. Enabling another service provider, such as the Haproxy, -is also supported. This can be done by enabling the driver plugin, if +examples below. Enabling another service provider, such as the agent +Haproxy driver, can be done by enabling its driver plugin, if applicable, and setting the appropriate service provider value for -NEUTRON_LBAAS_SERVICE_PROVIDERV2. In addition, you can enable multiple +NEUTRON_LBAAS_SERVICE_PROVIDERV2, like the following: + + NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default" + +In addition, you can enable multiple service providers by enabling the applicable driver plugins and space-delimiting the service provider values in NEUTRON_LBAAS_SERVICE_PROVIDERV2.