Advertisement
Guest User

Untitled

a guest
May 1st, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. 2014-05-01 11:27:48.181 14033 WARNING neutron.openstack.common.rpc.amqp [req-28c39e05-09b4-4359-9290-357a82859a72 None] _call_waiters: {'1648ed951a94450d87dbe366b81bf521': <neutron.openstack.common.rpc.amqp.MulticallProxyWaiter object at 0x2579910>}
  2. 2014-05-01 11:27:48.480 14033 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-28c39e05-09b4-4359-9290-357a82859a72 None] Agent tunnel out of sync with plugin!
  3. 2014-05-01 11:27:48.497 14033 WARNING neutron.openstack.common.rpc.amqp [req-28c39e05-09b4-4359-9290-357a82859a72 None] No calling threads waiting for msg_id : 0f4df3a7986b4c52b22e17adbeed7b97, message : {u'_unique_id': u'fcdb8b12698b40beb23b6a74579250ac', u'failure': u'{"args": ["(OperationalError) (2005, \\"Unknown MySQL server host \'controller\' (1)\\")"], "module": "sqlalchemy.exc", "kwargs": {}, "message": "(OperationalError) (2005, \\"Unknown MySQL server host \'controller\' (1)\\") None None", "tb": ["Traceback (most recent call last):\\n", " File \\"/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py\\", line 462, in _process_data\\n **args)\\n", " File \\"/usr/lib/python2.6/site-packages/neutron/common/rpc.py\\", line 45, in dispatch\\n neutron_ctxt, version, method, namespace, **kwargs)\\n", " File \\"/usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/dispatcher.py\\", line 172, in dispatch\\n result = getattr(proxyobj, method)(ctxt, **kwargs)\\n", " File \\"/usr/lib/python2.6/site-packages/neutron/plugins/ml2/drivers/type_tunnel.py\\", line 108, in tunnel_sync\\n tunnel = driver.obj.add_endpoint(tunnel_ip)\\n", " File \\"/usr/lib/python2.6/site-packages/neutron/plugins/ml2/drivers/type_gre.py\\", line 185, in add_endpoint\\n filter_by(ip_address=ip).one())\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/query.py\\", line 2184, in one\\n ret = list(self)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/query.py\\", line 2227, in __iter__\\n return self._execute_and_instances(context)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/query.py\\", line 2240, in _execute_and_instances\\n close_with_result=True)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/query.py\\", line 2231, in _connection_from_session\\n **kw)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py\\", line 730, in connection\\n close_with_result=close_with_result)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py\\", line 734, in _connection_for_bind\\n return self.transaction._connection_for_bind(engine)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py\\", line 267, in _connection_for_bind\\n conn = bind.contextual_connect()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py\\", line 2490, in contextual_connect\\n self.pool.connect(),\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 224, in connect\\n return _ConnectionFairy(self).checkout()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 387, in __init__\\n rec = self._connection_record = pool._do_get()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 741, in _do_get\\n con = self._create_connection()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 188, in _create_connection\\n return _ConnectionRecord(self)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 270, in __init__\\n self.connection = self.__connect()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py\\", line 330, in __connect\\n connection = self.__pool._creator()\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/strategies.py\\", line 80, in connect\\n return dialect.connect(*cargs, **cparams)\\n", " File \\"/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/default.py\\", line 281, in connect\\n return self.dbapi.connect(*cargs, **cparams)\\n", " File \\"/usr/lib64/python2.6/site-packages/MySQLdb/__init__.py\\", line 81, in Connect\\n return Connection(*args, **kwargs)\\n", " File \\"/usr/lib64/python2.6/site-packages/MySQLdb/connections.py\\", line 187, in __init__\\n super(Connection, self).__init__(*args, **kwargs2)\\n", "OperationalError: (OperationalError) (2005, \\"Unknown MySQL server host \'controller\' (1)\\") None None\\n"], "class": "OperationalError"}', u'result': None}
  4. 2014-05-01 11:27:48.497 14033 WARNING neutron.openstack.common.rpc.amqp [req-28c39e05-09b4-4359-9290-357a82859a72 None] _call_waiters: {'89114cd5a62e464487cdaf02b40a3642': <neutron.openstack.common.rpc.amqp.MulticallProxyWaiter object at 0x2456590>}
  5. 2014-05-01 11:44:35.665 14033 ERROR neutron.agent.linux.ovsdb_monitor [-] Error received from ovsdb monitor: ovsdb-client: unix:/var/run/openvswitch/db.sock: receive failed (End of file)
  6. 2014-05-01 11:45:13.652 14033 ERROR neutron.agent.linux.ovsdb_monitor [-] Error received from ovsdb monitor: ovsdb-client: unix:/var/run/openvswitch/db.sock: receive failed (End of file)
  7. 2014-05-01 11:45:58.191 14458 INFO neutron.common.config [-] Logging enabled!
  8. 2014-05-01 11:45:58.274 14458 INFO neutron.openstack.common.rpc.impl_qpid [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Connected to AMQP server on controller:5672
  9. 2014-05-01 11:45:58.319 14458 INFO neutron.openstack.common.rpc.impl_qpid [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Connected to AMQP server on controller:5672
  10. 2014-05-01 11:45:59.936 14458 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Agent initialized successfully, now running...
  11. 2014-05-01 11:45:59.950 14458 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Agent out of sync with plugin!
  12. 2014-05-01 11:45:59.951 14458 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Agent tunnel out of sync with plugin!
  13. 2014-05-01 11:45:59.957 14458 INFO neutron.openstack.common.rpc.impl_qpid [req-9475e33b-cbb2-42f7-a52e-ba2706734e18 None] Connected to AMQP server on controller:5672
  14. 2014-05-01 11:46:08.367 14458 ERROR neutron.agent.linux.ovsdb_monitor [-] Error received from ovsdb monitor: ovsdb-client: unix:/var/run/openvswitch/db.sock: receive failed (End of file)
  15. 2014-05-01 11:59:59.969 14458 INFO neutron.agent.securitygroups_rpc [req-4dd5e875-498b-4d58-a8fa-cc94770e8a44 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  16. 2014-05-01 12:00:00.226 14458 INFO neutron.agent.securitygroups_rpc [req-55116a63-f088-403e-a429-b7c404a809c1 None] Provider rule updated
  17. 2014-05-01 12:00:01.747 14458 INFO neutron.agent.securitygroups_rpc [req-55116a63-f088-403e-a429-b7c404a809c1 None] Provider rule updated
  18. 2014-05-01 12:00:02.428 14458 INFO neutron.agent.securitygroups_rpc [-] Refresh firewall rules
  19. 2014-05-01 12:00:02.428 14458 INFO neutron.agent.securitygroups_rpc [-] No ports here to refresh firewall
  20. 2014-05-01 12:01:03.626 14458 INFO neutron.agent.securitygroups_rpc [req-3e38809c-e5d6-4e29-af4a-3ff57b83872e None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  21. 2014-05-01 12:12:01.180 14458 INFO neutron.agent.securitygroups_rpc [req-57d2e3f4-93b4-477e-9f08-5d4844ac31b1 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  22. 2014-05-01 12:13:04.805 14458 INFO neutron.agent.securitygroups_rpc [req-e87a8980-2151-4ff1-969e-a393fcb62d73 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  23. 2014-05-01 12:26:15.522 14458 INFO neutron.agent.securitygroups_rpc [req-703a28be-bb17-4005-b3e4-60485893b341 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  24. 2014-05-01 12:27:19.195 14458 INFO neutron.agent.securitygroups_rpc [req-f31eca96-f386-4a66-838f-301201d438e1 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  25. 2014-05-01 12:46:16.659 14458 INFO neutron.agent.securitygroups_rpc [req-dce4295b-8d0b-42ea-a2f4-f779e8e8f110 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
  26. 2014-05-01 12:47:21.229 14458 INFO neutron.agent.securitygroups_rpc [req-a9efb3cb-6d11-43bb-8ffe-4aaea4f39b96 None] Security group member updated [u'1eae3861-fbfc-4c76-91c4-832d4d619b19']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement