Comment 4 for bug 1484293

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/15404
Committed: http://github.org/Juniper/contrail-controller/commit/43564524c9ba4642e6ea5b25e56a4ffe7834e999
Submitter: Zuul
Branch: master

commit 43564524c9ba4642e6ea5b25e56a4ffe7834e999
Author: Deepinder Setia <email address hidden>
Date: Tue Nov 24 17:03:19 2015 -0800

Support live load-balancing for specific service type

Auto load-balance is triggered if some servers are more than
5% off expected average allocation. To enable, set load-balance
to True in discovery configuration file. For example:

...
[Collector]
load-balance=True
...

Live load-balancing knob is not global. It must be set per service
as needed.

Change-Id: I6189f1875bedfbdd2b43a85d665fd6ad1e33a2c3
Closes-Bug: #1484293