yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30476
[Bug 1436487] [NEW] flow setup attribute error in OVS agent
Public bug reported:
attribute error when trying to setup flows after OVS restart.
2015-03-21 11:46:03.300 49926 TRACE neutron Traceback (most recent call last):
2015-03-21 11:46:03.300 49926 TRACE neutron File "/usr/local/bin/neutron-openvswitch-agent", line 10, in <module>
2015-03-21 11:46:03.300 49926 TRACE neutron sys.exit(main())
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1627, in main
2015-03-21 11:46:03.300 49926 TRACE neutron agent.daemon_loop()
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1542, in daemon_loop
2015-03-21 11:46:03.300 49926 TRACE neutron self.rpc_loop(polling_manager=pm)
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1447, in rpc_loop
2015-03-21 11:46:03.300 49926 TRACE neutron self.dvr_agent.setup_dvr_flows_on_integ_tun_br()
2015-03-21 11:46:03.300 49926 TRACE neutron AttributeError: 'OVSDVRNeutronAgent' object has no attribute 'setup_dvr_flows_on_integ_tun_br'
introduced by https://github.com/openstack/neutron/commit/e90ea7ce3f1aae1dce216618da49d37a64d3bb91
** Affects: neutron
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Kevin Benton (kevinbenton)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1436487
Title:
flow setup attribute error in OVS agent
Status in OpenStack Neutron (virtual network service):
New
Bug description:
attribute error when trying to setup flows after OVS restart.
2015-03-21 11:46:03.300 49926 TRACE neutron Traceback (most recent call last):
2015-03-21 11:46:03.300 49926 TRACE neutron File "/usr/local/bin/neutron-openvswitch-agent", line 10, in <module>
2015-03-21 11:46:03.300 49926 TRACE neutron sys.exit(main())
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1627, in main
2015-03-21 11:46:03.300 49926 TRACE neutron agent.daemon_loop()
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1542, in daemon_loop
2015-03-21 11:46:03.300 49926 TRACE neutron self.rpc_loop(polling_manager=pm)
2015-03-21 11:46:03.300 49926 TRACE neutron File "/opt/stack/neutron/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1447, in rpc_loop
2015-03-21 11:46:03.300 49926 TRACE neutron self.dvr_agent.setup_dvr_flows_on_integ_tun_br()
2015-03-21 11:46:03.300 49926 TRACE neutron AttributeError: 'OVSDVRNeutronAgent' object has no attribute 'setup_dvr_flows_on_integ_tun_br'
introduced by https://github.com/openstack/neutron/commit/e90ea7ce3f1aae1dce216618da49d37a64d3bb91
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1436487/+subscriptions
Follow ups
References