Public bug reported: 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 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Summary changed: - OVSNeutronAgent.rpc_loop is always called with polling_manager and bridge_monitor + OVSNeutronAgent.rpc_loop is always called with "polling_manager" ** Description changed: - OVSNeutronAgent.rpc_loop is always called with "polling_manager" and - "bridge_monitor" parameters. + 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 -- 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: In Progress 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 : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp