Skip to content

Instantly share code, notes, and snippets.

@jruels
Created February 26, 2014 21:43
Show Gist options
  • Save jruels/9239266 to your computer and use it in GitHub Desktop.
Save jruels/9239266 to your computer and use it in GitHub Desktop.
neutron B0rked
2014-02-26 21:42:33.357 22294 ERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] Error in agent event loop
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent Traceback (most recent call last):
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1071, in rpc_loop
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent sync = self.process_network_ports(port_info)
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1006, in process_network_ports
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent resync_a = self.treat_devices_added(port_info['added'])
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 902, in treat_devices_added
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent self.sg_agent.prepare_devices_filter(devices)
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/agent/securitygroups_rpc.py", line 120, in prepare_devices_filter
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent self.context, list(device_ids))
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/agent/securitygroups_rpc.py", line 58, in security_group_rules_for_devices
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent topic=self.topic)
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/rpc/proxy.py", line 130, in call
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent exc.info, real_topic, msg.get('method'))
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent Timeout: Timeout while waiting on RPC response - topic: "q-plugin", RPC method: "security_group_rules_for_devices" info: "<unknown>"
2014-02-26 21:42:33.357 22294 TRACE neutron.plugins.openvswitch.agent.ovs_neutron_agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment