I have a peek at some potentially relevant changes that have landed and I suspect this one may be relevant - https://review.opendev.org/#/c/682608/. The code that's getting stuck is at [1]. I checked the good and bad envs and I can confirm that in the working one the o-hm0 port is assigned a vlan tag:
Port "o-hm0"
tag: 2 Interface "o-hm0" type: internal
I have a peek at some potentially relevant changes that have landed and I suspect this one may be relevant - https:/ /review. opendev. org/#/c/ 682608/. The code that's getting stuck is at [1]. I checked the good and bad envs and I can confirm that in the working one the o-hm0 port is assigned a vlan tag:
Port "o-hm0"
Interface "o-hm0"
type: internal
tag: 2
but in the broken env it has not.
[1] https:/ /github. com/openstack/ neutron/ blob/stable/ stein/neutron/ agent/linux/ openvswitch_ firewall/ firewall. py#L522