kuryr-kubernetes/releasenotes/notes/make-lbaas-timeout-configurable-8624ea32971c0cbe.yaml
Eunsoo Park 32cd153791 Make Neutron LBaaS Activation Timeout configurable
This changes _ACTIVATION_TIMEOUT of LBaaS driver from constant to
configurable value in order to make it flexible to production
environment.

This commit also increases the timeout value in DevStack plugin to make
sure Octavia has time to run Amphorae in the gate.

Co-Authored-By: Michał Dulko <mdulko@redhat.com>
Change-Id: I895d3e5af71ccc7219be422b9ca9e9f8833bad8f
Related-Bug: 1753653
Signed-off-by: Eunsoo Park <esevan.park@gmail.com>
2018-04-20 09:40:46 +02:00

8 lines
284 B
YAML

---
upgrade:
- |
As the openstack performance differs in production environments,
fixed timeout of LBaaS activation might create the kuryr-kubernetes error.
In order to adapt to the environment, a new option
``[neutron_defaults]lbaas_activation_timeout`` was added.