← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1300570] [NEW] dhcp_agent fails in RPC communication with neutron-server under Metaplugin

 

Public bug reported:

This problem occurs when ml2 plugin runs under Metaplugin.

error log of dhcp_agent is as follows:
---
2014-03-28 18:57:17.062 ERROR neutron.agent.dhcp_agent [req-9c53d7a6-d850-42de-896f-184827b33bfd None None] Failed reporting state!
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent Traceback (most recent call last):
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/agent/dhcp_agent.py", line 564, in _report_state
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     self.state_rpc.report_state(ctx, self.agent_state, self.use_call)
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/agent/rpc.py", line 72, in report_state
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     return self.call(context, msg, topic=self.topic)
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/openstack/common/rpc/proxy.py", line 129, in call
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     exc.info, real_topic, msg.get('method'))
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent Timeout: Timeout while waiting on RPC response - topic: "q-plugin", RPC method: "report_state" info: "<unknown>" 
2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent 
---

This problem is brought by the patch:
 https://review.openstack.org/#/c/72565/
because ml2 plguin does not become to open RPC connection at plugin initialization.

** Affects: neutron
     Importance: Undecided
     Assignee: Itsuro Oda (oda-g)
         Status: New


** Tags: icehouse-rc-potential

** Changed in: neutron
     Assignee: (unassigned) => Itsuro Oda (oda-g)

** Tags added: icehouse-rc-potential

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1300570

Title:
  dhcp_agent fails in RPC communication with neutron-server under
  Metaplugin

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  This problem occurs when ml2 plugin runs under Metaplugin.

  error log of dhcp_agent is as follows:
  ---
  2014-03-28 18:57:17.062 ERROR neutron.agent.dhcp_agent [req-9c53d7a6-d850-42de-896f-184827b33bfd None None] Failed reporting state!
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent Traceback (most recent call last):
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/agent/dhcp_agent.py", line 564, in _report_state
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     self.state_rpc.report_state(ctx, self.agent_state, self.use_call)
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/agent/rpc.py", line 72, in report_state
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     return self.call(context, msg, topic=self.topic)
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent   File "/opt/stack/neutron/neutron/openstack/common/rpc/proxy.py", line 129, in call
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent     exc.info, real_topic, msg.get('method'))
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent Timeout: Timeout while waiting on RPC response - topic: "q-plugin", RPC method: "report_state" info: "<unknown>" 
  2014-03-28 18:57:17.062 TRACE neutron.agent.dhcp_agent 
  ---

  This problem is brought by the patch:
   https://review.openstack.org/#/c/72565/
  because ml2 plguin does not become to open RPC connection at plugin initialization.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1300570/+subscriptions


Follow ups

References