94a8d5715a
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
9 lines
397 B
YAML
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.
|