UnboundLocalError during ostf connectivity with of_interface=native
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Fix Committed
|
High
|
Inessa Vasilevskaya | |||
9.x |
Fix Released
|
High
|
Inessa Vasilevskaya |
Bug Description
This is part of a lot more complicated problem (arp storm with native of_interface).
Keep in mind that it is not the default deployment of neutron-
Env:
Mos 9.0, 3 controllers/1 compute.
Custom neutron configuration:
/etc/neutron/
Steps to reproduce:
restart OVS agent on all controllers and compute, run OSTF Connectivity test.
Result: ARP storm with the following in the logs (apart from hundreds of other errors)
2016-05-25 14:57:28 ERR ryu.lib.hub [req-6efe2697-
File "/usr/lib/
func(*args, **kwargs)
File "/usr/lib/
ovs_
File "/usr/lib/
agent.
File "/usr/lib/
self.
File "/usr/lib/
ovs_status = self.check_
File "/usr/lib/
status = self.int_
File "/usr/lib/
flows = self.dump_
File "/usr/lib/
(dp, ofp, ofpp) = self._get_dp()
File "/usr/lib/
if new_dpid_str != dpid_str:
UnboundLocalError: local variable 'dpid_str' referenced before assignment
description: | updated |
Changed in mos: | |
assignee: | MOS Neutron (mos-neutron) → Inessa Vasilevskaya (ivasilevskaya) |
tags: | added: wait-for-stable |
tags: | added: on-verification |
tags: | removed: on-verification |
This bug is applicable only for MOS 10.0 since of_interface=native option will be applied only there even though this scenario was checked against 9.0.