octavia/releasenotes/notes/provisioning_neutron_db_sync-c019d96a7b64fe20.yaml
Santhosh Fernandes 94a8d5715a Option to enable provisioning status sync with neutron db
In large build situations, nova can be slow to build VMs, this means that the
default 100 second timeout may expire before the final status has been updated
in the neutron database. This patch will emit provisioning status to be sync
with neutron db

Change-Id: If6c0b81630fd1911518792d9947f8622f065ff4e
2017-07-18 12:02:18 +05:30

9 lines
397 B
YAML

---
upgrade:
- Added option 'sync_provisioning_status' to enable synchronizing provisioning status
of loadbalancers with the neutron-lbaas database. Enabling this option will queue one
additional message per amphora every heartbeat interval.
fixes:
- Resolved an issue that could cause provisioning status to become out of sync between
neutron-lbaas and octavia during high load.