brctl is obsolete use ip
Bug #1801919 reported by
Attila Fazekas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned | ||
devstack |
Fix Released
|
Undecided
|
Nate Johnston | ||
neutron |
Fix Released
|
Medium
|
Brian Haley | ||
os-vif |
Fix Committed
|
High
|
sean mooney |
Bug Description
bridge-utils (brctl) is obsolete, no modern software should depend on it.
Used in: neutron/
http://
Please use `ip` for basic bridge operations,
than we can drop one obsolete dependency..
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in os-vif: | |
status: | New → Confirmed |
assignee: | nobody → sean mooney (sean-k-mooney) |
importance: | Undecided → High |
To post a comment you must log in.
We should just skip right over using 'ip' and use pyroute2 so this can all be done in privsep, it seems to have the support for it.