adapt ci to neutron making linux bridge experimental
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
sean mooney | ||
neutron |
Fix Released
|
Critical
|
sean mooney | ||
os-vif |
Fix Released
|
Critical
|
sean mooney |
Bug Description
tl;dr neutron now considers linuxbridge which uses to be the default mech driver in docs to be experimental and it is now guarded by a config flag.
we do not set it in our jobs that have the mech driver loaded but not used so neutron fails to start.
recently i noticed that gate jobs were failing with
+ functions-
+ functions-
dining into this a little more we see
Jul 06 16:21:46.635396 ubuntu-
Jul 06 16:21:46.640517 ubuntu-
the nova-ovs-
https:/
https:/
7 days ago
https:/
merged moving linux bridge to experimental
so all jobs that have it enabled either need to remove it form the mech drivers list or enable it in the config via the new option.
for nova-next and nova-ovs-
the os-vif-linuxbridge need to enable it via the new config option
Changed in os-vif: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → sean mooney (sean-k-mooney) |
Fix proposed to branch: master /review. opendev. org/c/openstack /nova/+ /848948
Review: https:/