octavia next fails to bind o-hm0 to octavia unit host
Bug #1845303 reported by
Edward Hope-Morley
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Fix Released
|
Critical
|
Frode Nordahl | ||
OpenStack Octavia Charm |
Fix Released
|
Critical
|
Frode Nordahl | ||
charm-interface-neutron-plugin |
Fix Released
|
Critical
|
Frode Nordahl |
Bug Description
I have deployed the same Stein cloud using stable (19.07) and next (19.10) charms and on the former I have no problems with having the o-hm0 bind to the octavia host but it fails on next and actually breaks neutron-
Changed in charm-octavia: | |
status: | New → In Progress |
assignee: | nobody → Frode Nordahl (fnordahl) |
Changed in charm-octavia: | |
status: | Fix Committed → Fix Released |
Changed in charm-neutron-openvswitch: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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