Comment 1 for bug 1845326

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: neutron-bgp-dragent.service fails with python3-neutron-dynamic-routing installed

I believe this is working as designed. The packages set up alternatives in rocky where the python2 package alternative would take priority if both the py2 and py3 package are installed.

update-alternatives --install /usr/bin/neutron-bgp-dragent neutron-bgp-dragent /usr/bin/python3-neutron-bgp-dragent 200
update-alternatives --install /usr/bin/neutron-bgp-dragent neutron-bgp-dragent /usr/bin/python2-neutron-bgp-dragent 300