keepalived_use_no_track default=True breaks bionic deploys
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Invalid
|
Undecided
|
Unassigned | ||
Stein |
New
|
Undecided
|
Unassigned | ||
Train |
New
|
Undecided
|
Unassigned | ||
Ussuri |
In Progress
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
High
|
Lajos Katona | ||
neutron (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
[Impact]
In the latest Neutron stable release, a new config option was introduced to control using no_track in Keepalived. This config options defaults to true which is broken on releases before Focal.
The proposed fix for this in earlier releases is to change the default to False.
[Test Case]
TBD
[Regression Potential]
The regression potential is low as the fix is changing a configuration default.
-------
Presumably the default of keepalived_
[1] https:/
This doesn't seem like a good backport to stable branches without having some logic in it that detects the version of keepalived and sets the default appropriately based on that version.
More discussion with slaweq from #openstack-neutron:
coreycb> Corey Bryant slaweq: about this backport, will it break deployments that are on bionic? https:/
10:40 AM I don't think there are any stein deployments on focal
11:06 AM
<slaweq> Sławek Kapłoński coreycb: what keepalived version is available on Bionic?
11:06 AM coreycb: ahh, ok it's 1.x
11:06 AM
<coreycb> Corey Bryant slaweq: correct 1.x
11:06 AM
<slaweq> Sławek Kapłoński so it should be set to False on Bionic
11:10 AM → armax joined ⇐ priteau quit
11:12 AM
<coreycb> Corey Bryant slaweq: it would be really nice to if we could detect the version and set it appropriately
Can we revert this for all releases prior to Ussuri?
For Ubuntu, Ussuri is available by default with Focal, but we also backport Ussuri to bionic so we would have to change the default for keepalived_
description: | updated |
description: | updated |
summary: |
- keepalived_us_no_track default=True breaks bionic deploys + keepalived_use_no_track default=True breaks bionic deploys |
description: | updated |
tags: | added: l3-ha |
Changed in cloud-archive: | |
status: | New → Invalid |
description: | updated |
tags: | added: neutron-proactive-backport-potential |
tags: | removed: neutron-proactive-backport-potential |
Slawek - do you want to take this?