Reviewed: https://review.openstack.org/613108 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=60c50d92966696771d42e587047d8f14eb86372a Submitter: Zuul Branch: master
commit 60c50d92966696771d42e587047d8f14eb86372a Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed Oct 24 17:48:19 2018 +0100 OVSNeutronAgent.rpc_loop is always called with "polling_manager" Furthermore, "polling_manager" cannot be retrieved like in [1]. "get_polling_manager" is a generator and must be used within a context manager. [1] https://github.com/openstack/neutron/blob/e5726c7bdace306e28005abb899162225306d09f/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L2074-L2076 Change-Id: I7a704f63fbfee770ee214e5f233134d17ff2d7a1 Closes-Bug: #1799748 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1799748 Title: OVSNeutronAgent.rpc_loop is always called with "polling_manager" Status in neutron: Fix Released Bug description: OVSNeutronAgent.rpc_loop is always called with "polling_manager" parameter. Furthermore, "polling_manager" cannot be retrieved like in [1]. "get_polling_manager" is a generator and must be used within a context manager. [1] https://github.com/openstack/neutron/blob/e5726c7bdace306e28005abb899162225306d09f/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L2074-L2076 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1799748/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

