Bug 1673612
| Summary: | openstack-nova-base-container include bridge-utils which is not available in RHEL 8 | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jon Schlueter <jschluet> | |
| Component: | openstack-containers | Assignee: | Lee Yarwood <lyarwood> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marius Cornea <mcornea> | |
| Severity: | high | Docs Contact: | Andrew Burden <aburden> | |
| Priority: | high | |||
| Version: | 15.0 (Stein) | CC: | egallen, lyarwood, m.andre, mbooth, smooney | |
| Target Milestone: | beta | Keywords: | Triaged | |
| Target Release: | 15.0 (Stein) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1679588 (view as bug list) | Environment: | ||
| Last Closed: | 2019-05-20 11:24:03 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1679588 | |||
| Bug Blocks: | ||||
|
Description
Jon Schlueter
2019-02-07 15:49:31 UTC
brctl is a hard dependency of os-vif for neutron networking with ml2/ovs and the iptables firewall driver. https://github.com/openstack/os-vif/blob/master/vif_plug_ovs/linux_net.py#L103-L122 it is also a dependency for os-vif for linuxbridge. https://github.com/openstack/os-vif/blob/master/vif_plug_linux_bridge/linux_net.py#L126-L128 additionally there are some code paths in nova related to nova networks that also use require brctl. i have added os-vif to https://bugs.launchpad.net/os-vif/+bug/1801919 we have until feb 27th at the latest to fully remove the dependcy and relase os-vif ideally we will try and complete this by febuary 22nd. if it is not completed by the 27th we will need to package bridge-utils for rhel-8 |