Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 919940 Details for
Bug 1121760
HA and Neutron. The galera cluster was not yet settled when neutron tried to sync its db,therefore neutron server failed to start.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
neutron/server/log
server.log (text/plain), 8.08 MB, created by
Leonid Natapov
on 2014-07-22 14:27:09 UTC
(
hide
)
Description:
neutron/server/log
Filename:
MIME Type:
Creator:
Leonid Natapov
Created:
2014-07-22 14:27:09 UTC
Size:
8.08 MB
patch
obsolete
>2014-07-21 17:05:04.233 25584 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:05:04.239 25584 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:05:04.368 25584 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:05:04.448 25584 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:05:04.452 25584 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:05:04.455 25584 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:05:04.456 25584 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:05:04.482 25584 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:05:04.483 25584 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:05:04.483 25584 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:05:04.483 25584 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:05:04.496 25584 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:05:04.497 25584 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:05:04.509 25584 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:05:04.798 25584 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:05:04.798 25584 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:05:04.799 25584 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:05:04.840 25584 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:05:04.840 25584 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:05:04.840 25584 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:05:04.841 25584 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:05:35.918 25584 ERROR neutron.service [-] Unrecoverable error: please check log for details. >2014-07-21 17:05:35.918 25584 TRACE neutron.service Traceback (most recent call last): >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 106, in serve_wsgi >2014-07-21 17:05:35.918 25584 TRACE neutron.service service.start() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 75, in start >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.wsgi_app = _run_wsgi(self.app_name) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 175, in _run_wsgi >2014-07-21 17:05:35.918 25584 TRACE neutron.service app = config.load_paste_app(app_name) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/common/config.py", line 170, in load_paste_app >2014-07-21 17:05:35.918 25584 TRACE neutron.service app = deploy.loadapp("config:%s" % config_path, name=app_name) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp >2014-07-21 17:05:35.918 25584 TRACE neutron.service return loadobj(APP, uri, name=name, **kw) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj >2014-07-21 17:05:35.918 25584 TRACE neutron.service return context.create() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:35.918 25584 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:05:35.918 25584 TRACE neutron.service **context.local_conf) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:35.918 25584 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 25, in urlmap_factory >2014-07-21 17:05:35.918 25584 TRACE neutron.service app = loader.get_app(app_name, global_conf=global_conf) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:05:35.918 25584 TRACE neutron.service name=name, global_conf=global_conf).create() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:35.918 25584 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:05:35.918 25584 TRACE neutron.service **context.local_conf) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:35.918 25584 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/auth.py", line 69, in pipeline_factory >2014-07-21 17:05:35.918 25584 TRACE neutron.service app = loader.get_app(pipeline[-1]) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:05:35.918 25584 TRACE neutron.service name=name, global_conf=global_conf).create() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:35.918 25584 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke >2014-07-21 17:05:35.918 25584 TRACE neutron.service return fix_call(context.object, context.global_conf, **context.local_conf) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:35.918 25584 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory >2014-07-21 17:05:35.918 25584 TRACE neutron.service return cls(**local_config) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 75, in __init__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service plugin = manager.NeutronManager.get_plugin() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 211, in get_plugin >2014-07-21 17:05:35.918 25584 TRACE neutron.service return cls.get_instance().plugin >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 206, in get_instance >2014-07-21 17:05:35.918 25584 TRACE neutron.service cls._create_instance() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/openstack/common/lockutils.py", line 249, in inner >2014-07-21 17:05:35.918 25584 TRACE neutron.service return f(*args, **kwargs) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 200, in _create_instance >2014-07-21 17:05:35.918 25584 TRACE neutron.service cls._instance = cls() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 112, in __init__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service plugin_provider) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 140, in _get_plugin_instance >2014-07-21 17:05:35.918 25584 TRACE neutron.service return plugin_class() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 108, in __init__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.type_manager.initialize() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/managers.py", line 74, in initialize >2014-07-21 17:05:35.918 25584 TRACE neutron.service driver.obj.initialize() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 73, in initialize >2014-07-21 17:05:35.918 25584 TRACE neutron.service self._sync_gre_allocations() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 163, in _sync_gre_allocations >2014-07-21 17:05:35.918 25584 TRACE neutron.service session.add(alloc) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.rollback() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 61, in __exit__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service compat.reraise(type_, value, traceback) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.rollback() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 380, in rollback >2014-07-21 17:05:35.918 25584 TRACE neutron.service transaction._rollback_impl() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 408, in _rollback_impl >2014-07-21 17:05:35.918 25584 TRACE neutron.service t[1].rollback() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1184, in rollback >2014-07-21 17:05:35.918 25584 TRACE neutron.service self._do_rollback() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1222, in _do_rollback >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.connection._rollback_impl() >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 477, in _rollback_impl >2014-07-21 17:05:35.918 25584 TRACE neutron.service self._handle_dbapi_exception(e, None, None, None, None) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 17:05:35.918 25584 TRACE neutron.service exc_info >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 17:05:35.918 25584 TRACE neutron.service reraise(type(exception), exception, tb=exc_tb) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 474, in _rollback_impl >2014-07-21 17:05:35.918 25584 TRACE neutron.service self.engine.dialect.do_rollback(self.connection) >2014-07-21 17:05:35.918 25584 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/base.py", line 2042, in do_rollback >2014-07-21 17:05:35.918 25584 TRACE neutron.service dbapi_connection.rollback() >2014-07-21 17:05:35.918 25584 TRACE neutron.service OperationalError: (OperationalError) (1047, 'WSREP has not yet prepared node for application use') None None >2014-07-21 17:05:35.918 25584 TRACE neutron.service >2014-07-21 17:05:36.875 25584 CRITICAL neutron [-] (OperationalError) (1047, 'WSREP has not yet prepared node for application use') None None >2014-07-21 17:05:36.875 25584 TRACE neutron Traceback (most recent call last): >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/bin/neutron-server", line 10, in <module> >2014-07-21 17:05:36.875 25584 TRACE neutron sys.exit(main()) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/server/__init__.py", line 47, in main >2014-07-21 17:05:36.875 25584 TRACE neutron neutron_api = service.serve_wsgi(service.NeutronApiService) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 113, in serve_wsgi >2014-07-21 17:05:36.875 25584 TRACE neutron LOG.exception(_('Unrecoverable error: please check log ' >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/excutils.py", line 82, in __exit__ >2014-07-21 17:05:36.875 25584 TRACE neutron six.reraise(self.type_, self.value, self.tb) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 106, in serve_wsgi >2014-07-21 17:05:36.875 25584 TRACE neutron service.start() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 75, in start >2014-07-21 17:05:36.875 25584 TRACE neutron self.wsgi_app = _run_wsgi(self.app_name) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 175, in _run_wsgi >2014-07-21 17:05:36.875 25584 TRACE neutron app = config.load_paste_app(app_name) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/common/config.py", line 170, in load_paste_app >2014-07-21 17:05:36.875 25584 TRACE neutron app = deploy.loadapp("config:%s" % config_path, name=app_name) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp >2014-07-21 17:05:36.875 25584 TRACE neutron return loadobj(APP, uri, name=name, **kw) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj >2014-07-21 17:05:36.875 25584 TRACE neutron return context.create() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:36.875 25584 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:05:36.875 25584 TRACE neutron **context.local_conf) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:36.875 25584 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 25, in urlmap_factory >2014-07-21 17:05:36.875 25584 TRACE neutron app = loader.get_app(app_name, global_conf=global_conf) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:05:36.875 25584 TRACE neutron name=name, global_conf=global_conf).create() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:36.875 25584 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:05:36.875 25584 TRACE neutron **context.local_conf) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:36.875 25584 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/auth.py", line 69, in pipeline_factory >2014-07-21 17:05:36.875 25584 TRACE neutron app = loader.get_app(pipeline[-1]) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:05:36.875 25584 TRACE neutron name=name, global_conf=global_conf).create() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:05:36.875 25584 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke >2014-07-21 17:05:36.875 25584 TRACE neutron return fix_call(context.object, context.global_conf, **context.local_conf) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:05:36.875 25584 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory >2014-07-21 17:05:36.875 25584 TRACE neutron return cls(**local_config) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 75, in __init__ >2014-07-21 17:05:36.875 25584 TRACE neutron plugin = manager.NeutronManager.get_plugin() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 211, in get_plugin >2014-07-21 17:05:36.875 25584 TRACE neutron return cls.get_instance().plugin >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 206, in get_instance >2014-07-21 17:05:36.875 25584 TRACE neutron cls._create_instance() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/lockutils.py", line 249, in inner >2014-07-21 17:05:36.875 25584 TRACE neutron return f(*args, **kwargs) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 200, in _create_instance >2014-07-21 17:05:36.875 25584 TRACE neutron cls._instance = cls() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 112, in __init__ >2014-07-21 17:05:36.875 25584 TRACE neutron plugin_provider) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 140, in _get_plugin_instance >2014-07-21 17:05:36.875 25584 TRACE neutron return plugin_class() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 108, in __init__ >2014-07-21 17:05:36.875 25584 TRACE neutron self.type_manager.initialize() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/managers.py", line 74, in initialize >2014-07-21 17:05:36.875 25584 TRACE neutron driver.obj.initialize() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 73, in initialize >2014-07-21 17:05:36.875 25584 TRACE neutron self._sync_gre_allocations() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 163, in _sync_gre_allocations >2014-07-21 17:05:36.875 25584 TRACE neutron session.add(alloc) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:05:36.875 25584 TRACE neutron self.rollback() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 61, in __exit__ >2014-07-21 17:05:36.875 25584 TRACE neutron compat.reraise(type_, value, traceback) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:05:36.875 25584 TRACE neutron self.rollback() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 380, in rollback >2014-07-21 17:05:36.875 25584 TRACE neutron transaction._rollback_impl() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 408, in _rollback_impl >2014-07-21 17:05:36.875 25584 TRACE neutron t[1].rollback() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1184, in rollback >2014-07-21 17:05:36.875 25584 TRACE neutron self._do_rollback() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1222, in _do_rollback >2014-07-21 17:05:36.875 25584 TRACE neutron self.connection._rollback_impl() >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 477, in _rollback_impl >2014-07-21 17:05:36.875 25584 TRACE neutron self._handle_dbapi_exception(e, None, None, None, None) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 17:05:36.875 25584 TRACE neutron exc_info >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 17:05:36.875 25584 TRACE neutron reraise(type(exception), exception, tb=exc_tb) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 474, in _rollback_impl >2014-07-21 17:05:36.875 25584 TRACE neutron self.engine.dialect.do_rollback(self.connection) >2014-07-21 17:05:36.875 25584 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/base.py", line 2042, in do_rollback >2014-07-21 17:05:36.875 25584 TRACE neutron dbapi_connection.rollback() >2014-07-21 17:05:36.875 25584 TRACE neutron OperationalError: (OperationalError) (1047, 'WSREP has not yet prepared node for application use') None None >2014-07-21 17:05:36.875 25584 TRACE neutron >2014-07-21 17:06:05.865 26741 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:06:05.890 26741 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:06:08.354 26741 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:06:09.839 26741 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:06:09.882 26741 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:06:09.896 26741 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:06:09.909 26741 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:06:09.947 26741 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:09.947 26741 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:09.948 26741 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:06:09.948 26741 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:10.027 26741 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:10.027 26741 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:06:10.678 26741 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:06:10.953 26741 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:06:10.954 26741 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:06:10.954 26741 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:06:11.005 26741 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:06:11.005 26741 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:06:11.006 26741 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:06:11.006 26741 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:06:13.235 27071 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:06:13.244 27071 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:06:13.314 27071 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:06:13.415 27071 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:06:13.417 27071 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:06:13.420 27071 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:06:13.421 27071 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:06:13.454 27071 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:13.454 27071 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:13.455 27071 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:06:13.455 27071 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:13.459 27071 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:13.460 27071 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:06:13.473 27071 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:06:14.014 27071 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:06:14.014 27071 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:06:14.015 27071 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:06:14.103 27071 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:06:14.103 27071 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:06:14.104 27071 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:06:14.104 27071 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:06:26.611 27254 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:06:26.617 27254 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:06:26.683 27254 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:06:26.772 27254 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:06:26.774 27254 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:06:26.778 27254 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:06:26.779 27254 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:06:26.808 27254 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:26.809 27254 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:26.809 27254 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:06:26.810 27254 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:26.813 27254 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:26.813 27254 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:06:26.827 27254 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:06:26.989 27254 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:06:26.989 27254 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:06:26.990 27254 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:06:27.037 27254 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:06:27.038 27254 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:06:27.038 27254 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:06:27.038 27254 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:06:39.709 27607 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:06:39.720 27607 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:06:39.797 27607 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:06:39.926 27607 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:06:39.928 27607 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:06:39.931 27607 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:06:39.932 27607 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:06:39.975 27607 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:39.975 27607 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:06:39.976 27607 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:06:39.976 27607 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:39.978 27607 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:06:39.979 27607 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:06:39.992 27607 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:06:40.426 27607 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:06:40.426 27607 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:06:40.427 27607 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:06:40.513 27607 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:06:40.513 27607 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:06:40.513 27607 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:06:40.514 27607 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:07:22.440 27607 ERROR neutron.service [-] Unrecoverable error: please check log for details. >2014-07-21 17:07:22.440 27607 TRACE neutron.service Traceback (most recent call last): >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 106, in serve_wsgi >2014-07-21 17:07:22.440 27607 TRACE neutron.service service.start() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 75, in start >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.wsgi_app = _run_wsgi(self.app_name) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/service.py", line 175, in _run_wsgi >2014-07-21 17:07:22.440 27607 TRACE neutron.service app = config.load_paste_app(app_name) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/common/config.py", line 170, in load_paste_app >2014-07-21 17:07:22.440 27607 TRACE neutron.service app = deploy.loadapp("config:%s" % config_path, name=app_name) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp >2014-07-21 17:07:22.440 27607 TRACE neutron.service return loadobj(APP, uri, name=name, **kw) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj >2014-07-21 17:07:22.440 27607 TRACE neutron.service return context.create() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.440 27607 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:07:22.440 27607 TRACE neutron.service **context.local_conf) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.440 27607 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 25, in urlmap_factory >2014-07-21 17:07:22.440 27607 TRACE neutron.service app = loader.get_app(app_name, global_conf=global_conf) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:07:22.440 27607 TRACE neutron.service name=name, global_conf=global_conf).create() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.440 27607 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:07:22.440 27607 TRACE neutron.service **context.local_conf) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.440 27607 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/auth.py", line 69, in pipeline_factory >2014-07-21 17:07:22.440 27607 TRACE neutron.service app = loader.get_app(pipeline[-1]) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:07:22.440 27607 TRACE neutron.service name=name, global_conf=global_conf).create() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.440 27607 TRACE neutron.service return self.object_type.invoke(self) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke >2014-07-21 17:07:22.440 27607 TRACE neutron.service return fix_call(context.object, context.global_conf, **context.local_conf) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.440 27607 TRACE neutron.service val = callable(*args, **kw) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory >2014-07-21 17:07:22.440 27607 TRACE neutron.service return cls(**local_config) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 75, in __init__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service plugin = manager.NeutronManager.get_plugin() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 211, in get_plugin >2014-07-21 17:07:22.440 27607 TRACE neutron.service return cls.get_instance().plugin >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 206, in get_instance >2014-07-21 17:07:22.440 27607 TRACE neutron.service cls._create_instance() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/openstack/common/lockutils.py", line 249, in inner >2014-07-21 17:07:22.440 27607 TRACE neutron.service return f(*args, **kwargs) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 200, in _create_instance >2014-07-21 17:07:22.440 27607 TRACE neutron.service cls._instance = cls() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 112, in __init__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service plugin_provider) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 140, in _get_plugin_instance >2014-07-21 17:07:22.440 27607 TRACE neutron.service return plugin_class() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 108, in __init__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.type_manager.initialize() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/managers.py", line 74, in initialize >2014-07-21 17:07:22.440 27607 TRACE neutron.service driver.obj.initialize() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 73, in initialize >2014-07-21 17:07:22.440 27607 TRACE neutron.service self._sync_gre_allocations() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 163, in _sync_gre_allocations >2014-07-21 17:07:22.440 27607 TRACE neutron.service session.add(alloc) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.rollback() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.commit() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 17:07:22.440 27607 TRACE neutron.service self._prepare_impl() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.session.flush() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 17:07:22.440 27607 TRACE neutron.service return f(*args, **kwargs) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 17:07:22.440 27607 TRACE neutron.service return super(Session, self).flush(*args, **kwargs) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 17:07:22.440 27607 TRACE neutron.service self._flush(objects) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 17:07:22.440 27607 TRACE neutron.service transaction.rollback(_capture_exception=True) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 17:07:22.440 27607 TRACE neutron.service compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 17:07:22.440 27607 TRACE neutron.service flush_context.execute() >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 17:07:22.440 27607 TRACE neutron.service rec.execute(self) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 17:07:22.440 27607 TRACE neutron.service uow >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 64, in save_obj >2014-07-21 17:07:22.440 27607 TRACE neutron.service table, insert) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 541, in _emit_insert_statements >2014-07-21 17:07:22.440 27607 TRACE neutron.service execute(statement, multiparams) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 17:07:22.440 27607 TRACE neutron.service params) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 17:07:22.440 27607 TRACE neutron.service compiled_sql, distilled_params >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 17:07:22.440 27607 TRACE neutron.service context) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 17:07:22.440 27607 TRACE neutron.service exc_info >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 17:07:22.440 27607 TRACE neutron.service reraise(type(exception), exception, tb=exc_tb) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 856, in _execute_context >2014-07-21 17:07:22.440 27607 TRACE neutron.service context) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/sqlalchemy/connectors/mysqldb.py", line 60, in do_executemany >2014-07-21 17:07:22.440 27607 TRACE neutron.service rowcount = cursor.executemany(statement, parameters) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 206, in executemany >2014-07-21 17:07:22.440 27607 TRACE neutron.service r = r + self.execute(query, a) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 17:07:22.440 27607 TRACE neutron.service self.errorhandler(self, exc, value) >2014-07-21 17:07:22.440 27607 TRACE neutron.service File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 17:07:22.440 27607 TRACE neutron.service raise errorclass, errorvalue >2014-07-21 17:07:22.440 27607 TRACE neutron.service OperationalError: (OperationalError) (2013, 'Lost connection to MySQL server during query') 'INSERT INTO ml2_gre_allocations (gre_id, allocated) VALUES (%s, %s)' ((10, 0), (11, 0), (12, 0), (13, 0), (14, 0), (15, 0), (16, 0), (17, 0) ... displaying 10 of 99991 total bound parameter sets ... (99999, 0), (100000, 0)) >2014-07-21 17:07:22.440 27607 TRACE neutron.service >2014-07-21 17:07:22.832 27607 CRITICAL neutron [-] (OperationalError) (2013, 'Lost connection to MySQL server during query') 'INSERT INTO ml2_gre_allocations (gre_id, allocated) VALUES (%s, %s)' ((10, 0), (11, 0), (12, 0), (13, 0), (14, 0), (15, 0), (16, 0), (17, 0) ... displaying 10 of 99991 total bound parameter sets ... (99999, 0), (100000, 0)) >2014-07-21 17:07:22.832 27607 TRACE neutron Traceback (most recent call last): >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/bin/neutron-server", line 10, in <module> >2014-07-21 17:07:22.832 27607 TRACE neutron sys.exit(main()) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/server/__init__.py", line 47, in main >2014-07-21 17:07:22.832 27607 TRACE neutron neutron_api = service.serve_wsgi(service.NeutronApiService) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 113, in serve_wsgi >2014-07-21 17:07:22.832 27607 TRACE neutron LOG.exception(_('Unrecoverable error: please check log ' >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/excutils.py", line 82, in __exit__ >2014-07-21 17:07:22.832 27607 TRACE neutron six.reraise(self.type_, self.value, self.tb) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 106, in serve_wsgi >2014-07-21 17:07:22.832 27607 TRACE neutron service.start() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 75, in start >2014-07-21 17:07:22.832 27607 TRACE neutron self.wsgi_app = _run_wsgi(self.app_name) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/service.py", line 175, in _run_wsgi >2014-07-21 17:07:22.832 27607 TRACE neutron app = config.load_paste_app(app_name) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/common/config.py", line 170, in load_paste_app >2014-07-21 17:07:22.832 27607 TRACE neutron app = deploy.loadapp("config:%s" % config_path, name=app_name) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp >2014-07-21 17:07:22.832 27607 TRACE neutron return loadobj(APP, uri, name=name, **kw) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj >2014-07-21 17:07:22.832 27607 TRACE neutron return context.create() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.832 27607 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:07:22.832 27607 TRACE neutron **context.local_conf) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.832 27607 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 25, in urlmap_factory >2014-07-21 17:07:22.832 27607 TRACE neutron app = loader.get_app(app_name, global_conf=global_conf) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:07:22.832 27607 TRACE neutron name=name, global_conf=global_conf).create() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.832 27607 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke >2014-07-21 17:07:22.832 27607 TRACE neutron **context.local_conf) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.832 27607 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/auth.py", line 69, in pipeline_factory >2014-07-21 17:07:22.832 27607 TRACE neutron app = loader.get_app(pipeline[-1]) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app >2014-07-21 17:07:22.832 27607 TRACE neutron name=name, global_conf=global_conf).create() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create >2014-07-21 17:07:22.832 27607 TRACE neutron return self.object_type.invoke(self) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke >2014-07-21 17:07:22.832 27607 TRACE neutron return fix_call(context.object, context.global_conf, **context.local_conf) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call >2014-07-21 17:07:22.832 27607 TRACE neutron val = callable(*args, **kw) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory >2014-07-21 17:07:22.832 27607 TRACE neutron return cls(**local_config) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/api/v2/router.py", line 75, in __init__ >2014-07-21 17:07:22.832 27607 TRACE neutron plugin = manager.NeutronManager.get_plugin() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 211, in get_plugin >2014-07-21 17:07:22.832 27607 TRACE neutron return cls.get_instance().plugin >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 206, in get_instance >2014-07-21 17:07:22.832 27607 TRACE neutron cls._create_instance() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/lockutils.py", line 249, in inner >2014-07-21 17:07:22.832 27607 TRACE neutron return f(*args, **kwargs) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 200, in _create_instance >2014-07-21 17:07:22.832 27607 TRACE neutron cls._instance = cls() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 112, in __init__ >2014-07-21 17:07:22.832 27607 TRACE neutron plugin_provider) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/manager.py", line 140, in _get_plugin_instance >2014-07-21 17:07:22.832 27607 TRACE neutron return plugin_class() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 108, in __init__ >2014-07-21 17:07:22.832 27607 TRACE neutron self.type_manager.initialize() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/managers.py", line 74, in initialize >2014-07-21 17:07:22.832 27607 TRACE neutron driver.obj.initialize() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 73, in initialize >2014-07-21 17:07:22.832 27607 TRACE neutron self._sync_gre_allocations() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/type_gre.py", line 163, in _sync_gre_allocations >2014-07-21 17:07:22.832 27607 TRACE neutron session.add(alloc) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:07:22.832 27607 TRACE neutron self.rollback() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 17:07:22.832 27607 TRACE neutron compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 17:07:22.832 27607 TRACE neutron self.commit() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 17:07:22.832 27607 TRACE neutron self._prepare_impl() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 17:07:22.832 27607 TRACE neutron self.session.flush() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 17:07:22.832 27607 TRACE neutron return f(*args, **kwargs) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 17:07:22.832 27607 TRACE neutron return super(Session, self).flush(*args, **kwargs) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 17:07:22.832 27607 TRACE neutron self._flush(objects) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 17:07:22.832 27607 TRACE neutron transaction.rollback(_capture_exception=True) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 17:07:22.832 27607 TRACE neutron compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 17:07:22.832 27607 TRACE neutron flush_context.execute() >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 17:07:22.832 27607 TRACE neutron rec.execute(self) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 17:07:22.832 27607 TRACE neutron uow >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 64, in save_obj >2014-07-21 17:07:22.832 27607 TRACE neutron table, insert) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 541, in _emit_insert_statements >2014-07-21 17:07:22.832 27607 TRACE neutron execute(statement, multiparams) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 17:07:22.832 27607 TRACE neutron params) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 17:07:22.832 27607 TRACE neutron compiled_sql, distilled_params >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 17:07:22.832 27607 TRACE neutron context) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 17:07:22.832 27607 TRACE neutron exc_info >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 17:07:22.832 27607 TRACE neutron reraise(type(exception), exception, tb=exc_tb) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 856, in _execute_context >2014-07-21 17:07:22.832 27607 TRACE neutron context) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/sqlalchemy/connectors/mysqldb.py", line 60, in do_executemany >2014-07-21 17:07:22.832 27607 TRACE neutron rowcount = cursor.executemany(statement, parameters) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 206, in executemany >2014-07-21 17:07:22.832 27607 TRACE neutron r = r + self.execute(query, a) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 17:07:22.832 27607 TRACE neutron self.errorhandler(self, exc, value) >2014-07-21 17:07:22.832 27607 TRACE neutron File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 17:07:22.832 27607 TRACE neutron raise errorclass, errorvalue >2014-07-21 17:07:22.832 27607 TRACE neutron OperationalError: (OperationalError) (2013, 'Lost connection to MySQL server during query') 'INSERT INTO ml2_gre_allocations (gre_id, allocated) VALUES (%s, %s)' ((10, 0), (11, 0), (12, 0), (13, 0), (14, 0), (15, 0), (16, 0), (17, 0) ... displaying 10 of 99991 total bound parameter sets ... (99999, 0), (100000, 0)) >2014-07-21 17:07:22.832 27607 TRACE neutron >2014-07-21 17:07:51.879 29190 INFO neutron.common.config [-] Logging enabled! >2014-07-21 17:07:51.884 29190 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-21 17:07:51.958 29190 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-21 17:07:52.054 29190 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-21 17:07:52.057 29190 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-21 17:07:52.060 29190 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-21 17:07:52.060 29190 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-21 17:07:52.087 29190 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:07:52.088 29190 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-21 17:07:52.088 29190 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-21 17:07:52.089 29190 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:07:52.091 29190 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-21 17:07:52.091 29190 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-21 17:07:52.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-21 17:07:52.170 29190 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-21 17:07:52.171 29190 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-21 17:07:52.171 29190 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-21 17:07:52.213 29190 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-21 17:07:52.214 29190 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-21 17:07:52.214 29190 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-21 17:07:52.214 29190 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-21 17:07:56.893 29190 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vxlan' >2014-07-21 17:07:56.894 29190 INFO neutron.plugins.ml2.drivers.type_tunnel [-] vxlan ID ranges: [(10, 100)] >2014-07-21 17:07:56.900 29190 INFO neutron.plugins.ml2.managers [-] Initializing mechanism driver 'openvswitch' >2014-07-21 17:07:56.901 29190 INFO neutron.plugins.ml2.managers [-] Initializing mechanism driver 'l2population' >2014-07-21 17:07:56.953 29190 INFO neutron.plugins.ml2.plugin [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Modular L2 Plugin initialization complete >2014-07-21 17:07:56.954 29190 WARNING neutron.agent.securitygroups_rpc [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Driver configuration don't match with enable_security_group >2014-07-21 17:07:56.955 29190 INFO neutron.manager [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading Plugin: neutron.services.l3_router.l3_router_plugin.L3RouterPlugin >2014-07-21 17:07:58.284 29190 INFO neutron.openstack.common.rpc.common [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:07:58.315 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Initializing extension manager. >2014-07-21 17:07:58.315 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: __init__.py >2014-07-21 17:07:58.315 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: __init__.pyc >2014-07-21 17:07:58.316 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: __init__.pyo >2014-07-21 17:07:58.316 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: agent.py >2014-07-21 17:07:58.318 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: agent >2014-07-21 17:07:58.318 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: agent.pyc >2014-07-21 17:07:58.318 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: agent.pyo >2014-07-21 17:07:58.319 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: allowedaddresspairs.py >2014-07-21 17:07:58.320 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: allowed-address-pairs >2014-07-21 17:07:58.321 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: allowedaddresspairs.pyc >2014-07-21 17:07:58.321 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: allowedaddresspairs.pyo >2014-07-21 17:07:58.321 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: dhcpagentscheduler.py >2014-07-21 17:07:58.323 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: dhcp_agent_scheduler >2014-07-21 17:07:58.323 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: dhcpagentscheduler.pyc >2014-07-21 17:07:58.323 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: dhcpagentscheduler.pyo >2014-07-21 17:07:58.324 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: external_net.py >2014-07-21 17:07:58.325 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: external-net >2014-07-21 17:07:58.325 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: external_net.pyc >2014-07-21 17:07:58.326 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: external_net.pyo >2014-07-21 17:07:58.326 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extra_dhcp_opt.py >2014-07-21 17:07:58.328 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: extra_dhcp_opt >2014-07-21 17:07:58.328 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extra_dhcp_opt.pyc >2014-07-21 17:07:58.328 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extra_dhcp_opt.pyo >2014-07-21 17:07:58.329 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extraroute.py >2014-07-21 17:07:58.330 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: extraroute >2014-07-21 17:07:58.330 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extraroute.pyc >2014-07-21 17:07:58.331 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: extraroute.pyo >2014-07-21 17:07:58.331 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: firewall.py >2014-07-21 17:07:58.373 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension fwaas not supported by any of loaded plugins >2014-07-21 17:07:58.374 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: firewall.pyc >2014-07-21 17:07:58.374 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: firewall.pyo >2014-07-21 17:07:58.374 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: flavor.py >2014-07-21 17:07:58.388 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension flavor not supported by any of loaded plugins >2014-07-21 17:07:58.389 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: flavor.pyc >2014-07-21 17:07:58.389 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: flavor.pyo >2014-07-21 17:07:58.390 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3.py >2014-07-21 17:07:58.395 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: router >2014-07-21 17:07:58.395 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3.pyc >2014-07-21 17:07:58.396 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3.pyo >2014-07-21 17:07:58.396 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3_ext_gw_mode.py >2014-07-21 17:07:58.439 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: ext-gw-mode >2014-07-21 17:07:58.439 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3_ext_gw_mode.pyc >2014-07-21 17:07:58.439 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3_ext_gw_mode.pyo >2014-07-21 17:07:58.440 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3agentscheduler.py >2014-07-21 17:07:58.442 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: l3_agent_scheduler >2014-07-21 17:07:58.442 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3agentscheduler.pyc >2014-07-21 17:07:58.442 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: l3agentscheduler.pyo >2014-07-21 17:07:58.443 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: lbaas_agentscheduler.py >2014-07-21 17:07:58.472 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension lbaas_agent_scheduler not supported by any of loaded plugins >2014-07-21 17:07:58.472 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: lbaas_agentscheduler.pyc >2014-07-21 17:07:58.472 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: lbaas_agentscheduler.pyo >2014-07-21 17:07:58.473 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: loadbalancer.py >2014-07-21 17:07:58.476 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension lbaas not supported by any of loaded plugins >2014-07-21 17:07:58.477 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: loadbalancer.pyc >2014-07-21 17:07:58.477 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: loadbalancer.pyo >2014-07-21 17:07:58.477 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: metering.py >2014-07-21 17:07:58.493 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension metering not supported by any of loaded plugins >2014-07-21 17:07:58.493 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: metering.pyc >2014-07-21 17:07:58.494 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: metering.pyo >2014-07-21 17:07:58.494 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: multiprovidernet.py >2014-07-21 17:07:58.496 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: multi-provider >2014-07-21 17:07:58.496 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: multiprovidernet.pyc >2014-07-21 17:07:58.496 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: multiprovidernet.pyo >2014-07-21 17:07:58.497 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portbindings.py >2014-07-21 17:07:58.498 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: binding >2014-07-21 17:07:58.498 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portbindings.pyc >2014-07-21 17:07:58.498 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portbindings.pyo >2014-07-21 17:07:58.499 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portsecurity.py >2014-07-21 17:07:58.502 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension port-security not supported by any of loaded plugins >2014-07-21 17:07:58.502 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portsecurity.pyc >2014-07-21 17:07:58.502 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: portsecurity.pyo >2014-07-21 17:07:58.503 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: providernet.py >2014-07-21 17:07:58.504 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: provider >2014-07-21 17:07:58.504 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: providernet.pyc >2014-07-21 17:07:58.504 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: providernet.pyo >2014-07-21 17:07:58.505 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: quotasv2.py >2014-07-21 17:07:58.507 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: quotas >2014-07-21 17:07:58.507 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: quotasv2.pyc >2014-07-21 17:07:58.507 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: quotasv2.pyo >2014-07-21 17:07:58.508 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routedserviceinsertion.py >2014-07-21 17:07:58.526 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension routed-service-insertion not supported by any of loaded plugins >2014-07-21 17:07:58.526 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routedserviceinsertion.pyc >2014-07-21 17:07:58.526 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routedserviceinsertion.pyo >2014-07-21 17:07:58.527 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routerservicetype.py >2014-07-21 17:07:58.533 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension router-service-type not supported by any of loaded plugins >2014-07-21 17:07:58.534 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routerservicetype.pyc >2014-07-21 17:07:58.534 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: routerservicetype.pyo >2014-07-21 17:07:58.534 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: securitygroup.py >2014-07-21 17:07:58.538 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loaded extension: security-group >2014-07-21 17:07:58.538 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: securitygroup.pyc >2014-07-21 17:07:58.539 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: securitygroup.pyo >2014-07-21 17:07:58.539 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: servicetype.py >2014-07-21 17:07:58.543 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension service-type not supported by any of loaded plugins >2014-07-21 17:07:58.543 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: servicetype.pyc >2014-07-21 17:07:58.543 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: servicetype.pyo >2014-07-21 17:07:58.544 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: vpnaas.py >2014-07-21 17:07:58.553 29190 WARNING neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension vpnaas not supported by any of loaded plugins >2014-07-21 17:07:58.553 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: vpnaas.pyc >2014-07-21 17:07:58.554 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Loading extension file: vpnaas.pyo >2014-07-21 17:07:58.554 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension 'agent' provides no backward compatibility map for extended attributes >2014-07-21 17:07:58.554 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension 'Allowed Address Pairs' provides no backward compatibility map for extended attributes >2014-07-21 17:07:58.555 29190 INFO neutron.api.extensions [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Extension 'Neutron Extra Route' provides no backward compatibility map for extended attributes >2014-07-21 17:07:58.573 29190 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware >2014-07-21 17:07:58.574 29190 WARNING keystoneclient.middleware.auth_token [-] Configuring admin URI using auth fragments. This is deprecated, use 'identity_uri' instead. >2014-07-21 17:07:58.575 29190 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-AhEMVn as cache directory for signing certificate >2014-07-21 17:07:58.619 29190 INFO neutron.service [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Neutron service started, listening on 192.168.0.7:9696 >2014-07-21 17:07:58.629 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) wsgi starting up on http://192.168.0.7:9696/ > >2014-07-21 17:07:58.634 29190 INFO neutron.openstack.common.rpc.common [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:07:59.296 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.6', 39621) > >2014-07-21 17:08:00.194 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.7', 41125) > >2014-07-21 17:08:00.360 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.8', 36138) > >2014-07-21 17:08:03.298 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.6', 39686) > >2014-07-21 17:08:04.196 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.7', 41188) > >2014-07-21 17:08:04.377 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.8', 36202) > >2014-07-21 17:08:07.300 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.6', 39752) > >2014-07-21 17:08:08.201 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.7', 41254) > >2014-07-21 17:08:08.400 29190 INFO neutron.wsgi [req-8e616829-f47c-4c4b-a81a-e3854c487ba0 None] (29190) accepted ('192.168.0.8', 36265) > >2014-07-21 17:08:10.780 29190 INFO neutron.openstack.common.rpc.common [req-e055aa56-ada9-432b-8746-e1a36024a39f None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:08:11.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39817) > >2014-07-21 17:08:12.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41321) > >2014-07-21 17:08:12.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36329) > >2014-07-21 17:08:15.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39880) > >2014-07-21 17:08:16.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41383) > >2014-07-21 17:08:16.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36392) > >2014-07-21 17:08:19.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39945) > >2014-07-21 17:08:20.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41448) > >2014-07-21 17:08:20.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36454) > >2014-07-21 17:08:23.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40007) > >2014-07-21 17:08:24.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41510) > >2014-07-21 17:08:24.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36516) > >2014-07-21 17:08:27.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40072) > >2014-07-21 17:08:28.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41572) > >2014-07-21 17:08:28.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36578) > >2014-07-21 17:08:31.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40137) > >2014-07-21 17:08:32.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41637) > >2014-07-21 17:08:32.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36640) > >2014-07-21 17:08:35.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40200) > >2014-07-21 17:08:36.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41703) > >2014-07-21 17:08:36.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36703) > >2014-07-21 17:08:39.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40262) > >2014-07-21 17:08:40.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41765) > >2014-07-21 17:08:40.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36765) > >2014-07-21 17:08:43.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40327) > >2014-07-21 17:08:44.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41830) > >2014-07-21 17:08:44.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36828) > >2014-07-21 17:08:47.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40388) > >2014-07-21 17:08:48.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41892) > >2014-07-21 17:08:48.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36890) > >2014-07-21 17:08:51.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40453) > >2014-07-21 17:08:52.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41960) > >2014-07-21 17:08:52.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36951) > >2014-07-21 17:08:55.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40516) > >2014-07-21 17:08:56.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42029) > >2014-07-21 17:08:57.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37011) > >2014-07-21 17:08:59.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40577) > >2014-07-21 17:09:00.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42090) > >2014-07-21 17:09:01.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37072) > >2014-07-21 17:09:03.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40638) > >2014-07-21 17:09:04.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42151) > >2014-07-21 17:09:05.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37133) > >2014-07-21 17:09:07.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40700) > >2014-07-21 17:09:08.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42213) > >2014-07-21 17:09:09.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37195) > >2014-07-21 17:09:11.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40764) > >2014-07-21 17:09:12.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42277) > >2014-07-21 17:09:13.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37256) > >2014-07-21 17:09:15.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40825) > >2014-07-21 17:09:16.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42338) > >2014-07-21 17:09:17.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37317) > >2014-07-21 17:09:19.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40887) > >2014-07-21 17:09:20.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42400) > >2014-07-21 17:09:21.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37379) > >2014-07-21 17:09:23.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40949) > >2014-07-21 17:09:24.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42462) > >2014-07-21 17:09:25.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37441) > >2014-07-21 17:09:27.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41011) > >2014-07-21 17:09:28.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42527) > >2014-07-21 17:09:29.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37503) > >2014-07-21 17:09:31.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41076) > >2014-07-21 17:09:32.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42589) > >2014-07-21 17:09:33.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37565) > >2014-07-21 17:09:35.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41138) > >2014-07-21 17:09:36.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42651) > >2014-07-21 17:09:37.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37627) > >2014-07-21 17:09:39.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41203) > >2014-07-21 17:09:40.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42716) > >2014-07-21 17:09:41.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37689) > >2014-07-21 17:09:43.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41264) > >2014-07-21 17:09:44.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42779) > >2014-07-21 17:09:45.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37752) > >2014-07-21 17:09:47.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41326) > >2014-07-21 17:09:48.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42844) > >2014-07-21 17:09:49.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37815) > >2014-07-21 17:09:51.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41392) > >2014-07-21 17:09:52.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42909) > >2014-07-21 17:09:53.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37877) > >2014-07-21 17:09:55.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41454) > >2014-07-21 17:09:56.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42971) > >2014-07-21 17:09:57.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37939) > >2014-07-21 17:09:58.631 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:09:58.631 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:09:58.633 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:09:58.646 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:09:59.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41515) > >2014-07-21 17:10:00.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43036) > >2014-07-21 17:10:01.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38000) > >2014-07-21 17:10:03.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41579) > >2014-07-21 17:10:04.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43097) > >2014-07-21 17:10:05.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38061) > >2014-07-21 17:10:07.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41640) > >2014-07-21 17:10:08.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43158) > >2014-07-21 17:10:09.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38122) > >2014-07-21 17:10:11.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41700) > >2014-07-21 17:10:12.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43222) > >2014-07-21 17:10:13.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38186) > >2014-07-21 17:10:15.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41760) > >2014-07-21 17:10:16.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43288) > >2014-07-21 17:10:17.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38246) > >2014-07-21 17:10:19.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41821) > >2014-07-21 17:10:20.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43348) > >2014-07-21 17:10:21.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38306) > >2014-07-21 17:10:23.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41881) > >2014-07-21 17:10:24.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43409) > >2014-07-21 17:10:25.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38367) > >2014-07-21 17:10:27.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41942) > >2014-07-21 17:10:28.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43469) > >2014-07-21 17:10:29.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38427) > >2014-07-21 17:10:31.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42007) > >2014-07-21 17:10:32.438 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.7', 43530) > >2014-07-21 17:10:33.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38488) > >2014-07-21 17:10:35.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42069) > >2014-07-21 17:10:36.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43593) > >2014-07-21 17:10:37.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38549) > >2014-07-21 17:10:39.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42131) > >2014-07-21 17:10:40.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43655) > >2014-07-21 17:10:41.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38609) > >2014-07-21 17:10:43.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42191) > >2014-07-21 17:10:44.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43717) > >2014-07-21 17:10:45.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38671) > >2014-07-21 17:10:47.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42252) > >2014-07-21 17:10:48.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43779) > >2014-07-21 17:10:49.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38733) > >2014-07-21 17:10:51.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42313) > >2014-07-21 17:10:52.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43843) > >2014-07-21 17:10:53.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38795) > >2014-07-21 17:10:55.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42377) > >2014-07-21 17:10:56.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43912) > >2014-07-21 17:10:57.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38858) > >2014-07-21 17:10:59.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42440) > >2014-07-21 17:11:00.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43971) > >2014-07-21 17:11:01.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38917) > >2014-07-21 17:11:03.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42501) > >2014-07-21 17:11:04.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44032) > >2014-07-21 17:11:05.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38978) > >2014-07-21 17:11:07.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42562) > >2014-07-21 17:11:08.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44093) > >2014-07-21 17:11:09.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39039) > >2014-07-21 17:11:11.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42623) > >2014-07-21 17:11:12.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44153) > >2014-07-21 17:11:13.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39100) > >2014-07-21 17:11:15.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42684) > >2014-07-21 17:11:16.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44214) > >2014-07-21 17:11:17.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39161) > >2014-07-21 17:11:19.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42745) > >2014-07-21 17:11:20.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44275) > >2014-07-21 17:11:21.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39222) > >2014-07-21 17:11:23.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42805) > >2014-07-21 17:11:24.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44336) > >2014-07-21 17:11:25.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39283) > >2014-07-21 17:11:27.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42866) > >2014-07-21 17:11:28.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44397) > >2014-07-21 17:11:29.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39344) > >2014-07-21 17:11:31.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42927) > >2014-07-21 17:11:32.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44458) > >2014-07-21 17:11:33.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39405) > >2014-07-21 17:11:35.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42988) > >2014-07-21 17:11:36.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44519) > >2014-07-21 17:11:37.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39466) > >2014-07-21 17:11:39.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43049) > >2014-07-21 17:11:40.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44580) > >2014-07-21 17:11:41.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39527) > >2014-07-21 17:11:43.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43110) > >2014-07-21 17:11:44.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44641) > >2014-07-21 17:11:45.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39590) > >2014-07-21 17:11:47.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43171) > >2014-07-21 17:11:48.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44706) > >2014-07-21 17:11:49.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39652) > >2014-07-21 17:11:51.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43232) > >2014-07-21 17:11:52.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44767) > >2014-07-21 17:11:53.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39712) > >2014-07-21 17:11:56.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43292) > >2014-07-21 17:11:56.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44827) > >2014-07-21 17:11:57.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39772) > >2014-07-21 17:12:00.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43352) > >2014-07-21 17:12:01.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39832) > >2014-07-21 17:12:02.439 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:12:02.439 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:12:07.875 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:12:08.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44887) > >2014-07-21 17:12:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43413) > >2014-07-21 17:12:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39893) > >2014-07-21 17:12:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44947) > >2014-07-21 17:12:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43473) > >2014-07-21 17:12:12.141 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.8', 39955) > >2014-07-21 17:12:12.216 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.7', 45009) > >2014-07-21 17:12:12.216 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.6', 43533) > >2014-07-21 17:12:12.217 29190 ERROR neutron.openstack.common.rpc.amqp [req-e055aa56-ada9-432b-8746-e1a36024a39f None] Exception during message handling >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 358, in commit >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp t[1].commit() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1195, in commit >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self._do_commit() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1226, in _do_commit >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self.connection._commit_impl() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 491, in _commit_impl >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self._handle_dbapi_exception(e, None, None, None, None) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 488, in _commit_impl >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp self.engine.dialect.do_commit(self.connection) >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/base.py", line 2030, in do_commit >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp dbapi_connection.commit() >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') None None >2014-07-21 17:12:12.217 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 17:12:14.847 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.8', 40018) > >2014-07-21 17:12:14.847 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.7', 45071) > >2014-07-21 17:12:14.857 29190 INFO neutron.openstack.common.rpc.common [req-e055aa56-ada9-432b-8746-e1a36024a39f None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:12:15.975 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.6', 43594) > >2014-07-21 17:12:17.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40082) > >2014-07-21 17:12:18.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45131) > >2014-07-21 17:12:19.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43659) > >2014-07-21 17:12:21.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40145) > >2014-07-21 17:12:22.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45192) > >2014-07-21 17:12:23.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43724) > >2014-07-21 17:12:25.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40206) > >2014-07-21 17:12:26.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45253) > >2014-07-21 17:12:27.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43785) > >2014-07-21 17:12:29.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40267) > >2014-07-21 17:12:30.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45314) > >2014-07-21 17:12:31.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43846) > >2014-07-21 17:12:33.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40328) > >2014-07-21 17:12:34.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45375) > >2014-07-21 17:12:35.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43907) > >2014-07-21 17:12:37.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40392) > >2014-07-21 17:12:38.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45438) > >2014-07-21 17:12:39.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43971) > >2014-07-21 17:12:41.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40454) > >2014-07-21 17:12:42.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45498) > >2014-07-21 17:12:43.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44032) > >2014-07-21 17:12:45.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40515) > >2014-07-21 17:12:47.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45561) > >2014-07-21 17:12:47.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44094) > >2014-07-21 17:12:49.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40576) > >2014-07-21 17:12:51.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45623) > >2014-07-21 17:12:51.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44156) > >2014-07-21 17:12:53.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40642) > >2014-07-21 17:12:55.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45693) > >2014-07-21 17:12:55.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44218) > >2014-07-21 17:12:57.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40704) > >2014-07-21 17:12:59.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45762) > >2014-07-21 17:13:01.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44281) > >2014-07-21 17:13:01.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40766) > >2014-07-21 17:13:03.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45825) > >2014-07-21 17:13:05.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44342) > >2014-07-21 17:13:05.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40826) > >2014-07-21 17:13:07.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45885) > >2014-07-21 17:13:09.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44403) > >2014-07-21 17:13:09.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40889) > >2014-07-21 17:13:11.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45946) > >2014-07-21 17:13:13.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44464) > >2014-07-21 17:13:13.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40951) > >2014-07-21 17:13:15.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46006) > >2014-07-21 17:13:17.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44527) > >2014-07-21 17:13:17.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41013) > >2014-07-21 17:13:19.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46066) > >2014-07-21 17:13:21.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41073) > >2014-07-21 17:13:23.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46126) > >2014-07-21 17:13:25.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44585) > >2014-07-21 17:13:25.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41137) > >2014-07-21 17:13:27.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46189) > >2014-07-21 17:13:29.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44648) > >2014-07-21 17:13:29.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41198) > >2014-07-21 17:13:31.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46249) > >2014-07-21 17:13:33.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44708) > >2014-07-21 17:13:33.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41260) > >2014-07-21 17:13:35.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46311) > >2014-07-21 17:13:37.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44767) > >2014-07-21 17:13:37.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41319) > >2014-07-21 17:13:39.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46370) > >2014-07-21 17:13:41.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44817) > >2014-07-21 17:13:41.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41378) > >2014-07-21 17:13:43.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46430) > >2014-07-21 17:13:45.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44877) > >2014-07-21 17:13:45.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41439) > >2014-07-21 17:13:47.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46491) > >2014-07-21 17:13:49.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44938) > >2014-07-21 17:13:49.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41500) > >2014-07-21 17:13:51.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46554) > >2014-07-21 17:13:53.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44998) > >2014-07-21 17:13:53.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41564) > >2014-07-21 17:13:55.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46614) > >2014-07-21 17:13:57.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45058) > >2014-07-21 17:13:57.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41627) > >2014-07-21 17:13:59.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46674) > >2014-07-21 17:14:01.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45118) > >2014-07-21 17:14:01.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41687) > >2014-07-21 17:14:03.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:14:03.143 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.7', 46734) > >2014-07-21 17:14:05.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45178) > >2014-07-21 17:14:05.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41749) > >2014-07-21 17:14:07.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46796) > >2014-07-21 17:14:09.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45238) > >2014-07-21 17:14:09.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41811) > >2014-07-21 17:14:11.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46856) > >2014-07-21 17:14:13.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45298) > >2014-07-21 17:14:13.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41871) > >2014-07-21 17:14:14.860 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:14:14.860 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:14:14.861 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:14:14.875 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:14:15.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46918) > >2014-07-21 17:14:17.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45358) > >2014-07-21 17:14:17.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41930) > >2014-07-21 17:14:19.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46978) > >2014-07-21 17:14:21.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45418) > >2014-07-21 17:14:21.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41990) > >2014-07-21 17:14:23.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47038) > >2014-07-21 17:14:25.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45478) > >2014-07-21 17:14:25.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42049) > >2014-07-21 17:14:27.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47096) > >2014-07-21 17:14:29.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45536) > >2014-07-21 17:14:29.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42107) > >2014-07-21 17:14:31.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47157) > >2014-07-21 17:14:33.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45593) > >2014-07-21 17:14:33.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42165) > >2014-07-21 17:14:35.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47215) > >2014-07-21 17:14:37.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45649) > >2014-07-21 17:14:37.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42221) > >2014-07-21 17:14:39.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47271) > >2014-07-21 17:14:41.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45705) > >2014-07-21 17:14:41.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42277) > >2014-07-21 17:14:43.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47327) > >2014-07-21 17:14:45.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45761) > >2014-07-21 17:14:45.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42333) > >2014-07-21 17:14:47.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47386) > >2014-07-21 17:14:49.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45818) > >2014-07-21 17:14:49.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42389) > >2014-07-21 17:14:51.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47445) > >2014-07-21 17:14:53.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45874) > >2014-07-21 17:14:53.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42448) > >2014-07-21 17:14:55.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47508) > >2014-07-21 17:14:57.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45930) > >2014-07-21 17:14:57.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42505) > >2014-07-21 17:14:59.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47567) > >2014-07-21 17:15:01.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45988) > >2014-07-21 17:15:01.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42563) > >2014-07-21 17:15:03.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47630) > >2014-07-21 17:15:05.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46044) > >2014-07-21 17:15:05.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42619) > >2014-07-21 17:15:07.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47687) > >2014-07-21 17:15:09.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46101) > >2014-07-21 17:15:09.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42677) > >2014-07-21 17:15:11.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47744) > >2014-07-21 17:15:13.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46158) > >2014-07-21 17:15:13.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42733) > >2014-07-21 17:15:15.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47800) > >2014-07-21 17:15:17.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46216) > >2014-07-21 17:15:17.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42792) > >2014-07-21 17:15:19.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47858) > >2014-07-21 17:15:21.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46277) > >2014-07-21 17:15:21.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42849) > >2014-07-21 17:15:23.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47915) > >2014-07-21 17:15:25.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46347) > >2014-07-21 17:15:25.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42907) > >2014-07-21 17:15:27.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47973) > >2014-07-21 17:15:29.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46408) > >2014-07-21 17:15:29.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42963) > >2014-07-21 17:15:31.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48030) > >2014-07-21 17:15:33.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:15:33.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46466) > >2014-07-21 17:15:33.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43022) > >2014-07-21 17:15:35.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48092) > >2014-07-21 17:15:37.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46522) > >2014-07-21 17:15:37.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43082) > >2014-07-21 17:15:39.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48148) > >2014-07-21 17:15:41.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46578) > >2014-07-21 17:15:41.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43138) > >2014-07-21 17:15:43.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48204) > >2014-07-21 17:15:45.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46634) > >2014-07-21 17:15:45.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43194) > >2014-07-21 17:15:47.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48261) > >2014-07-21 17:15:49.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46691) > >2014-07-21 17:15:49.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43252) > >2014-07-21 17:15:51.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48320) > >2014-07-21 17:15:53.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46747) > >2014-07-21 17:15:53.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43309) > >2014-07-21 17:15:55.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48376) > >2014-07-21 17:15:57.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46803) > >2014-07-21 17:15:57.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43365) > >2014-07-21 17:15:59.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48431) > >2014-07-21 17:16:01.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46859) > >2014-07-21 17:16:01.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43421) > >2014-07-21 17:16:03.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48487) > >2014-07-21 17:16:05.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46915) > >2014-07-21 17:16:05.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43477) > >2014-07-21 17:16:07.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48543) > >2014-07-21 17:16:09.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46971) > >2014-07-21 17:16:09.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43533) > >2014-07-21 17:16:11.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48599) > >2014-07-21 17:16:13.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47027) > >2014-07-21 17:16:13.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43589) > >2014-07-21 17:16:14.887 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:16:14.887 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:16:14.887 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:16:15.018 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:16:15.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48657) > >2014-07-21 17:16:17.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47084) > >2014-07-21 17:16:17.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43645) > >2014-07-21 17:16:19.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48713) > >2014-07-21 17:16:21.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47158) > >2014-07-21 17:16:21.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43716) > >2014-07-21 17:16:23.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48782) > >2014-07-21 17:16:25.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47226) > >2014-07-21 17:16:25.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43779) > >2014-07-21 17:16:27.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48848) > >2014-07-21 17:16:29.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47282) > >2014-07-21 17:16:29.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43844) > >2014-07-21 17:16:31.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48908) > >2014-07-21 17:16:33.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47338) > >2014-07-21 17:16:33.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43904) > >2014-07-21 17:16:35.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48968) > >2014-07-21 17:16:37.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47394) > >2014-07-21 17:16:37.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43970) > >2014-07-21 17:16:39.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49029) > >2014-07-21 17:16:41.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47451) > >2014-07-21 17:16:42.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44032) > >2014-07-21 17:16:43.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49096) > >2014-07-21 17:16:45.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47511) > >2014-07-21 17:16:46.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44094) > >2014-07-21 17:16:47.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49158) > >2014-07-21 17:16:49.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47572) > >2014-07-21 17:16:50.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44157) > >2014-07-21 17:16:51.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49221) > >2014-07-21 17:16:53.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47639) > >2014-07-21 17:16:54.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44224) > >2014-07-21 17:16:55.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49292) > >2014-07-21 17:16:57.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47702) > >2014-07-21 17:16:58.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44293) > >2014-07-21 17:16:59.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49366) > >2014-07-21 17:17:01.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47767) > >2014-07-21 17:17:02.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44361) > >2014-07-21 17:17:03.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:17:03.431 29190 INFO neutron.wsgi [req-e055aa56-ada9-432b-8746-e1a36024a39f None] (29190) accepted ('192.168.0.7', 49438) > >2014-07-21 17:17:05.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47834) > >2014-07-21 17:17:06.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44430) > >2014-07-21 17:17:07.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49501) > >2014-07-21 17:17:09.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47899) > >2014-07-21 17:17:10.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44490) > >2014-07-21 17:17:11.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49564) > >2014-07-21 17:17:13.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47960) > >2014-07-21 17:17:14.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44546) > >2014-07-21 17:17:15.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49621) > >2014-07-21 17:17:17.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48019) > >2014-07-21 17:17:18.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44605) > >2014-07-21 17:17:19.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49688) > >2014-07-21 17:17:20.869 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_3f687b8ca1d748e7befe4543f178b03d': Socket closed >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:17:20.869 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:17:21.052 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:17:21.072 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:17:21.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48084) > >2014-07-21 17:17:22.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44662) > >2014-07-21 17:17:23.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49751) > >2014-07-21 17:17:25.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48142) > >2014-07-21 17:17:26.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44715) > >2014-07-21 17:17:27.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49805) > >2014-07-21 17:17:29.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48195) > >2014-07-21 17:17:30.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44771) > >2014-07-21 17:17:31.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49858) > >2014-07-21 17:17:33.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48248) > >2014-07-21 17:17:34.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44826) > >2014-07-21 17:17:35.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49912) > >2014-07-21 17:17:37.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48302) > >2014-07-21 17:17:38.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44878) > >2014-07-21 17:17:39.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49963) > >2014-07-21 17:17:41.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48353) > >2014-07-21 17:17:42.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44929) > >2014-07-21 17:17:43.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50022) > >2014-07-21 17:17:45.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48407) > >2014-07-21 17:17:46.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44980) > >2014-07-21 17:17:47.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50076) > >2014-07-21 17:17:49.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48460) > >2014-07-21 17:17:50.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45033) > >2014-07-21 17:17:51.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50129) > >2014-07-21 17:17:53.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48516) > >2014-07-21 17:17:54.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45084) > >2014-07-21 17:17:55.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50184) > >2014-07-21 17:17:57.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48569) > >2014-07-21 17:17:58.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45134) > >2014-07-21 17:17:59.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50238) > >2014-07-21 17:18:01.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48620) > >2014-07-21 17:18:02.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45185) > >2014-07-21 17:18:03.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50290) > >2014-07-21 17:18:05.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48672) > >2014-07-21 17:18:06.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45235) > >2014-07-21 17:18:07.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50340) > >2014-07-21 17:18:09.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48724) > >2014-07-21 17:18:10.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45285) > >2014-07-21 17:18:11.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50392) > >2014-07-21 17:18:13.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48776) > >2014-07-21 17:18:14.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45336) > >2014-07-21 17:18:15.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50442) > >2014-07-21 17:18:17.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48827) > >2014-07-21 17:18:18.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45387) > >2014-07-21 17:18:19.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50493) > >2014-07-21 17:18:21.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48878) > >2014-07-21 17:18:22.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45438) > >2014-07-21 17:18:23.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50544) > >2014-07-21 17:18:26.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48935) > >2014-07-21 17:18:26.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45489) > >2014-07-21 17:18:27.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50595) > >2014-07-21 17:18:30.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48985) > >2014-07-21 17:18:30.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45540) > >2014-07-21 17:18:31.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50646) > >2014-07-21 17:18:34.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49036) > >2014-07-21 17:18:34.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45590) > >2014-07-21 17:18:35.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50697) > >2014-07-21 17:18:38.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49088) > >2014-07-21 17:18:38.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45641) > >2014-07-21 17:18:39.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50748) > >2014-07-21 17:18:42.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49139) > >2014-07-21 17:18:42.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45692) > >2014-07-21 17:18:43.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50799) > >2014-07-21 17:18:46.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49190) > >2014-07-21 17:18:46.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45743) > >2014-07-21 17:18:47.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50850) > >2014-07-21 17:18:50.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49245) > >2014-07-21 17:18:50.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45794) > >2014-07-21 17:18:51.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50903) > >2014-07-21 17:18:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49296) > >2014-07-21 17:18:54.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45846) > >2014-07-21 17:18:55.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50957) > >2014-07-21 17:18:58.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49348) > >2014-07-21 17:18:58.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45899) > >2014-07-21 17:18:59.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51010) > >2014-07-21 17:19:02.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49400) > >2014-07-21 17:19:02.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45951) > >2014-07-21 17:19:03.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51065) > >2014-07-21 17:19:06.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49452) > >2014-07-21 17:19:06.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46004) > >2014-07-21 17:19:07.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51117) > >2014-07-21 17:19:10.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49503) > >2014-07-21 17:19:10.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46057) > >2014-07-21 17:19:11.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51168) > >2014-07-21 17:19:14.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49554) > >2014-07-21 17:19:14.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46108) > >2014-07-21 17:19:15.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51219) > >2014-07-21 17:19:18.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49605) > >2014-07-21 17:19:18.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46159) > >2014-07-21 17:19:19.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51274) > >2014-07-21 17:19:22.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49657) > >2014-07-21 17:19:22.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46210) > >2014-07-21 17:19:23.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51332) > >2014-07-21 17:19:26.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49708) > >2014-07-21 17:19:26.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46261) > >2014-07-21 17:19:27.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51383) > >2014-07-21 17:19:30.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49759) > >2014-07-21 17:19:30.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46312) > >2014-07-21 17:19:31.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51434) > >2014-07-21 17:19:34.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49810) > >2014-07-21 17:19:34.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46363) > >2014-07-21 17:19:35.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51484) > >2014-07-21 17:19:38.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49861) > >2014-07-21 17:19:38.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46414) > >2014-07-21 17:19:39.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51535) > >2014-07-21 17:19:42.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49912) > >2014-07-21 17:19:42.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46465) > >2014-07-21 17:19:43.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51586) > >2014-07-21 17:19:46.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49963) > >2014-07-21 17:19:46.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46516) > >2014-07-21 17:19:47.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51637) > >2014-07-21 17:19:50.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50014) > >2014-07-21 17:19:50.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46569) > >2014-07-21 17:19:51.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51690) > >2014-07-21 17:19:54.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50067) > >2014-07-21 17:19:54.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46621) > >2014-07-21 17:19:55.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51744) > >2014-07-21 17:19:58.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50119) > >2014-07-21 17:19:58.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46672) > >2014-07-21 17:19:59.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51796) > >2014-07-21 17:20:01.483 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:20:01.483 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:20:01.484 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:20:01.496 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:20:02.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50170) > >2014-07-21 17:20:02.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46723) > >2014-07-21 17:20:03.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51851) > >2014-07-21 17:20:06.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50222) > >2014-07-21 17:20:06.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46774) > >2014-07-21 17:20:07.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51902) > >2014-07-21 17:20:10.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50273) > >2014-07-21 17:20:10.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46825) > >2014-07-21 17:20:11.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51953) > >2014-07-21 17:20:14.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50325) > >2014-07-21 17:20:14.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46876) > >2014-07-21 17:20:15.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52005) > >2014-07-21 17:20:18.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50376) > >2014-07-21 17:20:18.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46927) > >2014-07-21 17:20:19.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52056) > >2014-07-21 17:20:22.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50427) > >2014-07-21 17:20:22.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46978) > >2014-07-21 17:20:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52107) > >2014-07-21 17:20:26.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50478) > >2014-07-21 17:20:26.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47029) > >2014-07-21 17:20:27.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52158) > >2014-07-21 17:20:30.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50529) > >2014-07-21 17:20:30.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47080) > >2014-07-21 17:20:31.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52209) > >2014-07-21 17:20:34.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50581) > >2014-07-21 17:20:34.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47131) > >2014-07-21 17:20:35.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52265) > >2014-07-21 17:20:38.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50632) > >2014-07-21 17:20:38.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47182) > >2014-07-21 17:20:39.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52316) > >2014-07-21 17:20:42.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50683) > >2014-07-21 17:20:42.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47233) > >2014-07-21 17:20:43.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52367) > >2014-07-21 17:20:46.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50735) > >2014-07-21 17:20:46.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47284) > >2014-07-21 17:20:47.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52418) > >2014-07-21 17:20:50.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50788) > >2014-07-21 17:20:50.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47336) > >2014-07-21 17:20:51.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52471) > >2014-07-21 17:20:54.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50839) > >2014-07-21 17:20:54.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47388) > >2014-07-21 17:20:55.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52524) > >2014-07-21 17:20:58.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50889) > >2014-07-21 17:20:58.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47442) > >2014-07-21 17:20:59.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52577) > >2014-07-21 17:21:02.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50941) > >2014-07-21 17:21:02.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47494) > >2014-07-21 17:21:03.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52630) > >2014-07-21 17:21:06.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50994) > >2014-07-21 17:21:06.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47548) > >2014-07-21 17:21:07.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52686) > >2014-07-21 17:21:10.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51045) > >2014-07-21 17:21:10.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47600) > >2014-07-21 17:21:11.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52739) > >2014-07-21 17:21:14.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51096) > >2014-07-21 17:21:14.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47652) > >2014-07-21 17:21:15.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52790) > >2014-07-21 17:21:18.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51147) > >2014-07-21 17:21:18.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47703) > >2014-07-21 17:21:19.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52845) > >2014-07-21 17:21:22.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51199) > >2014-07-21 17:21:22.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47753) > >2014-07-21 17:21:23.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52903) > >2014-07-21 17:21:26.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51250) > >2014-07-21 17:21:26.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47804) > >2014-07-21 17:21:27.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52954) > >2014-07-21 17:21:30.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51301) > >2014-07-21 17:21:30.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47855) > >2014-07-21 17:21:31.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53005) > >2014-07-21 17:21:34.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51352) > >2014-07-21 17:21:34.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47906) > >2014-07-21 17:21:35.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53056) > >2014-07-21 17:21:38.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51403) > >2014-07-21 17:21:38.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47957) > >2014-07-21 17:21:39.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53107) > >2014-07-21 17:21:42.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51454) > >2014-07-21 17:21:42.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48008) > >2014-07-21 17:21:43.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53158) > >2014-07-21 17:21:46.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51505) > >2014-07-21 17:21:46.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48059) > >2014-07-21 17:21:47.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53208) > >2014-07-21 17:21:50.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51556) > >2014-07-21 17:21:50.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48112) > >2014-07-21 17:21:51.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53261) > >2014-07-21 17:21:54.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51608) > >2014-07-21 17:21:54.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48164) > >2014-07-21 17:21:55.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53314) > >2014-07-21 17:21:58.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51660) > >2014-07-21 17:21:58.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48215) > >2014-07-21 17:21:59.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53366) > >2014-07-21 17:22:01.500 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:22:01.500 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:22:01.501 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:01.515 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:02.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51711) > >2014-07-21 17:22:02.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48266) > >2014-07-21 17:22:03.668 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.7', 53427) > >2014-07-21 17:22:03.677 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:03.681 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:03.683 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:06.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51779) > >2014-07-21 17:22:06.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48325) > >2014-07-21 17:22:07.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53485) > >2014-07-21 17:22:10.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51830) > >2014-07-21 17:22:10.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48376) > >2014-07-21 17:22:11.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53536) > >2014-07-21 17:22:14.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51882) > >2014-07-21 17:22:14.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48427) > >2014-07-21 17:22:15.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53588) > >2014-07-21 17:22:18.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51933) > >2014-07-21 17:22:18.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48478) > >2014-07-21 17:22:19.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53639) > >2014-07-21 17:22:21.076 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:22:22.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52002) > >2014-07-21 17:22:22.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48541) > >2014-07-21 17:22:23.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53705) > >2014-07-21 17:22:26.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52054) > >2014-07-21 17:22:26.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48592) > >2014-07-21 17:22:27.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53757) > >2014-07-21 17:22:30.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52105) > >2014-07-21 17:22:30.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48643) > >2014-07-21 17:22:31.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53808) > >2014-07-21 17:22:34.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52156) > >2014-07-21 17:22:34.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48694) > >2014-07-21 17:22:35.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53861) > >2014-07-21 17:22:38.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52207) > >2014-07-21 17:22:38.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48744) > >2014-07-21 17:22:39.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53912) > >2014-07-21 17:22:42.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52258) > >2014-07-21 17:22:42.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48795) > >2014-07-21 17:22:43.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53963) > >2014-07-21 17:22:46.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52309) > >2014-07-21 17:22:46.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48846) > >2014-07-21 17:22:47.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54014) > >2014-07-21 17:22:50.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52362) > >2014-07-21 17:22:50.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48897) > >2014-07-21 17:22:51.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54067) > >2014-07-21 17:22:52.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:22:54.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52414) > >2014-07-21 17:22:54.261 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:22:54.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48949) > >2014-07-21 17:22:55.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54122) > >2014-07-21 17:22:58.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52466) > >2014-07-21 17:22:58.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49002) > >2014-07-21 17:22:59.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54174) > >2014-07-21 17:23:02.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52518) > >2014-07-21 17:23:02.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49054) > >2014-07-21 17:23:03.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:03.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54227) > >2014-07-21 17:23:06.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52573) > >2014-07-21 17:23:06.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49108) > >2014-07-21 17:23:07.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54284) > >2014-07-21 17:23:10.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52625) > >2014-07-21 17:23:10.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49160) > >2014-07-21 17:23:11.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54336) > >2014-07-21 17:23:14.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52675) > >2014-07-21 17:23:14.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49212) > >2014-07-21 17:23:15.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54387) > >2014-07-21 17:23:18.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52727) > >2014-07-21 17:23:18.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49264) > >2014-07-21 17:23:18.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:19.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54441) > >2014-07-21 17:23:20.323 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:22.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52782) > >2014-07-21 17:23:22.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49316) > >2014-07-21 17:23:23.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:23.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54503) > >2014-07-21 17:23:26.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52836) > >2014-07-21 17:23:26.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49368) > >2014-07-21 17:23:27.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54554) > >2014-07-21 17:23:30.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52887) > >2014-07-21 17:23:30.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49419) > >2014-07-21 17:23:31.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54608) > >2014-07-21 17:23:33.103 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:34.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52940) > >2014-07-21 17:23:34.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49471) > >2014-07-21 17:23:34.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:34.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:35.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54662) > >2014-07-21 17:23:38.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52995) > >2014-07-21 17:23:38.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49524) > >2014-07-21 17:23:39.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54713) > >2014-07-21 17:23:42.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53046) > >2014-07-21 17:23:42.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49575) > >2014-07-21 17:23:43.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54764) > >2014-07-21 17:23:46.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53097) > >2014-07-21 17:23:46.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49626) > >2014-07-21 17:23:47.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54815) > >2014-07-21 17:23:47.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:49.324 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:50.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53151) > >2014-07-21 17:23:50.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49680) > >2014-07-21 17:23:51.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54870) > >2014-07-21 17:23:52.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:54.262 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:23:54.292 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 53206) > >2014-07-21 17:23:54.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49734) > >2014-07-21 17:23:55.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54925) > >2014-07-21 17:23:58.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53259) > >2014-07-21 17:23:58.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49785) > >2014-07-21 17:23:59.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54977) > >2014-07-21 17:24:01.516 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:24:01.516 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:24:01.516 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:24:01.530 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:24:02.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53310) > >2014-07-21 17:24:02.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49836) > >2014-07-21 17:24:03.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:03.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55031) > >2014-07-21 17:24:06.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53364) > >2014-07-21 17:24:06.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49888) > >2014-07-21 17:24:07.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55083) > >2014-07-21 17:24:10.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53415) > >2014-07-21 17:24:10.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49939) > >2014-07-21 17:24:11.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55134) > >2014-07-21 17:24:14.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53467) > >2014-07-21 17:24:14.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49990) > >2014-07-21 17:24:15.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55186) > >2014-07-21 17:24:18.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53519) > >2014-07-21 17:24:18.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50042) > >2014-07-21 17:24:18.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:19.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55238) > >2014-07-21 17:24:20.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:22.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53573) > >2014-07-21 17:24:22.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50094) > >2014-07-21 17:24:23.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:23.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55292) > >2014-07-21 17:24:26.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53628) > >2014-07-21 17:24:26.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50147) > >2014-07-21 17:24:27.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55343) > >2014-07-21 17:24:30.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53679) > >2014-07-21 17:24:30.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50198) > >2014-07-21 17:24:31.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55394) > >2014-07-21 17:24:33.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:34.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53732) > >2014-07-21 17:24:34.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50250) > >2014-07-21 17:24:35.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55446) > >2014-07-21 17:24:38.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53783) > >2014-07-21 17:24:38.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50301) > >2014-07-21 17:24:39.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55497) > >2014-07-21 17:24:42.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53834) > >2014-07-21 17:24:42.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50352) > >2014-07-21 17:24:43.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55551) > >2014-07-21 17:24:46.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53885) > >2014-07-21 17:24:46.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50403) > >2014-07-21 17:24:47.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55604) > >2014-07-21 17:24:47.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:49.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:50.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53941) > >2014-07-21 17:24:50.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50455) > >2014-07-21 17:24:51.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55662) > >2014-07-21 17:24:52.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:54.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:24:54.398 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 53996) > >2014-07-21 17:24:54.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50510) > >2014-07-21 17:24:55.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55717) > >2014-07-21 17:24:58.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54048) > >2014-07-21 17:24:58.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50561) > >2014-07-21 17:24:59.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55769) > >2014-07-21 17:25:02.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54100) > >2014-07-21 17:25:02.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50613) > >2014-07-21 17:25:03.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:03.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55822) > >2014-07-21 17:25:06.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54156) > >2014-07-21 17:25:06.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50668) > >2014-07-21 17:25:07.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55879) > >2014-07-21 17:25:10.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54207) > >2014-07-21 17:25:10.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50720) > >2014-07-21 17:25:11.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55931) > >2014-07-21 17:25:14.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54258) > >2014-07-21 17:25:14.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50772) > >2014-07-21 17:25:15.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55982) > >2014-07-21 17:25:18.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54310) > >2014-07-21 17:25:18.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50824) > >2014-07-21 17:25:18.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:19.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56036) > >2014-07-21 17:25:20.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:22.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54365) > >2014-07-21 17:25:22.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50876) > >2014-07-21 17:25:23.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:23.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56099) > >2014-07-21 17:25:26.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54419) > >2014-07-21 17:25:26.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50929) > >2014-07-21 17:25:27.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56152) > >2014-07-21 17:25:30.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54470) > >2014-07-21 17:25:30.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50980) > >2014-07-21 17:25:31.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56206) > >2014-07-21 17:25:33.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:34.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54523) > >2014-07-21 17:25:34.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51032) > >2014-07-21 17:25:35.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56260) > >2014-07-21 17:25:38.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54574) > >2014-07-21 17:25:38.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51084) > >2014-07-21 17:25:39.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56311) > >2014-07-21 17:25:42.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54625) > >2014-07-21 17:25:42.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51135) > >2014-07-21 17:25:43.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56362) > >2014-07-21 17:25:46.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54676) > >2014-07-21 17:25:46.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51186) > >2014-07-21 17:25:47.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56413) > >2014-07-21 17:25:47.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:49.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:50.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54730) > >2014-07-21 17:25:50.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51239) > >2014-07-21 17:25:51.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56468) > >2014-07-21 17:25:52.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:54.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:25:54.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54785) > >2014-07-21 17:25:54.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51294) > >2014-07-21 17:25:55.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56523) > >2014-07-21 17:25:58.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54838) > >2014-07-21 17:25:58.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51345) > >2014-07-21 17:25:59.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56575) > >2014-07-21 17:26:01.531 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:26:01.531 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:26:01.532 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:26:01.545 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:26:02.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54889) > >2014-07-21 17:26:02.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51396) > >2014-07-21 17:26:03.725 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:03.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56628) > >2014-07-21 17:26:06.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54943) > >2014-07-21 17:26:06.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51448) > >2014-07-21 17:26:07.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56681) > >2014-07-21 17:26:10.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54993) > >2014-07-21 17:26:10.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51499) > >2014-07-21 17:26:11.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56732) > >2014-07-21 17:26:14.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55044) > >2014-07-21 17:26:14.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51550) > >2014-07-21 17:26:15.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56784) > >2014-07-21 17:26:18.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55097) > >2014-07-21 17:26:18.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51602) > >2014-07-21 17:26:19.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:19.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56836) > >2014-07-21 17:26:20.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:22.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55151) > >2014-07-21 17:26:22.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51654) > >2014-07-21 17:26:23.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:23.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56889) > >2014-07-21 17:26:26.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55206) > >2014-07-21 17:26:26.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51707) > >2014-07-21 17:26:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56941) > >2014-07-21 17:26:30.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55256) > >2014-07-21 17:26:30.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51758) > >2014-07-21 17:26:31.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56995) > >2014-07-21 17:26:33.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:34.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55309) > >2014-07-21 17:26:34.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51810) > >2014-07-21 17:26:35.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57047) > >2014-07-21 17:26:38.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55360) > >2014-07-21 17:26:38.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51861) > >2014-07-21 17:26:39.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57098) > >2014-07-21 17:26:42.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55411) > >2014-07-21 17:26:42.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51912) > >2014-07-21 17:26:43.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57149) > >2014-07-21 17:26:46.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55462) > >2014-07-21 17:26:46.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51963) > >2014-07-21 17:26:47.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57200) > >2014-07-21 17:26:47.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:49.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:50.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55518) > >2014-07-21 17:26:50.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52016) > >2014-07-21 17:26:51.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57255) > >2014-07-21 17:26:52.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:54.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:26:54.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55572) > >2014-07-21 17:26:54.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52070) > >2014-07-21 17:26:55.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57310) > >2014-07-21 17:26:58.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55624) > >2014-07-21 17:26:58.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52120) > >2014-07-21 17:26:59.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57361) > >2014-07-21 17:27:02.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55676) > >2014-07-21 17:27:02.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52172) > >2014-07-21 17:27:03.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:03.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57414) > >2014-07-21 17:27:06.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55731) > >2014-07-21 17:27:06.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52225) > >2014-07-21 17:27:07.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57472) > >2014-07-21 17:27:10.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55783) > >2014-07-21 17:27:10.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52279) > >2014-07-21 17:27:11.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57524) > >2014-07-21 17:27:14.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55834) > >2014-07-21 17:27:14.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52331) > >2014-07-21 17:27:15.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57575) > >2014-07-21 17:27:18.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55886) > >2014-07-21 17:27:18.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52383) > >2014-07-21 17:27:19.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:19.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57629) > >2014-07-21 17:27:20.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:22.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55941) > >2014-07-21 17:27:22.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52435) > >2014-07-21 17:27:23.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:23.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57689) > >2014-07-21 17:27:26.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55995) > >2014-07-21 17:27:26.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52488) > >2014-07-21 17:27:27.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57742) > >2014-07-21 17:27:30.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56046) > >2014-07-21 17:27:30.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52539) > >2014-07-21 17:27:31.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57793) > >2014-07-21 17:27:33.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:34.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56099) > >2014-07-21 17:27:34.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52591) > >2014-07-21 17:27:35.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57848) > >2014-07-21 17:27:38.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56150) > >2014-07-21 17:27:38.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52642) > >2014-07-21 17:27:39.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57901) > >2014-07-21 17:27:42.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56201) > >2014-07-21 17:27:42.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52693) > >2014-07-21 17:27:43.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57952) > >2014-07-21 17:27:46.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56252) > >2014-07-21 17:27:46.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52744) > >2014-07-21 17:27:47.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58003) > >2014-07-21 17:27:47.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:49.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:50.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56306) > >2014-07-21 17:27:50.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52798) > >2014-07-21 17:27:51.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58058) > >2014-07-21 17:27:52.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:54.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:27:54.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56361) > >2014-07-21 17:27:54.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52852) > >2014-07-21 17:27:55.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58113) > >2014-07-21 17:27:58.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56414) > >2014-07-21 17:27:58.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52903) > >2014-07-21 17:27:59.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58165) > >2014-07-21 17:28:01.547 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:28:01.547 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:28:01.548 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:28:01.560 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:28:02.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56465) > >2014-07-21 17:28:02.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52954) > >2014-07-21 17:28:03.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:03.875 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.7', 58218) > >2014-07-21 17:28:06.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56519) > >2014-07-21 17:28:06.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53006) > >2014-07-21 17:28:07.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58271) > >2014-07-21 17:28:10.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56570) > >2014-07-21 17:28:10.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53057) > >2014-07-21 17:28:11.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58322) > >2014-07-21 17:28:14.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56620) > >2014-07-21 17:28:14.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53108) > >2014-07-21 17:28:15.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58374) > >2014-07-21 17:28:18.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56673) > >2014-07-21 17:28:18.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53160) > >2014-07-21 17:28:19.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:19.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58426) > >2014-07-21 17:28:20.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:22.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56728) > >2014-07-21 17:28:22.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53212) > >2014-07-21 17:28:23.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:23.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58479) > >2014-07-21 17:28:26.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56783) > >2014-07-21 17:28:26.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53265) > >2014-07-21 17:28:27.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58531) > >2014-07-21 17:28:30.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56834) > >2014-07-21 17:28:30.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53316) > >2014-07-21 17:28:31.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58582) > >2014-07-21 17:28:33.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:34.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56887) > >2014-07-21 17:28:34.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53367) > >2014-07-21 17:28:35.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58634) > >2014-07-21 17:28:38.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56938) > >2014-07-21 17:28:38.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53418) > >2014-07-21 17:28:39.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58685) > >2014-07-21 17:28:42.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56989) > >2014-07-21 17:28:42.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53469) > >2014-07-21 17:28:43.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58736) > >2014-07-21 17:28:46.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57040) > >2014-07-21 17:28:46.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53520) > >2014-07-21 17:28:47.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58787) > >2014-07-21 17:28:47.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:49.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:50.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57096) > >2014-07-21 17:28:50.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53573) > >2014-07-21 17:28:51.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58845) > >2014-07-21 17:28:52.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:54.266 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:28:54.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57151) > >2014-07-21 17:28:54.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53627) > >2014-07-21 17:28:55.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58900) > >2014-07-21 17:28:58.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57202) > >2014-07-21 17:28:58.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53678) > >2014-07-21 17:28:59.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58951) > >2014-07-21 17:29:02.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57253) > >2014-07-21 17:29:02.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53730) > >2014-07-21 17:29:03.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:03.948 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.7', 59004) > >2014-07-21 17:29:06.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57308) > >2014-07-21 17:29:06.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53782) > >2014-07-21 17:29:07.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59060) > >2014-07-21 17:29:10.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57361) > >2014-07-21 17:29:10.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53836) > >2014-07-21 17:29:11.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59114) > >2014-07-21 17:29:14.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57412) > >2014-07-21 17:29:14.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53888) > >2014-07-21 17:29:15.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59166) > >2014-07-21 17:29:18.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57464) > >2014-07-21 17:29:18.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53940) > >2014-07-21 17:29:19.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:19.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59220) > >2014-07-21 17:29:20.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:22.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57519) > >2014-07-21 17:29:22.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53992) > >2014-07-21 17:29:23.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:23.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59278) > >2014-07-21 17:29:26.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57573) > >2014-07-21 17:29:26.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54045) > >2014-07-21 17:29:27.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59333) > >2014-07-21 17:29:30.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57624) > >2014-07-21 17:29:30.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54096) > >2014-07-21 17:29:31.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59384) > >2014-07-21 17:29:33.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:34.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57677) > >2014-07-21 17:29:34.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54148) > >2014-07-21 17:29:35.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59436) > >2014-07-21 17:29:38.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57728) > >2014-07-21 17:29:38.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54199) > >2014-07-21 17:29:39.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59489) > >2014-07-21 17:29:42.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57779) > >2014-07-21 17:29:42.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54250) > >2014-07-21 17:29:43.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59540) > >2014-07-21 17:29:46.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57830) > >2014-07-21 17:29:46.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54301) > >2014-07-21 17:29:47.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59591) > >2014-07-21 17:29:47.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:49.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:50.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57884) > >2014-07-21 17:29:50.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54355) > >2014-07-21 17:29:51.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59645) > >2014-07-21 17:29:52.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:54.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:29:54.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57940) > >2014-07-21 17:29:54.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54409) > >2014-07-21 17:29:55.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59701) > >2014-07-21 17:29:58.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57992) > >2014-07-21 17:29:58.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54460) > >2014-07-21 17:29:59.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59753) > >2014-07-21 17:30:01.562 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:30:01.562 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:30:01.563 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:30:01.575 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:30:02.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58043) > >2014-07-21 17:30:02.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54511) > >2014-07-21 17:30:03.947 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:03.996 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.7', 59806) > >2014-07-21 17:30:06.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58097) > >2014-07-21 17:30:06.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54563) > >2014-07-21 17:30:07.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59859) > >2014-07-21 17:30:10.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58148) > >2014-07-21 17:30:10.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54614) > >2014-07-21 17:30:11.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59910) > >2014-07-21 17:30:14.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58199) > >2014-07-21 17:30:14.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54665) > >2014-07-21 17:30:15.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59962) > >2014-07-21 17:30:15.998 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:18.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58254) > >2014-07-21 17:30:18.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:18.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54719) > >2014-07-21 17:30:19.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:19.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60018) > >2014-07-21 17:30:20.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:22.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58310) > >2014-07-21 17:30:22.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54773) > >2014-07-21 17:30:23.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:23.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60071) > >2014-07-21 17:30:26.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58365) > >2014-07-21 17:30:26.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54826) > >2014-07-21 17:30:27.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60123) > >2014-07-21 17:30:30.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58416) > >2014-07-21 17:30:30.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54877) > >2014-07-21 17:30:31.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60174) > >2014-07-21 17:30:33.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:34.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58469) > >2014-07-21 17:30:34.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54929) > >2014-07-21 17:30:35.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60226) > >2014-07-21 17:30:38.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58520) > >2014-07-21 17:30:38.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54980) > >2014-07-21 17:30:39.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60277) > >2014-07-21 17:30:42.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58571) > >2014-07-21 17:30:42.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55031) > >2014-07-21 17:30:43.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60328) > >2014-07-21 17:30:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:45.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:46.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58625) > >2014-07-21 17:30:46.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55084) > >2014-07-21 17:30:47.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60381) > >2014-07-21 17:30:48.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:49.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:50.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58683) > >2014-07-21 17:30:50.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55138) > >2014-07-21 17:30:51.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60436) > >2014-07-21 17:30:52.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:54.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:30:54.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58737) > >2014-07-21 17:30:54.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55192) > >2014-07-21 17:30:55.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60491) > >2014-07-21 17:30:58.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58788) > >2014-07-21 17:30:58.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55243) > >2014-07-21 17:30:59.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60541) > >2014-07-21 17:31:02.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58839) > >2014-07-21 17:31:02.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55295) > >2014-07-21 17:31:03.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60593) > >2014-07-21 17:31:04.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:06.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58894) > >2014-07-21 17:31:06.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55349) > >2014-07-21 17:31:07.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60650) > >2014-07-21 17:31:10.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58947) > >2014-07-21 17:31:10.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55403) > >2014-07-21 17:31:11.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60705) > >2014-07-21 17:31:14.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58999) > >2014-07-21 17:31:14.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55456) > >2014-07-21 17:31:16.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60757) > >2014-07-21 17:31:16.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:18.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59052) > >2014-07-21 17:31:18.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:18.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55508) > >2014-07-21 17:31:19.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:20.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60813) > >2014-07-21 17:31:22.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59108) > >2014-07-21 17:31:22.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55561) > >2014-07-21 17:31:22.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:24.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60870) > >2014-07-21 17:31:24.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:26.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59162) > >2014-07-21 17:31:26.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55613) > >2014-07-21 17:31:28.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60926) > >2014-07-21 17:31:30.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59213) > >2014-07-21 17:31:30.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55664) > >2014-07-21 17:31:32.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60977) > >2014-07-21 17:31:34.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:34.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59266) > >2014-07-21 17:31:34.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55716) > >2014-07-21 17:31:36.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32796) > >2014-07-21 17:31:38.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59317) > >2014-07-21 17:31:38.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55767) > >2014-07-21 17:31:40.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32849) > >2014-07-21 17:31:42.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59368) > >2014-07-21 17:31:42.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55818) > >2014-07-21 17:31:44.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32900) > >2014-07-21 17:31:45.998 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:46.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59421) > >2014-07-21 17:31:46.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55870) > >2014-07-21 17:31:48.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32952) > >2014-07-21 17:31:48.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:49.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:50.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59477) > >2014-07-21 17:31:50.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55924) > >2014-07-21 17:31:52.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33006) > >2014-07-21 17:31:52.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:54.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:31:54.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59532) > >2014-07-21 17:31:54.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55978) > >2014-07-21 17:31:56.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33061) > >2014-07-21 17:31:58.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59584) > >2014-07-21 17:31:58.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56030) > >2014-07-21 17:32:00.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33113) > >2014-07-21 17:32:01.578 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:32:01.578 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:32:01.579 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:32:01.591 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:32:02.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59635) > >2014-07-21 17:32:02.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56081) > >2014-07-21 17:32:04.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33166) > >2014-07-21 17:32:04.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:06.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59689) > >2014-07-21 17:32:06.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56133) > >2014-07-21 17:32:08.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33219) > >2014-07-21 17:32:10.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59739) > >2014-07-21 17:32:10.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56184) > >2014-07-21 17:32:12.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33270) > >2014-07-21 17:32:14.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59791) > >2014-07-21 17:32:14.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56236) > >2014-07-21 17:32:16.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:16.080 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.7', 33322) > >2014-07-21 17:32:18.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59845) > >2014-07-21 17:32:18.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:18.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56288) > >2014-07-21 17:32:19.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:20.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33376) > >2014-07-21 17:32:22.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59899) > >2014-07-21 17:32:22.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56341) > >2014-07-21 17:32:22.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:24.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33428) > >2014-07-21 17:32:24.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:26.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59954) > >2014-07-21 17:32:26.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56393) > >2014-07-21 17:32:28.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33481) > >2014-07-21 17:32:30.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60005) > >2014-07-21 17:32:30.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56444) > >2014-07-21 17:32:32.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33532) > >2014-07-21 17:32:34.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:34.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60058) > >2014-07-21 17:32:34.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56496) > >2014-07-21 17:32:36.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33584) > >2014-07-21 17:32:38.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60109) > >2014-07-21 17:32:38.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56547) > >2014-07-21 17:32:40.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33635) > >2014-07-21 17:32:42.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60160) > >2014-07-21 17:32:42.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56598) > >2014-07-21 17:32:44.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33686) > >2014-07-21 17:32:45.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:46.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60213) > >2014-07-21 17:32:46.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56649) > >2014-07-21 17:32:48.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33738) > >2014-07-21 17:32:48.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:49.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:50.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60271) > >2014-07-21 17:32:50.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56703) > >2014-07-21 17:32:52.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33793) > >2014-07-21 17:32:52.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:54.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:32:54.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60325) > >2014-07-21 17:32:54.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56757) > >2014-07-21 17:32:56.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33848) > >2014-07-21 17:32:58.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60376) > >2014-07-21 17:32:58.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56808) > >2014-07-21 17:33:00.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33899) > >2014-07-21 17:33:02.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60427) > >2014-07-21 17:33:02.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56861) > >2014-07-21 17:33:04.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33951) > >2014-07-21 17:33:04.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:06.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60482) > >2014-07-21 17:33:06.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56914) > >2014-07-21 17:33:08.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34007) > >2014-07-21 17:33:10.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60535) > >2014-07-21 17:33:10.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56968) > >2014-07-21 17:33:12.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34062) > >2014-07-21 17:33:14.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60587) > >2014-07-21 17:33:14.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57021) > >2014-07-21 17:33:15.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:16.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34114) > >2014-07-21 17:33:18.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60640) > >2014-07-21 17:33:18.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:18.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57073) > >2014-07-21 17:33:19.386 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:20.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34170) > >2014-07-21 17:33:22.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60696) > >2014-07-21 17:33:22.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57126) > >2014-07-21 17:33:22.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:24.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34227) > >2014-07-21 17:33:24.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:26.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60750) > >2014-07-21 17:33:26.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57178) > >2014-07-21 17:33:28.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34283) > >2014-07-21 17:33:30.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60801) > >2014-07-21 17:33:30.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57229) > >2014-07-21 17:33:32.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34334) > >2014-07-21 17:33:34.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:34.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60853) > >2014-07-21 17:33:34.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57281) > >2014-07-21 17:33:36.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34386) > >2014-07-21 17:33:38.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60904) > >2014-07-21 17:33:38.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57332) > >2014-07-21 17:33:40.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34439) > >2014-07-21 17:33:42.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60955) > >2014-07-21 17:33:42.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57383) > >2014-07-21 17:33:44.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34490) > >2014-07-21 17:33:45.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:46.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32775) > >2014-07-21 17:33:46.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57435) > >2014-07-21 17:33:48.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34542) > >2014-07-21 17:33:48.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:49.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:50.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32831) > >2014-07-21 17:33:50.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57489) > >2014-07-21 17:33:52.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34596) > >2014-07-21 17:33:52.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:54.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:33:54.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32886) > >2014-07-21 17:33:54.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57542) > >2014-07-21 17:33:56.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34652) > >2014-07-21 17:33:58.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32938) > >2014-07-21 17:33:58.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57594) > >2014-07-21 17:34:00.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34704) > >2014-07-21 17:34:01.594 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:34:01.594 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:34:01.595 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:34:01.606 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:34:02.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32989) > >2014-07-21 17:34:02.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57645) > >2014-07-21 17:34:04.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34757) > >2014-07-21 17:34:04.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:06.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33043) > >2014-07-21 17:34:06.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57697) > >2014-07-21 17:34:08.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34810) > >2014-07-21 17:34:10.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33094) > >2014-07-21 17:34:10.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57748) > >2014-07-21 17:34:12.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34861) > >2014-07-21 17:34:14.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33146) > >2014-07-21 17:34:14.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57800) > >2014-07-21 17:34:16.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:16.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34912) > >2014-07-21 17:34:18.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33200) > >2014-07-21 17:34:18.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:18.938 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 57852) > >2014-07-21 17:34:19.436 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:20.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34967) > >2014-07-21 17:34:22.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33255) > >2014-07-21 17:34:22.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57905) > >2014-07-21 17:34:22.937 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:24.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35019) > >2014-07-21 17:34:24.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:26.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33309) > >2014-07-21 17:34:26.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57957) > >2014-07-21 17:34:28.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35072) > >2014-07-21 17:34:30.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33361) > >2014-07-21 17:34:30.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58008) > >2014-07-21 17:34:32.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35123) > >2014-07-21 17:34:34.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:34.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33414) > >2014-07-21 17:34:34.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58060) > >2014-07-21 17:34:36.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35175) > >2014-07-21 17:34:38.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33465) > >2014-07-21 17:34:38.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58111) > >2014-07-21 17:34:40.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35226) > >2014-07-21 17:34:42.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33516) > >2014-07-21 17:34:42.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58162) > >2014-07-21 17:34:44.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35277) > >2014-07-21 17:34:45.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:46.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33569) > >2014-07-21 17:34:46.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58214) > >2014-07-21 17:34:48.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35329) > >2014-07-21 17:34:48.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:49.478 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:50.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33627) > >2014-07-21 17:34:50.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58268) > >2014-07-21 17:34:52.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35384) > >2014-07-21 17:34:52.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:54.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:34:54.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33681) > >2014-07-21 17:34:54.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58322) > >2014-07-21 17:34:56.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35440) > >2014-07-21 17:34:58.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33732) > >2014-07-21 17:34:58.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58373) > >2014-07-21 17:35:00.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35491) > >2014-07-21 17:35:02.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33783) > >2014-07-21 17:35:02.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58424) > >2014-07-21 17:35:04.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35543) > >2014-07-21 17:35:04.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:06.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33837) > >2014-07-21 17:35:06.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58478) > >2014-07-21 17:35:08.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35599) > >2014-07-21 17:35:10.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33890) > >2014-07-21 17:35:10.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58530) > >2014-07-21 17:35:12.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35654) > >2014-07-21 17:35:14.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33943) > >2014-07-21 17:35:14.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58585) > >2014-07-21 17:35:16.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:16.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35706) > >2014-07-21 17:35:18.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33996) > >2014-07-21 17:35:18.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:18.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58637) > >2014-07-21 17:35:19.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:20.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35762) > >2014-07-21 17:35:22.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34052) > >2014-07-21 17:35:22.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58690) > >2014-07-21 17:35:22.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:24.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35819) > >2014-07-21 17:35:24.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:26.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34106) > >2014-07-21 17:35:26.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58742) > >2014-07-21 17:35:28.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35875) > >2014-07-21 17:35:30.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34157) > >2014-07-21 17:35:30.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58793) > >2014-07-21 17:35:32.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35926) > >2014-07-21 17:35:34.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:34.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34210) > >2014-07-21 17:35:34.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58845) > >2014-07-21 17:35:36.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35978) > >2014-07-21 17:35:38.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34261) > >2014-07-21 17:35:38.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58895) > >2014-07-21 17:35:40.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36031) > >2014-07-21 17:35:42.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34312) > >2014-07-21 17:35:42.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58946) > >2014-07-21 17:35:44.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36082) > >2014-07-21 17:35:46.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:46.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34365) > >2014-07-21 17:35:46.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58998) > >2014-07-21 17:35:48.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36134) > >2014-07-21 17:35:48.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:49.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:50.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34421) > >2014-07-21 17:35:50.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59052) > >2014-07-21 17:35:52.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36187) > >2014-07-21 17:35:52.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:54.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:35:54.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34476) > >2014-07-21 17:35:54.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59106) > >2014-07-21 17:35:56.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36243) > >2014-07-21 17:35:58.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34528) > >2014-07-21 17:35:58.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59158) > >2014-07-21 17:36:00.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36296) > >2014-07-21 17:36:01.608 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:36:01.608 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:36:01.609 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:36:01.620 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:36:02.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34579) > >2014-07-21 17:36:02.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59209) > >2014-07-21 17:36:04.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36349) > >2014-07-21 17:36:04.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:06.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34633) > >2014-07-21 17:36:06.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59261) > >2014-07-21 17:36:08.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36402) > >2014-07-21 17:36:10.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34684) > >2014-07-21 17:36:10.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59312) > >2014-07-21 17:36:12.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36453) > >2014-07-21 17:36:14.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34736) > >2014-07-21 17:36:14.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59364) > >2014-07-21 17:36:16.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:16.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36504) > >2014-07-21 17:36:18.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34790) > >2014-07-21 17:36:18.880 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:18.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59416) > >2014-07-21 17:36:19.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:20.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36559) > >2014-07-21 17:36:22.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34846) > >2014-07-21 17:36:22.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:22.993 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.8', 59469) > >2014-07-21 17:36:24.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36611) > >2014-07-21 17:36:24.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:26.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34900) > >2014-07-21 17:36:26.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59521) > >2014-07-21 17:36:28.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36664) > >2014-07-21 17:36:30.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34952) > >2014-07-21 17:36:30.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59572) > >2014-07-21 17:36:32.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36715) > >2014-07-21 17:36:34.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:34.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35005) > >2014-07-21 17:36:35.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59624) > >2014-07-21 17:36:36.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36767) > >2014-07-21 17:36:38.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35056) > >2014-07-21 17:36:38.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59675) > >2014-07-21 17:36:40.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36818) > >2014-07-21 17:36:42.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35107) > >2014-07-21 17:36:43.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59726) > >2014-07-21 17:36:44.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36868) > >2014-07-21 17:36:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:46.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35160) > >2014-07-21 17:36:47.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59778) > >2014-07-21 17:36:48.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36920) > >2014-07-21 17:36:48.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:49.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:50.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35218) > >2014-07-21 17:36:51.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59832) > >2014-07-21 17:36:52.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36975) > >2014-07-21 17:36:52.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:54.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:36:54.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35272) > >2014-07-21 17:36:55.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59886) > >2014-07-21 17:36:56.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37029) > >2014-07-21 17:36:58.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35323) > >2014-07-21 17:36:59.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59937) > >2014-07-21 17:37:00.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37080) > >2014-07-21 17:37:02.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35374) > >2014-07-21 17:37:03.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59988) > >2014-07-21 17:37:04.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37134) > >2014-07-21 17:37:04.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:06.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35427) > >2014-07-21 17:37:07.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60042) > >2014-07-21 17:37:08.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37190) > >2014-07-21 17:37:10.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35480) > >2014-07-21 17:37:11.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60094) > >2014-07-21 17:37:12.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37245) > >2014-07-21 17:37:14.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35534) > >2014-07-21 17:37:15.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60149) > >2014-07-21 17:37:16.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:16.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37299) > >2014-07-21 17:37:18.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35587) > >2014-07-21 17:37:18.938 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:19.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60201) > >2014-07-21 17:37:19.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37354) > >2014-07-21 17:37:22.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35643) > >2014-07-21 17:37:22.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:23.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60254) > >2014-07-21 17:37:24.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37411) > >2014-07-21 17:37:24.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:26.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35697) > >2014-07-21 17:37:27.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60306) > >2014-07-21 17:37:28.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37466) > >2014-07-21 17:37:30.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35748) > >2014-07-21 17:37:31.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60357) > >2014-07-21 17:37:32.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37517) > >2014-07-21 17:37:34.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:34.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35801) > >2014-07-21 17:37:35.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60409) > >2014-07-21 17:37:36.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37569) > >2014-07-21 17:37:38.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35853) > >2014-07-21 17:37:39.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60460) > >2014-07-21 17:37:40.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37623) > >2014-07-21 17:37:42.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35904) > >2014-07-21 17:37:43.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60511) > >2014-07-21 17:37:44.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37674) > >2014-07-21 17:37:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:46.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35956) > >2014-07-21 17:37:47.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60563) > >2014-07-21 17:37:48.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37726) > >2014-07-21 17:37:48.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:49.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:50.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36012) > >2014-07-21 17:37:51.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60618) > >2014-07-21 17:37:52.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37779) > >2014-07-21 17:37:52.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:54.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:37:54.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36067) > >2014-07-21 17:37:55.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60672) > >2014-07-21 17:37:56.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37835) > >2014-07-21 17:37:58.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36119) > >2014-07-21 17:37:59.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60724) > >2014-07-21 17:38:00.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37888) > >2014-07-21 17:38:01.623 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:38:01.623 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:38:01.624 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:38:01.636 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:38:02.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36170) > >2014-07-21 17:38:03.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60775) > >2014-07-21 17:38:04.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37941) > >2014-07-21 17:38:04.380 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:06.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36223) > >2014-07-21 17:38:07.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60827) > >2014-07-21 17:38:08.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37994) > >2014-07-21 17:38:10.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36274) > >2014-07-21 17:38:11.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60878) > >2014-07-21 17:38:12.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38045) > >2014-07-21 17:38:14.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36326) > >2014-07-21 17:38:15.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60930) > >2014-07-21 17:38:16.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:16.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38097) > >2014-07-21 17:38:18.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36380) > >2014-07-21 17:38:18.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:19.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60982) > >2014-07-21 17:38:19.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:20.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38151) > >2014-07-21 17:38:22.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36435) > >2014-07-21 17:38:22.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:23.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32802) > >2014-07-21 17:38:24.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:24.313 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 38203) > >2014-07-21 17:38:26.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36489) > >2014-07-21 17:38:27.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32854) > >2014-07-21 17:38:28.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38256) > >2014-07-21 17:38:30.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36541) > >2014-07-21 17:38:31.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32905) > >2014-07-21 17:38:32.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38307) > >2014-07-21 17:38:34.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:34.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36594) > >2014-07-21 17:38:35.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32957) > >2014-07-21 17:38:36.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38359) > >2014-07-21 17:38:38.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36645) > >2014-07-21 17:38:39.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33008) > >2014-07-21 17:38:40.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38410) > >2014-07-21 17:38:42.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36696) > >2014-07-21 17:38:43.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33059) > >2014-07-21 17:38:44.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38461) > >2014-07-21 17:38:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:46.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36749) > >2014-07-21 17:38:47.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33111) > >2014-07-21 17:38:48.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38513) > >2014-07-21 17:38:49.011 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:49.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:50.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36807) > >2014-07-21 17:38:51.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33165) > >2014-07-21 17:38:52.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38568) > >2014-07-21 17:38:52.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:54.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:38:54.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36861) > >2014-07-21 17:38:55.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33218) > >2014-07-21 17:38:56.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38623) > >2014-07-21 17:38:58.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36912) > >2014-07-21 17:38:59.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33269) > >2014-07-21 17:39:00.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38674) > >2014-07-21 17:39:02.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36963) > >2014-07-21 17:39:03.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33320) > >2014-07-21 17:39:04.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38725) > >2014-07-21 17:39:04.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:06.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37016) > >2014-07-21 17:39:07.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33374) > >2014-07-21 17:39:08.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38779) > >2014-07-21 17:39:10.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37069) > >2014-07-21 17:39:11.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33426) > >2014-07-21 17:39:12.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38833) > >2014-07-21 17:39:14.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37124) > >2014-07-21 17:39:15.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33481) > >2014-07-21 17:39:16.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:16.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38891) > >2014-07-21 17:39:18.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37177) > >2014-07-21 17:39:19.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:19.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33533) > >2014-07-21 17:39:19.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:20.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38946) > >2014-07-21 17:39:22.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37233) > >2014-07-21 17:39:22.938 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:23.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33586) > >2014-07-21 17:39:24.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:24.335 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 39001) > >2014-07-21 17:39:26.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37288) > >2014-07-21 17:39:27.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33638) > >2014-07-21 17:39:28.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39060) > >2014-07-21 17:39:30.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37339) > >2014-07-21 17:39:31.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33689) > >2014-07-21 17:39:32.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39111) > >2014-07-21 17:39:34.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:34.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37392) > >2014-07-21 17:39:35.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33741) > >2014-07-21 17:39:36.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39163) > >2014-07-21 17:39:38.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37443) > >2014-07-21 17:39:39.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33792) > >2014-07-21 17:39:40.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39216) > >2014-07-21 17:39:42.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37494) > >2014-07-21 17:39:43.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33842) > >2014-07-21 17:39:44.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39267) > >2014-07-21 17:39:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:46.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37547) > >2014-07-21 17:39:47.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33894) > >2014-07-21 17:39:48.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39319) > >2014-07-21 17:39:49.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:49.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:50.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37603) > >2014-07-21 17:39:51.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33948) > >2014-07-21 17:39:52.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39372) > >2014-07-21 17:39:52.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:54.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:39:54.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37658) > >2014-07-21 17:39:55.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34002) > >2014-07-21 17:39:56.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39428) > >2014-07-21 17:39:58.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37710) > >2014-07-21 17:39:59.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34054) > >2014-07-21 17:40:00.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39481) > >2014-07-21 17:40:01.638 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:40:01.638 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:40:01.638 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:40:01.651 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:40:02.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37761) > >2014-07-21 17:40:03.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34105) > >2014-07-21 17:40:04.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39534) > >2014-07-21 17:40:04.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:06.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37814) > >2014-07-21 17:40:07.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34157) > >2014-07-21 17:40:08.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39587) > >2014-07-21 17:40:10.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37866) > >2014-07-21 17:40:11.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34208) > >2014-07-21 17:40:12.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39638) > >2014-07-21 17:40:14.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37918) > >2014-07-21 17:40:15.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34260) > >2014-07-21 17:40:16.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:16.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39690) > >2014-07-21 17:40:18.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37972) > >2014-07-21 17:40:19.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:19.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34312) > >2014-07-21 17:40:19.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:20.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39744) > >2014-07-21 17:40:22.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:23.002 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.6', 38027) > >2014-07-21 17:40:23.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34365) > >2014-07-21 17:40:24.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:24.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39796) > >2014-07-21 17:40:26.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38081) > >2014-07-21 17:40:27.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34417) > >2014-07-21 17:40:28.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39849) > >2014-07-21 17:40:30.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38133) > >2014-07-21 17:40:31.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34468) > >2014-07-21 17:40:32.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39900) > >2014-07-21 17:40:34.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:34.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38186) > >2014-07-21 17:40:35.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34520) > >2014-07-21 17:40:36.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39952) > >2014-07-21 17:40:38.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38237) > >2014-07-21 17:40:39.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34571) > >2014-07-21 17:40:40.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40003) > >2014-07-21 17:40:42.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38288) > >2014-07-21 17:40:43.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34622) > >2014-07-21 17:40:44.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40054) > >2014-07-21 17:40:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:46.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38341) > >2014-07-21 17:40:47.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34674) > >2014-07-21 17:40:48.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40106) > >2014-07-21 17:40:49.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:49.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:50.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38399) > >2014-07-21 17:40:51.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34728) > >2014-07-21 17:40:52.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40161) > >2014-07-21 17:40:52.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:54.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:40:54.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38453) > >2014-07-21 17:40:55.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34782) > >2014-07-21 17:40:56.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40216) > >2014-07-21 17:40:58.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38504) > >2014-07-21 17:40:59.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34833) > >2014-07-21 17:41:00.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40267) > >2014-07-21 17:41:02.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38555) > >2014-07-21 17:41:03.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34884) > >2014-07-21 17:41:04.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40318) > >2014-07-21 17:41:04.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:06.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38608) > >2014-07-21 17:41:07.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34938) > >2014-07-21 17:41:08.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40372) > >2014-07-21 17:41:10.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38661) > >2014-07-21 17:41:11.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34990) > >2014-07-21 17:41:12.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40426) > >2014-07-21 17:41:15.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38715) > >2014-07-21 17:41:15.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35044) > >2014-07-21 17:41:16.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:16.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40483) > >2014-07-21 17:41:19.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38768) > >2014-07-21 17:41:19.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:19.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35097) > >2014-07-21 17:41:19.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:20.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40538) > >2014-07-21 17:41:22.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:23.033 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.6', 38824) > >2014-07-21 17:41:23.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35150) > >2014-07-21 17:41:24.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:24.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40593) > >2014-07-21 17:41:27.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38878) > >2014-07-21 17:41:27.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35202) > >2014-07-21 17:41:28.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40649) > >2014-07-21 17:41:31.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38929) > >2014-07-21 17:41:31.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35253) > >2014-07-21 17:41:32.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40702) > >2014-07-21 17:41:34.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:35.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38982) > >2014-07-21 17:41:35.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35305) > >2014-07-21 17:41:36.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40754) > >2014-07-21 17:41:39.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39033) > >2014-07-21 17:41:39.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35356) > >2014-07-21 17:41:40.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40808) > >2014-07-21 17:41:43.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39084) > >2014-07-21 17:41:43.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35407) > >2014-07-21 17:41:44.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40859) > >2014-07-21 17:41:46.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:47.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39137) > >2014-07-21 17:41:47.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35459) > >2014-07-21 17:41:48.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40911) > >2014-07-21 17:41:49.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:49.837 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:51.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39193) > >2014-07-21 17:41:51.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35513) > >2014-07-21 17:41:52.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40964) > >2014-07-21 17:41:52.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:54.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:41:55.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39248) > >2014-07-21 17:41:55.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35566) > >2014-07-21 17:41:56.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41020) > >2014-07-21 17:41:59.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39300) > >2014-07-21 17:41:59.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35618) > >2014-07-21 17:42:00.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41073) > >2014-07-21 17:42:01.653 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:42:01.653 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:42:01.654 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:42:01.666 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:42:03.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39351) > >2014-07-21 17:42:03.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35669) > >2014-07-21 17:42:04.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41126) > >2014-07-21 17:42:04.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:07.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39404) > >2014-07-21 17:42:07.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35721) > >2014-07-21 17:42:08.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41179) > >2014-07-21 17:42:11.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39456) > >2014-07-21 17:42:11.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35772) > >2014-07-21 17:42:12.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41230) > >2014-07-21 17:42:15.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39508) > >2014-07-21 17:42:15.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35824) > >2014-07-21 17:42:16.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:16.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41282) > >2014-07-21 17:42:19.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39562) > >2014-07-21 17:42:19.191 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:19.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35876) > >2014-07-21 17:42:19.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:20.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41336) > >2014-07-21 17:42:22.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:23.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39617) > >2014-07-21 17:42:23.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35929) > >2014-07-21 17:42:24.295 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:24.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41388) > >2014-07-21 17:42:27.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39671) > >2014-07-21 17:42:27.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35981) > >2014-07-21 17:42:28.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41439) > >2014-07-21 17:42:31.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39723) > >2014-07-21 17:42:31.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36032) > >2014-07-21 17:42:32.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41490) > >2014-07-21 17:42:34.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:35.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39776) > >2014-07-21 17:42:35.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36084) > >2014-07-21 17:42:36.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41542) > >2014-07-21 17:42:39.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39827) > >2014-07-21 17:42:39.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36135) > >2014-07-21 17:42:40.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41593) > >2014-07-21 17:42:43.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39878) > >2014-07-21 17:42:43.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36186) > >2014-07-21 17:42:44.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41644) > >2014-07-21 17:42:46.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:47.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39931) > >2014-07-21 17:42:47.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36238) > >2014-07-21 17:42:48.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41696) > >2014-07-21 17:42:49.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:49.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:51.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39989) > >2014-07-21 17:42:51.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36292) > >2014-07-21 17:42:52.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41751) > >2014-07-21 17:42:52.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:54.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:42:55.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40043) > >2014-07-21 17:42:55.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36346) > >2014-07-21 17:42:56.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41806) > >2014-07-21 17:42:59.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40094) > >2014-07-21 17:42:59.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36397) > >2014-07-21 17:43:00.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41857) > >2014-07-21 17:43:03.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40145) > >2014-07-21 17:43:03.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36449) > >2014-07-21 17:43:04.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41907) > >2014-07-21 17:43:04.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:07.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40198) > >2014-07-21 17:43:07.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36501) > >2014-07-21 17:43:08.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41961) > >2014-07-21 17:43:11.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40251) > >2014-07-21 17:43:11.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36553) > >2014-07-21 17:43:12.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42015) > >2014-07-21 17:43:15.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40304) > >2014-07-21 17:43:15.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36607) > >2014-07-21 17:43:16.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:16.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42072) > >2014-07-21 17:43:19.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40358) > >2014-07-21 17:43:19.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:19.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36661) > >2014-07-21 17:43:19.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:20.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42127) > >2014-07-21 17:43:22.948 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:23.116 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.6', 40414) > >2014-07-21 17:43:23.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36714) > >2014-07-21 17:43:24.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:24.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42182) > >2014-07-21 17:43:27.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40468) > >2014-07-21 17:43:27.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36766) > >2014-07-21 17:43:28.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42240) > >2014-07-21 17:43:31.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40519) > >2014-07-21 17:43:31.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36817) > >2014-07-21 17:43:32.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42291) > >2014-07-21 17:43:34.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:35.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40572) > >2014-07-21 17:43:35.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36869) > >2014-07-21 17:43:36.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42343) > >2014-07-21 17:43:39.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40623) > >2014-07-21 17:43:39.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36920) > >2014-07-21 17:43:40.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42394) > >2014-07-21 17:43:43.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40673) > >2014-07-21 17:43:43.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36971) > >2014-07-21 17:43:44.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42447) > >2014-07-21 17:43:46.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:47.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40726) > >2014-07-21 17:43:47.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37023) > >2014-07-21 17:43:48.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42499) > >2014-07-21 17:43:49.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:49.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:51.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40782) > >2014-07-21 17:43:51.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37077) > >2014-07-21 17:43:52.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42552) > >2014-07-21 17:43:52.941 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:54.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:43:55.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40837) > >2014-07-21 17:43:55.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37130) > >2014-07-21 17:43:56.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42608) > >2014-07-21 17:43:59.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40889) > >2014-07-21 17:43:59.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37183) > >2014-07-21 17:44:00.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42661) > >2014-07-21 17:44:01.668 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:44:01.668 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:44:01.669 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:44:01.681 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:44:03.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40939) > >2014-07-21 17:44:03.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37235) > >2014-07-21 17:44:04.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42714) > >2014-07-21 17:44:04.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:07.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40992) > >2014-07-21 17:44:07.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37286) > >2014-07-21 17:44:08.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42766) > >2014-07-21 17:44:11.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41044) > >2014-07-21 17:44:11.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37337) > >2014-07-21 17:44:12.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42818) > >2014-07-21 17:44:15.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41096) > >2014-07-21 17:44:15.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37389) > >2014-07-21 17:44:16.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:16.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42870) > >2014-07-21 17:44:19.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41150) > >2014-07-21 17:44:19.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:19.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37441) > >2014-07-21 17:44:19.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:20.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42924) > >2014-07-21 17:44:22.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:23.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41205) > >2014-07-21 17:44:23.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37494) > >2014-07-21 17:44:24.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:24.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42977) > >2014-07-21 17:44:27.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41259) > >2014-07-21 17:44:27.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37546) > >2014-07-21 17:44:28.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43028) > >2014-07-21 17:44:31.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41311) > >2014-07-21 17:44:31.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37596) > >2014-07-21 17:44:32.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43080) > >2014-07-21 17:44:34.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:35.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41363) > >2014-07-21 17:44:35.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37648) > >2014-07-21 17:44:36.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43132) > >2014-07-21 17:44:39.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41414) > >2014-07-21 17:44:39.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37699) > >2014-07-21 17:44:40.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43183) > >2014-07-21 17:44:43.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41465) > >2014-07-21 17:44:43.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37750) > >2014-07-21 17:44:44.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43234) > >2014-07-21 17:44:46.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:47.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41518) > >2014-07-21 17:44:47.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37802) > >2014-07-21 17:44:48.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43286) > >2014-07-21 17:44:49.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:50.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:51.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41576) > >2014-07-21 17:44:51.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37856) > >2014-07-21 17:44:52.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43341) > >2014-07-21 17:44:52.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:54.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:44:55.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41630) > >2014-07-21 17:44:55.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37910) > >2014-07-21 17:44:56.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43396) > >2014-07-21 17:44:59.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41681) > >2014-07-21 17:44:59.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37961) > >2014-07-21 17:45:00.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43447) > >2014-07-21 17:45:03.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41734) > >2014-07-21 17:45:03.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38013) > >2014-07-21 17:45:04.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43498) > >2014-07-21 17:45:04.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:07.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41788) > >2014-07-21 17:45:07.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38064) > >2014-07-21 17:45:08.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43551) > >2014-07-21 17:45:11.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41844) > >2014-07-21 17:45:11.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38116) > >2014-07-21 17:45:12.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43605) > >2014-07-21 17:45:15.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41897) > >2014-07-21 17:45:15.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38170) > >2014-07-21 17:45:16.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:16.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43662) > >2014-07-21 17:45:19.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41952) > >2014-07-21 17:45:19.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:19.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38225) > >2014-07-21 17:45:20.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:20.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43719) > >2014-07-21 17:45:22.941 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:23.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42009) > >2014-07-21 17:45:23.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38278) > >2014-07-21 17:45:24.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:24.688 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 43776) > >2014-07-21 17:45:27.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42062) > >2014-07-21 17:45:27.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38331) > >2014-07-21 17:45:28.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43830) > >2014-07-21 17:45:31.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42113) > >2014-07-21 17:45:31.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38386) > >2014-07-21 17:45:32.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43888) > >2014-07-21 17:45:34.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:35.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42166) > >2014-07-21 17:45:35.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38438) > >2014-07-21 17:45:36.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43940) > >2014-07-21 17:45:39.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42217) > >2014-07-21 17:45:39.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38489) > >2014-07-21 17:45:40.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43991) > >2014-07-21 17:45:43.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42269) > >2014-07-21 17:45:43.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38540) > >2014-07-21 17:45:44.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44044) > >2014-07-21 17:45:46.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:47.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42334) > >2014-07-21 17:45:47.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38598) > >2014-07-21 17:45:48.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44102) > >2014-07-21 17:45:49.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:50.061 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:51.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42396) > >2014-07-21 17:45:51.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38652) > >2014-07-21 17:45:52.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44155) > >2014-07-21 17:45:52.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:54.322 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:45:55.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42451) > >2014-07-21 17:45:55.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38705) > >2014-07-21 17:45:56.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44210) > >2014-07-21 17:45:59.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42503) > >2014-07-21 17:45:59.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38758) > >2014-07-21 17:46:00.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44263) > >2014-07-21 17:46:01.683 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:46:01.683 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:46:01.684 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:46:01.771 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:46:03.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42553) > >2014-07-21 17:46:03.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38809) > >2014-07-21 17:46:04.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44316) > >2014-07-21 17:46:04.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:07.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42609) > >2014-07-21 17:46:07.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38860) > >2014-07-21 17:46:08.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44369) > >2014-07-21 17:46:11.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42669) > >2014-07-21 17:46:11.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38911) > >2014-07-21 17:46:12.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44423) > >2014-07-21 17:46:15.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42739) > >2014-07-21 17:46:15.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38969) > >2014-07-21 17:46:16.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:16.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44484) > >2014-07-21 17:46:19.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42792) > >2014-07-21 17:46:19.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:19.669 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.8', 39021) > >2014-07-21 17:46:20.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:20.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44540) > >2014-07-21 17:46:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:23.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42855) > >2014-07-21 17:46:23.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39075) > >2014-07-21 17:46:24.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:24.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44594) > >2014-07-21 17:46:27.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42918) > >2014-07-21 17:46:27.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39131) > >2014-07-21 17:46:28.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44654) > >2014-07-21 17:46:31.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42988) > >2014-07-21 17:46:31.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39193) > >2014-07-21 17:46:32.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44715) > >2014-07-21 17:46:34.888 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:35.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43050) > >2014-07-21 17:46:35.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39244) > >2014-07-21 17:46:36.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44776) > >2014-07-21 17:46:39.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43109) > >2014-07-21 17:46:39.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39303) > >2014-07-21 17:46:40.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44832) > >2014-07-21 17:46:43.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43169) > >2014-07-21 17:46:43.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39366) > >2014-07-21 17:46:44.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44889) > >2014-07-21 17:46:46.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:47.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43225) > >2014-07-21 17:46:47.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39424) > >2014-07-21 17:46:48.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44952) > >2014-07-21 17:46:49.379 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:50.119 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:51.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43283) > >2014-07-21 17:46:51.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39484) > >2014-07-21 17:46:52.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45017) > >2014-07-21 17:46:52.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:54.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:46:55.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43340) > >2014-07-21 17:46:55.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39547) > >2014-07-21 17:46:56.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45082) > >2014-07-21 17:46:59.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43392) > >2014-07-21 17:46:59.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39609) > >2014-07-21 17:47:00.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45144) > >2014-07-21 17:47:03.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43447) > >2014-07-21 17:47:03.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39668) > >2014-07-21 17:47:04.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45202) > >2014-07-21 17:47:04.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:07.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43502) > >2014-07-21 17:47:07.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39726) > >2014-07-21 17:47:08.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45258) > >2014-07-21 17:47:11.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43553) > >2014-07-21 17:47:11.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39792) > >2014-07-21 17:47:12.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45315) > >2014-07-21 17:47:15.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43606) > >2014-07-21 17:47:15.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39850) > >2014-07-21 17:47:16.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:16.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45369) > >2014-07-21 17:47:19.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:19.600 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.6', 43664) > >2014-07-21 17:47:19.750 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.8', 39909) > >2014-07-21 17:47:20.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:20.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45429) > >2014-07-21 17:47:22.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43722) > >2014-07-21 17:47:23.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39966) > >2014-07-21 17:47:24.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:24.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45491) > >2014-07-21 17:47:27.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43775) > >2014-07-21 17:47:27.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40021) > >2014-07-21 17:47:28.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45544) > >2014-07-21 17:47:31.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43826) > >2014-07-21 17:47:31.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40075) > >2014-07-21 17:47:32.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45599) > >2014-07-21 17:47:34.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:35.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43879) > >2014-07-21 17:47:35.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40128) > >2014-07-21 17:47:36.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45651) > >2014-07-21 17:47:39.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43933) > >2014-07-21 17:47:39.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40179) > >2014-07-21 17:47:40.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45701) > >2014-07-21 17:47:43.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43987) > >2014-07-21 17:47:43.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40230) > >2014-07-21 17:47:44.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45754) > >2014-07-21 17:47:46.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:47.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44040) > >2014-07-21 17:47:47.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40282) > >2014-07-21 17:47:48.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45806) > >2014-07-21 17:47:49.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:50.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:51.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44097) > >2014-07-21 17:47:51.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40336) > >2014-07-21 17:47:52.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45859) > >2014-07-21 17:47:52.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:54.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:47:55.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44154) > >2014-07-21 17:47:55.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40388) > >2014-07-21 17:47:56.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45915) > >2014-07-21 17:47:59.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44208) > >2014-07-21 17:47:59.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40441) > >2014-07-21 17:48:00.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45969) > >2014-07-21 17:48:01.788 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:48:01.788 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:48:01.789 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:48:01.801 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:48:03.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44260) > >2014-07-21 17:48:03.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40494) > >2014-07-21 17:48:04.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46022) > >2014-07-21 17:48:04.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:07.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44312) > >2014-07-21 17:48:07.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40545) > >2014-07-21 17:48:08.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46074) > >2014-07-21 17:48:11.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44364) > >2014-07-21 17:48:11.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40596) > >2014-07-21 17:48:12.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46126) > >2014-07-21 17:48:15.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44416) > >2014-07-21 17:48:15.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40648) > >2014-07-21 17:48:16.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:16.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46178) > >2014-07-21 17:48:19.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:19.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44470) > >2014-07-21 17:48:19.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40701) > >2014-07-21 17:48:20.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:20.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46232) > >2014-07-21 17:48:22.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:23.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44526) > >2014-07-21 17:48:23.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40753) > >2014-07-21 17:48:24.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:24.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46285) > >2014-07-21 17:48:27.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44579) > >2014-07-21 17:48:27.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40805) > >2014-07-21 17:48:28.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46336) > >2014-07-21 17:48:31.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44631) > >2014-07-21 17:48:31.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40856) > >2014-07-21 17:48:32.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46388) > >2014-07-21 17:48:34.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:35.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44684) > >2014-07-21 17:48:35.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40908) > >2014-07-21 17:48:36.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46440) > >2014-07-21 17:48:39.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44735) > >2014-07-21 17:48:39.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40959) > >2014-07-21 17:48:40.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46491) > >2014-07-21 17:48:43.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44786) > >2014-07-21 17:48:43.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41010) > >2014-07-21 17:48:44.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46542) > >2014-07-21 17:48:46.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:47.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44839) > >2014-07-21 17:48:47.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41062) > >2014-07-21 17:48:48.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46594) > >2014-07-21 17:48:49.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:50.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:51.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44894) > >2014-07-21 17:48:51.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41116) > >2014-07-21 17:48:52.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46647) > >2014-07-21 17:48:52.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:54.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:48:55.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44947) > >2014-07-21 17:48:55.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41168) > >2014-07-21 17:48:56.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46702) > >2014-07-21 17:48:59.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44998) > >2014-07-21 17:48:59.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41220) > >2014-07-21 17:49:00.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46753) > >2014-07-21 17:49:03.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45050) > >2014-07-21 17:49:03.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41272) > >2014-07-21 17:49:04.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46804) > >2014-07-21 17:49:05.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:07.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45102) > >2014-07-21 17:49:07.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41324) > >2014-07-21 17:49:08.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46857) > >2014-07-21 17:49:11.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45154) > >2014-07-21 17:49:11.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41376) > >2014-07-21 17:49:12.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46910) > >2014-07-21 17:49:15.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45207) > >2014-07-21 17:49:15.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41428) > >2014-07-21 17:49:16.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:16.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46964) > >2014-07-21 17:49:19.367 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:19.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45262) > >2014-07-21 17:49:19.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41484) > >2014-07-21 17:49:20.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:20.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47024) > >2014-07-21 17:49:22.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:23.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45319) > >2014-07-21 17:49:23.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41537) > >2014-07-21 17:49:24.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:24.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47080) > >2014-07-21 17:49:27.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45371) > >2014-07-21 17:49:27.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41589) > >2014-07-21 17:49:28.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47133) > >2014-07-21 17:49:31.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45422) > >2014-07-21 17:49:31.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41640) > >2014-07-21 17:49:32.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47188) > >2014-07-21 17:49:35.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:35.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45475) > >2014-07-21 17:49:35.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41692) > >2014-07-21 17:49:36.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47240) > >2014-07-21 17:49:39.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45526) > >2014-07-21 17:49:39.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41743) > >2014-07-21 17:49:40.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47291) > >2014-07-21 17:49:43.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45577) > >2014-07-21 17:49:43.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41794) > >2014-07-21 17:49:44.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47344) > >2014-07-21 17:49:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:47.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45630) > >2014-07-21 17:49:47.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41846) > >2014-07-21 17:49:48.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47396) > >2014-07-21 17:49:49.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:50.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:51.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45686) > >2014-07-21 17:49:51.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41900) > >2014-07-21 17:49:52.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47449) > >2014-07-21 17:49:52.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:54.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:49:55.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45742) > >2014-07-21 17:49:55.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41952) > >2014-07-21 17:49:56.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47507) > >2014-07-21 17:49:59.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45795) > >2014-07-21 17:49:59.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42005) > >2014-07-21 17:50:00.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47561) > >2014-07-21 17:50:01.803 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:50:01.803 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:50:01.803 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:50:01.826 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:50:03.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45847) > >2014-07-21 17:50:03.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42058) > >2014-07-21 17:50:04.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47614) > >2014-07-21 17:50:05.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:07.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45899) > >2014-07-21 17:50:07.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42108) > >2014-07-21 17:50:08.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47666) > >2014-07-21 17:50:11.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45951) > >2014-07-21 17:50:11.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42159) > >2014-07-21 17:50:12.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47718) > >2014-07-21 17:50:15.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46003) > >2014-07-21 17:50:15.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42211) > >2014-07-21 17:50:16.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:16.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47770) > >2014-07-21 17:50:19.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:19.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46057) > >2014-07-21 17:50:19.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42264) > >2014-07-21 17:50:20.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:20.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47823) > >2014-07-21 17:50:22.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:23.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46113) > >2014-07-21 17:50:23.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42316) > >2014-07-21 17:50:24.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:24.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47877) > >2014-07-21 17:50:27.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46166) > >2014-07-21 17:50:27.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42368) > >2014-07-21 17:50:28.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47928) > >2014-07-21 17:50:31.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46217) > >2014-07-21 17:50:31.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42419) > >2014-07-21 17:50:32.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47980) > >2014-07-21 17:50:35.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:35.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46271) > >2014-07-21 17:50:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42471) > >2014-07-21 17:50:36.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48032) > >2014-07-21 17:50:39.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46322) > >2014-07-21 17:50:39.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42522) > >2014-07-21 17:50:40.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48083) > >2014-07-21 17:50:43.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46373) > >2014-07-21 17:50:43.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42573) > >2014-07-21 17:50:44.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48134) > >2014-07-21 17:50:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:47.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46426) > >2014-07-21 17:50:47.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42625) > >2014-07-21 17:50:48.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48186) > >2014-07-21 17:50:49.369 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:50.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:51.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46483) > >2014-07-21 17:50:51.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42678) > >2014-07-21 17:50:52.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48239) > >2014-07-21 17:50:52.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:54.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:50:55.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46537) > >2014-07-21 17:50:55.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42731) > >2014-07-21 17:50:56.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48294) > >2014-07-21 17:50:59.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46588) > >2014-07-21 17:50:59.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42783) > >2014-07-21 17:51:00.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48345) > >2014-07-21 17:51:03.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46640) > >2014-07-21 17:51:03.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42835) > >2014-07-21 17:51:04.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48396) > >2014-07-21 17:51:05.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:07.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46692) > >2014-07-21 17:51:07.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42887) > >2014-07-21 17:51:08.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48449) > >2014-07-21 17:51:11.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46743) > >2014-07-21 17:51:11.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42938) > >2014-07-21 17:51:12.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48502) > >2014-07-21 17:51:15.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46797) > >2014-07-21 17:51:15.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42991) > >2014-07-21 17:51:16.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:16.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48555) > >2014-07-21 17:51:19.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:19.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46852) > >2014-07-21 17:51:19.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43045) > >2014-07-21 17:51:20.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:20.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48615) > >2014-07-21 17:51:22.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:23.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46909) > >2014-07-21 17:51:23.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43100) > >2014-07-21 17:51:24.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:24.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48672) > >2014-07-21 17:51:27.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46962) > >2014-07-21 17:51:27.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43152) > >2014-07-21 17:51:28.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48723) > >2014-07-21 17:51:31.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47013) > >2014-07-21 17:51:31.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43203) > >2014-07-21 17:51:32.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48779) > >2014-07-21 17:51:35.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:35.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47066) > >2014-07-21 17:51:35.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43255) > >2014-07-21 17:51:36.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48831) > >2014-07-21 17:51:39.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47117) > >2014-07-21 17:51:39.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43306) > >2014-07-21 17:51:40.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48882) > >2014-07-21 17:51:43.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47168) > >2014-07-21 17:51:43.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43357) > >2014-07-21 17:51:44.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48935) > >2014-07-21 17:51:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:47.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47221) > >2014-07-21 17:51:47.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43409) > >2014-07-21 17:51:48.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48987) > >2014-07-21 17:51:49.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:50.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:51.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47277) > >2014-07-21 17:51:51.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43463) > >2014-07-21 17:51:52.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49040) > >2014-07-21 17:51:52.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:54.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:51:55.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47333) > >2014-07-21 17:51:55.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43515) > >2014-07-21 17:51:56.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49097) > >2014-07-21 17:51:59.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47386) > >2014-07-21 17:51:59.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43568) > >2014-07-21 17:52:00.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49151) > >2014-07-21 17:52:01.828 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:52:01.828 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:52:01.829 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:52:01.841 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:52:03.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47438) > >2014-07-21 17:52:03.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43621) > >2014-07-21 17:52:04.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49205) > >2014-07-21 17:52:05.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:07.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47490) > >2014-07-21 17:52:07.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43673) > >2014-07-21 17:52:08.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49257) > >2014-07-21 17:52:11.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47542) > >2014-07-21 17:52:11.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43724) > >2014-07-21 17:52:12.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49309) > >2014-07-21 17:52:15.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47594) > >2014-07-21 17:52:15.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43776) > >2014-07-21 17:52:16.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:16.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49361) > >2014-07-21 17:52:19.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:19.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47648) > >2014-07-21 17:52:19.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43828) > >2014-07-21 17:52:20.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:20.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49414) > >2014-07-21 17:52:22.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:23.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47704) > >2014-07-21 17:52:23.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43881) > >2014-07-21 17:52:24.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:24.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49468) > >2014-07-21 17:52:27.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47757) > >2014-07-21 17:52:27.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43933) > >2014-07-21 17:52:28.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49519) > >2014-07-21 17:52:31.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47808) > >2014-07-21 17:52:31.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43984) > >2014-07-21 17:52:32.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49571) > >2014-07-21 17:52:35.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:35.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47862) > >2014-07-21 17:52:35.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44036) > >2014-07-21 17:52:36.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49623) > >2014-07-21 17:52:39.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47913) > >2014-07-21 17:52:39.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44087) > >2014-07-21 17:52:40.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49674) > >2014-07-21 17:52:43.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47964) > >2014-07-21 17:52:43.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44138) > >2014-07-21 17:52:44.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49725) > >2014-07-21 17:52:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:47.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48017) > >2014-07-21 17:52:47.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44190) > >2014-07-21 17:52:48.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49777) > >2014-07-21 17:52:49.384 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:50.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:51.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48073) > >2014-07-21 17:52:51.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44244) > >2014-07-21 17:52:52.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:53.030 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.7', 49830) > >2014-07-21 17:52:54.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:52:55.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48128) > >2014-07-21 17:52:55.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44297) > >2014-07-21 17:52:56.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49886) > >2014-07-21 17:52:59.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48179) > >2014-07-21 17:52:59.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44349) > >2014-07-21 17:53:00.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49937) > >2014-07-21 17:53:03.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48231) > >2014-07-21 17:53:03.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44401) > >2014-07-21 17:53:04.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49988) > >2014-07-21 17:53:05.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:07.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48283) > >2014-07-21 17:53:07.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44453) > >2014-07-21 17:53:08.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50041) > >2014-07-21 17:53:11.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48334) > >2014-07-21 17:53:11.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44504) > >2014-07-21 17:53:13.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50093) > >2014-07-21 17:53:15.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48387) > >2014-07-21 17:53:15.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44557) > >2014-07-21 17:53:16.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:17.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50147) > >2014-07-21 17:53:19.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:19.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48442) > >2014-07-21 17:53:19.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44611) > >2014-07-21 17:53:20.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:21.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50204) > >2014-07-21 17:53:22.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:23.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48500) > >2014-07-21 17:53:23.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44666) > >2014-07-21 17:53:24.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:25.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50263) > >2014-07-21 17:53:27.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48553) > >2014-07-21 17:53:27.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44718) > >2014-07-21 17:53:29.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50314) > >2014-07-21 17:53:31.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48604) > >2014-07-21 17:53:31.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44769) > >2014-07-21 17:53:33.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50371) > >2014-07-21 17:53:35.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:35.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48657) > >2014-07-21 17:53:35.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44821) > >2014-07-21 17:53:37.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50423) > >2014-07-21 17:53:39.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48708) > >2014-07-21 17:53:39.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44872) > >2014-07-21 17:53:41.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50474) > >2014-07-21 17:53:43.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48758) > >2014-07-21 17:53:43.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44923) > >2014-07-21 17:53:45.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50527) > >2014-07-21 17:53:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:47.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48811) > >2014-07-21 17:53:47.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44975) > >2014-07-21 17:53:49.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50579) > >2014-07-21 17:53:49.390 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:50.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:51.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48867) > >2014-07-21 17:53:51.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45028) > >2014-07-21 17:53:52.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:53.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50632) > >2014-07-21 17:53:54.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:53:55.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48923) > >2014-07-21 17:53:56.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45080) > >2014-07-21 17:53:57.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50689) > >2014-07-21 17:53:59.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48976) > >2014-07-21 17:54:00.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45133) > >2014-07-21 17:54:01.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50742) > >2014-07-21 17:54:01.843 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:54:01.843 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:54:01.844 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:54:01.855 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:54:03.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49028) > >2014-07-21 17:54:04.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45186) > >2014-07-21 17:54:05.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50795) > >2014-07-21 17:54:05.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:07.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49080) > >2014-07-21 17:54:08.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45237) > >2014-07-21 17:54:09.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50847) > >2014-07-21 17:54:11.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49132) > >2014-07-21 17:54:12.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45288) > >2014-07-21 17:54:13.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50899) > >2014-07-21 17:54:15.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49184) > >2014-07-21 17:54:16.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45340) > >2014-07-21 17:54:16.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:17.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50951) > >2014-07-21 17:54:19.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:19.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49238) > >2014-07-21 17:54:20.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45392) > >2014-07-21 17:54:20.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:21.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51004) > >2014-07-21 17:54:22.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:23.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49294) > >2014-07-21 17:54:24.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45445) > >2014-07-21 17:54:24.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:25.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51058) > >2014-07-21 17:54:27.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49347) > >2014-07-21 17:54:28.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45497) > >2014-07-21 17:54:29.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51109) > >2014-07-21 17:54:31.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49399) > >2014-07-21 17:54:32.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45548) > >2014-07-21 17:54:33.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51160) > >2014-07-21 17:54:35.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:35.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49453) > >2014-07-21 17:54:36.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45600) > >2014-07-21 17:54:37.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51213) > >2014-07-21 17:54:39.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49504) > >2014-07-21 17:54:40.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45651) > >2014-07-21 17:54:41.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51264) > >2014-07-21 17:54:43.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49555) > >2014-07-21 17:54:44.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45702) > >2014-07-21 17:54:45.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51315) > >2014-07-21 17:54:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:47.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49608) > >2014-07-21 17:54:48.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45754) > >2014-07-21 17:54:49.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51367) > >2014-07-21 17:54:49.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:50.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:51.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49663) > >2014-07-21 17:54:52.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45808) > >2014-07-21 17:54:52.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:53.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51420) > >2014-07-21 17:54:54.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:54:55.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49717) > >2014-07-21 17:54:56.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45861) > >2014-07-21 17:54:57.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51475) > >2014-07-21 17:54:59.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49768) > >2014-07-21 17:55:00.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45913) > >2014-07-21 17:55:01.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51526) > >2014-07-21 17:55:03.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49820) > >2014-07-21 17:55:04.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45965) > >2014-07-21 17:55:05.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51577) > >2014-07-21 17:55:05.315 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:07.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49872) > >2014-07-21 17:55:08.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46017) > >2014-07-21 17:55:09.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51630) > >2014-07-21 17:55:11.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49923) > >2014-07-21 17:55:12.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46068) > >2014-07-21 17:55:13.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51681) > >2014-07-21 17:55:15.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49976) > >2014-07-21 17:55:16.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:16.084 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.8', 46121) > >2014-07-21 17:55:17.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51735) > >2014-07-21 17:55:19.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:19.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50030) > >2014-07-21 17:55:20.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46174) > >2014-07-21 17:55:20.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:21.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51794) > >2014-07-21 17:55:22.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:23.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50088) > >2014-07-21 17:55:24.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46230) > >2014-07-21 17:55:24.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:25.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51853) > >2014-07-21 17:55:27.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50141) > >2014-07-21 17:55:28.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46282) > >2014-07-21 17:55:29.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51904) > >2014-07-21 17:55:31.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50192) > >2014-07-21 17:55:32.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46333) > >2014-07-21 17:55:33.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51961) > >2014-07-21 17:55:35.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:35.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50245) > >2014-07-21 17:55:36.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46385) > >2014-07-21 17:55:37.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52013) > >2014-07-21 17:55:39.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50296) > >2014-07-21 17:55:40.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46436) > >2014-07-21 17:55:41.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52064) > >2014-07-21 17:55:43.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50347) > >2014-07-21 17:55:44.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46487) > >2014-07-21 17:55:45.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52117) > >2014-07-21 17:55:46.026 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:47.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50400) > >2014-07-21 17:55:48.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46539) > >2014-07-21 17:55:49.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52169) > >2014-07-21 17:55:49.402 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:50.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:51.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50456) > >2014-07-21 17:55:52.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46592) > >2014-07-21 17:55:52.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:53.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52222) > >2014-07-21 17:55:54.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:55:55.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50512) > >2014-07-21 17:55:56.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46644) > >2014-07-21 17:55:57.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52278) > >2014-07-21 17:55:59.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50565) > >2014-07-21 17:56:00.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46697) > >2014-07-21 17:56:01.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52332) > >2014-07-21 17:56:01.857 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:56:01.857 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:56:01.858 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:56:01.870 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:56:03.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50617) > >2014-07-21 17:56:04.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46750) > >2014-07-21 17:56:05.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52386) > >2014-07-21 17:56:05.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:07.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50670) > >2014-07-21 17:56:08.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46801) > >2014-07-21 17:56:09.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52438) > >2014-07-21 17:56:11.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50721) > >2014-07-21 17:56:12.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46852) > >2014-07-21 17:56:13.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52490) > >2014-07-21 17:56:15.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50774) > >2014-07-21 17:56:16.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:16.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46904) > >2014-07-21 17:56:17.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52542) > >2014-07-21 17:56:19.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:19.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50828) > >2014-07-21 17:56:20.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46956) > >2014-07-21 17:56:20.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:21.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52595) > >2014-07-21 17:56:22.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50884) > >2014-07-21 17:56:24.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47009) > >2014-07-21 17:56:24.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:25.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52649) > >2014-07-21 17:56:28.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50937) > >2014-07-21 17:56:28.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47061) > >2014-07-21 17:56:29.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52700) > >2014-07-21 17:56:32.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50988) > >2014-07-21 17:56:32.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47112) > >2014-07-21 17:56:33.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52751) > >2014-07-21 17:56:35.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:36.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51042) > >2014-07-21 17:56:36.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47164) > >2014-07-21 17:56:37.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52804) > >2014-07-21 17:56:40.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51093) > >2014-07-21 17:56:40.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47216) > >2014-07-21 17:56:41.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52854) > >2014-07-21 17:56:44.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51144) > >2014-07-21 17:56:44.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47267) > >2014-07-21 17:56:45.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52906) > >2014-07-21 17:56:46.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:48.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51197) > >2014-07-21 17:56:48.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47319) > >2014-07-21 17:56:49.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52958) > >2014-07-21 17:56:49.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:50.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:52.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51253) > >2014-07-21 17:56:52.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47373) > >2014-07-21 17:56:52.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:53.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53011) > >2014-07-21 17:56:54.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:56:56.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51307) > >2014-07-21 17:56:56.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47426) > >2014-07-21 17:56:57.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53066) > >2014-07-21 17:57:00.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51358) > >2014-07-21 17:57:00.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47478) > >2014-07-21 17:57:01.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53117) > >2014-07-21 17:57:04.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51410) > >2014-07-21 17:57:04.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47530) > >2014-07-21 17:57:05.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53168) > >2014-07-21 17:57:05.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:08.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51462) > >2014-07-21 17:57:08.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47582) > >2014-07-21 17:57:09.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53221) > >2014-07-21 17:57:12.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51513) > >2014-07-21 17:57:12.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47633) > >2014-07-21 17:57:13.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53272) > >2014-07-21 17:57:16.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:16.081 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.6', 51566) > >2014-07-21 17:57:16.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47685) > >2014-07-21 17:57:17.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53326) > >2014-07-21 17:57:19.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:20.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51621) > >2014-07-21 17:57:20.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47737) > >2014-07-21 17:57:20.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:21.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53384) > >2014-07-21 17:57:22.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:24.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51678) > >2014-07-21 17:57:24.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47793) > >2014-07-21 17:57:24.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:25.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53444) > >2014-07-21 17:57:28.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51732) > >2014-07-21 17:57:28.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47846) > >2014-07-21 17:57:29.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53495) > >2014-07-21 17:57:32.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51783) > >2014-07-21 17:57:32.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47897) > >2014-07-21 17:57:33.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53548) > >2014-07-21 17:57:35.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:36.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51836) > >2014-07-21 17:57:36.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47949) > >2014-07-21 17:57:37.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53604) > >2014-07-21 17:57:40.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51887) > >2014-07-21 17:57:40.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48000) > >2014-07-21 17:57:41.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53655) > >2014-07-21 17:57:44.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51938) > >2014-07-21 17:57:44.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48051) > >2014-07-21 17:57:45.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53708) > >2014-07-21 17:57:46.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:48.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51991) > >2014-07-21 17:57:48.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48103) > >2014-07-21 17:57:49.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53760) > >2014-07-21 17:57:49.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:50.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:52.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52047) > >2014-07-21 17:57:52.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48157) > >2014-07-21 17:57:52.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:53.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53814) > >2014-07-21 17:57:54.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:57:56.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52103) > >2014-07-21 17:57:56.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48209) > >2014-07-21 17:57:57.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53869) > >2014-07-21 17:58:00.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52156) > >2014-07-21 17:58:00.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48261) > >2014-07-21 17:58:01.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53923) > >2014-07-21 17:58:01.872 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 17:58:01.872 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 17:58:01.872 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 17:58:01.896 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 17:58:04.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52208) > >2014-07-21 17:58:04.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48315) > >2014-07-21 17:58:05.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53977) > >2014-07-21 17:58:05.458 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:08.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52260) > >2014-07-21 17:58:08.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48367) > >2014-07-21 17:58:09.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54029) > >2014-07-21 17:58:12.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52311) > >2014-07-21 17:58:12.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48418) > >2014-07-21 17:58:13.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54081) > >2014-07-21 17:58:16.026 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:16.088 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.6', 52364) > >2014-07-21 17:58:16.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48470) > >2014-07-21 17:58:17.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54133) > >2014-07-21 17:58:19.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:20.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52418) > >2014-07-21 17:58:20.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48522) > >2014-07-21 17:58:20.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:21.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54186) > >2014-07-21 17:58:22.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:24.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52473) > >2014-07-21 17:58:24.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48575) > >2014-07-21 17:58:24.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:25.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54240) > >2014-07-21 17:58:28.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52527) > >2014-07-21 17:58:28.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48627) > >2014-07-21 17:58:29.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54291) > >2014-07-21 17:58:32.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52578) > >2014-07-21 17:58:32.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48678) > >2014-07-21 17:58:33.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54342) > >2014-07-21 17:58:35.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:36.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52632) > >2014-07-21 17:58:36.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48730) > >2014-07-21 17:58:37.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54395) > >2014-07-21 17:58:40.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52683) > >2014-07-21 17:58:40.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48781) > >2014-07-21 17:58:41.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54446) > >2014-07-21 17:58:44.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52734) > >2014-07-21 17:58:44.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48832) > >2014-07-21 17:58:45.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54497) > >2014-07-21 17:58:46.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:48.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52787) > >2014-07-21 17:58:48.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48884) > >2014-07-21 17:58:49.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54549) > >2014-07-21 17:58:49.430 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:50.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:52.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52843) > >2014-07-21 17:58:52.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48938) > >2014-07-21 17:58:52.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:53.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54603) > >2014-07-21 17:58:54.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:58:56.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52897) > >2014-07-21 17:58:56.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48991) > >2014-07-21 17:58:57.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54657) > >2014-07-21 17:59:00.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52948) > >2014-07-21 17:59:00.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49043) > >2014-07-21 17:59:01.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54708) > >2014-07-21 17:59:04.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53000) > >2014-07-21 17:59:04.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49095) > >2014-07-21 17:59:05.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54759) > >2014-07-21 17:59:05.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:08.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53051) > >2014-07-21 17:59:08.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49147) > >2014-07-21 17:59:09.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54811) > >2014-07-21 17:59:12.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53102) > >2014-07-21 17:59:12.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49197) > >2014-07-21 17:59:13.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54862) > >2014-07-21 17:59:16.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:16.153 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.6', 53155) > >2014-07-21 17:59:16.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49249) > >2014-07-21 17:59:17.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54916) > >2014-07-21 17:59:19.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:20.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53210) > >2014-07-21 17:59:20.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49302) > >2014-07-21 17:59:20.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:21.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54972) > >2014-07-21 17:59:22.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:24.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53267) > >2014-07-21 17:59:24.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49357) > >2014-07-21 17:59:24.346 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:25.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55033) > >2014-07-21 17:59:28.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53321) > >2014-07-21 17:59:28.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49411) > >2014-07-21 17:59:29.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55085) > >2014-07-21 17:59:32.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53372) > >2014-07-21 17:59:32.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49462) > >2014-07-21 17:59:33.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55138) > >2014-07-21 17:59:35.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:36.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53425) > >2014-07-21 17:59:36.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49514) > >2014-07-21 17:59:37.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55194) > >2014-07-21 17:59:40.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53477) > >2014-07-21 17:59:40.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49565) > >2014-07-21 17:59:41.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55245) > >2014-07-21 17:59:44.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53528) > >2014-07-21 17:59:44.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49616) > >2014-07-21 17:59:45.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55296) > >2014-07-21 17:59:46.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:48.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53581) > >2014-07-21 17:59:48.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49668) > >2014-07-21 17:59:49.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55350) > >2014-07-21 17:59:49.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:50.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:52.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53637) > >2014-07-21 17:59:52.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49722) > >2014-07-21 17:59:52.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:53.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55404) > >2014-07-21 17:59:54.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 17:59:56.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53693) > >2014-07-21 17:59:56.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49774) > >2014-07-21 17:59:57.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55458) > >2014-07-21 18:00:00.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53746) > >2014-07-21 18:00:00.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49826) > >2014-07-21 18:00:01.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55512) > >2014-07-21 18:00:01.900 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:00:01.900 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:00:01.901 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:00:01.926 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:00:04.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53798) > >2014-07-21 18:00:04.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49880) > >2014-07-21 18:00:05.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55566) > >2014-07-21 18:00:05.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:08.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53850) > >2014-07-21 18:00:08.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49931) > >2014-07-21 18:00:09.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55618) > >2014-07-21 18:00:12.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53901) > >2014-07-21 18:00:12.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49982) > >2014-07-21 18:00:13.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55670) > >2014-07-21 18:00:16.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:16.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53954) > >2014-07-21 18:00:16.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50034) > >2014-07-21 18:00:17.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55722) > >2014-07-21 18:00:19.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:20.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54008) > >2014-07-21 18:00:20.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50086) > >2014-07-21 18:00:20.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:21.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55775) > >2014-07-21 18:00:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:24.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54063) > >2014-07-21 18:00:24.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50139) > >2014-07-21 18:00:24.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:25.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55829) > >2014-07-21 18:00:28.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54117) > >2014-07-21 18:00:28.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50191) > >2014-07-21 18:00:29.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55880) > >2014-07-21 18:00:32.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54168) > >2014-07-21 18:00:32.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50242) > >2014-07-21 18:00:33.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55931) > >2014-07-21 18:00:35.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:36.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54221) > >2014-07-21 18:00:36.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50294) > >2014-07-21 18:00:37.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55984) > >2014-07-21 18:00:40.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54272) > >2014-07-21 18:00:40.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50345) > >2014-07-21 18:00:41.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56035) > >2014-07-21 18:00:44.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54323) > >2014-07-21 18:00:44.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50396) > >2014-07-21 18:00:45.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56086) > >2014-07-21 18:00:46.033 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:48.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54376) > >2014-07-21 18:00:48.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50448) > >2014-07-21 18:00:49.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56138) > >2014-07-21 18:00:49.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:50.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:52.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54432) > >2014-07-21 18:00:52.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50502) > >2014-07-21 18:00:52.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:53.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56192) > >2014-07-21 18:00:54.379 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:00:56.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54486) > >2014-07-21 18:00:56.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50555) > >2014-07-21 18:00:57.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56246) > >2014-07-21 18:01:00.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54537) > >2014-07-21 18:01:00.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50607) > >2014-07-21 18:01:01.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56297) > >2014-07-21 18:01:04.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54589) > >2014-07-21 18:01:04.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50659) > >2014-07-21 18:01:05.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56348) > >2014-07-21 18:01:05.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:08.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54641) > >2014-07-21 18:01:08.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50711) > >2014-07-21 18:01:09.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56401) > >2014-07-21 18:01:12.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54692) > >2014-07-21 18:01:12.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50762) > >2014-07-21 18:01:13.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56452) > >2014-07-21 18:01:16.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:16.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54744) > >2014-07-21 18:01:16.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50814) > >2014-07-21 18:01:17.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56505) > >2014-07-21 18:01:19.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:20.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54798) > >2014-07-21 18:01:20.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50867) > >2014-07-21 18:01:20.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:21.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56562) > >2014-07-21 18:01:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:24.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54855) > >2014-07-21 18:01:24.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50922) > >2014-07-21 18:01:24.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:25.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56621) > >2014-07-21 18:01:28.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54910) > >2014-07-21 18:01:28.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50975) > >2014-07-21 18:01:29.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56675) > >2014-07-21 18:01:32.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54961) > >2014-07-21 18:01:32.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51026) > >2014-07-21 18:01:33.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56728) > >2014-07-21 18:01:35.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:36.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55014) > >2014-07-21 18:01:36.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51078) > >2014-07-21 18:01:37.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56784) > >2014-07-21 18:01:40.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55065) > >2014-07-21 18:01:40.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51129) > >2014-07-21 18:01:41.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56835) > >2014-07-21 18:01:44.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55116) > >2014-07-21 18:01:44.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51180) > >2014-07-21 18:01:45.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56886) > >2014-07-21 18:01:46.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:48.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55169) > >2014-07-21 18:01:48.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51232) > >2014-07-21 18:01:49.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56940) > >2014-07-21 18:01:49.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:50.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:52.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55225) > >2014-07-21 18:01:52.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51286) > >2014-07-21 18:01:52.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:53.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56994) > >2014-07-21 18:01:54.371 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:01:56.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55282) > >2014-07-21 18:01:56.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51338) > >2014-07-21 18:01:57.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57050) > >2014-07-21 18:02:00.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55335) > >2014-07-21 18:02:00.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51390) > >2014-07-21 18:02:01.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57103) > >2014-07-21 18:02:01.929 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:02:01.929 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:02:01.930 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:02:01.942 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:02:04.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55387) > >2014-07-21 18:02:04.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51444) > >2014-07-21 18:02:05.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57158) > >2014-07-21 18:02:05.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:08.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55439) > >2014-07-21 18:02:08.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51495) > >2014-07-21 18:02:09.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57209) > >2014-07-21 18:02:12.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55490) > >2014-07-21 18:02:12.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51546) > >2014-07-21 18:02:13.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57261) > >2014-07-21 18:02:16.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:16.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55543) > >2014-07-21 18:02:16.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51598) > >2014-07-21 18:02:17.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57313) > >2014-07-21 18:02:19.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55597) > >2014-07-21 18:02:20.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:20.397 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 51650) > >2014-07-21 18:02:21.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57366) > >2014-07-21 18:02:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:24.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55652) > >2014-07-21 18:02:24.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:24.385 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 51703) > >2014-07-21 18:02:25.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57420) > >2014-07-21 18:02:28.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55706) > >2014-07-21 18:02:28.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51755) > >2014-07-21 18:02:29.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57471) > >2014-07-21 18:02:32.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55757) > >2014-07-21 18:02:32.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51806) > >2014-07-21 18:02:33.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57522) > >2014-07-21 18:02:35.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:36.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55811) > >2014-07-21 18:02:36.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51858) > >2014-07-21 18:02:37.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57575) > >2014-07-21 18:02:40.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55862) > >2014-07-21 18:02:40.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51909) > >2014-07-21 18:02:41.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57626) > >2014-07-21 18:02:44.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55913) > >2014-07-21 18:02:44.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51960) > >2014-07-21 18:02:45.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57677) > >2014-07-21 18:02:46.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:48.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55966) > >2014-07-21 18:02:48.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52012) > >2014-07-21 18:02:49.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57729) > >2014-07-21 18:02:49.462 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:50.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:52.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56026) > >2014-07-21 18:02:52.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52066) > >2014-07-21 18:02:52.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:53.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57783) > >2014-07-21 18:02:54.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:02:56.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56080) > >2014-07-21 18:02:56.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52119) > >2014-07-21 18:02:57.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57837) > >2014-07-21 18:03:00.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56133) > >2014-07-21 18:03:00.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52171) > >2014-07-21 18:03:01.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57888) > >2014-07-21 18:03:04.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56185) > >2014-07-21 18:03:04.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52223) > >2014-07-21 18:03:05.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57939) > >2014-07-21 18:03:05.702 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:08.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56237) > >2014-07-21 18:03:08.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52275) > >2014-07-21 18:03:09.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57992) > >2014-07-21 18:03:12.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56288) > >2014-07-21 18:03:12.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52326) > >2014-07-21 18:03:13.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58043) > >2014-07-21 18:03:16.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:16.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56342) > >2014-07-21 18:03:16.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52378) > >2014-07-21 18:03:17.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58096) > >2014-07-21 18:03:19.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:20.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56395) > >2014-07-21 18:03:20.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:20.498 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 52431) > >2014-07-21 18:03:21.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58152) > >2014-07-21 18:03:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:24.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56452) > >2014-07-21 18:03:24.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:24.427 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 52486) > >2014-07-21 18:03:25.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58212) > >2014-07-21 18:03:28.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56507) > >2014-07-21 18:03:28.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52539) > >2014-07-21 18:03:29.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58266) > >2014-07-21 18:03:32.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56558) > >2014-07-21 18:03:32.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52590) > >2014-07-21 18:03:33.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58320) > >2014-07-21 18:03:35.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:36.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56611) > >2014-07-21 18:03:36.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52642) > >2014-07-21 18:03:37.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58376) > >2014-07-21 18:03:40.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56662) > >2014-07-21 18:03:40.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52693) > >2014-07-21 18:03:41.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58427) > >2014-07-21 18:03:44.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56713) > >2014-07-21 18:03:44.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52744) > >2014-07-21 18:03:45.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58478) > >2014-07-21 18:03:46.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:48.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56766) > >2014-07-21 18:03:48.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52796) > >2014-07-21 18:03:49.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58532) > >2014-07-21 18:03:49.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:50.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:52.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56822) > >2014-07-21 18:03:52.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52850) > >2014-07-21 18:03:52.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:53.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58586) > >2014-07-21 18:03:54.386 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:03:56.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56878) > >2014-07-21 18:03:56.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52902) > >2014-07-21 18:03:57.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58644) > >2014-07-21 18:04:00.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56931) > >2014-07-21 18:04:00.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52953) > >2014-07-21 18:04:01.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58697) > >2014-07-21 18:04:01.944 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:04:01.944 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:04:01.945 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:04:01.957 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:04:04.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56983) > >2014-07-21 18:04:04.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53007) > >2014-07-21 18:04:05.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58752) > >2014-07-21 18:04:05.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:08.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57035) > >2014-07-21 18:04:08.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53060) > >2014-07-21 18:04:09.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58804) > >2014-07-21 18:04:12.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57086) > >2014-07-21 18:04:12.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53111) > >2014-07-21 18:04:13.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58855) > >2014-07-21 18:04:16.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:16.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57140) > >2014-07-21 18:04:16.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53163) > >2014-07-21 18:04:17.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58908) > >2014-07-21 18:04:19.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:20.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57195) > >2014-07-21 18:04:20.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:20.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53215) > >2014-07-21 18:04:21.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58961) > >2014-07-21 18:04:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:24.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57250) > >2014-07-21 18:04:24.374 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:24.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53268) > >2014-07-21 18:04:25.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59014) > >2014-07-21 18:04:28.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57304) > >2014-07-21 18:04:28.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53320) > >2014-07-21 18:04:29.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59066) > >2014-07-21 18:04:32.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57357) > >2014-07-21 18:04:32.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53371) > >2014-07-21 18:04:33.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59117) > >2014-07-21 18:04:35.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:36.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57411) > >2014-07-21 18:04:36.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53423) > >2014-07-21 18:04:37.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59170) > >2014-07-21 18:04:40.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57462) > >2014-07-21 18:04:40.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53474) > >2014-07-21 18:04:41.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59221) > >2014-07-21 18:04:44.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57513) > >2014-07-21 18:04:44.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53525) > >2014-07-21 18:04:45.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59272) > >2014-07-21 18:04:46.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:48.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57566) > >2014-07-21 18:04:48.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53577) > >2014-07-21 18:04:49.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59324) > >2014-07-21 18:04:49.490 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:50.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:52.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57622) > >2014-07-21 18:04:52.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53631) > >2014-07-21 18:04:52.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:53.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59378) > >2014-07-21 18:04:54.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:04:56.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57675) > >2014-07-21 18:04:56.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53683) > >2014-07-21 18:04:57.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59432) > >2014-07-21 18:05:00.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57726) > >2014-07-21 18:05:00.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53735) > >2014-07-21 18:05:01.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59483) > >2014-07-21 18:05:04.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57778) > >2014-07-21 18:05:04.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53787) > >2014-07-21 18:05:05.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59534) > >2014-07-21 18:05:05.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:08.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57830) > >2014-07-21 18:05:08.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53839) > >2014-07-21 18:05:09.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59586) > >2014-07-21 18:05:12.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57881) > >2014-07-21 18:05:12.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53890) > >2014-07-21 18:05:13.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59637) > >2014-07-21 18:05:16.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:16.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57935) > >2014-07-21 18:05:16.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53942) > >2014-07-21 18:05:17.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59690) > >2014-07-21 18:05:19.490 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:20.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57988) > >2014-07-21 18:05:20.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:20.509 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 53995) > >2014-07-21 18:05:21.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59746) > >2014-07-21 18:05:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:24.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58045) > >2014-07-21 18:05:24.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:24.514 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54049) > >2014-07-21 18:05:25.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59805) > >2014-07-21 18:05:28.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58099) > >2014-07-21 18:05:28.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54105) > >2014-07-21 18:05:29.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59860) > >2014-07-21 18:05:32.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58151) > >2014-07-21 18:05:32.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54156) > >2014-07-21 18:05:33.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59912) > >2014-07-21 18:05:35.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:36.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58204) > >2014-07-21 18:05:36.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54208) > >2014-07-21 18:05:37.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59971) > >2014-07-21 18:05:40.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58255) > >2014-07-21 18:05:40.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54259) > >2014-07-21 18:05:41.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60022) > >2014-07-21 18:05:44.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58308) > >2014-07-21 18:05:44.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54310) > >2014-07-21 18:05:45.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60073) > >2014-07-21 18:05:46.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:48.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58361) > >2014-07-21 18:05:48.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54362) > >2014-07-21 18:05:49.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60127) > >2014-07-21 18:05:49.499 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:50.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:52.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58417) > >2014-07-21 18:05:52.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54416) > >2014-07-21 18:05:52.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:53.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60181) > >2014-07-21 18:05:54.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:05:56.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58473) > >2014-07-21 18:05:56.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54468) > >2014-07-21 18:05:57.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60236) > >2014-07-21 18:06:00.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58526) > >2014-07-21 18:06:00.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54520) > >2014-07-21 18:06:01.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60289) > >2014-07-21 18:06:01.966 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:06:01.966 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:06:01.969 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:06:01.982 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:06:04.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58578) > >2014-07-21 18:06:04.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54573) > >2014-07-21 18:06:05.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60343) > >2014-07-21 18:06:05.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:08.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58630) > >2014-07-21 18:06:08.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54625) > >2014-07-21 18:06:09.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60396) > >2014-07-21 18:06:12.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58681) > >2014-07-21 18:06:12.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54676) > >2014-07-21 18:06:13.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60447) > >2014-07-21 18:06:16.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:16.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58735) > >2014-07-21 18:06:16.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54728) > >2014-07-21 18:06:17.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60500) > >2014-07-21 18:06:19.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:20.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58787) > >2014-07-21 18:06:20.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:20.557 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 54780) > >2014-07-21 18:06:21.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60553) > >2014-07-21 18:06:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:24.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58842) > >2014-07-21 18:06:24.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:24.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54833) > >2014-07-21 18:06:25.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60606) > >2014-07-21 18:06:28.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58896) > >2014-07-21 18:06:28.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54885) > >2014-07-21 18:06:29.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60658) > >2014-07-21 18:06:32.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58946) > >2014-07-21 18:06:32.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54936) > >2014-07-21 18:06:33.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60709) > >2014-07-21 18:06:35.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:36.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58999) > >2014-07-21 18:06:36.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54988) > >2014-07-21 18:06:37.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60762) > >2014-07-21 18:06:40.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59051) > >2014-07-21 18:06:40.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55039) > >2014-07-21 18:06:41.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60813) > >2014-07-21 18:06:44.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59102) > >2014-07-21 18:06:44.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55090) > >2014-07-21 18:06:45.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60864) > >2014-07-21 18:06:46.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:48.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59155) > >2014-07-21 18:06:48.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55142) > >2014-07-21 18:06:49.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60916) > >2014-07-21 18:06:49.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:50.481 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:52.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59211) > >2014-07-21 18:06:52.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55195) > >2014-07-21 18:06:52.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:53.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60970) > >2014-07-21 18:06:54.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:06:56.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59265) > >2014-07-21 18:06:56.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55248) > >2014-07-21 18:06:57.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32791) > >2014-07-21 18:07:00.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59316) > >2014-07-21 18:07:00.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55300) > >2014-07-21 18:07:01.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32842) > >2014-07-21 18:07:04.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59368) > >2014-07-21 18:07:04.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55352) > >2014-07-21 18:07:05.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32893) > >2014-07-21 18:07:05.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:08.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59420) > >2014-07-21 18:07:08.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55404) > >2014-07-21 18:07:09.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32946) > >2014-07-21 18:07:12.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59471) > >2014-07-21 18:07:12.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55455) > >2014-07-21 18:07:13.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32997) > >2014-07-21 18:07:16.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:16.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59524) > >2014-07-21 18:07:16.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55507) > >2014-07-21 18:07:17.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33050) > >2014-07-21 18:07:19.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:20.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59578) > >2014-07-21 18:07:20.508 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:20.622 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 55560) > >2014-07-21 18:07:21.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33106) > >2014-07-21 18:07:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:24.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:24.529 29190 INFO neutron.wsgi [req-96db23e3-6fd1-4d40-9fba-049cd1af9546 None] (29190) accepted ('192.168.0.6', 59635) > >2014-07-21 18:07:24.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55614) > >2014-07-21 18:07:25.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33164) > >2014-07-21 18:07:28.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59689) > >2014-07-21 18:07:28.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55668) > >2014-07-21 18:07:29.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33218) > >2014-07-21 18:07:32.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59741) > >2014-07-21 18:07:32.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55720) > >2014-07-21 18:07:33.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33271) > >2014-07-21 18:07:35.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:36.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59794) > >2014-07-21 18:07:36.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55772) > >2014-07-21 18:07:37.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33329) > >2014-07-21 18:07:40.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59845) > >2014-07-21 18:07:40.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55823) > >2014-07-21 18:07:41.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33383) > >2014-07-21 18:07:44.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59896) > >2014-07-21 18:07:44.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55874) > >2014-07-21 18:07:45.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33433) > >2014-07-21 18:07:46.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:48.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59949) > >2014-07-21 18:07:48.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55926) > >2014-07-21 18:07:49.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:49.602 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.7', 33487) > >2014-07-21 18:07:50.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:52.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60005) > >2014-07-21 18:07:52.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55980) > >2014-07-21 18:07:52.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:53.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33541) > >2014-07-21 18:07:54.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:07:56.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60061) > >2014-07-21 18:07:56.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56032) > >2014-07-21 18:07:57.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33596) > >2014-07-21 18:08:00.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60114) > >2014-07-21 18:08:00.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56083) > >2014-07-21 18:08:01.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33648) > >2014-07-21 18:08:01.985 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:08:01.985 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:08:01.986 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:08:01.998 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:08:04.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60166) > >2014-07-21 18:08:04.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56137) > >2014-07-21 18:08:05.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33703) > >2014-07-21 18:08:05.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:08.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60218) > >2014-07-21 18:08:08.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56189) > >2014-07-21 18:08:09.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33756) > >2014-07-21 18:08:12.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60269) > >2014-07-21 18:08:12.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56240) > >2014-07-21 18:08:13.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33807) > >2014-07-21 18:08:16.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:16.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60323) > >2014-07-21 18:08:16.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56292) > >2014-07-21 18:08:17.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33860) > >2014-07-21 18:08:19.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:20.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60376) > >2014-07-21 18:08:20.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:20.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56345) > >2014-07-21 18:08:21.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33913) > >2014-07-21 18:08:22.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:24.475 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:24.535 29190 INFO neutron.wsgi [req-8b1ede3e-e65b-43f5-869c-0ae44f60b865 None] (29190) accepted ('192.168.0.6', 60431) > >2014-07-21 18:08:24.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56398) > >2014-07-21 18:08:25.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33966) > >2014-07-21 18:08:28.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60485) > >2014-07-21 18:08:28.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56449) > >2014-07-21 18:08:29.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34018) > >2014-07-21 18:08:32.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60536) > >2014-07-21 18:08:32.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56500) > >2014-07-21 18:08:33.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34069) > >2014-07-21 18:08:35.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:36.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60589) > >2014-07-21 18:08:36.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56552) > >2014-07-21 18:08:37.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34122) > >2014-07-21 18:08:40.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60641) > >2014-07-21 18:08:40.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56603) > >2014-07-21 18:08:41.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34173) > >2014-07-21 18:08:44.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60692) > >2014-07-21 18:08:44.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56654) > >2014-07-21 18:08:45.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34224) > >2014-07-21 18:08:46.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:48.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60745) > >2014-07-21 18:08:48.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56706) > >2014-07-21 18:08:49.535 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:49.649 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.7', 34276) > >2014-07-21 18:08:50.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:52.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60801) > >2014-07-21 18:08:52.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56760) > >2014-07-21 18:08:52.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:53.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34330) > >2014-07-21 18:08:54.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:08:56.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60855) > >2014-07-21 18:08:56.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56813) > >2014-07-21 18:08:57.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34384) > >2014-07-21 18:09:00.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60906) > >2014-07-21 18:09:00.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56865) > >2014-07-21 18:09:01.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34435) > >2014-07-21 18:09:04.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60958) > >2014-07-21 18:09:04.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56917) > >2014-07-21 18:09:05.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34486) > >2014-07-21 18:09:06.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:08.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32777) > >2014-07-21 18:09:08.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56969) > >2014-07-21 18:09:09.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34539) > >2014-07-21 18:09:12.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32828) > >2014-07-21 18:09:12.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57020) > >2014-07-21 18:09:13.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34590) > >2014-07-21 18:09:16.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:16.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32881) > >2014-07-21 18:09:16.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57072) > >2014-07-21 18:09:17.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34643) > >2014-07-21 18:09:19.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:20.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32935) > >2014-07-21 18:09:20.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:20.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57125) > >2014-07-21 18:09:21.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34698) > >2014-07-21 18:09:22.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:24.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:24.544 29190 INFO neutron.wsgi [req-a9a4d25b-263c-4bcc-8da8-6d05e68d4d91 None] (29190) accepted ('192.168.0.6', 32991) > >2014-07-21 18:09:24.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57180) > >2014-07-21 18:09:25.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34757) > >2014-07-21 18:09:28.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33046) > >2014-07-21 18:09:28.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57232) > >2014-07-21 18:09:29.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34810) > >2014-07-21 18:09:32.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33098) > >2014-07-21 18:09:32.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57285) > >2014-07-21 18:09:33.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34864) > >2014-07-21 18:09:36.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:36.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33151) > >2014-07-21 18:09:36.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57337) > >2014-07-21 18:09:37.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34922) > >2014-07-21 18:09:40.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33202) > >2014-07-21 18:09:40.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57388) > >2014-07-21 18:09:41.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34973) > >2014-07-21 18:09:44.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33253) > >2014-07-21 18:09:44.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57439) > >2014-07-21 18:09:45.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35024) > >2014-07-21 18:09:46.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:48.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33306) > >2014-07-21 18:09:48.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57491) > >2014-07-21 18:09:49.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:49.656 29190 INFO neutron.wsgi [req-7696693f-e63b-4fd4-8440-a401b2302002 None] (29190) accepted ('192.168.0.7', 35078) > >2014-07-21 18:09:50.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:52.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33362) > >2014-07-21 18:09:52.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57544) > >2014-07-21 18:09:52.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:53.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35132) > >2014-07-21 18:09:54.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:09:56.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33418) > >2014-07-21 18:09:56.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57596) > >2014-07-21 18:09:57.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35187) > >2014-07-21 18:10:00.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33471) > >2014-07-21 18:10:00.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57647) > >2014-07-21 18:10:01.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35239) > >2014-07-21 18:10:02.001 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:10:02.001 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:10:02.002 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:10:02.014 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:10:04.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33523) > >2014-07-21 18:10:04.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57701) > >2014-07-21 18:10:05.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35294) > >2014-07-21 18:10:06.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:08.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33575) > >2014-07-21 18:10:08.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57753) > >2014-07-21 18:10:09.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35347) > >2014-07-21 18:10:12.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33626) > >2014-07-21 18:10:12.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57804) > >2014-07-21 18:10:13.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35398) > >2014-07-21 18:10:16.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:16.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33680) > >2014-07-21 18:10:16.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57856) > >2014-07-21 18:10:17.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35451) > >2014-07-21 18:10:19.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:20.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33734) > >2014-07-21 18:10:20.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:20.727 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 57909) > >2014-07-21 18:10:21.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35504) > >2014-07-21 18:10:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:24.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:24.607 29190 INFO neutron.wsgi [req-fe1d8774-8b83-44e6-a477-681b54880d47 None] (29190) accepted ('192.168.0.6', 33788) > >2014-07-21 18:10:24.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57962) > >2014-07-21 18:10:25.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35557) > >2014-07-21 18:10:28.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33842) > >2014-07-21 18:10:28.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58013) > >2014-07-21 18:10:29.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35609) > >2014-07-21 18:10:32.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33892) > >2014-07-21 18:10:32.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58064) > >2014-07-21 18:10:33.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35660) > >2014-07-21 18:10:36.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:36.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33945) > >2014-07-21 18:10:36.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58116) > >2014-07-21 18:10:37.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35713) > >2014-07-21 18:10:40.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33997) > >2014-07-21 18:10:40.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58167) > >2014-07-21 18:10:41.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35764) > >2014-07-21 18:10:44.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34048) > >2014-07-21 18:10:44.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58218) > >2014-07-21 18:10:45.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35815) > >2014-07-21 18:10:46.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:48.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34101) > >2014-07-21 18:10:48.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58270) > >2014-07-21 18:10:49.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:49.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35867) > >2014-07-21 18:10:50.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:52.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34157) > >2014-07-21 18:10:52.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58323) > >2014-07-21 18:10:52.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:53.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35921) > >2014-07-21 18:10:54.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:10:56.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34212) > >2014-07-21 18:10:56.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58376) > >2014-07-21 18:10:57.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35975) > >2014-07-21 18:11:00.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34263) > >2014-07-21 18:11:00.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58428) > >2014-07-21 18:11:01.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36026) > >2014-07-21 18:11:04.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34315) > >2014-07-21 18:11:04.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58480) > >2014-07-21 18:11:05.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36077) > >2014-07-21 18:11:06.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:08.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34367) > >2014-07-21 18:11:08.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58532) > >2014-07-21 18:11:09.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36130) > >2014-07-21 18:11:12.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34418) > >2014-07-21 18:11:12.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58583) > >2014-07-21 18:11:13.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36180) > >2014-07-21 18:11:16.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:16.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34471) > >2014-07-21 18:11:16.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58635) > >2014-07-21 18:11:17.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36232) > >2014-07-21 18:11:19.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:20.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34526) > >2014-07-21 18:11:20.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:20.810 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 58688) > >2014-07-21 18:11:21.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36288) > >2014-07-21 18:11:22.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:24.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:24.631 29190 INFO neutron.wsgi [req-5a1e1761-739b-4cdf-a7c8-e0f7cfbdaaf0 None] (29190) accepted ('192.168.0.6', 34581) > >2014-07-21 18:11:24.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58742) > >2014-07-21 18:11:25.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36346) > >2014-07-21 18:11:28.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34635) > >2014-07-21 18:11:28.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58795) > >2014-07-21 18:11:29.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36400) > >2014-07-21 18:11:32.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34688) > >2014-07-21 18:11:32.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58848) > >2014-07-21 18:11:33.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36453) > >2014-07-21 18:11:36.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:36.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34741) > >2014-07-21 18:11:36.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58900) > >2014-07-21 18:11:37.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36511) > >2014-07-21 18:11:40.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34792) > >2014-07-21 18:11:40.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58951) > >2014-07-21 18:11:41.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36562) > >2014-07-21 18:11:44.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34843) > >2014-07-21 18:11:44.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59002) > >2014-07-21 18:11:45.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36616) > >2014-07-21 18:11:46.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:48.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34895) > >2014-07-21 18:11:48.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59054) > >2014-07-21 18:11:49.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:49.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36670) > >2014-07-21 18:11:50.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:52.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34951) > >2014-07-21 18:11:52.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59108) > >2014-07-21 18:11:52.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:53.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36724) > >2014-07-21 18:11:54.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:11:56.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35008) > >2014-07-21 18:11:56.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59160) > >2014-07-21 18:11:57.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36779) > >2014-07-21 18:12:00.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35061) > >2014-07-21 18:12:00.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59210) > >2014-07-21 18:12:01.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36831) > >2014-07-21 18:12:02.016 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:12:02.016 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:12:02.017 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:12:02.029 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:12:04.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35113) > >2014-07-21 18:12:04.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59264) > >2014-07-21 18:12:05.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36886) > >2014-07-21 18:12:06.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:08.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35164) > >2014-07-21 18:12:08.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59316) > >2014-07-21 18:12:09.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36939) > >2014-07-21 18:12:12.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35215) > >2014-07-21 18:12:12.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59367) > >2014-07-21 18:12:13.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36990) > >2014-07-21 18:12:16.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:16.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35268) > >2014-07-21 18:12:16.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59419) > >2014-07-21 18:12:17.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37043) > >2014-07-21 18:12:19.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:20.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35323) > >2014-07-21 18:12:20.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:20.839 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 59472) > >2014-07-21 18:12:21.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37096) > >2014-07-21 18:12:22.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:24.622 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:24.679 29190 INFO neutron.wsgi [req-3584c03e-577b-4e01-b7a2-9bae4dd40355 None] (29190) accepted ('192.168.0.6', 35378) > >2014-07-21 18:12:24.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59525) > >2014-07-21 18:12:25.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37149) > >2014-07-21 18:12:28.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35431) > >2014-07-21 18:12:28.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59576) > >2014-07-21 18:12:29.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37201) > >2014-07-21 18:12:32.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35482) > >2014-07-21 18:12:32.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59627) > >2014-07-21 18:12:33.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37252) > >2014-07-21 18:12:36.172 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:36.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35536) > >2014-07-21 18:12:36.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59679) > >2014-07-21 18:12:37.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37304) > >2014-07-21 18:12:40.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35588) > >2014-07-21 18:12:40.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59730) > >2014-07-21 18:12:41.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37356) > >2014-07-21 18:12:44.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35639) > >2014-07-21 18:12:44.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59781) > >2014-07-21 18:12:45.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37407) > >2014-07-21 18:12:46.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:48.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35692) > >2014-07-21 18:12:48.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59833) > >2014-07-21 18:12:49.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:49.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37460) > >2014-07-21 18:12:50.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:52.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35748) > >2014-07-21 18:12:52.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59887) > >2014-07-21 18:12:52.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:53.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37513) > >2014-07-21 18:12:54.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:12:56.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35802) > >2014-07-21 18:12:56.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59940) > >2014-07-21 18:12:57.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37567) > >2014-07-21 18:13:00.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35853) > >2014-07-21 18:13:00.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59992) > >2014-07-21 18:13:01.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37618) > >2014-07-21 18:13:04.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35905) > >2014-07-21 18:13:04.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60044) > >2014-07-21 18:13:05.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37669) > >2014-07-21 18:13:06.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:08.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35957) > >2014-07-21 18:13:08.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60096) > >2014-07-21 18:13:09.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37722) > >2014-07-21 18:13:12.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36008) > >2014-07-21 18:13:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60147) > >2014-07-21 18:13:13.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37772) > >2014-07-21 18:13:16.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:16.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36061) > >2014-07-21 18:13:16.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60199) > >2014-07-21 18:13:17.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37824) > >2014-07-21 18:13:19.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:20.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36116) > >2014-07-21 18:13:20.784 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:20.864 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 60252) > >2014-07-21 18:13:21.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37880) > >2014-07-21 18:13:22.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:24.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:24.715 29190 INFO neutron.wsgi [req-1a7142c3-97bf-49d9-8b79-a44136aa9aaa None] (29190) accepted ('192.168.0.6', 36172) > >2014-07-21 18:13:24.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60307) > >2014-07-21 18:13:25.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37938) > >2014-07-21 18:13:28.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36225) > >2014-07-21 18:13:28.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60359) > >2014-07-21 18:13:29.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37991) > >2014-07-21 18:13:32.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36277) > >2014-07-21 18:13:32.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60412) > >2014-07-21 18:13:33.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38046) > >2014-07-21 18:13:36.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:36.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36331) > >2014-07-21 18:13:36.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60464) > >2014-07-21 18:13:37.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38100) > >2014-07-21 18:13:40.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36383) > >2014-07-21 18:13:40.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60515) > >2014-07-21 18:13:41.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38155) > >2014-07-21 18:13:44.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36434) > >2014-07-21 18:13:44.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60566) > >2014-07-21 18:13:45.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38206) > >2014-07-21 18:13:46.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:48.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36487) > >2014-07-21 18:13:48.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60618) > >2014-07-21 18:13:49.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:49.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38261) > >2014-07-21 18:13:50.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:52.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36543) > >2014-07-21 18:13:52.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60672) > >2014-07-21 18:13:52.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:53.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38314) > >2014-07-21 18:13:54.687 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:13:56.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36599) > >2014-07-21 18:13:56.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60724) > >2014-07-21 18:13:57.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38369) > >2014-07-21 18:14:00.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36652) > >2014-07-21 18:14:00.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60775) > >2014-07-21 18:14:01.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38421) > >2014-07-21 18:14:02.032 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:14:02.032 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:14:02.033 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:14:02.044 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:14:04.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36704) > >2014-07-21 18:14:04.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60829) > >2014-07-21 18:14:05.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38476) > >2014-07-21 18:14:06.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:08.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36756) > >2014-07-21 18:14:08.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60881) > >2014-07-21 18:14:09.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38529) > >2014-07-21 18:14:12.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36807) > >2014-07-21 18:14:12.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60932) > >2014-07-21 18:14:13.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38580) > >2014-07-21 18:14:16.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:16.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36860) > >2014-07-21 18:14:16.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60984) > >2014-07-21 18:14:17.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38633) > >2014-07-21 18:14:19.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:20.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36915) > >2014-07-21 18:14:20.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:20.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32804) > >2014-07-21 18:14:21.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38686) > >2014-07-21 18:14:22.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:24.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:24.766 29190 INFO neutron.wsgi [req-f5510d13-7a1d-4dd2-a9f9-4ac070b22097 None] (29190) accepted ('192.168.0.6', 36970) > >2014-07-21 18:14:24.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32857) > >2014-07-21 18:14:25.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38739) > >2014-07-21 18:14:28.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37022) > >2014-07-21 18:14:28.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32908) > >2014-07-21 18:14:29.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38791) > >2014-07-21 18:14:32.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37074) > >2014-07-21 18:14:32.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32959) > >2014-07-21 18:14:33.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38842) > >2014-07-21 18:14:36.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:36.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37127) > >2014-07-21 18:14:36.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33011) > >2014-07-21 18:14:37.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38894) > >2014-07-21 18:14:40.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37179) > >2014-07-21 18:14:40.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33062) > >2014-07-21 18:14:41.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38946) > >2014-07-21 18:14:44.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37230) > >2014-07-21 18:14:44.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33113) > >2014-07-21 18:14:45.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38997) > >2014-07-21 18:14:46.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:48.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37283) > >2014-07-21 18:14:48.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33165) > >2014-07-21 18:14:49.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:49.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39050) > >2014-07-21 18:14:50.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:52.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37339) > >2014-07-21 18:14:52.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33219) > >2014-07-21 18:14:52.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:53.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39103) > >2014-07-21 18:14:54.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:14:56.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37393) > >2014-07-21 18:14:56.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33272) > >2014-07-21 18:14:57.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39157) > >2014-07-21 18:15:00.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37446) > >2014-07-21 18:15:00.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33324) > >2014-07-21 18:15:01.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39208) > >2014-07-21 18:15:04.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37499) > >2014-07-21 18:15:04.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33376) > >2014-07-21 18:15:05.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39259) > >2014-07-21 18:15:06.315 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:08.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37555) > >2014-07-21 18:15:08.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33428) > >2014-07-21 18:15:09.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39312) > >2014-07-21 18:15:12.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37606) > >2014-07-21 18:15:12.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33479) > >2014-07-21 18:15:13.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39363) > >2014-07-21 18:15:16.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:16.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37659) > >2014-07-21 18:15:16.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33532) > >2014-07-21 18:15:17.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39415) > >2014-07-21 18:15:19.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:20.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37716) > >2014-07-21 18:15:20.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:21.013 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 33587) > >2014-07-21 18:15:21.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39471) > >2014-07-21 18:15:23.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:24.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:24.849 29190 INFO neutron.wsgi [req-a14e6406-a46a-4ffc-a4a2-9896a3e0f72f None] (29190) accepted ('192.168.0.6', 37772) > >2014-07-21 18:15:24.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33643) > >2014-07-21 18:15:25.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39528) > >2014-07-21 18:15:28.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37827) > >2014-07-21 18:15:28.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33700) > >2014-07-21 18:15:29.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39581) > >2014-07-21 18:15:32.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37879) > >2014-07-21 18:15:32.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33753) > >2014-07-21 18:15:33.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39635) > >2014-07-21 18:15:36.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:36.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37945) > >2014-07-21 18:15:36.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33807) > >2014-07-21 18:15:37.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39697) > >2014-07-21 18:15:40.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38004) > >2014-07-21 18:15:40.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33864) > >2014-07-21 18:15:41.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39752) > >2014-07-21 18:15:44.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38055) > >2014-07-21 18:15:44.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33914) > >2014-07-21 18:15:45.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39803) > >2014-07-21 18:15:46.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:48.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38107) > >2014-07-21 18:15:48.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33967) > >2014-07-21 18:15:49.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:49.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39856) > >2014-07-21 18:15:50.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:52.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38163) > >2014-07-21 18:15:52.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34021) > >2014-07-21 18:15:53.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:53.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39909) > >2014-07-21 18:15:54.796 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:15:56.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38228) > >2014-07-21 18:15:57.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34088) > >2014-07-21 18:15:57.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39970) > >2014-07-21 18:16:00.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38285) > >2014-07-21 18:16:01.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34140) > >2014-07-21 18:16:01.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40023) > >2014-07-21 18:16:02.047 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:16:02.047 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:16:02.048 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:16:02.089 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:16:04.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38346) > >2014-07-21 18:16:05.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34194) > >2014-07-21 18:16:05.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40078) > >2014-07-21 18:16:06.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:08.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38406) > >2014-07-21 18:16:09.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34254) > >2014-07-21 18:16:09.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40132) > >2014-07-21 18:16:12.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38468) > >2014-07-21 18:16:13.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34316) > >2014-07-21 18:16:13.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40187) > >2014-07-21 18:16:16.071 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:16.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38539) > >2014-07-21 18:16:17.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34376) > >2014-07-21 18:16:17.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40239) > >2014-07-21 18:16:19.539 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:20.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38609) > >2014-07-21 18:16:20.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:21.238 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.8', 34436) > >2014-07-21 18:16:21.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40295) > >2014-07-21 18:16:23.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:24.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:24.966 29190 INFO neutron.wsgi [req-6fce59e5-3ab5-4303-a5c7-9b1d54211ace None] (29190) accepted ('192.168.0.6', 38674) > >2014-07-21 18:16:25.150 29190 INFO neutron.wsgi [req-6fce59e5-3ab5-4303-a5c7-9b1d54211ace None] (29190) accepted ('192.168.0.8', 34499) > >2014-07-21 18:16:25.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40348) > >2014-07-21 18:16:28.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38729) > >2014-07-21 18:16:29.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34554) > >2014-07-21 18:16:29.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40400) > >2014-07-21 18:16:33.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38780) > >2014-07-21 18:16:33.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34614) > >2014-07-21 18:16:33.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40450) > >2014-07-21 18:16:36.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:37.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38836) > >2014-07-21 18:16:37.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34675) > >2014-07-21 18:16:37.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40503) > >2014-07-21 18:16:41.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38891) > >2014-07-21 18:16:41.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34736) > >2014-07-21 18:16:41.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40562) > >2014-07-21 18:16:45.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38948) > >2014-07-21 18:16:45.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34799) > >2014-07-21 18:16:45.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40621) > >2014-07-21 18:16:46.117 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:49.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39003) > >2014-07-21 18:16:49.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34854) > >2014-07-21 18:16:49.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:49.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40674) > >2014-07-21 18:16:50.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:53.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:53.133 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.6', 39059) > >2014-07-21 18:16:53.134 29190 INFO neutron.wsgi [req-59d14f5a-9313-4f09-b04c-df577f8255d7 None] (29190) accepted ('192.168.0.8', 34911) > >2014-07-21 18:16:53.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40728) > >2014-07-21 18:16:54.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:16:57.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39114) > >2014-07-21 18:16:57.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34964) > >2014-07-21 18:16:57.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40784) > >2014-07-21 18:17:01.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39167) > >2014-07-21 18:17:01.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35020) > >2014-07-21 18:17:02.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40840) > >2014-07-21 18:17:05.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39219) > >2014-07-21 18:17:05.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35074) > >2014-07-21 18:17:06.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40897) > >2014-07-21 18:17:06.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:09.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39271) > >2014-07-21 18:17:09.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35127) > >2014-07-21 18:17:10.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40958) > >2014-07-21 18:17:13.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39325) > >2014-07-21 18:17:13.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35178) > >2014-07-21 18:17:14.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41016) > >2014-07-21 18:17:16.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:17.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39381) > >2014-07-21 18:17:17.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35230) > >2014-07-21 18:17:18.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41080) > >2014-07-21 18:17:19.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:21.225 29190 INFO neutron.wsgi [req-349b363b-cf65-4799-97cc-6f8dc26acd53 None] (29190) accepted ('192.168.0.6', 39435) > >2014-07-21 18:17:21.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35282) > >2014-07-21 18:17:22.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41146) > >2014-07-21 18:17:23.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:24.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:25.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39492) > >2014-07-21 18:17:25.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35335) > >2014-07-21 18:17:26.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41210) > >2014-07-21 18:17:29.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39554) > >2014-07-21 18:17:29.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35392) > >2014-07-21 18:17:30.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41278) > >2014-07-21 18:17:33.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39607) > >2014-07-21 18:17:33.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35444) > >2014-07-21 18:17:34.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41338) > >2014-07-21 18:17:36.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:37.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39661) > >2014-07-21 18:17:37.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35498) > >2014-07-21 18:17:38.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41400) > >2014-07-21 18:17:41.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39713) > >2014-07-21 18:17:41.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35550) > >2014-07-21 18:17:42.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41458) > >2014-07-21 18:17:45.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39763) > >2014-07-21 18:17:45.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35601) > >2014-07-21 18:17:46.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:46.183 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.7', 41515) > >2014-07-21 18:17:49.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39816) > >2014-07-21 18:17:49.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35653) > >2014-07-21 18:17:49.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:50.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41568) > >2014-07-21 18:17:51.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:53.026 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:53.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39872) > >2014-07-21 18:17:53.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35707) > >2014-07-21 18:17:54.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41623) > >2014-07-21 18:17:54.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:17:57.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39927) > >2014-07-21 18:17:57.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35759) > >2014-07-21 18:17:58.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41676) > >2014-07-21 18:18:01.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39979) > >2014-07-21 18:18:01.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35809) > >2014-07-21 18:18:02.092 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:18:02.092 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:18:02.093 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:18:02.105 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:18:02.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41728) > >2014-07-21 18:18:05.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40031) > >2014-07-21 18:18:05.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35862) > >2014-07-21 18:18:06.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41782) > >2014-07-21 18:18:06.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:09.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40083) > >2014-07-21 18:18:09.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35914) > >2014-07-21 18:18:10.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41836) > >2014-07-21 18:18:13.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40134) > >2014-07-21 18:18:13.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35966) > >2014-07-21 18:18:14.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41887) > >2014-07-21 18:18:16.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:17.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40187) > >2014-07-21 18:18:17.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36018) > >2014-07-21 18:18:18.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41939) > >2014-07-21 18:18:19.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:21.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:21.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40242) > >2014-07-21 18:18:21.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36071) > >2014-07-21 18:18:22.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41993) > >2014-07-21 18:18:23.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:24.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:25.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40298) > >2014-07-21 18:18:25.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36124) > >2014-07-21 18:18:26.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42046) > >2014-07-21 18:18:29.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40349) > >2014-07-21 18:18:29.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36175) > >2014-07-21 18:18:30.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42097) > >2014-07-21 18:18:33.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40401) > >2014-07-21 18:18:33.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36226) > >2014-07-21 18:18:34.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42149) > >2014-07-21 18:18:36.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:37.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40454) > >2014-07-21 18:18:37.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36278) > >2014-07-21 18:18:38.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42201) > >2014-07-21 18:18:41.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40506) > >2014-07-21 18:18:41.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36329) > >2014-07-21 18:18:42.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42253) > >2014-07-21 18:18:45.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40557) > >2014-07-21 18:18:45.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36380) > >2014-07-21 18:18:46.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:46.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42304) > >2014-07-21 18:18:49.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40610) > >2014-07-21 18:18:49.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36432) > >2014-07-21 18:18:49.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:50.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42357) > >2014-07-21 18:18:51.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:53.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:53.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40667) > >2014-07-21 18:18:53.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36487) > >2014-07-21 18:18:54.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42409) > >2014-07-21 18:18:54.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:18:57.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40720) > >2014-07-21 18:18:57.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36541) > >2014-07-21 18:18:58.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42463) > >2014-07-21 18:19:01.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40771) > >2014-07-21 18:19:01.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36592) > >2014-07-21 18:19:02.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42514) > >2014-07-21 18:19:05.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40823) > >2014-07-21 18:19:05.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36645) > >2014-07-21 18:19:06.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42565) > >2014-07-21 18:19:06.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:09.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40876) > >2014-07-21 18:19:09.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36697) > >2014-07-21 18:19:10.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42619) > >2014-07-21 18:19:13.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40927) > >2014-07-21 18:19:13.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36748) > >2014-07-21 18:19:14.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42670) > >2014-07-21 18:19:16.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:17.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40980) > >2014-07-21 18:19:17.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36800) > >2014-07-21 18:19:18.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42722) > >2014-07-21 18:19:19.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:21.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:21.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41035) > >2014-07-21 18:19:21.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36853) > >2014-07-21 18:19:22.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42779) > >2014-07-21 18:19:23.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:24.882 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:25.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41092) > >2014-07-21 18:19:25.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36906) > >2014-07-21 18:19:26.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42834) > >2014-07-21 18:19:29.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41145) > >2014-07-21 18:19:29.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36959) > >2014-07-21 18:19:30.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42889) > >2014-07-21 18:19:33.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41197) > >2014-07-21 18:19:33.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37012) > >2014-07-21 18:19:34.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42942) > >2014-07-21 18:19:36.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:37.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41252) > >2014-07-21 18:19:37.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37065) > >2014-07-21 18:19:38.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43000) > >2014-07-21 18:19:41.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41303) > >2014-07-21 18:19:41.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37116) > >2014-07-21 18:19:42.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43055) > >2014-07-21 18:19:45.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41354) > >2014-07-21 18:19:45.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37167) > >2014-07-21 18:19:46.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:46.212 29190 INFO neutron.wsgi [req-a86289cd-4362-4281-9351-5e099e801fd9 None] (29190) accepted ('192.168.0.7', 43106) > >2014-07-21 18:19:49.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41407) > >2014-07-21 18:19:49.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37219) > >2014-07-21 18:19:49.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:50.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43159) > >2014-07-21 18:19:51.117 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:53.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:53.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41465) > >2014-07-21 18:19:53.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37273) > >2014-07-21 18:19:54.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43215) > >2014-07-21 18:19:54.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:19:57.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41519) > >2014-07-21 18:19:57.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37325) > >2014-07-21 18:19:58.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43268) > >2014-07-21 18:20:01.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41571) > >2014-07-21 18:20:01.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37376) > >2014-07-21 18:20:02.107 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:20:02.107 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:20:02.108 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:20:02.122 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:20:02.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43320) > >2014-07-21 18:20:05.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41623) > >2014-07-21 18:20:05.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37428) > >2014-07-21 18:20:06.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43375) > >2014-07-21 18:20:06.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:09.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41675) > >2014-07-21 18:20:09.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37481) > >2014-07-21 18:20:10.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43428) > >2014-07-21 18:20:13.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41726) > >2014-07-21 18:20:13.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37533) > >2014-07-21 18:20:14.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43480) > >2014-07-21 18:20:16.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:17.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41779) > >2014-07-21 18:20:17.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37585) > >2014-07-21 18:20:18.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43532) > >2014-07-21 18:20:19.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:21.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:21.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41834) > >2014-07-21 18:20:21.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37637) > >2014-07-21 18:20:22.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43586) > >2014-07-21 18:20:23.015 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:24.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:25.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41890) > >2014-07-21 18:20:25.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37690) > >2014-07-21 18:20:26.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43639) > >2014-07-21 18:20:29.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41941) > >2014-07-21 18:20:29.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37741) > >2014-07-21 18:20:30.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43690) > >2014-07-21 18:20:33.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41993) > >2014-07-21 18:20:33.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37793) > >2014-07-21 18:20:34.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43742) > >2014-07-21 18:20:36.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:37.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42046) > >2014-07-21 18:20:37.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37844) > >2014-07-21 18:20:38.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43794) > >2014-07-21 18:20:41.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42098) > >2014-07-21 18:20:41.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37895) > >2014-07-21 18:20:42.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43846) > >2014-07-21 18:20:45.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42149) > >2014-07-21 18:20:45.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37946) > >2014-07-21 18:20:46.094 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:46.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43897) > >2014-07-21 18:20:49.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42202) > >2014-07-21 18:20:49.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37998) > >2014-07-21 18:20:49.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:50.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43950) > >2014-07-21 18:20:51.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:53.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:53.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42259) > >2014-07-21 18:20:53.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38052) > >2014-07-21 18:20:54.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44003) > >2014-07-21 18:20:54.938 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:20:57.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42312) > >2014-07-21 18:20:57.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38106) > >2014-07-21 18:20:58.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44057) > >2014-07-21 18:21:01.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42363) > >2014-07-21 18:21:01.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38157) > >2014-07-21 18:21:02.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44109) > >2014-07-21 18:21:05.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42415) > >2014-07-21 18:21:05.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38209) > >2014-07-21 18:21:06.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44160) > >2014-07-21 18:21:06.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:09.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42467) > >2014-07-21 18:21:09.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38261) > >2014-07-21 18:21:10.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44213) > >2014-07-21 18:21:13.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42519) > >2014-07-21 18:21:13.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38312) > >2014-07-21 18:21:14.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44265) > >2014-07-21 18:21:16.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:17.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42571) > >2014-07-21 18:21:17.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38364) > >2014-07-21 18:21:18.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44317) > >2014-07-21 18:21:19.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:21.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:21.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42626) > >2014-07-21 18:21:21.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38417) > >2014-07-21 18:21:22.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44374) > >2014-07-21 18:21:23.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:24.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:25.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42683) > >2014-07-21 18:21:25.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38470) > >2014-07-21 18:21:26.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44433) > >2014-07-21 18:21:29.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42736) > >2014-07-21 18:21:29.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38523) > >2014-07-21 18:21:30.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44488) > >2014-07-21 18:21:33.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42788) > >2014-07-21 18:21:33.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38575) > >2014-07-21 18:21:34.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44541) > >2014-07-21 18:21:36.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:37.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42842) > >2014-07-21 18:21:37.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38628) > >2014-07-21 18:21:38.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44599) > >2014-07-21 18:21:41.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42894) > >2014-07-21 18:21:41.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38680) > >2014-07-21 18:21:42.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44654) > >2014-07-21 18:21:45.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42945) > >2014-07-21 18:21:45.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38731) > >2014-07-21 18:21:46.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:46.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44706) > >2014-07-21 18:21:49.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42998) > >2014-07-21 18:21:49.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38783) > >2014-07-21 18:21:49.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:50.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44759) > >2014-07-21 18:21:51.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:53.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:53.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43055) > >2014-07-21 18:21:53.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38837) > >2014-07-21 18:21:54.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44814) > >2014-07-21 18:21:55.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:21:57.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43109) > >2014-07-21 18:21:57.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38889) > >2014-07-21 18:21:58.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44867) > >2014-07-21 18:22:01.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43161) > >2014-07-21 18:22:01.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38939) > >2014-07-21 18:22:02.125 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:22:02.125 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:22:02.126 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:22:02.138 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:22:02.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44919) > >2014-07-21 18:22:05.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43213) > >2014-07-21 18:22:05.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38991) > >2014-07-21 18:22:06.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44973) > >2014-07-21 18:22:06.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:09.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43265) > >2014-07-21 18:22:09.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39044) > >2014-07-21 18:22:10.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45026) > >2014-07-21 18:22:13.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43315) > >2014-07-21 18:22:13.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39095) > >2014-07-21 18:22:14.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:14.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:14.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:14.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:14.233 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_0243811ddf294185aee60d84717612d3': Socket closed >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:22:14.233 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:22:14.244 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:22:14.253 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:22:14.438 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 45086) > >2014-07-21 18:22:17.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43375) > >2014-07-21 18:22:17.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39164) > >2014-07-21 18:22:18.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45146) > >2014-07-21 18:22:21.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43427) > >2014-07-21 18:22:21.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39215) > >2014-07-21 18:22:22.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45198) > >2014-07-21 18:22:25.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43478) > >2014-07-21 18:22:25.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39266) > >2014-07-21 18:22:26.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45249) > >2014-07-21 18:22:29.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43529) > >2014-07-21 18:22:29.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39317) > >2014-07-21 18:22:30.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45300) > >2014-07-21 18:22:33.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43580) > >2014-07-21 18:22:33.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39368) > >2014-07-21 18:22:34.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45354) > >2014-07-21 18:22:37.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43631) > >2014-07-21 18:22:37.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39419) > >2014-07-21 18:22:38.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45405) > >2014-07-21 18:22:41.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43683) > >2014-07-21 18:22:41.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39470) > >2014-07-21 18:22:42.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45457) > >2014-07-21 18:22:45.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43734) > >2014-07-21 18:22:45.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39521) > >2014-07-21 18:22:46.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45508) > >2014-07-21 18:22:49.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43785) > >2014-07-21 18:22:49.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:49.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39572) > >2014-07-21 18:22:50.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45560) > >2014-07-21 18:22:51.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:53.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43839) > >2014-07-21 18:22:53.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39624) > >2014-07-21 18:22:54.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45612) > >2014-07-21 18:22:55.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:22:57.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43892) > >2014-07-21 18:22:57.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39676) > >2014-07-21 18:22:58.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45663) > >2014-07-21 18:23:01.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43943) > >2014-07-21 18:23:01.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39727) > >2014-07-21 18:23:02.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45715) > >2014-07-21 18:23:05.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43994) > >2014-07-21 18:23:05.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39778) > >2014-07-21 18:23:06.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45768) > >2014-07-21 18:23:09.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44046) > >2014-07-21 18:23:09.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39830) > >2014-07-21 18:23:10.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45819) > >2014-07-21 18:23:13.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:13.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44098) > >2014-07-21 18:23:13.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39881) > >2014-07-21 18:23:14.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:14.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45872) > >2014-07-21 18:23:17.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44152) > >2014-07-21 18:23:17.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39934) > >2014-07-21 18:23:18.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45923) > >2014-07-21 18:23:19.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:21.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44205) > >2014-07-21 18:23:21.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39986) > >2014-07-21 18:23:21.885 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:22.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45980) > >2014-07-21 18:23:25.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:25.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44261) > >2014-07-21 18:23:25.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40038) > >2014-07-21 18:23:26.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46034) > >2014-07-21 18:23:29.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44314) > >2014-07-21 18:23:29.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40089) > >2014-07-21 18:23:30.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46088) > >2014-07-21 18:23:33.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44366) > >2014-07-21 18:23:33.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40141) > >2014-07-21 18:23:34.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46140) > >2014-07-21 18:23:37.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44419) > >2014-07-21 18:23:37.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40195) > >2014-07-21 18:23:38.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46196) > >2014-07-21 18:23:41.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44471) > >2014-07-21 18:23:41.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40246) > >2014-07-21 18:23:42.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46253) > >2014-07-21 18:23:43.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:44.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:45.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44526) > >2014-07-21 18:23:45.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40299) > >2014-07-21 18:23:46.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46306) > >2014-07-21 18:23:49.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44577) > >2014-07-21 18:23:49.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:49.620 29190 INFO neutron.wsgi [req-c760be61-2e9c-476a-b3f1-b421e087512f None] (29190) accepted ('192.168.0.8', 40350) > >2014-07-21 18:23:50.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46358) > >2014-07-21 18:23:51.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:53.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44631) > >2014-07-21 18:23:53.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40402) > >2014-07-21 18:23:54.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46410) > >2014-07-21 18:23:55.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:23:57.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44685) > >2014-07-21 18:23:57.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40454) > >2014-07-21 18:23:58.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46463) > >2014-07-21 18:24:01.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44737) > >2014-07-21 18:24:01.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40505) > >2014-07-21 18:24:02.141 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:24:02.141 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:24:02.142 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:24:02.154 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:24:02.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46517) > >2014-07-21 18:24:05.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44788) > >2014-07-21 18:24:05.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40556) > >2014-07-21 18:24:06.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46568) > >2014-07-21 18:24:09.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44840) > >2014-07-21 18:24:09.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40608) > >2014-07-21 18:24:10.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46619) > >2014-07-21 18:24:13.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:13.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44892) > >2014-07-21 18:24:13.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40659) > >2014-07-21 18:24:14.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:14.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46672) > >2014-07-21 18:24:17.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44946) > >2014-07-21 18:24:17.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40720) > >2014-07-21 18:24:18.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46731) > >2014-07-21 18:24:19.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:21.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45000) > >2014-07-21 18:24:21.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40772) > >2014-07-21 18:24:21.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:22.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46785) > >2014-07-21 18:24:25.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:25.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45054) > >2014-07-21 18:24:25.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40824) > >2014-07-21 18:24:26.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46837) > >2014-07-21 18:24:29.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45105) > >2014-07-21 18:24:29.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40875) > >2014-07-21 18:24:30.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46888) > >2014-07-21 18:24:33.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45156) > >2014-07-21 18:24:33.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40926) > >2014-07-21 18:24:34.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46939) > >2014-07-21 18:24:37.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45208) > >2014-07-21 18:24:37.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40978) > >2014-07-21 18:24:38.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46990) > >2014-07-21 18:24:41.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45260) > >2014-07-21 18:24:41.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41029) > >2014-07-21 18:24:42.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47041) > >2014-07-21 18:24:43.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:44.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:45.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45315) > >2014-07-21 18:24:45.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41082) > >2014-07-21 18:24:46.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47094) > >2014-07-21 18:24:49.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45366) > >2014-07-21 18:24:49.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:49.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41133) > >2014-07-21 18:24:50.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47146) > >2014-07-21 18:24:51.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:53.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45419) > >2014-07-21 18:24:53.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41185) > >2014-07-21 18:24:54.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47198) > >2014-07-21 18:24:55.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:24:57.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45472) > >2014-07-21 18:24:57.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41237) > >2014-07-21 18:24:58.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47250) > >2014-07-21 18:25:01.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45523) > >2014-07-21 18:25:01.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41287) > >2014-07-21 18:25:02.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47301) > >2014-07-21 18:25:05.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45574) > >2014-07-21 18:25:05.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41338) > >2014-07-21 18:25:06.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47352) > >2014-07-21 18:25:09.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45626) > >2014-07-21 18:25:09.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41390) > >2014-07-21 18:25:10.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47403) > >2014-07-21 18:25:13.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:13.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45678) > >2014-07-21 18:25:13.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41441) > >2014-07-21 18:25:14.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:14.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47456) > >2014-07-21 18:25:17.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45732) > >2014-07-21 18:25:17.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41494) > >2014-07-21 18:25:18.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47507) > >2014-07-21 18:25:19.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:21.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45785) > >2014-07-21 18:25:21.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41546) > >2014-07-21 18:25:21.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:22.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47564) > >2014-07-21 18:25:25.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:25.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45841) > >2014-07-21 18:25:25.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41598) > >2014-07-21 18:25:26.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47618) > >2014-07-21 18:25:29.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45894) > >2014-07-21 18:25:29.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41649) > >2014-07-21 18:25:30.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47671) > >2014-07-21 18:25:33.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45946) > >2014-07-21 18:25:33.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41701) > >2014-07-21 18:25:34.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47724) > >2014-07-21 18:25:37.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46000) > >2014-07-21 18:25:37.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41754) > >2014-07-21 18:25:38.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47777) > >2014-07-21 18:25:41.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46052) > >2014-07-21 18:25:41.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41807) > >2014-07-21 18:25:42.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47837) > >2014-07-21 18:25:43.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:44.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:45.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46107) > >2014-07-21 18:25:45.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41860) > >2014-07-21 18:25:46.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47891) > >2014-07-21 18:25:49.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46158) > >2014-07-21 18:25:49.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:49.746 29190 INFO neutron.wsgi [req-9e4ad2d3-75cc-41e1-b54e-80595b277e9c None] (29190) accepted ('192.168.0.8', 41911) > >2014-07-21 18:25:50.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47943) > >2014-07-21 18:25:51.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:53.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46212) > >2014-07-21 18:25:53.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41963) > >2014-07-21 18:25:54.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47995) > >2014-07-21 18:25:55.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:25:57.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46266) > >2014-07-21 18:25:57.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42015) > >2014-07-21 18:25:58.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48048) > >2014-07-21 18:26:01.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46318) > >2014-07-21 18:26:01.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42066) > >2014-07-21 18:26:02.156 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:26:02.156 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:26:02.157 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:26:02.169 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:26:02.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48102) > >2014-07-21 18:26:05.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46369) > >2014-07-21 18:26:05.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42117) > >2014-07-21 18:26:06.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48153) > >2014-07-21 18:26:09.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46420) > >2014-07-21 18:26:09.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42169) > >2014-07-21 18:26:10.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48204) > >2014-07-21 18:26:13.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:13.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46472) > >2014-07-21 18:26:13.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42220) > >2014-07-21 18:26:14.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:14.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48257) > >2014-07-21 18:26:17.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46526) > >2014-07-21 18:26:17.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42279) > >2014-07-21 18:26:18.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48315) > >2014-07-21 18:26:19.565 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:21.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46580) > >2014-07-21 18:26:21.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42332) > >2014-07-21 18:26:22.011 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:22.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48369) > >2014-07-21 18:26:25.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:25.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46634) > >2014-07-21 18:26:25.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42384) > >2014-07-21 18:26:26.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48421) > >2014-07-21 18:26:29.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46685) > >2014-07-21 18:26:29.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42435) > >2014-07-21 18:26:30.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48472) > >2014-07-21 18:26:33.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46736) > >2014-07-21 18:26:33.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42486) > >2014-07-21 18:26:34.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48523) > >2014-07-21 18:26:37.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46788) > >2014-07-21 18:26:37.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42538) > >2014-07-21 18:26:38.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48574) > >2014-07-21 18:26:41.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46839) > >2014-07-21 18:26:41.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42589) > >2014-07-21 18:26:42.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48625) > >2014-07-21 18:26:43.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:44.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:45.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46895) > >2014-07-21 18:26:45.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42643) > >2014-07-21 18:26:46.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48679) > >2014-07-21 18:26:49.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46946) > >2014-07-21 18:26:49.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:49.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42694) > >2014-07-21 18:26:50.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48731) > >2014-07-21 18:26:52.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:53.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47000) > >2014-07-21 18:26:53.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42746) > >2014-07-21 18:26:54.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48783) > >2014-07-21 18:26:55.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:26:57.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47053) > >2014-07-21 18:26:57.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42798) > >2014-07-21 18:26:58.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48835) > >2014-07-21 18:27:01.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47104) > >2014-07-21 18:27:01.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42849) > >2014-07-21 18:27:02.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48887) > >2014-07-21 18:27:05.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47155) > >2014-07-21 18:27:05.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42900) > >2014-07-21 18:27:06.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48938) > >2014-07-21 18:27:09.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47207) > >2014-07-21 18:27:09.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42952) > >2014-07-21 18:27:10.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48989) > >2014-07-21 18:27:13.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:13.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47259) > >2014-07-21 18:27:13.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43003) > >2014-07-21 18:27:14.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:14.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49041) > >2014-07-21 18:27:17.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47313) > >2014-07-21 18:27:17.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43055) > >2014-07-21 18:27:18.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49092) > >2014-07-21 18:27:19.598 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:21.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47366) > >2014-07-21 18:27:21.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43107) > >2014-07-21 18:27:22.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:22.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49148) > >2014-07-21 18:27:25.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:25.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47422) > >2014-07-21 18:27:25.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43159) > >2014-07-21 18:27:26.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49203) > >2014-07-21 18:27:29.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47475) > >2014-07-21 18:27:29.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43210) > >2014-07-21 18:27:30.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49256) > >2014-07-21 18:27:33.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47526) > >2014-07-21 18:27:33.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43262) > >2014-07-21 18:27:34.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49308) > >2014-07-21 18:27:37.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47579) > >2014-07-21 18:27:37.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43315) > >2014-07-21 18:27:38.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49362) > >2014-07-21 18:27:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47632) > >2014-07-21 18:27:41.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43368) > >2014-07-21 18:27:42.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49423) > >2014-07-21 18:27:43.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:44.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:45.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47686) > >2014-07-21 18:27:45.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43421) > >2014-07-21 18:27:46.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49476) > >2014-07-21 18:27:49.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47737) > >2014-07-21 18:27:49.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:49.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43472) > >2014-07-21 18:27:50.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49528) > >2014-07-21 18:27:52.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:53.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47791) > >2014-07-21 18:27:53.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43524) > >2014-07-21 18:27:54.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49580) > >2014-07-21 18:27:55.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:27:57.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47845) > >2014-07-21 18:27:57.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43576) > >2014-07-21 18:27:58.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49633) > >2014-07-21 18:28:01.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47897) > >2014-07-21 18:28:01.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43627) > >2014-07-21 18:28:02.172 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:28:02.172 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:28:02.173 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:28:02.185 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:28:02.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49688) > >2014-07-21 18:28:05.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47948) > >2014-07-21 18:28:05.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43678) > >2014-07-21 18:28:06.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49739) > >2014-07-21 18:28:09.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48000) > >2014-07-21 18:28:09.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43730) > >2014-07-21 18:28:10.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49790) > >2014-07-21 18:28:13.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:13.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48052) > >2014-07-21 18:28:13.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43781) > >2014-07-21 18:28:14.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:14.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49843) > >2014-07-21 18:28:17.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48106) > >2014-07-21 18:28:17.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43841) > >2014-07-21 18:28:18.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49901) > >2014-07-21 18:28:19.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:21.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48160) > >2014-07-21 18:28:21.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43893) > >2014-07-21 18:28:22.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:22.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49955) > >2014-07-21 18:28:25.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:25.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48215) > >2014-07-21 18:28:25.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43945) > >2014-07-21 18:28:26.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50007) > >2014-07-21 18:28:29.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48266) > >2014-07-21 18:28:29.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43996) > >2014-07-21 18:28:30.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50058) > >2014-07-21 18:28:33.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48317) > >2014-07-21 18:28:33.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44047) > >2014-07-21 18:28:34.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50109) > >2014-07-21 18:28:37.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48369) > >2014-07-21 18:28:37.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44099) > >2014-07-21 18:28:38.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50160) > >2014-07-21 18:28:41.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48420) > >2014-07-21 18:28:41.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44150) > >2014-07-21 18:28:42.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50211) > >2014-07-21 18:28:43.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:44.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:45.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48476) > >2014-07-21 18:28:45.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44203) > >2014-07-21 18:28:46.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50265) > >2014-07-21 18:28:49.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:49.714 29190 INFO neutron.wsgi [req-862a6a6c-4ebe-4a92-9ffc-4c045f5ab30b None] (29190) accepted ('192.168.0.6', 48527) > >2014-07-21 18:28:49.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44254) > >2014-07-21 18:28:50.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50317) > >2014-07-21 18:28:52.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:53.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48581) > >2014-07-21 18:28:53.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44306) > >2014-07-21 18:28:54.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50369) > >2014-07-21 18:28:55.213 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:28:57.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48634) > >2014-07-21 18:28:57.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44358) > >2014-07-21 18:28:58.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50421) > >2014-07-21 18:29:01.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48685) > >2014-07-21 18:29:01.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44409) > >2014-07-21 18:29:02.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50471) > >2014-07-21 18:29:05.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48736) > >2014-07-21 18:29:05.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44460) > >2014-07-21 18:29:06.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50522) > >2014-07-21 18:29:09.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48788) > >2014-07-21 18:29:09.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44512) > >2014-07-21 18:29:10.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50573) > >2014-07-21 18:29:13.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:13.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48840) > >2014-07-21 18:29:13.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44564) > >2014-07-21 18:29:14.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:14.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50626) > >2014-07-21 18:29:17.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48895) > >2014-07-21 18:29:17.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44617) > >2014-07-21 18:29:18.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50677) > >2014-07-21 18:29:19.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:21.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48948) > >2014-07-21 18:29:21.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44668) > >2014-07-21 18:29:22.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:22.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50733) > >2014-07-21 18:29:25.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:25.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49004) > >2014-07-21 18:29:25.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44720) > >2014-07-21 18:29:26.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50788) > >2014-07-21 18:29:29.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49057) > >2014-07-21 18:29:29.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44771) > >2014-07-21 18:29:30.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50841) > >2014-07-21 18:29:33.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49108) > >2014-07-21 18:29:33.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44825) > >2014-07-21 18:29:34.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50893) > >2014-07-21 18:29:37.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49161) > >2014-07-21 18:29:37.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44877) > >2014-07-21 18:29:38.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50946) > >2014-07-21 18:29:41.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49213) > >2014-07-21 18:29:41.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44940) > >2014-07-21 18:29:42.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51003) > >2014-07-21 18:29:43.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:44.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:45.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49278) > >2014-07-21 18:29:45.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45001) > >2014-07-21 18:29:46.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51063) > >2014-07-21 18:29:49.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:49.770 29190 INFO neutron.wsgi [req-336dd668-0fef-461e-beba-174cefa56374 None] (29190) accepted ('192.168.0.6', 49329) > >2014-07-21 18:29:49.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45053) > >2014-07-21 18:29:50.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51119) > >2014-07-21 18:29:52.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:53.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49384) > >2014-07-21 18:29:53.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45106) > >2014-07-21 18:29:54.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51172) > >2014-07-21 18:29:55.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:29:57.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49437) > >2014-07-21 18:29:57.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45165) > >2014-07-21 18:29:58.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51225) > >2014-07-21 18:30:01.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49491) > >2014-07-21 18:30:01.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45217) > >2014-07-21 18:30:02.187 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:30:02.187 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:30:02.188 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:30:02.199 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:30:02.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51280) > >2014-07-21 18:30:05.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49545) > >2014-07-21 18:30:05.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45270) > >2014-07-21 18:30:06.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51331) > >2014-07-21 18:30:09.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49597) > >2014-07-21 18:30:09.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45321) > >2014-07-21 18:30:10.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51382) > >2014-07-21 18:30:13.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:13.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49648) > >2014-07-21 18:30:13.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45371) > >2014-07-21 18:30:14.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:14.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51434) > >2014-07-21 18:30:15.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45421) > >2014-07-21 18:30:15.779 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 18:30:15.791 29190 INFO keystoneclient.middleware.auth_token [-] Auth Token confirmed use of v2.0 apis >2014-07-21 18:30:15.792 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 18:30:16.369 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 18:30:16.459 29190 INFO neutron.wsgi [req-256faffd-3fcd-4a24-802d-cd8d6d3952b5 None] 192.168.0.8 - - [21/Jul/2014 18:30:16] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.731635 > >2014-07-21 18:30:17.706 29190 INFO neutron.wsgi [req-256faffd-3fcd-4a24-802d-cd8d6d3952b5 None] (29190) accepted ('192.168.0.6', 49713) > >2014-07-21 18:30:17.850 29190 INFO neutron.wsgi [req-256faffd-3fcd-4a24-802d-cd8d6d3952b5 None] (29190) accepted ('192.168.0.8', 45447) > >2014-07-21 18:30:18.653 29190 INFO neutron.wsgi [req-256faffd-3fcd-4a24-802d-cd8d6d3952b5 None] (29190) accepted ('192.168.0.7', 51498) > >2014-07-21 18:30:19.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:20.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45497) > >2014-07-21 18:30:20.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:20.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:20.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:20.636 29190 INFO neutron.wsgi [req-06c06f61-00e6-4c98-bfa3-445a0d4054a7 None] 192.168.0.8 - - [21/Jul/2014 18:30:20] "GET //v2.0/security-groups.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 1726 0.088524 > >2014-07-21 18:30:20.936 29190 INFO neutron.wsgi [req-06c06f61-00e6-4c98-bfa3-445a0d4054a7 None] (29190) accepted ('192.168.0.8', 45507) > >2014-07-21 18:30:20.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:20.965 29190 INFO neutron.wsgi [req-ed239240-62bf-4031-869b-2b6c89ae3be3 None] 192.168.0.8 - - [21/Jul/2014 18:30:20] "GET //v2.0/ports.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 202 0.028798 > >2014-07-21 18:30:21.709 29190 INFO neutron.wsgi [req-ed239240-62bf-4031-869b-2b6c89ae3be3 None] (29190) accepted ('192.168.0.6', 49791) > >2014-07-21 18:30:21.855 29190 INFO neutron.wsgi [req-ed239240-62bf-4031-869b-2b6c89ae3be3 None] (29190) accepted ('192.168.0.8', 45528) > >2014-07-21 18:30:22.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:22.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51561) > >2014-07-21 18:30:25.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:25.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49853) > >2014-07-21 18:30:25.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45595) > >2014-07-21 18:30:26.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51613) > >2014-07-21 18:30:29.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49904) > >2014-07-21 18:30:29.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45646) > >2014-07-21 18:30:30.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51664) > >2014-07-21 18:30:33.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49954) > >2014-07-21 18:30:33.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45697) > >2014-07-21 18:30:34.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51714) > >2014-07-21 18:30:37.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50005) > >2014-07-21 18:30:37.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45748) > >2014-07-21 18:30:38.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51765) > >2014-07-21 18:30:41.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50056) > >2014-07-21 18:30:41.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45799) > >2014-07-21 18:30:42.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51816) > >2014-07-21 18:30:43.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:44.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:45.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50110) > >2014-07-21 18:30:45.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45849) > >2014-07-21 18:30:46.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51870) > >2014-07-21 18:30:49.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:49.785 29190 INFO neutron.wsgi [req-2de19fa2-11b2-466b-82fa-f557333b322d None] (29190) accepted ('192.168.0.6', 50161) > >2014-07-21 18:30:49.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45900) > >2014-07-21 18:30:50.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51922) > >2014-07-21 18:30:52.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:53.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50214) > >2014-07-21 18:30:53.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45951) > >2014-07-21 18:30:54.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51974) > >2014-07-21 18:30:55.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:30:57.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50267) > >2014-07-21 18:30:57.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46003) > >2014-07-21 18:30:58.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52026) > >2014-07-21 18:31:01.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50318) > >2014-07-21 18:31:01.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46054) > >2014-07-21 18:31:02.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52077) > >2014-07-21 18:31:05.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50369) > >2014-07-21 18:31:05.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46105) > >2014-07-21 18:31:06.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52128) > >2014-07-21 18:31:09.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50421) > >2014-07-21 18:31:09.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46157) > >2014-07-21 18:31:10.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52179) > >2014-07-21 18:31:13.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:13.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50473) > >2014-07-21 18:31:13.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46208) > >2014-07-21 18:31:14.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:14.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52233) > >2014-07-21 18:31:17.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50527) > >2014-07-21 18:31:17.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46261) > >2014-07-21 18:31:18.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52284) > >2014-07-21 18:31:19.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:21.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50580) > >2014-07-21 18:31:21.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46313) > >2014-07-21 18:31:22.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:22.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52339) > >2014-07-21 18:31:25.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:25.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50636) > >2014-07-21 18:31:25.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46365) > >2014-07-21 18:31:26.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52395) > >2014-07-21 18:31:29.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50689) > >2014-07-21 18:31:29.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46416) > >2014-07-21 18:31:30.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52448) > >2014-07-21 18:31:33.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50740) > >2014-07-21 18:31:33.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46468) > >2014-07-21 18:31:34.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52500) > >2014-07-21 18:31:37.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50793) > >2014-07-21 18:31:37.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46521) > >2014-07-21 18:31:38.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52552) > >2014-07-21 18:31:41.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50844) > >2014-07-21 18:31:41.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46574) > >2014-07-21 18:31:42.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52608) > >2014-07-21 18:31:43.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46592) > >2014-07-21 18:31:43.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:43.287 29190 INFO neutron.wsgi [req-4ebc93a5-a4c2-4fab-9167-c7e91decc27b None] 192.168.0.8 - - [21/Jul/2014 18:31:43] "GET //v2.0/networks.json HTTP/1.1" 200 205 0.015208 > >2014-07-21 18:31:43.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:44.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:45.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50913) > >2014-07-21 18:31:45.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46635) > >2014-07-21 18:31:46.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52670) > >2014-07-21 18:31:49.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:49.885 29190 INFO neutron.wsgi [req-fadeb42b-3dda-4957-90b6-75febac819aa None] (29190) accepted ('192.168.0.6', 50969) > >2014-07-21 18:31:49.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46692) > >2014-07-21 18:31:50.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52722) > >2014-07-21 18:31:52.261 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:53.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51023) > >2014-07-21 18:31:53.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46744) > >2014-07-21 18:31:54.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52774) > >2014-07-21 18:31:55.311 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:55.508 29190 INFO neutron.wsgi [req-3b050435-e092-4e14-92b7-d1df8fea8988 None] (29190) accepted ('192.168.0.8', 46765) > >2014-07-21 18:31:55.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:31:55.529 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] 192.168.0.8 - - [21/Jul/2014 18:31:55] "GET //v2.0/networks.json HTTP/1.1" 200 520 0.019593 > >2014-07-21 18:31:57.761 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.6', 51088) > >2014-07-21 18:31:57.929 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.8', 46808) > >2014-07-21 18:31:58.723 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.7', 52829) > >2014-07-21 18:32:01.763 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.6', 51140) > >2014-07-21 18:32:01.931 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.8', 46859) > >2014-07-21 18:32:02.201 29190 ERROR neutron.openstack.common.rpc.common [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] Failed to consume message from queue: Socket closed >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:32:02.201 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:32:02.201 29190 INFO neutron.openstack.common.rpc.common [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:32:02.214 29190 INFO neutron.openstack.common.rpc.common [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:32:02.726 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.7', 52883) > >2014-07-21 18:32:05.766 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.6', 51191) > >2014-07-21 18:32:05.933 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.8', 46910) > >2014-07-21 18:32:06.727 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.7', 52934) > >2014-07-21 18:32:09.767 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.6', 51243) > >2014-07-21 18:32:09.938 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.8', 46962) > >2014-07-21 18:32:10.730 29190 INFO neutron.wsgi [req-a8bb5abb-ed59-4a3d-9bf8-f6e017a322e1 None] (29190) accepted ('192.168.0.7', 52985) > >2014-07-21 18:32:13.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:13.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51295) > >2014-07-21 18:32:13.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47013) > >2014-07-21 18:32:14.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:14.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53037) > >2014-07-21 18:32:17.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51349) > >2014-07-21 18:32:17.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47071) > >2014-07-21 18:32:18.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53094) > >2014-07-21 18:32:19.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:21.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51402) > >2014-07-21 18:32:21.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47125) > >2014-07-21 18:32:22.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:22.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53148) > >2014-07-21 18:32:25.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51457) > >2014-07-21 18:32:25.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47177) > >2014-07-21 18:32:26.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53201) > >2014-07-21 18:32:29.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51508) > >2014-07-21 18:32:29.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47228) > >2014-07-21 18:32:30.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53252) > >2014-07-21 18:32:33.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51559) > >2014-07-21 18:32:33.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47279) > >2014-07-21 18:32:34.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53303) > >2014-07-21 18:32:37.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51611) > >2014-07-21 18:32:37.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47331) > >2014-07-21 18:32:38.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53354) > >2014-07-21 18:32:41.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51662) > >2014-07-21 18:32:41.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47382) > >2014-07-21 18:32:42.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53406) > >2014-07-21 18:32:43.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:44.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:45.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51718) > >2014-07-21 18:32:45.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47435) > >2014-07-21 18:32:46.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53460) > >2014-07-21 18:32:49.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:49.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51769) > >2014-07-21 18:32:49.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47486) > >2014-07-21 18:32:50.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53512) > >2014-07-21 18:32:52.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:53.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51823) > >2014-07-21 18:32:53.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47538) > >2014-07-21 18:32:54.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53564) > >2014-07-21 18:32:55.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:32:57.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51876) > >2014-07-21 18:32:57.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47590) > >2014-07-21 18:32:58.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53616) > >2014-07-21 18:33:01.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51927) > >2014-07-21 18:33:01.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47641) > >2014-07-21 18:33:02.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53667) > >2014-07-21 18:33:05.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51978) > >2014-07-21 18:33:05.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47692) > >2014-07-21 18:33:06.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53718) > >2014-07-21 18:33:09.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52030) > >2014-07-21 18:33:09.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47744) > >2014-07-21 18:33:10.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53769) > >2014-07-21 18:33:13.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:13.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52082) > >2014-07-21 18:33:13.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47795) > >2014-07-21 18:33:14.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:14.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53822) > >2014-07-21 18:33:17.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52136) > >2014-07-21 18:33:17.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47848) > >2014-07-21 18:33:18.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53873) > >2014-07-21 18:33:19.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:21.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52189) > >2014-07-21 18:33:21.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47900) > >2014-07-21 18:33:22.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:22.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53928) > >2014-07-21 18:33:25.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:25.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52245) > >2014-07-21 18:33:25.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47951) > >2014-07-21 18:33:26.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53984) > >2014-07-21 18:33:29.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52298) > >2014-07-21 18:33:29.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48003) > >2014-07-21 18:33:30.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54037) > >2014-07-21 18:33:33.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52349) > >2014-07-21 18:33:33.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48054) > >2014-07-21 18:33:34.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54088) > >2014-07-21 18:33:37.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52402) > >2014-07-21 18:33:37.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48107) > >2014-07-21 18:33:38.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54141) > >2014-07-21 18:33:41.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52453) > >2014-07-21 18:33:41.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48161) > >2014-07-21 18:33:42.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54200) > >2014-07-21 18:33:43.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:44.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:45.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52525) > >2014-07-21 18:33:46.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48243) > >2014-07-21 18:33:46.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54268) > >2014-07-21 18:33:49.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:49.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52576) > >2014-07-21 18:33:50.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48294) > >2014-07-21 18:33:50.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54320) > >2014-07-21 18:33:52.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:53.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52630) > >2014-07-21 18:33:54.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48346) > >2014-07-21 18:33:54.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54372) > >2014-07-21 18:33:55.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:33:57.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52684) > >2014-07-21 18:33:58.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48398) > >2014-07-21 18:33:58.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54425) > >2014-07-21 18:34:01.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52736) > >2014-07-21 18:34:02.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48449) > >2014-07-21 18:34:02.216 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:34:02.216 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:34:02.216 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:34:02.229 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:34:02.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54479) > >2014-07-21 18:34:05.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52787) > >2014-07-21 18:34:06.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48500) > >2014-07-21 18:34:06.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54530) > >2014-07-21 18:34:09.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52839) > >2014-07-21 18:34:10.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48552) > >2014-07-21 18:34:10.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54581) > >2014-07-21 18:34:13.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:13.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52891) > >2014-07-21 18:34:14.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48604) > >2014-07-21 18:34:14.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:14.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54634) > >2014-07-21 18:34:17.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52945) > >2014-07-21 18:34:18.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48662) > >2014-07-21 18:34:18.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54690) > >2014-07-21 18:34:19.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:21.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52998) > >2014-07-21 18:34:22.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48717) > >2014-07-21 18:34:22.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:22.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54745) > >2014-07-21 18:34:25.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:25.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53053) > >2014-07-21 18:34:26.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48769) > >2014-07-21 18:34:26.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54798) > >2014-07-21 18:34:29.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53104) > >2014-07-21 18:34:30.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48820) > >2014-07-21 18:34:30.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54848) > >2014-07-21 18:34:33.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53155) > >2014-07-21 18:34:34.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48871) > >2014-07-21 18:34:34.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54899) > >2014-07-21 18:34:37.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53207) > >2014-07-21 18:34:38.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48923) > >2014-07-21 18:34:38.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54950) > >2014-07-21 18:34:41.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53257) > >2014-07-21 18:34:42.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48973) > >2014-07-21 18:34:42.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55001) > >2014-07-21 18:34:43.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:44.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:45.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53313) > >2014-07-21 18:34:46.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49026) > >2014-07-21 18:34:46.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55055) > >2014-07-21 18:34:49.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:49.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53364) > >2014-07-21 18:34:50.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49077) > >2014-07-21 18:34:50.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55107) > >2014-07-21 18:34:52.410 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:53.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53418) > >2014-07-21 18:34:54.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49129) > >2014-07-21 18:34:54.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55159) > >2014-07-21 18:34:55.430 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:34:57.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53471) > >2014-07-21 18:34:58.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49181) > >2014-07-21 18:34:58.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55211) > >2014-07-21 18:35:01.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53522) > >2014-07-21 18:35:02.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49231) > >2014-07-21 18:35:02.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55262) > >2014-07-21 18:35:05.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53573) > >2014-07-21 18:35:06.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49282) > >2014-07-21 18:35:06.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55313) > >2014-07-21 18:35:09.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53625) > >2014-07-21 18:35:10.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49334) > >2014-07-21 18:35:10.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55364) > >2014-07-21 18:35:13.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:13.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53677) > >2014-07-21 18:35:14.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49385) > >2014-07-21 18:35:14.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:14.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55417) > >2014-07-21 18:35:17.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53731) > >2014-07-21 18:35:18.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49438) > >2014-07-21 18:35:18.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55468) > >2014-07-21 18:35:19.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:21.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53784) > >2014-07-21 18:35:22.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49490) > >2014-07-21 18:35:22.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:22.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55523) > >2014-07-21 18:35:25.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:25.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53840) > >2014-07-21 18:35:26.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49542) > >2014-07-21 18:35:26.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55579) > >2014-07-21 18:35:29.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53896) > >2014-07-21 18:35:30.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49593) > >2014-07-21 18:35:30.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55632) > >2014-07-21 18:35:33.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53947) > >2014-07-21 18:35:34.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49644) > >2014-07-21 18:35:34.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55683) > >2014-07-21 18:35:37.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53999) > >2014-07-21 18:35:38.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49697) > >2014-07-21 18:35:38.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55735) > >2014-07-21 18:35:41.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54051) > >2014-07-21 18:35:42.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49749) > >2014-07-21 18:35:42.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55790) > >2014-07-21 18:35:43.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:44.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:45.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54108) > >2014-07-21 18:35:46.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49804) > >2014-07-21 18:35:46.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55851) > >2014-07-21 18:35:49.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:49.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54159) > >2014-07-21 18:35:50.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49855) > >2014-07-21 18:35:50.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55903) > >2014-07-21 18:35:52.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:53.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54213) > >2014-07-21 18:35:54.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49907) > >2014-07-21 18:35:54.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55954) > >2014-07-21 18:35:55.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:35:57.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54267) > >2014-07-21 18:35:58.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49959) > >2014-07-21 18:35:58.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56007) > >2014-07-21 18:36:01.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54319) > >2014-07-21 18:36:02.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50010) > >2014-07-21 18:36:02.230 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:36:02.230 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:36:02.231 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:36:02.243 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:36:02.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56061) > >2014-07-21 18:36:05.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54370) > >2014-07-21 18:36:06.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50061) > >2014-07-21 18:36:06.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56112) > >2014-07-21 18:36:09.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54422) > >2014-07-21 18:36:10.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50113) > >2014-07-21 18:36:10.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56163) > >2014-07-21 18:36:13.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:13.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54474) > >2014-07-21 18:36:14.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50164) > >2014-07-21 18:36:14.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:14.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56217) > >2014-07-21 18:36:17.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54528) > >2014-07-21 18:36:18.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50221) > >2014-07-21 18:36:18.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56273) > >2014-07-21 18:36:19.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:21.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54581) > >2014-07-21 18:36:22.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50276) > >2014-07-21 18:36:22.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:22.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56328) > >2014-07-21 18:36:25.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:25.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54636) > >2014-07-21 18:36:26.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50328) > >2014-07-21 18:36:26.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56380) > >2014-07-21 18:36:29.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54687) > >2014-07-21 18:36:30.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50379) > >2014-07-21 18:36:30.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56431) > >2014-07-21 18:36:33.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54738) > >2014-07-21 18:36:34.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50430) > >2014-07-21 18:36:34.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56482) > >2014-07-21 18:36:37.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54790) > >2014-07-21 18:36:38.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50482) > >2014-07-21 18:36:38.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56533) > >2014-07-21 18:36:41.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54841) > >2014-07-21 18:36:42.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50533) > >2014-07-21 18:36:42.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56584) > >2014-07-21 18:36:43.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:44.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:45.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54897) > >2014-07-21 18:36:46.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50586) > >2014-07-21 18:36:46.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56638) > >2014-07-21 18:36:49.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:49.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54948) > >2014-07-21 18:36:50.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50637) > >2014-07-21 18:36:50.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56690) > >2014-07-21 18:36:52.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:53.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55002) > >2014-07-21 18:36:54.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50689) > >2014-07-21 18:36:54.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56742) > >2014-07-21 18:36:55.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:36:57.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55055) > >2014-07-21 18:36:58.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50741) > >2014-07-21 18:36:58.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56794) > >2014-07-21 18:37:01.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55106) > >2014-07-21 18:37:02.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50792) > >2014-07-21 18:37:02.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56845) > >2014-07-21 18:37:05.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55157) > >2014-07-21 18:37:06.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50843) > >2014-07-21 18:37:06.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56896) > >2014-07-21 18:37:09.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55209) > >2014-07-21 18:37:10.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50895) > >2014-07-21 18:37:10.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56947) > >2014-07-21 18:37:13.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:13.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55261) > >2014-07-21 18:37:14.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50947) > >2014-07-21 18:37:14.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:14.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57000) > >2014-07-21 18:37:17.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55315) > >2014-07-21 18:37:18.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50999) > >2014-07-21 18:37:18.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57051) > >2014-07-21 18:37:19.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:21.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55368) > >2014-07-21 18:37:22.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51051) > >2014-07-21 18:37:22.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:22.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57106) > >2014-07-21 18:37:25.499 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:25.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55424) > >2014-07-21 18:37:26.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51103) > >2014-07-21 18:37:26.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57162) > >2014-07-21 18:37:29.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55477) > >2014-07-21 18:37:30.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51154) > >2014-07-21 18:37:30.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57215) > >2014-07-21 18:37:33.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55528) > >2014-07-21 18:37:34.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51205) > >2014-07-21 18:37:34.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57266) > >2014-07-21 18:37:37.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55579) > >2014-07-21 18:37:38.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51258) > >2014-07-21 18:37:38.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57318) > >2014-07-21 18:37:41.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55631) > >2014-07-21 18:37:42.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51310) > >2014-07-21 18:37:42.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57373) > >2014-07-21 18:37:43.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:44.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:45.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55687) > >2014-07-21 18:37:46.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51364) > >2014-07-21 18:37:46.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57434) > >2014-07-21 18:37:49.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:49.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55739) > >2014-07-21 18:37:50.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51416) > >2014-07-21 18:37:50.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57486) > >2014-07-21 18:37:52.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:53.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55793) > >2014-07-21 18:37:54.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51468) > >2014-07-21 18:37:54.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57538) > >2014-07-21 18:37:55.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:37:57.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55847) > >2014-07-21 18:37:58.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51520) > >2014-07-21 18:37:58.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57591) > >2014-07-21 18:38:01.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55899) > >2014-07-21 18:38:02.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51571) > >2014-07-21 18:38:02.245 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:38:02.245 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:38:02.246 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:38:02.261 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:38:02.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57645) > >2014-07-21 18:38:06.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55950) > >2014-07-21 18:38:06.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51622) > >2014-07-21 18:38:06.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57696) > >2014-07-21 18:38:10.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56002) > >2014-07-21 18:38:10.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51674) > >2014-07-21 18:38:10.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57747) > >2014-07-21 18:38:13.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:14.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56054) > >2014-07-21 18:38:14.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51726) > >2014-07-21 18:38:14.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:14.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57801) > >2014-07-21 18:38:18.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56108) > >2014-07-21 18:38:18.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51781) > >2014-07-21 18:38:18.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57856) > >2014-07-21 18:38:19.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:22.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56161) > >2014-07-21 18:38:22.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51837) > >2014-07-21 18:38:22.557 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:22.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57912) > >2014-07-21 18:38:25.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:26.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56216) > >2014-07-21 18:38:26.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51889) > >2014-07-21 18:38:26.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57965) > >2014-07-21 18:38:30.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56267) > >2014-07-21 18:38:30.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51940) > >2014-07-21 18:38:30.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58016) > >2014-07-21 18:38:34.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56318) > >2014-07-21 18:38:34.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51991) > >2014-07-21 18:38:34.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58067) > >2014-07-21 18:38:38.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56370) > >2014-07-21 18:38:38.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52043) > >2014-07-21 18:38:38.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58118) > >2014-07-21 18:38:42.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56421) > >2014-07-21 18:38:42.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52094) > >2014-07-21 18:38:42.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58170) > >2014-07-21 18:38:43.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:44.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:46.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56476) > >2014-07-21 18:38:46.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52147) > >2014-07-21 18:38:46.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58224) > >2014-07-21 18:38:49.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:50.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56528) > >2014-07-21 18:38:50.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52198) > >2014-07-21 18:38:50.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58276) > >2014-07-21 18:38:52.586 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:54.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56582) > >2014-07-21 18:38:54.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52250) > >2014-07-21 18:38:54.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58328) > >2014-07-21 18:38:55.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:38:58.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56635) > >2014-07-21 18:38:58.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52301) > >2014-07-21 18:38:59.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58380) > >2014-07-21 18:39:02.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56685) > >2014-07-21 18:39:02.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52352) > >2014-07-21 18:39:03.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58431) > >2014-07-21 18:39:06.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56736) > >2014-07-21 18:39:06.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52403) > >2014-07-21 18:39:07.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58482) > >2014-07-21 18:39:10.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56788) > >2014-07-21 18:39:10.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52455) > >2014-07-21 18:39:11.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58533) > >2014-07-21 18:39:13.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:14.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56840) > >2014-07-21 18:39:14.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52507) > >2014-07-21 18:39:14.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:15.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58586) > >2014-07-21 18:39:18.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56895) > >2014-07-21 18:39:18.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52559) > >2014-07-21 18:39:19.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58637) > >2014-07-21 18:39:19.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:22.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56947) > >2014-07-21 18:39:22.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52611) > >2014-07-21 18:39:22.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:23.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58692) > >2014-07-21 18:39:25.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:26.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57002) > >2014-07-21 18:39:26.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52662) > >2014-07-21 18:39:27.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58748) > >2014-07-21 18:39:30.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57055) > >2014-07-21 18:39:30.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52713) > >2014-07-21 18:39:31.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58801) > >2014-07-21 18:39:34.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57107) > >2014-07-21 18:39:34.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52764) > >2014-07-21 18:39:35.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58852) > >2014-07-21 18:39:38.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57159) > >2014-07-21 18:39:38.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52816) > >2014-07-21 18:39:39.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58904) > >2014-07-21 18:39:42.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57211) > >2014-07-21 18:39:42.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52868) > >2014-07-21 18:39:43.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58958) > >2014-07-21 18:39:43.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:44.261 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:46.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57266) > >2014-07-21 18:39:46.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52923) > >2014-07-21 18:39:47.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59018) > >2014-07-21 18:39:49.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:50.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57319) > >2014-07-21 18:39:50.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52974) > >2014-07-21 18:39:51.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59072) > >2014-07-21 18:39:52.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:54.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57373) > >2014-07-21 18:39:54.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53026) > >2014-07-21 18:39:55.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59124) > >2014-07-21 18:39:55.586 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:39:58.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57427) > >2014-07-21 18:39:58.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53078) > >2014-07-21 18:39:59.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59177) > >2014-07-21 18:40:02.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57479) > >2014-07-21 18:40:02.263 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:40:02.263 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:40:02.264 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:40:02.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53129) > >2014-07-21 18:40:02.298 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:40:03.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59231) > >2014-07-21 18:40:06.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57530) > >2014-07-21 18:40:06.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53180) > >2014-07-21 18:40:07.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59282) > >2014-07-21 18:40:10.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57582) > >2014-07-21 18:40:10.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53232) > >2014-07-21 18:40:11.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59333) > >2014-07-21 18:40:13.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:14.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57634) > >2014-07-21 18:40:14.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:14.328 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.8', 53284) > >2014-07-21 18:40:15.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59385) > >2014-07-21 18:40:18.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57688) > >2014-07-21 18:40:18.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53339) > >2014-07-21 18:40:19.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59439) > >2014-07-21 18:40:19.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:22.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57741) > >2014-07-21 18:40:22.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53395) > >2014-07-21 18:40:22.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:23.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59496) > >2014-07-21 18:40:25.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:26.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57796) > >2014-07-21 18:40:26.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53447) > >2014-07-21 18:40:27.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59549) > >2014-07-21 18:40:30.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57847) > >2014-07-21 18:40:30.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53498) > >2014-07-21 18:40:31.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59600) > >2014-07-21 18:40:34.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57898) > >2014-07-21 18:40:34.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53549) > >2014-07-21 18:40:35.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59651) > >2014-07-21 18:40:38.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57953) > >2014-07-21 18:40:38.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53601) > >2014-07-21 18:40:39.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59702) > >2014-07-21 18:40:42.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58004) > >2014-07-21 18:40:42.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53652) > >2014-07-21 18:40:43.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59753) > >2014-07-21 18:40:43.784 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:44.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:46.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58060) > >2014-07-21 18:40:46.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53705) > >2014-07-21 18:40:47.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59807) > >2014-07-21 18:40:49.937 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:50.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58111) > >2014-07-21 18:40:50.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53756) > >2014-07-21 18:40:51.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59859) > >2014-07-21 18:40:52.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:54.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58165) > >2014-07-21 18:40:54.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53808) > >2014-07-21 18:40:55.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59911) > >2014-07-21 18:40:55.611 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:40:58.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58218) > >2014-07-21 18:40:58.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53860) > >2014-07-21 18:40:59.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59963) > >2014-07-21 18:41:02.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58269) > >2014-07-21 18:41:02.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53911) > >2014-07-21 18:41:03.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60014) > >2014-07-21 18:41:06.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58320) > >2014-07-21 18:41:06.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53962) > >2014-07-21 18:41:07.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60065) > >2014-07-21 18:41:10.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58372) > >2014-07-21 18:41:10.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54014) > >2014-07-21 18:41:11.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60116) > >2014-07-21 18:41:13.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:14.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58424) > >2014-07-21 18:41:14.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:14.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54066) > >2014-07-21 18:41:15.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60169) > >2014-07-21 18:41:18.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58478) > >2014-07-21 18:41:18.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54118) > >2014-07-21 18:41:19.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60220) > >2014-07-21 18:41:19.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:22.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58531) > >2014-07-21 18:41:22.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54170) > >2014-07-21 18:41:22.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:23.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60275) > >2014-07-21 18:41:25.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:26.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58586) > >2014-07-21 18:41:26.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54222) > >2014-07-21 18:41:27.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60331) > >2014-07-21 18:41:30.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58639) > >2014-07-21 18:41:30.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54273) > >2014-07-21 18:41:31.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60384) > >2014-07-21 18:41:34.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58691) > >2014-07-21 18:41:34.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54324) > >2014-07-21 18:41:35.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60435) > >2014-07-21 18:41:38.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58743) > >2014-07-21 18:41:38.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54376) > >2014-07-21 18:41:39.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60485) > >2014-07-21 18:41:42.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58794) > >2014-07-21 18:41:42.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54428) > >2014-07-21 18:41:43.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60538) > >2014-07-21 18:41:43.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:44.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:46.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58850) > >2014-07-21 18:41:46.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54482) > >2014-07-21 18:41:47.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60595) > >2014-07-21 18:41:49.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:50.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58903) > >2014-07-21 18:41:50.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54535) > >2014-07-21 18:41:51.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60654) > >2014-07-21 18:41:52.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:54.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58957) > >2014-07-21 18:41:54.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54587) > >2014-07-21 18:41:55.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60706) > >2014-07-21 18:41:55.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:41:58.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59011) > >2014-07-21 18:41:58.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54639) > >2014-07-21 18:41:59.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60759) > >2014-07-21 18:42:02.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59063) > >2014-07-21 18:42:02.301 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:42:02.301 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:42:02.301 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:42:02.313 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:42:02.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54690) > >2014-07-21 18:42:03.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60813) > >2014-07-21 18:42:06.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59114) > >2014-07-21 18:42:06.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54741) > >2014-07-21 18:42:07.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60864) > >2014-07-21 18:42:10.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59166) > >2014-07-21 18:42:10.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54793) > >2014-07-21 18:42:11.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60915) > >2014-07-21 18:42:13.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:14.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59218) > >2014-07-21 18:42:14.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:14.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54845) > >2014-07-21 18:42:15.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60967) > >2014-07-21 18:42:18.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59272) > >2014-07-21 18:42:18.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54900) > >2014-07-21 18:42:19.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32788) > >2014-07-21 18:42:19.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:22.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59325) > >2014-07-21 18:42:22.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54956) > >2014-07-21 18:42:22.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:23.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32845) > >2014-07-21 18:42:25.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:26.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59380) > >2014-07-21 18:42:26.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55008) > >2014-07-21 18:42:27.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32898) > >2014-07-21 18:42:30.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59431) > >2014-07-21 18:42:30.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55059) > >2014-07-21 18:42:31.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32949) > >2014-07-21 18:42:34.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59482) > >2014-07-21 18:42:34.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55110) > >2014-07-21 18:42:35.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33000) > >2014-07-21 18:42:38.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59534) > >2014-07-21 18:42:38.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55162) > >2014-07-21 18:42:39.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33051) > >2014-07-21 18:42:42.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59585) > >2014-07-21 18:42:42.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55213) > >2014-07-21 18:42:43.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33102) > >2014-07-21 18:42:43.858 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:44.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:46.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59640) > >2014-07-21 18:42:46.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55266) > >2014-07-21 18:42:47.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33155) > >2014-07-21 18:42:49.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:50.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59692) > >2014-07-21 18:42:50.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55317) > >2014-07-21 18:42:51.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33208) > >2014-07-21 18:42:52.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:54.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59746) > >2014-07-21 18:42:54.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55369) > >2014-07-21 18:42:55.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33260) > >2014-07-21 18:42:55.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:42:58.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59799) > >2014-07-21 18:42:58.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55421) > >2014-07-21 18:42:59.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33312) > >2014-07-21 18:43:02.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59850) > >2014-07-21 18:43:02.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55472) > >2014-07-21 18:43:03.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33363) > >2014-07-21 18:43:06.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59900) > >2014-07-21 18:43:06.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55523) > >2014-07-21 18:43:07.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33414) > >2014-07-21 18:43:10.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59952) > >2014-07-21 18:43:10.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55575) > >2014-07-21 18:43:11.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33465) > >2014-07-21 18:43:13.877 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:14.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60004) > >2014-07-21 18:43:14.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:14.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55627) > >2014-07-21 18:43:15.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33518) > >2014-07-21 18:43:18.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60058) > >2014-07-21 18:43:18.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55679) > >2014-07-21 18:43:19.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33569) > >2014-07-21 18:43:20.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:22.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60111) > >2014-07-21 18:43:22.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55731) > >2014-07-21 18:43:22.784 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:23.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33624) > >2014-07-21 18:43:25.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:26.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60166) > >2014-07-21 18:43:26.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55783) > >2014-07-21 18:43:27.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33679) > >2014-07-21 18:43:30.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60219) > >2014-07-21 18:43:30.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55834) > >2014-07-21 18:43:31.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33733) > >2014-07-21 18:43:34.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60271) > >2014-07-21 18:43:34.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55885) > >2014-07-21 18:43:35.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33784) > >2014-07-21 18:43:38.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60323) > >2014-07-21 18:43:38.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55937) > >2014-07-21 18:43:39.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33835) > >2014-07-21 18:43:42.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60374) > >2014-07-21 18:43:42.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55989) > >2014-07-21 18:43:43.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33887) > >2014-07-21 18:43:43.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:44.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:46.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60430) > >2014-07-21 18:43:46.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56043) > >2014-07-21 18:43:47.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33944) > >2014-07-21 18:43:50.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:50.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60484) > >2014-07-21 18:43:50.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56096) > >2014-07-21 18:43:51.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34004) > >2014-07-21 18:43:52.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:54.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60537) > >2014-07-21 18:43:54.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56148) > >2014-07-21 18:43:55.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34056) > >2014-07-21 18:43:55.710 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:43:58.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60591) > >2014-07-21 18:43:58.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56200) > >2014-07-21 18:43:59.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34109) > >2014-07-21 18:44:02.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60643) > >2014-07-21 18:44:02.315 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:44:02.315 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:44:02.316 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:44:02.328 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:44:02.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56251) > >2014-07-21 18:44:03.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34163) > >2014-07-21 18:44:06.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60694) > >2014-07-21 18:44:06.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56302) > >2014-07-21 18:44:07.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34214) > >2014-07-21 18:44:10.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60746) > >2014-07-21 18:44:10.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56354) > >2014-07-21 18:44:11.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34265) > >2014-07-21 18:44:13.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:14.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60799) > >2014-07-21 18:44:14.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:14.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56406) > >2014-07-21 18:44:15.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34318) > >2014-07-21 18:44:18.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60853) > >2014-07-21 18:44:18.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56464) > >2014-07-21 18:44:19.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34373) > >2014-07-21 18:44:20.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:20.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:22.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60908) > >2014-07-21 18:44:22.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56520) > >2014-07-21 18:44:22.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:22.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:22.774 29190 ERROR neutron.openstack.common.rpc.common [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] Failed to publish message to topic 'q-agent-notifier-tunnel-update': Socket closed >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 383, in __init__ >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common None, type='fanout', **options) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:44:22.774 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:44:22.775 29190 INFO neutron.openstack.common.rpc.common [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:44:22.783 29190 INFO neutron.openstack.common.rpc.common [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:44:23.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34440) > >2014-07-21 18:44:24.619 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:26.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60966) > >2014-07-21 18:44:26.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56577) > >2014-07-21 18:44:27.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34494) > >2014-07-21 18:44:30.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32786) > >2014-07-21 18:44:30.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56628) > >2014-07-21 18:44:31.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34546) > >2014-07-21 18:44:34.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32837) > >2014-07-21 18:44:34.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56679) > >2014-07-21 18:44:35.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34598) > >2014-07-21 18:44:37.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:38.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32889) > >2014-07-21 18:44:38.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56730) > >2014-07-21 18:44:39.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34650) > >2014-07-21 18:44:42.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32939) > >2014-07-21 18:44:42.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56781) > >2014-07-21 18:44:43.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34701) > >2014-07-21 18:44:44.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:45.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:46.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32994) > >2014-07-21 18:44:46.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56834) > >2014-07-21 18:44:47.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34754) > >2014-07-21 18:44:50.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:50.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33047) > >2014-07-21 18:44:50.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56886) > >2014-07-21 18:44:51.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34807) > >2014-07-21 18:44:52.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:54.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33101) > >2014-07-21 18:44:54.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56938) > >2014-07-21 18:44:55.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34859) > >2014-07-21 18:44:55.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:44:58.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33154) > >2014-07-21 18:44:58.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56990) > >2014-07-21 18:44:59.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34911) > >2014-07-21 18:45:02.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33205) > >2014-07-21 18:45:02.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57040) > >2014-07-21 18:45:03.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34962) > >2014-07-21 18:45:06.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33256) > >2014-07-21 18:45:06.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57089) > >2014-07-21 18:45:07.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35012) > >2014-07-21 18:45:10.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33309) > >2014-07-21 18:45:10.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57141) > >2014-07-21 18:45:11.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35062) > >2014-07-21 18:45:13.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:14.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:14.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33362) > >2014-07-21 18:45:14.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57193) > >2014-07-21 18:45:15.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35114) > >2014-07-21 18:45:18.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33419) > >2014-07-21 18:45:18.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57246) > >2014-07-21 18:45:19.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35165) > >2014-07-21 18:45:20.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:20.430 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:22.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33473) > >2014-07-21 18:45:22.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57299) > >2014-07-21 18:45:23.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35220) > >2014-07-21 18:45:24.619 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:26.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33528) > >2014-07-21 18:45:26.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57357) > >2014-07-21 18:45:27.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35275) > >2014-07-21 18:45:30.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33581) > >2014-07-21 18:45:30.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57408) > >2014-07-21 18:45:31.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35328) > >2014-07-21 18:45:34.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33633) > >2014-07-21 18:45:34.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57459) > >2014-07-21 18:45:35.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35380) > >2014-07-21 18:45:37.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:38.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33684) > >2014-07-21 18:45:38.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57509) > >2014-07-21 18:45:39.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35432) > >2014-07-21 18:45:42.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33735) > >2014-07-21 18:45:42.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57561) > >2014-07-21 18:45:43.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35483) > >2014-07-21 18:45:44.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:45.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:46.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33791) > >2014-07-21 18:45:46.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57615) > >2014-07-21 18:45:47.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35540) > >2014-07-21 18:45:50.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:50.645 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 57668) > >2014-07-21 18:45:50.995 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.6', 33845) > >2014-07-21 18:45:51.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35598) > >2014-07-21 18:45:53.596 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:54.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33897) > >2014-07-21 18:45:54.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57719) > >2014-07-21 18:45:55.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35649) > >2014-07-21 18:45:55.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:45:58.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33950) > >2014-07-21 18:45:58.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57769) > >2014-07-21 18:45:59.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35702) > >2014-07-21 18:46:02.331 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:46:02.331 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:46:02.331 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:46:02.343 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:46:02.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34002) > >2014-07-21 18:46:02.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57819) > >2014-07-21 18:46:03.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35755) > >2014-07-21 18:46:06.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34052) > >2014-07-21 18:46:06.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57869) > >2014-07-21 18:46:07.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35805) > >2014-07-21 18:46:10.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34103) > >2014-07-21 18:46:10.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57920) > >2014-07-21 18:46:11.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35855) > >2014-07-21 18:46:13.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:14.292 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:14.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34159) > >2014-07-21 18:46:14.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57971) > >2014-07-21 18:46:15.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35908) > >2014-07-21 18:46:18.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34220) > >2014-07-21 18:46:18.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58026) > >2014-07-21 18:46:19.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35967) > >2014-07-21 18:46:20.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:20.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:22.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34280) > >2014-07-21 18:46:22.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58086) > >2014-07-21 18:46:23.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36025) > >2014-07-21 18:46:24.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:26.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34338) > >2014-07-21 18:46:26.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58143) > >2014-07-21 18:46:27.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36082) > >2014-07-21 18:46:30.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34390) > >2014-07-21 18:46:30.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58194) > >2014-07-21 18:46:31.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36133) > >2014-07-21 18:46:34.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34445) > >2014-07-21 18:46:34.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58255) > >2014-07-21 18:46:35.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36185) > >2014-07-21 18:46:37.832 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:38.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34503) > >2014-07-21 18:46:38.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58319) > >2014-07-21 18:46:39.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36243) > >2014-07-21 18:46:42.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34556) > >2014-07-21 18:46:42.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58369) > >2014-07-21 18:46:43.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36294) > >2014-07-21 18:46:44.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:45.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:46.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34612) > >2014-07-21 18:46:46.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58426) > >2014-07-21 18:46:47.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36346) > >2014-07-21 18:46:50.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:50.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34677) > >2014-07-21 18:46:50.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58481) > >2014-07-21 18:46:51.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36399) > >2014-07-21 18:46:52.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:54.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34740) > >2014-07-21 18:46:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58542) > >2014-07-21 18:46:55.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36451) > >2014-07-21 18:46:55.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:46:58.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34817) > >2014-07-21 18:46:58.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58609) > >2014-07-21 18:46:59.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36505) > >2014-07-21 18:47:02.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34886) > >2014-07-21 18:47:02.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58666) > >2014-07-21 18:47:03.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36555) > >2014-07-21 18:47:06.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34952) > >2014-07-21 18:47:06.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58733) > >2014-07-21 18:47:07.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36606) > >2014-07-21 18:47:10.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35007) > >2014-07-21 18:47:10.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58794) > >2014-07-21 18:47:11.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36657) > >2014-07-21 18:47:14.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:14.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35061) > >2014-07-21 18:47:14.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58860) > >2014-07-21 18:47:15.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36710) > >2014-07-21 18:47:18.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35117) > >2014-07-21 18:47:18.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58922) > >2014-07-21 18:47:19.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36761) > >2014-07-21 18:47:20.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:20.462 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:22.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35170) > >2014-07-21 18:47:22.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58980) > >2014-07-21 18:47:23.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36816) > >2014-07-21 18:47:24.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:26.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35228) > >2014-07-21 18:47:26.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59041) > >2014-07-21 18:47:27.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36871) > >2014-07-21 18:47:30.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35281) > >2014-07-21 18:47:30.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59092) > >2014-07-21 18:47:31.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36924) > >2014-07-21 18:47:34.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35340) > >2014-07-21 18:47:34.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59144) > >2014-07-21 18:47:35.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36976) > >2014-07-21 18:47:37.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:38.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35393) > >2014-07-21 18:47:38.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59196) > >2014-07-21 18:47:39.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37027) > >2014-07-21 18:47:42.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35444) > >2014-07-21 18:47:42.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59251) > >2014-07-21 18:47:43.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37079) > >2014-07-21 18:47:44.033 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:45.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:46.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35510) > >2014-07-21 18:47:46.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59318) > >2014-07-21 18:47:47.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37137) > >2014-07-21 18:47:50.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:50.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:50.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35567) > >2014-07-21 18:47:50.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59373) > >2014-07-21 18:47:51.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37196) > >2014-07-21 18:47:53.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:53.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:53.313 29190 ERROR neutron.openstack.common.rpc.common [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] Failed to publish message to topic 'q-agent-notifier-tunnel-update': Socket closed >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 383, in __init__ >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common None, type='fanout', **options) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:47:53.313 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:47:53.313 29190 INFO neutron.openstack.common.rpc.common [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:47:53.322 29190 INFO neutron.openstack.common.rpc.common [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:47:54.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:47:54.702 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 35626) > >2014-07-21 18:47:54.795 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 59429) > >2014-07-21 18:47:55.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37254) > >2014-07-21 18:47:58.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35681) > >2014-07-21 18:47:58.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59481) > >2014-07-21 18:47:59.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37306) > >2014-07-21 18:48:02.346 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:48:02.346 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:48:02.347 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:48:02.393 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:48:02.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35733) > >2014-07-21 18:48:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59532) > >2014-07-21 18:48:03.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37359) > >2014-07-21 18:48:06.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35787) > >2014-07-21 18:48:06.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59583) > >2014-07-21 18:48:07.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37410) > >2014-07-21 18:48:07.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:10.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35842) > >2014-07-21 18:48:10.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59634) > >2014-07-21 18:48:11.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37462) > >2014-07-21 18:48:14.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:14.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35896) > >2014-07-21 18:48:14.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59687) > >2014-07-21 18:48:15.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37514) > >2014-07-21 18:48:15.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:18.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35950) > >2014-07-21 18:48:18.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59742) > >2014-07-21 18:48:19.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37569) > >2014-07-21 18:48:20.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:20.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:22.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36004) > >2014-07-21 18:48:22.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59796) > >2014-07-21 18:48:23.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37624) > >2014-07-21 18:48:24.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:26.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36058) > >2014-07-21 18:48:26.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59851) > >2014-07-21 18:48:27.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37679) > >2014-07-21 18:48:30.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36110) > >2014-07-21 18:48:30.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59902) > >2014-07-21 18:48:31.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37733) > >2014-07-21 18:48:34.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36165) > >2014-07-21 18:48:34.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59953) > >2014-07-21 18:48:35.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37785) > >2014-07-21 18:48:37.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:38.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36217) > >2014-07-21 18:48:38.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60004) > >2014-07-21 18:48:39.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37837) > >2014-07-21 18:48:42.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36268) > >2014-07-21 18:48:42.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60055) > >2014-07-21 18:48:43.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37888) > >2014-07-21 18:48:44.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:45.430 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:46.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36323) > >2014-07-21 18:48:46.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60108) > >2014-07-21 18:48:47.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37941) > >2014-07-21 18:48:50.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:50.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:50.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36401) > >2014-07-21 18:48:50.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60176) > >2014-07-21 18:48:51.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38003) > >2014-07-21 18:48:54.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:48:54.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36464) > >2014-07-21 18:48:54.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60238) > >2014-07-21 18:48:55.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38055) > >2014-07-21 18:48:58.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36517) > >2014-07-21 18:48:58.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60290) > >2014-07-21 18:48:59.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38106) > >2014-07-21 18:49:02.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36568) > >2014-07-21 18:49:02.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60341) > >2014-07-21 18:49:03.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38157) > >2014-07-21 18:49:06.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36619) > >2014-07-21 18:49:06.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60392) > >2014-07-21 18:49:07.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38208) > >2014-07-21 18:49:07.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:10.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36670) > >2014-07-21 18:49:10.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60443) > >2014-07-21 18:49:11.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38260) > >2014-07-21 18:49:14.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:14.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36724) > >2014-07-21 18:49:14.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60496) > >2014-07-21 18:49:15.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38312) > >2014-07-21 18:49:15.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:18.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36777) > >2014-07-21 18:49:18.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60548) > >2014-07-21 18:49:19.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38364) > >2014-07-21 18:49:20.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:20.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:22.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36831) > >2014-07-21 18:49:22.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60600) > >2014-07-21 18:49:23.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38417) > >2014-07-21 18:49:24.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:26.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36886) > >2014-07-21 18:49:26.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60653) > >2014-07-21 18:49:27.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38474) > >2014-07-21 18:49:30.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36938) > >2014-07-21 18:49:30.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60704) > >2014-07-21 18:49:31.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38526) > >2014-07-21 18:49:34.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36989) > >2014-07-21 18:49:34.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60755) > >2014-07-21 18:49:35.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38577) > >2014-07-21 18:49:37.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:38.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37041) > >2014-07-21 18:49:38.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60806) > >2014-07-21 18:49:39.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38629) > >2014-07-21 18:49:42.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37092) > >2014-07-21 18:49:42.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60857) > >2014-07-21 18:49:43.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38680) > >2014-07-21 18:49:44.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:45.483 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:46.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37147) > >2014-07-21 18:49:46.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60912) > >2014-07-21 18:49:47.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38737) > >2014-07-21 18:49:50.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:50.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:50.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37203) > >2014-07-21 18:49:50.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60965) > >2014-07-21 18:49:51.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38795) > >2014-07-21 18:49:54.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:49:54.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37257) > >2014-07-21 18:49:54.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32785) > >2014-07-21 18:49:55.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38850) > >2014-07-21 18:49:58.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37313) > >2014-07-21 18:49:58.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32837) > >2014-07-21 18:49:59.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38904) > >2014-07-21 18:50:02.407 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:50:02.407 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:50:02.408 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:50:02.419 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:50:02.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37365) > >2014-07-21 18:50:02.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32888) > >2014-07-21 18:50:03.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38958) > >2014-07-21 18:50:06.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37416) > >2014-07-21 18:50:06.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32939) > >2014-07-21 18:50:07.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39009) > >2014-07-21 18:50:07.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:10.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37468) > >2014-07-21 18:50:10.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32991) > >2014-07-21 18:50:11.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39061) > >2014-07-21 18:50:14.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:14.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37522) > >2014-07-21 18:50:14.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33044) > >2014-07-21 18:50:15.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39113) > >2014-07-21 18:50:15.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:18.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37575) > >2014-07-21 18:50:18.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33099) > >2014-07-21 18:50:19.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39168) > >2014-07-21 18:50:20.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:20.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:22.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37629) > >2014-07-21 18:50:22.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33153) > >2014-07-21 18:50:23.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39224) > >2014-07-21 18:50:24.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:26.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37683) > >2014-07-21 18:50:26.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33208) > >2014-07-21 18:50:27.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39279) > >2014-07-21 18:50:30.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37735) > >2014-07-21 18:50:30.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33259) > >2014-07-21 18:50:31.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39333) > >2014-07-21 18:50:34.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37788) > >2014-07-21 18:50:34.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33310) > >2014-07-21 18:50:35.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39384) > >2014-07-21 18:50:38.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:38.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37840) > >2014-07-21 18:50:38.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33361) > >2014-07-21 18:50:39.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39438) > >2014-07-21 18:50:42.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37891) > >2014-07-21 18:50:42.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33412) > >2014-07-21 18:50:43.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39489) > >2014-07-21 18:50:44.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:45.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:46.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37946) > >2014-07-21 18:50:46.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33466) > >2014-07-21 18:50:47.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39542) > >2014-07-21 18:50:50.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:50.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:50.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38002) > >2014-07-21 18:50:50.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33518) > >2014-07-21 18:50:51.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39596) > >2014-07-21 18:50:54.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:50:54.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38054) > >2014-07-21 18:50:54.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33570) > >2014-07-21 18:50:55.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39648) > >2014-07-21 18:50:58.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38107) > >2014-07-21 18:50:58.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33622) > >2014-07-21 18:50:59.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39699) > >2014-07-21 18:51:02.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38158) > >2014-07-21 18:51:02.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33673) > >2014-07-21 18:51:03.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39750) > >2014-07-21 18:51:06.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38209) > >2014-07-21 18:51:06.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33723) > >2014-07-21 18:51:07.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39801) > >2014-07-21 18:51:08.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:10.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38261) > >2014-07-21 18:51:10.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33774) > >2014-07-21 18:51:11.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39853) > >2014-07-21 18:51:14.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:14.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38315) > >2014-07-21 18:51:14.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33827) > >2014-07-21 18:51:15.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39905) > >2014-07-21 18:51:15.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:18.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38367) > >2014-07-21 18:51:18.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33879) > >2014-07-21 18:51:19.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39957) > >2014-07-21 18:51:20.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:20.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:22.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38421) > >2014-07-21 18:51:22.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33931) > >2014-07-21 18:51:23.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40012) > >2014-07-21 18:51:24.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:26.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38476) > >2014-07-21 18:51:26.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33984) > >2014-07-21 18:51:27.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40067) > >2014-07-21 18:51:30.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38527) > >2014-07-21 18:51:30.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34034) > >2014-07-21 18:51:31.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40119) > >2014-07-21 18:51:34.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38578) > >2014-07-21 18:51:34.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34085) > >2014-07-21 18:51:35.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40170) > >2014-07-21 18:51:38.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:38.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38630) > >2014-07-21 18:51:38.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34136) > >2014-07-21 18:51:39.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40222) > >2014-07-21 18:51:42.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38681) > >2014-07-21 18:51:42.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34186) > >2014-07-21 18:51:43.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40273) > >2014-07-21 18:51:44.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:45.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:46.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38736) > >2014-07-21 18:51:46.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34241) > >2014-07-21 18:51:47.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40329) > >2014-07-21 18:51:50.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:50.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:50.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38792) > >2014-07-21 18:51:50.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34294) > >2014-07-21 18:51:51.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40388) > >2014-07-21 18:51:54.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:51:54.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38846) > >2014-07-21 18:51:54.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34348) > >2014-07-21 18:51:55.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40442) > >2014-07-21 18:51:58.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38925) > >2014-07-21 18:51:58.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34418) > >2014-07-21 18:51:59.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40502) > >2014-07-21 18:52:02.422 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:52:02.422 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:52:02.423 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:52:02.436 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:52:02.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38980) > >2014-07-21 18:52:02.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34474) > >2014-07-21 18:52:03.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40556) > >2014-07-21 18:52:06.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39039) > >2014-07-21 18:52:06.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34534) > >2014-07-21 18:52:07.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40612) > >2014-07-21 18:52:08.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:10.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39091) > >2014-07-21 18:52:10.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34585) > >2014-07-21 18:52:11.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40664) > >2014-07-21 18:52:14.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:14.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39145) > >2014-07-21 18:52:14.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34638) > >2014-07-21 18:52:15.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40716) > >2014-07-21 18:52:15.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:18.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39198) > >2014-07-21 18:52:18.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34693) > >2014-07-21 18:52:19.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40771) > >2014-07-21 18:52:20.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:20.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:22.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39252) > >2014-07-21 18:52:22.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34746) > >2014-07-21 18:52:23.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40826) > >2014-07-21 18:52:24.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:26.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39306) > >2014-07-21 18:52:26.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34802) > >2014-07-21 18:52:27.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40881) > >2014-07-21 18:52:30.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39358) > >2014-07-21 18:52:30.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34853) > >2014-07-21 18:52:31.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40935) > >2014-07-21 18:52:34.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39411) > >2014-07-21 18:52:35.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34904) > >2014-07-21 18:52:35.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40986) > >2014-07-21 18:52:38.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:38.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39463) > >2014-07-21 18:52:39.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34955) > >2014-07-21 18:52:39.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41039) > >2014-07-21 18:52:42.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39520) > >2014-07-21 18:52:43.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35012) > >2014-07-21 18:52:43.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41107) > >2014-07-21 18:52:44.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:45.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:46.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39578) > >2014-07-21 18:52:47.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35069) > >2014-07-21 18:52:47.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41162) > >2014-07-21 18:52:50.226 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:50.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:50.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39633) > >2014-07-21 18:52:51.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35121) > >2014-07-21 18:52:51.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41216) > >2014-07-21 18:52:54.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:52:54.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39693) > >2014-07-21 18:52:55.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35188) > >2014-07-21 18:52:55.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41271) > >2014-07-21 18:52:58.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39745) > >2014-07-21 18:52:59.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35241) > >2014-07-21 18:52:59.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41322) > >2014-07-21 18:53:02.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39802) > >2014-07-21 18:53:03.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35296) > >2014-07-21 18:53:03.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41373) > >2014-07-21 18:53:06.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39853) > >2014-07-21 18:53:07.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35347) > >2014-07-21 18:53:07.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41424) > >2014-07-21 18:53:08.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:10.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39905) > >2014-07-21 18:53:11.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35398) > >2014-07-21 18:53:11.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41475) > >2014-07-21 18:53:14.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:14.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39963) > >2014-07-21 18:53:15.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35459) > >2014-07-21 18:53:15.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41528) > >2014-07-21 18:53:15.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:18.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40027) > >2014-07-21 18:53:19.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35519) > >2014-07-21 18:53:19.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41582) > >2014-07-21 18:53:20.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:20.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:22.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40081) > >2014-07-21 18:53:23.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35571) > >2014-07-21 18:53:23.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41637) > >2014-07-21 18:53:24.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:26.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40136) > >2014-07-21 18:53:27.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35624) > >2014-07-21 18:53:27.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41692) > >2014-07-21 18:53:30.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40188) > >2014-07-21 18:53:31.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35675) > >2014-07-21 18:53:31.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41744) > >2014-07-21 18:53:34.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40239) > >2014-07-21 18:53:35.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35726) > >2014-07-21 18:53:35.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41795) > >2014-07-21 18:53:38.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:38.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40291) > >2014-07-21 18:53:39.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35777) > >2014-07-21 18:53:39.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41847) > >2014-07-21 18:53:42.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40342) > >2014-07-21 18:53:43.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35828) > >2014-07-21 18:53:43.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41898) > >2014-07-21 18:53:44.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:45.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:46.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40398) > >2014-07-21 18:53:47.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35883) > >2014-07-21 18:53:47.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41954) > >2014-07-21 18:53:50.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:50.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:50.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40453) > >2014-07-21 18:53:51.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35936) > >2014-07-21 18:53:51.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42013) > >2014-07-21 18:53:54.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:53:54.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40506) > >2014-07-21 18:53:55.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35989) > >2014-07-21 18:53:55.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42066) > >2014-07-21 18:53:58.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40561) > >2014-07-21 18:53:59.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36041) > >2014-07-21 18:53:59.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42120) > >2014-07-21 18:54:02.438 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:54:02.438 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:54:02.438 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:54:02.451 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:54:02.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40613) > >2014-07-21 18:54:03.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36092) > >2014-07-21 18:54:03.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42174) > >2014-07-21 18:54:06.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40664) > >2014-07-21 18:54:07.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36143) > >2014-07-21 18:54:07.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42225) > >2014-07-21 18:54:08.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:10.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40716) > >2014-07-21 18:54:11.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36194) > >2014-07-21 18:54:11.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42278) > >2014-07-21 18:54:14.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:14.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40770) > >2014-07-21 18:54:15.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36247) > >2014-07-21 18:54:15.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42330) > >2014-07-21 18:54:15.710 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:18.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40823) > >2014-07-21 18:54:19.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36302) > >2014-07-21 18:54:19.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42385) > >2014-07-21 18:54:20.226 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:20.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:22.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40877) > >2014-07-21 18:54:23.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36354) > >2014-07-21 18:54:23.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42439) > >2014-07-21 18:54:24.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:26.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40930) > >2014-07-21 18:54:27.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36411) > >2014-07-21 18:54:27.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42495) > >2014-07-21 18:54:30.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40982) > >2014-07-21 18:54:31.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36462) > >2014-07-21 18:54:31.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42549) > >2014-07-21 18:54:34.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41035) > >2014-07-21 18:54:35.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36513) > >2014-07-21 18:54:35.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42599) > >2014-07-21 18:54:38.192 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:38.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41087) > >2014-07-21 18:54:39.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36564) > >2014-07-21 18:54:39.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42652) > >2014-07-21 18:54:42.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41138) > >2014-07-21 18:54:43.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36615) > >2014-07-21 18:54:43.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42703) > >2014-07-21 18:54:44.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:45.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:46.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41194) > >2014-07-21 18:54:47.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36669) > >2014-07-21 18:54:47.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42756) > >2014-07-21 18:54:50.226 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:50.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:50.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41249) > >2014-07-21 18:54:51.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36721) > >2014-07-21 18:54:51.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42810) > >2014-07-21 18:54:54.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:54:55.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41302) > >2014-07-21 18:54:55.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36773) > >2014-07-21 18:54:55.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42862) > >2014-07-21 18:54:59.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41354) > >2014-07-21 18:54:59.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36825) > >2014-07-21 18:54:59.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42913) > >2014-07-21 18:55:03.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41405) > >2014-07-21 18:55:03.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36876) > >2014-07-21 18:55:03.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42964) > >2014-07-21 18:55:07.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41456) > >2014-07-21 18:55:07.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36927) > >2014-07-21 18:55:07.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43015) > >2014-07-21 18:55:08.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:11.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41508) > >2014-07-21 18:55:11.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36978) > >2014-07-21 18:55:11.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43067) > >2014-07-21 18:55:14.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:15.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41562) > >2014-07-21 18:55:15.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37031) > >2014-07-21 18:55:15.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43120) > >2014-07-21 18:55:15.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:19.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41615) > >2014-07-21 18:55:19.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37083) > >2014-07-21 18:55:19.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43172) > >2014-07-21 18:55:20.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:20.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:23.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41669) > >2014-07-21 18:55:23.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37135) > >2014-07-21 18:55:23.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43229) > >2014-07-21 18:55:24.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:27.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41724) > >2014-07-21 18:55:27.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37188) > >2014-07-21 18:55:27.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43284) > >2014-07-21 18:55:31.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41776) > >2014-07-21 18:55:31.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37239) > >2014-07-21 18:55:31.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43336) > >2014-07-21 18:55:35.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41827) > >2014-07-21 18:55:35.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37290) > >2014-07-21 18:55:35.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43387) > >2014-07-21 18:55:38.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:39.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41879) > >2014-07-21 18:55:39.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37341) > >2014-07-21 18:55:39.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43439) > >2014-07-21 18:55:43.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41930) > >2014-07-21 18:55:43.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37392) > >2014-07-21 18:55:43.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43491) > >2014-07-21 18:55:44.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:45.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:47.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41986) > >2014-07-21 18:55:47.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37447) > >2014-07-21 18:55:47.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43547) > >2014-07-21 18:55:50.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:50.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:51.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42049) > >2014-07-21 18:55:51.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37508) > >2014-07-21 18:55:51.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43607) > >2014-07-21 18:55:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:55:55.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42102) > >2014-07-21 18:55:55.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37562) > >2014-07-21 18:55:55.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43665) > >2014-07-21 18:55:59.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42156) > >2014-07-21 18:55:59.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37614) > >2014-07-21 18:55:59.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43718) > >2014-07-21 18:56:02.454 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:56:02.454 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:56:02.455 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:56:02.475 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:56:03.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42209) > >2014-07-21 18:56:03.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37665) > >2014-07-21 18:56:03.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43773) > >2014-07-21 18:56:07.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42260) > >2014-07-21 18:56:07.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37716) > >2014-07-21 18:56:07.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43824) > >2014-07-21 18:56:08.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:11.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42312) > >2014-07-21 18:56:11.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37767) > >2014-07-21 18:56:11.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43876) > >2014-07-21 18:56:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:15.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42366) > >2014-07-21 18:56:15.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37820) > >2014-07-21 18:56:15.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43928) > >2014-07-21 18:56:15.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:19.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42419) > >2014-07-21 18:56:19.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37875) > >2014-07-21 18:56:19.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43983) > >2014-07-21 18:56:20.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:20.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:23.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42473) > >2014-07-21 18:56:23.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37927) > >2014-07-21 18:56:23.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44036) > >2014-07-21 18:56:24.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:27.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42527) > >2014-07-21 18:56:27.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37984) > >2014-07-21 18:56:27.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44093) > >2014-07-21 18:56:31.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42579) > >2014-07-21 18:56:31.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38035) > >2014-07-21 18:56:31.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44147) > >2014-07-21 18:56:35.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42632) > >2014-07-21 18:56:35.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38086) > >2014-07-21 18:56:35.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44198) > >2014-07-21 18:56:38.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:39.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42684) > >2014-07-21 18:56:39.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38137) > >2014-07-21 18:56:39.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44251) > >2014-07-21 18:56:43.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42734) > >2014-07-21 18:56:43.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38188) > >2014-07-21 18:56:43.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44302) > >2014-07-21 18:56:44.282 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:45.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:47.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42790) > >2014-07-21 18:56:47.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38241) > >2014-07-21 18:56:47.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44355) > >2014-07-21 18:56:50.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:50.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:51.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42845) > >2014-07-21 18:56:51.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38293) > >2014-07-21 18:56:51.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44409) > >2014-07-21 18:56:54.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:56:55.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42897) > >2014-07-21 18:56:55.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38344) > >2014-07-21 18:56:55.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44461) > >2014-07-21 18:56:59.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42949) > >2014-07-21 18:56:59.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38396) > >2014-07-21 18:56:59.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44512) > >2014-07-21 18:57:03.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43000) > >2014-07-21 18:57:03.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38447) > >2014-07-21 18:57:03.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44563) > >2014-07-21 18:57:07.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43051) > >2014-07-21 18:57:07.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38498) > >2014-07-21 18:57:07.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44614) > >2014-07-21 18:57:08.308 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:11.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43103) > >2014-07-21 18:57:11.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38549) > >2014-07-21 18:57:11.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44666) > >2014-07-21 18:57:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:15.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43157) > >2014-07-21 18:57:15.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38602) > >2014-07-21 18:57:15.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44718) > >2014-07-21 18:57:15.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:19.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43210) > >2014-07-21 18:57:19.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38653) > >2014-07-21 18:57:19.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44770) > >2014-07-21 18:57:20.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:20.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:23.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43264) > >2014-07-21 18:57:23.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38705) > >2014-07-21 18:57:23.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44824) > >2014-07-21 18:57:24.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:27.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43319) > >2014-07-21 18:57:27.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38758) > >2014-07-21 18:57:27.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44882) > >2014-07-21 18:57:31.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43371) > >2014-07-21 18:57:31.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38809) > >2014-07-21 18:57:31.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44935) > >2014-07-21 18:57:35.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43422) > >2014-07-21 18:57:35.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38860) > >2014-07-21 18:57:35.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44986) > >2014-07-21 18:57:38.311 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:39.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43474) > >2014-07-21 18:57:39.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38911) > >2014-07-21 18:57:39.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45038) > >2014-07-21 18:57:43.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43525) > >2014-07-21 18:57:43.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38962) > >2014-07-21 18:57:43.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45089) > >2014-07-21 18:57:44.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:45.885 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:47.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43581) > >2014-07-21 18:57:47.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39016) > >2014-07-21 18:57:47.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45142) > >2014-07-21 18:57:50.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:50.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:51.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43635) > >2014-07-21 18:57:51.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39069) > >2014-07-21 18:57:51.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45199) > >2014-07-21 18:57:54.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:57:55.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43690) > >2014-07-21 18:57:55.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39122) > >2014-07-21 18:57:55.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45256) > >2014-07-21 18:57:59.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43744) > >2014-07-21 18:57:59.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39175) > >2014-07-21 18:57:59.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45310) > >2014-07-21 18:58:02.478 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 18:58:02.478 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 18:58:02.479 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 18:58:02.491 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 18:58:03.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43797) > >2014-07-21 18:58:03.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39226) > >2014-07-21 18:58:03.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45365) > >2014-07-21 18:58:07.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43848) > >2014-07-21 18:58:07.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39277) > >2014-07-21 18:58:07.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45416) > >2014-07-21 18:58:08.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:11.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43900) > >2014-07-21 18:58:11.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39328) > >2014-07-21 18:58:11.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45468) > >2014-07-21 18:58:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:15.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43955) > >2014-07-21 18:58:15.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39381) > >2014-07-21 18:58:15.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45520) > >2014-07-21 18:58:15.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:19.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44008) > >2014-07-21 18:58:19.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39436) > >2014-07-21 18:58:19.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45575) > >2014-07-21 18:58:20.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:20.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:23.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44062) > >2014-07-21 18:58:23.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39488) > >2014-07-21 18:58:23.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45628) > >2014-07-21 18:58:24.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:27.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44116) > >2014-07-21 18:58:27.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39544) > >2014-07-21 18:58:27.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45685) > >2014-07-21 18:58:31.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44168) > >2014-07-21 18:58:31.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39596) > >2014-07-21 18:58:31.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45739) > >2014-07-21 18:58:35.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44221) > >2014-07-21 18:58:35.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39647) > >2014-07-21 18:58:35.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45789) > >2014-07-21 18:58:38.371 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:39.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44273) > >2014-07-21 18:58:39.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39698) > >2014-07-21 18:58:39.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45841) > >2014-07-21 18:58:43.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44324) > >2014-07-21 18:58:43.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39749) > >2014-07-21 18:58:43.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45893) > >2014-07-21 18:58:44.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:45.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:47.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44380) > >2014-07-21 18:58:47.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39803) > >2014-07-21 18:58:47.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45945) > >2014-07-21 18:58:50.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:50.475 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:51.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44434) > >2014-07-21 18:58:51.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39855) > >2014-07-21 18:58:51.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45998) > >2014-07-21 18:58:54.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:58:55.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44488) > >2014-07-21 18:58:55.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39907) > >2014-07-21 18:58:55.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46051) > >2014-07-21 18:58:59.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44540) > >2014-07-21 18:58:59.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39959) > >2014-07-21 18:58:59.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46102) > >2014-07-21 18:59:03.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44591) > >2014-07-21 18:59:03.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40010) > >2014-07-21 18:59:03.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46153) > >2014-07-21 18:59:07.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44642) > >2014-07-21 18:59:07.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40061) > >2014-07-21 18:59:07.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46204) > >2014-07-21 18:59:08.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:11.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44694) > >2014-07-21 18:59:11.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40112) > >2014-07-21 18:59:11.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46256) > >2014-07-21 18:59:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:15.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44748) > >2014-07-21 18:59:15.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40165) > >2014-07-21 18:59:15.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46308) > >2014-07-21 18:59:15.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:19.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44801) > >2014-07-21 18:59:19.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40217) > >2014-07-21 18:59:19.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46360) > >2014-07-21 18:59:20.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:20.502 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:23.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44855) > >2014-07-21 18:59:23.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40269) > >2014-07-21 18:59:23.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46413) > >2014-07-21 18:59:24.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:27.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44910) > >2014-07-21 18:59:27.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40322) > >2014-07-21 18:59:27.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46470) > >2014-07-21 18:59:31.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44962) > >2014-07-21 18:59:31.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40373) > >2014-07-21 18:59:31.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46522) > >2014-07-21 18:59:35.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45013) > >2014-07-21 18:59:35.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40424) > >2014-07-21 18:59:35.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46573) > >2014-07-21 18:59:38.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:39.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45065) > >2014-07-21 18:59:39.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40475) > >2014-07-21 18:59:39.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46625) > >2014-07-21 18:59:43.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45116) > >2014-07-21 18:59:43.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40526) > >2014-07-21 18:59:43.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46676) > >2014-07-21 18:59:44.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:45.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:47.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45172) > >2014-07-21 18:59:47.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40580) > >2014-07-21 18:59:47.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46729) > >2014-07-21 18:59:50.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:50.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:51.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45225) > >2014-07-21 18:59:51.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40633) > >2014-07-21 18:59:51.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46785) > >2014-07-21 18:59:54.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 18:59:55.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45279) > >2014-07-21 18:59:55.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40686) > >2014-07-21 18:59:55.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46843) > >2014-07-21 18:59:59.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45333) > >2014-07-21 18:59:59.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40739) > >2014-07-21 18:59:59.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46896) > >2014-07-21 19:00:02.493 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:00:02.493 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:00:02.494 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:00:02.507 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:00:03.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45386) > >2014-07-21 19:00:03.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40790) > >2014-07-21 19:00:03.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46951) > >2014-07-21 19:00:07.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45437) > >2014-07-21 19:00:07.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40841) > >2014-07-21 19:00:07.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47002) > >2014-07-21 19:00:08.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:11.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45489) > >2014-07-21 19:00:11.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40892) > >2014-07-21 19:00:11.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47054) > >2014-07-21 19:00:14.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:15.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45543) > >2014-07-21 19:00:15.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40945) > >2014-07-21 19:00:15.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47106) > >2014-07-21 19:00:16.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:19.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45596) > >2014-07-21 19:00:19.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41000) > >2014-07-21 19:00:19.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47161) > >2014-07-21 19:00:20.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:20.536 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:23.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45650) > >2014-07-21 19:00:23.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41052) > >2014-07-21 19:00:23.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47214) > >2014-07-21 19:00:24.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:27.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45704) > >2014-07-21 19:00:27.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41108) > >2014-07-21 19:00:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47271) > >2014-07-21 19:00:31.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45756) > >2014-07-21 19:00:31.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41160) > >2014-07-21 19:00:31.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47325) > >2014-07-21 19:00:35.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45809) > >2014-07-21 19:00:35.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41211) > >2014-07-21 19:00:35.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47376) > >2014-07-21 19:00:38.457 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:39.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45861) > >2014-07-21 19:00:39.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41262) > >2014-07-21 19:00:39.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47428) > >2014-07-21 19:00:43.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45912) > >2014-07-21 19:00:43.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41313) > >2014-07-21 19:00:43.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47480) > >2014-07-21 19:00:44.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:46.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:47.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45968) > >2014-07-21 19:00:47.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41367) > >2014-07-21 19:00:47.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47533) > >2014-07-21 19:00:50.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:50.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:51.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46022) > >2014-07-21 19:00:51.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41419) > >2014-07-21 19:00:51.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47586) > >2014-07-21 19:00:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:00:55.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46076) > >2014-07-21 19:00:55.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41471) > >2014-07-21 19:00:55.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47639) > >2014-07-21 19:00:59.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46128) > >2014-07-21 19:00:59.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41523) > >2014-07-21 19:00:59.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47690) > >2014-07-21 19:01:03.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46179) > >2014-07-21 19:01:03.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41574) > >2014-07-21 19:01:03.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47741) > >2014-07-21 19:01:07.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46230) > >2014-07-21 19:01:07.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41625) > >2014-07-21 19:01:07.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47792) > >2014-07-21 19:01:08.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:11.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46282) > >2014-07-21 19:01:11.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41676) > >2014-07-21 19:01:11.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47844) > >2014-07-21 19:01:14.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:15.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46336) > >2014-07-21 19:01:15.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41729) > >2014-07-21 19:01:15.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47896) > >2014-07-21 19:01:16.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:19.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46389) > >2014-07-21 19:01:19.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41781) > >2014-07-21 19:01:19.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47948) > >2014-07-21 19:01:20.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:20.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:23.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46443) > >2014-07-21 19:01:23.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41833) > >2014-07-21 19:01:23.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48001) > >2014-07-21 19:01:24.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:27.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46498) > >2014-07-21 19:01:27.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41886) > >2014-07-21 19:01:27.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48058) > >2014-07-21 19:01:31.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46550) > >2014-07-21 19:01:31.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41937) > >2014-07-21 19:01:31.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48110) > >2014-07-21 19:01:35.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46601) > >2014-07-21 19:01:35.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41988) > >2014-07-21 19:01:35.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48161) > >2014-07-21 19:01:38.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:39.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46653) > >2014-07-21 19:01:39.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42039) > >2014-07-21 19:01:39.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48213) > >2014-07-21 19:01:43.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46704) > >2014-07-21 19:01:43.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42090) > >2014-07-21 19:01:43.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48264) > >2014-07-21 19:01:44.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:46.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:47.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46760) > >2014-07-21 19:01:47.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42144) > >2014-07-21 19:01:47.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48317) > >2014-07-21 19:01:50.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:50.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:51.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46814) > >2014-07-21 19:01:51.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42197) > >2014-07-21 19:01:51.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48373) > >2014-07-21 19:01:54.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:01:55.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46868) > >2014-07-21 19:01:55.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42250) > >2014-07-21 19:01:55.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48431) > >2014-07-21 19:01:59.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46922) > >2014-07-21 19:01:59.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42303) > >2014-07-21 19:01:59.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48485) > >2014-07-21 19:02:02.509 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:02:02.509 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:02:02.510 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:02:02.522 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:02:03.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46974) > >2014-07-21 19:02:03.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42354) > >2014-07-21 19:02:03.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48540) > >2014-07-21 19:02:07.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47025) > >2014-07-21 19:02:07.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42405) > >2014-07-21 19:02:07.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48591) > >2014-07-21 19:02:08.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:11.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47077) > >2014-07-21 19:02:11.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42456) > >2014-07-21 19:02:11.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48643) > >2014-07-21 19:02:14.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:15.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47131) > >2014-07-21 19:02:15.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42509) > >2014-07-21 19:02:15.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48695) > >2014-07-21 19:02:16.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:19.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47184) > >2014-07-21 19:02:19.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42563) > >2014-07-21 19:02:19.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48750) > >2014-07-21 19:02:20.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:20.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:23.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47238) > >2014-07-21 19:02:23.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42615) > >2014-07-21 19:02:23.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48803) > >2014-07-21 19:02:24.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:27.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47292) > >2014-07-21 19:02:27.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42670) > >2014-07-21 19:02:27.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48857) > >2014-07-21 19:02:31.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47344) > >2014-07-21 19:02:31.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42723) > >2014-07-21 19:02:31.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48914) > >2014-07-21 19:02:35.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47397) > >2014-07-21 19:02:35.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42774) > >2014-07-21 19:02:35.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48965) > >2014-07-21 19:02:38.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:39.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47449) > >2014-07-21 19:02:39.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42824) > >2014-07-21 19:02:39.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49017) > >2014-07-21 19:02:43.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47500) > >2014-07-21 19:02:43.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42875) > >2014-07-21 19:02:43.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49069) > >2014-07-21 19:02:44.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:46.122 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:47.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47555) > >2014-07-21 19:02:47.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42929) > >2014-07-21 19:02:47.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49122) > >2014-07-21 19:02:50.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:50.616 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:51.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47611) > >2014-07-21 19:02:51.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42981) > >2014-07-21 19:02:51.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49175) > >2014-07-21 19:02:54.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:02:55.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47667) > >2014-07-21 19:02:55.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43033) > >2014-07-21 19:02:55.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49228) > >2014-07-21 19:02:59.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47719) > >2014-07-21 19:02:59.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43085) > >2014-07-21 19:02:59.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49279) > >2014-07-21 19:03:03.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47772) > >2014-07-21 19:03:03.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43136) > >2014-07-21 19:03:03.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49330) > >2014-07-21 19:03:07.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47823) > >2014-07-21 19:03:07.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43187) > >2014-07-21 19:03:07.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49381) > >2014-07-21 19:03:08.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:11.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47875) > >2014-07-21 19:03:11.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43237) > >2014-07-21 19:03:11.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49433) > >2014-07-21 19:03:14.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:15.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47929) > >2014-07-21 19:03:15.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43290) > >2014-07-21 19:03:15.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49485) > >2014-07-21 19:03:16.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:19.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47982) > >2014-07-21 19:03:19.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43342) > >2014-07-21 19:03:19.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49537) > >2014-07-21 19:03:20.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:20.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:23.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48036) > >2014-07-21 19:03:23.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43394) > >2014-07-21 19:03:23.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49590) > >2014-07-21 19:03:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:27.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48091) > >2014-07-21 19:03:27.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43447) > >2014-07-21 19:03:27.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49647) > >2014-07-21 19:03:31.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48143) > >2014-07-21 19:03:31.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43498) > >2014-07-21 19:03:31.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49699) > >2014-07-21 19:03:35.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48195) > >2014-07-21 19:03:35.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43549) > >2014-07-21 19:03:35.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49750) > >2014-07-21 19:03:38.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:39.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48247) > >2014-07-21 19:03:39.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43600) > >2014-07-21 19:03:39.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49802) > >2014-07-21 19:03:43.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48298) > >2014-07-21 19:03:43.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43651) > >2014-07-21 19:03:43.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49853) > >2014-07-21 19:03:44.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:46.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:47.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48354) > >2014-07-21 19:03:47.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43705) > >2014-07-21 19:03:47.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49906) > >2014-07-21 19:03:50.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:50.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:51.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48408) > >2014-07-21 19:03:51.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43758) > >2014-07-21 19:03:51.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49962) > >2014-07-21 19:03:54.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:03:55.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48462) > >2014-07-21 19:03:55.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43810) > >2014-07-21 19:03:55.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50020) > >2014-07-21 19:03:59.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48516) > >2014-07-21 19:03:59.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43864) > >2014-07-21 19:03:59.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50074) > >2014-07-21 19:04:02.525 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:04:02.525 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:04:02.526 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:04:02.539 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:04:03.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48568) > >2014-07-21 19:04:03.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43915) > >2014-07-21 19:04:03.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50128) > >2014-07-21 19:04:07.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48620) > >2014-07-21 19:04:07.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43966) > >2014-07-21 19:04:07.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50180) > >2014-07-21 19:04:08.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:11.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48672) > >2014-07-21 19:04:11.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44017) > >2014-07-21 19:04:11.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50232) > >2014-07-21 19:04:14.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:15.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48726) > >2014-07-21 19:04:15.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44070) > >2014-07-21 19:04:15.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50284) > >2014-07-21 19:04:16.210 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:19.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48779) > >2014-07-21 19:04:19.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44125) > >2014-07-21 19:04:19.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50339) > >2014-07-21 19:04:20.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:20.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:23.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48835) > >2014-07-21 19:04:23.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44177) > >2014-07-21 19:04:23.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50391) > >2014-07-21 19:04:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:27.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48889) > >2014-07-21 19:04:27.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44232) > >2014-07-21 19:04:27.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50445) > >2014-07-21 19:04:31.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48941) > >2014-07-21 19:04:31.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44285) > >2014-07-21 19:04:31.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50502) > >2014-07-21 19:04:35.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48996) > >2014-07-21 19:04:35.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44336) > >2014-07-21 19:04:35.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50553) > >2014-07-21 19:04:38.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:39.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49048) > >2014-07-21 19:04:39.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44387) > >2014-07-21 19:04:39.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50605) > >2014-07-21 19:04:43.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49099) > >2014-07-21 19:04:43.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44438) > >2014-07-21 19:04:43.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50657) > >2014-07-21 19:04:44.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:46.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:47.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49155) > >2014-07-21 19:04:47.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44492) > >2014-07-21 19:04:47.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50710) > >2014-07-21 19:04:50.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:50.681 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:51.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49209) > >2014-07-21 19:04:51.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44544) > >2014-07-21 19:04:51.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50763) > >2014-07-21 19:04:54.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:04:55.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49263) > >2014-07-21 19:04:55.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44596) > >2014-07-21 19:04:55.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50816) > >2014-07-21 19:04:59.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49315) > >2014-07-21 19:04:59.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44648) > >2014-07-21 19:04:59.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50866) > >2014-07-21 19:05:03.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49366) > >2014-07-21 19:05:03.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44699) > >2014-07-21 19:05:03.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50917) > >2014-07-21 19:05:07.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49417) > >2014-07-21 19:05:07.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44750) > >2014-07-21 19:05:07.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50969) > >2014-07-21 19:05:08.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:11.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49469) > >2014-07-21 19:05:11.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44801) > >2014-07-21 19:05:11.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51021) > >2014-07-21 19:05:14.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:15.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49523) > >2014-07-21 19:05:15.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44854) > >2014-07-21 19:05:15.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51073) > >2014-07-21 19:05:16.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:19.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49576) > >2014-07-21 19:05:19.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44906) > >2014-07-21 19:05:19.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51125) > >2014-07-21 19:05:20.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:20.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:23.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49630) > >2014-07-21 19:05:23.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44958) > >2014-07-21 19:05:23.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51178) > >2014-07-21 19:05:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:27.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49686) > >2014-07-21 19:05:27.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45014) > >2014-07-21 19:05:28.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51238) > >2014-07-21 19:05:31.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49737) > >2014-07-21 19:05:31.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45065) > >2014-07-21 19:05:31.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51290) > >2014-07-21 19:05:35.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49789) > >2014-07-21 19:05:35.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45116) > >2014-07-21 19:05:35.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51341) > >2014-07-21 19:05:38.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:39.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49841) > >2014-07-21 19:05:39.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45167) > >2014-07-21 19:05:39.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51393) > >2014-07-21 19:05:43.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49894) > >2014-07-21 19:05:43.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45218) > >2014-07-21 19:05:44.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51444) > >2014-07-21 19:05:44.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:46.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:47.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49950) > >2014-07-21 19:05:47.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45272) > >2014-07-21 19:05:48.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51497) > >2014-07-21 19:05:50.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:50.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:51.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50004) > >2014-07-21 19:05:51.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45324) > >2014-07-21 19:05:52.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51552) > >2014-07-21 19:05:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:05:55.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50057) > >2014-07-21 19:05:55.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45377) > >2014-07-21 19:05:56.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51610) > >2014-07-21 19:05:59.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50112) > >2014-07-21 19:05:59.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45430) > >2014-07-21 19:06:00.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51664) > >2014-07-21 19:06:02.541 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:06:02.541 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:06:02.542 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:06:02.554 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:06:03.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50164) > >2014-07-21 19:06:03.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45482) > >2014-07-21 19:06:04.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51719) > >2014-07-21 19:06:07.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50216) > >2014-07-21 19:06:07.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45533) > >2014-07-21 19:06:08.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51771) > >2014-07-21 19:06:08.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:11.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50268) > >2014-07-21 19:06:11.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45584) > >2014-07-21 19:06:12.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51823) > >2014-07-21 19:06:14.287 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:15.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50322) > >2014-07-21 19:06:15.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45637) > >2014-07-21 19:06:16.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51875) > >2014-07-21 19:06:16.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:19.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50375) > >2014-07-21 19:06:19.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45692) > >2014-07-21 19:06:20.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51930) > >2014-07-21 19:06:20.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:20.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:23.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50429) > >2014-07-21 19:06:23.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45744) > >2014-07-21 19:06:24.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51983) > >2014-07-21 19:06:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:27.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50483) > >2014-07-21 19:06:27.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45800) > >2014-07-21 19:06:28.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52037) > >2014-07-21 19:06:31.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50534) > >2014-07-21 19:06:31.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45853) > >2014-07-21 19:06:32.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52093) > >2014-07-21 19:06:35.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50588) > >2014-07-21 19:06:35.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45904) > >2014-07-21 19:06:36.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52145) > >2014-07-21 19:06:38.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:39.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50640) > >2014-07-21 19:06:39.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45955) > >2014-07-21 19:06:40.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52197) > >2014-07-21 19:06:43.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50691) > >2014-07-21 19:06:43.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46006) > >2014-07-21 19:06:44.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52248) > >2014-07-21 19:06:44.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:46.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:47.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50747) > >2014-07-21 19:06:47.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46060) > >2014-07-21 19:06:48.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52301) > >2014-07-21 19:06:50.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:50.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:51.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50801) > >2014-07-21 19:06:51.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46112) > >2014-07-21 19:06:52.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52354) > >2014-07-21 19:06:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:06:55.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50855) > >2014-07-21 19:06:55.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46164) > >2014-07-21 19:06:56.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52407) > >2014-07-21 19:06:59.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50907) > >2014-07-21 19:06:59.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46216) > >2014-07-21 19:07:00.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52458) > >2014-07-21 19:07:03.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50958) > >2014-07-21 19:07:03.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46267) > >2014-07-21 19:07:04.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52509) > >2014-07-21 19:07:07.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51009) > >2014-07-21 19:07:07.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46318) > >2014-07-21 19:07:08.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52560) > >2014-07-21 19:07:08.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:11.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51061) > >2014-07-21 19:07:11.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46369) > >2014-07-21 19:07:12.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52612) > >2014-07-21 19:07:14.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:15.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51115) > >2014-07-21 19:07:15.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46422) > >2014-07-21 19:07:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52664) > >2014-07-21 19:07:16.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:19.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51168) > >2014-07-21 19:07:19.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46474) > >2014-07-21 19:07:20.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52716) > >2014-07-21 19:07:20.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:20.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:23.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51222) > >2014-07-21 19:07:23.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46526) > >2014-07-21 19:07:24.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52769) > >2014-07-21 19:07:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:27.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51277) > >2014-07-21 19:07:27.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46579) > >2014-07-21 19:07:28.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52826) > >2014-07-21 19:07:31.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51328) > >2014-07-21 19:07:31.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46630) > >2014-07-21 19:07:32.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52878) > >2014-07-21 19:07:35.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51379) > >2014-07-21 19:07:35.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46681) > >2014-07-21 19:07:36.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52930) > >2014-07-21 19:07:38.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:39.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51431) > >2014-07-21 19:07:39.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46732) > >2014-07-21 19:07:40.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52982) > >2014-07-21 19:07:43.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51482) > >2014-07-21 19:07:43.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46783) > >2014-07-21 19:07:44.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53033) > >2014-07-21 19:07:44.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:46.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:47.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51538) > >2014-07-21 19:07:47.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46837) > >2014-07-21 19:07:48.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53086) > >2014-07-21 19:07:50.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:50.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:51.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51592) > >2014-07-21 19:07:51.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46889) > >2014-07-21 19:07:52.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53141) > >2014-07-21 19:07:54.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:07:55.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51645) > >2014-07-21 19:07:55.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46942) > >2014-07-21 19:07:56.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53198) > >2014-07-21 19:07:59.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51700) > >2014-07-21 19:07:59.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46994) > >2014-07-21 19:08:00.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53253) > >2014-07-21 19:08:02.557 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:08:02.557 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:08:02.557 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:08:02.569 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:08:03.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51752) > >2014-07-21 19:08:03.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47046) > >2014-07-21 19:08:04.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53308) > >2014-07-21 19:08:07.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51804) > >2014-07-21 19:08:07.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47097) > >2014-07-21 19:08:08.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53360) > >2014-07-21 19:08:08.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:11.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51856) > >2014-07-21 19:08:11.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47148) > >2014-07-21 19:08:12.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53412) > >2014-07-21 19:08:14.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:15.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51910) > >2014-07-21 19:08:15.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47201) > >2014-07-21 19:08:16.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53464) > >2014-07-21 19:08:16.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:19.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51963) > >2014-07-21 19:08:19.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47256) > >2014-07-21 19:08:20.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53519) > >2014-07-21 19:08:20.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:20.819 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:23.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52017) > >2014-07-21 19:08:23.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47308) > >2014-07-21 19:08:24.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53572) > >2014-07-21 19:08:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:27.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52071) > >2014-07-21 19:08:27.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47363) > >2014-07-21 19:08:28.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53626) > >2014-07-21 19:08:31.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52122) > >2014-07-21 19:08:31.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47416) > >2014-07-21 19:08:32.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53682) > >2014-07-21 19:08:35.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52176) > >2014-07-21 19:08:35.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47467) > >2014-07-21 19:08:36.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53734) > >2014-07-21 19:08:38.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:39.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52228) > >2014-07-21 19:08:39.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47517) > >2014-07-21 19:08:40.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53786) > >2014-07-21 19:08:43.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52279) > >2014-07-21 19:08:43.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47568) > >2014-07-21 19:08:44.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53837) > >2014-07-21 19:08:44.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:46.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:47.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52335) > >2014-07-21 19:08:47.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47622) > >2014-07-21 19:08:48.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53890) > >2014-07-21 19:08:50.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:50.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:51.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52389) > >2014-07-21 19:08:51.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47674) > >2014-07-21 19:08:52.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53943) > >2014-07-21 19:08:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:08:55.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52443) > >2014-07-21 19:08:55.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47726) > >2014-07-21 19:08:56.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53996) > >2014-07-21 19:08:59.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52494) > >2014-07-21 19:08:59.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47778) > >2014-07-21 19:09:00.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54047) > >2014-07-21 19:09:03.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52545) > >2014-07-21 19:09:03.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47829) > >2014-07-21 19:09:04.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54098) > >2014-07-21 19:09:07.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52596) > >2014-07-21 19:09:07.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47879) > >2014-07-21 19:09:08.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54149) > >2014-07-21 19:09:08.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:11.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52648) > >2014-07-21 19:09:11.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47930) > >2014-07-21 19:09:12.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54201) > >2014-07-21 19:09:14.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:15.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52702) > >2014-07-21 19:09:15.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47983) > >2014-07-21 19:09:16.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54253) > >2014-07-21 19:09:16.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:19.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52755) > >2014-07-21 19:09:19.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48035) > >2014-07-21 19:09:20.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54305) > >2014-07-21 19:09:20.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:20.851 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:23.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52809) > >2014-07-21 19:09:23.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48087) > >2014-07-21 19:09:24.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54358) > >2014-07-21 19:09:24.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:27.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52864) > >2014-07-21 19:09:27.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48140) > >2014-07-21 19:09:28.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54415) > >2014-07-21 19:09:31.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52915) > >2014-07-21 19:09:31.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48191) > >2014-07-21 19:09:32.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54467) > >2014-07-21 19:09:35.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52967) > >2014-07-21 19:09:35.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48242) > >2014-07-21 19:09:36.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54519) > >2014-07-21 19:09:38.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:39.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53019) > >2014-07-21 19:09:39.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48293) > >2014-07-21 19:09:40.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54571) > >2014-07-21 19:09:43.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53070) > >2014-07-21 19:09:43.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48344) > >2014-07-21 19:09:44.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54622) > >2014-07-21 19:09:44.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:46.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:47.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53126) > >2014-07-21 19:09:47.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48398) > >2014-07-21 19:09:48.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54675) > >2014-07-21 19:09:50.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:50.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:51.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53180) > >2014-07-21 19:09:51.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48450) > >2014-07-21 19:09:52.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54730) > >2014-07-21 19:09:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:09:55.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53233) > >2014-07-21 19:09:55.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48503) > >2014-07-21 19:09:56.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54783) > >2014-07-21 19:09:59.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53287) > >2014-07-21 19:09:59.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48556) > >2014-07-21 19:10:00.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54841) > >2014-07-21 19:10:02.571 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:10:02.571 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:10:02.571 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:10:02.584 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:10:03.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53340) > >2014-07-21 19:10:03.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48608) > >2014-07-21 19:10:04.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54897) > >2014-07-21 19:10:07.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53392) > >2014-07-21 19:10:07.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48660) > >2014-07-21 19:10:08.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54949) > >2014-07-21 19:10:08.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:11.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53444) > >2014-07-21 19:10:11.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48711) > >2014-07-21 19:10:12.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55000) > >2014-07-21 19:10:14.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:15.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53498) > >2014-07-21 19:10:15.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48764) > >2014-07-21 19:10:16.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55052) > >2014-07-21 19:10:16.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:19.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53551) > >2014-07-21 19:10:19.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48819) > >2014-07-21 19:10:20.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55107) > >2014-07-21 19:10:20.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:20.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:23.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53605) > >2014-07-21 19:10:23.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48871) > >2014-07-21 19:10:24.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55160) > >2014-07-21 19:10:24.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:27.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53659) > >2014-07-21 19:10:27.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48925) > >2014-07-21 19:10:28.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55213) > >2014-07-21 19:10:31.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53710) > >2014-07-21 19:10:31.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48979) > >2014-07-21 19:10:32.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55270) > >2014-07-21 19:10:35.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53764) > >2014-07-21 19:10:35.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49030) > >2014-07-21 19:10:36.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55322) > >2014-07-21 19:10:38.885 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:39.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53816) > >2014-07-21 19:10:39.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49081) > >2014-07-21 19:10:40.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55374) > >2014-07-21 19:10:43.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53867) > >2014-07-21 19:10:43.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49132) > >2014-07-21 19:10:44.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55425) > >2014-07-21 19:10:44.287 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:46.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:47.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53923) > >2014-07-21 19:10:47.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49186) > >2014-07-21 19:10:48.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55478) > >2014-07-21 19:10:50.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:50.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:51.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53977) > >2014-07-21 19:10:51.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49238) > >2014-07-21 19:10:52.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55531) > >2014-07-21 19:10:54.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:10:55.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54031) > >2014-07-21 19:10:55.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49290) > >2014-07-21 19:10:56.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55584) > >2014-07-21 19:10:59.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54082) > >2014-07-21 19:10:59.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49342) > >2014-07-21 19:11:00.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55634) > >2014-07-21 19:11:03.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54133) > >2014-07-21 19:11:03.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49393) > >2014-07-21 19:11:04.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55685) > >2014-07-21 19:11:07.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54184) > >2014-07-21 19:11:07.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49444) > >2014-07-21 19:11:08.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55736) > >2014-07-21 19:11:08.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:11.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54236) > >2014-07-21 19:11:11.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49495) > >2014-07-21 19:11:12.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55788) > >2014-07-21 19:11:14.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:15.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54290) > >2014-07-21 19:11:15.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49548) > >2014-07-21 19:11:16.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55840) > >2014-07-21 19:11:16.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:19.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54343) > >2014-07-21 19:11:19.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49600) > >2014-07-21 19:11:20.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55891) > >2014-07-21 19:11:20.237 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:20.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:23.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54397) > >2014-07-21 19:11:23.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49652) > >2014-07-21 19:11:24.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55944) > >2014-07-21 19:11:24.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:27.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54452) > >2014-07-21 19:11:27.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49705) > >2014-07-21 19:11:28.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56001) > >2014-07-21 19:11:31.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54503) > >2014-07-21 19:11:31.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49756) > >2014-07-21 19:11:32.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56053) > >2014-07-21 19:11:35.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54555) > >2014-07-21 19:11:35.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49807) > >2014-07-21 19:11:36.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56105) > >2014-07-21 19:11:38.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:39.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54607) > >2014-07-21 19:11:39.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49858) > >2014-07-21 19:11:40.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56157) > >2014-07-21 19:11:43.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54658) > >2014-07-21 19:11:43.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49909) > >2014-07-21 19:11:44.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56208) > >2014-07-21 19:11:44.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:46.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:47.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54714) > >2014-07-21 19:11:47.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49963) > >2014-07-21 19:11:48.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56261) > >2014-07-21 19:11:50.237 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:50.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:51.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54768) > >2014-07-21 19:11:51.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50015) > >2014-07-21 19:11:52.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56316) > >2014-07-21 19:11:54.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:11:55.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54821) > >2014-07-21 19:11:55.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50068) > >2014-07-21 19:11:56.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56369) > >2014-07-21 19:11:59.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54875) > >2014-07-21 19:11:59.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50120) > >2014-07-21 19:12:00.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56427) > >2014-07-21 19:12:02.587 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:12:02.587 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:12:02.588 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:12:02.601 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:12:03.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54928) > >2014-07-21 19:12:03.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50173) > >2014-07-21 19:12:04.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56483) > >2014-07-21 19:12:07.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54979) > >2014-07-21 19:12:07.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50224) > >2014-07-21 19:12:08.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56534) > >2014-07-21 19:12:08.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:11.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55038) > >2014-07-21 19:12:11.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50284) > >2014-07-21 19:12:12.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56587) > >2014-07-21 19:12:14.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:15.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55092) > >2014-07-21 19:12:15.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50337) > >2014-07-21 19:12:16.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56639) > >2014-07-21 19:12:16.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:19.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55150) > >2014-07-21 19:12:19.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50402) > >2014-07-21 19:12:20.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:20.290 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 56696) > >2014-07-21 19:12:20.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:23.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55204) > >2014-07-21 19:12:23.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50454) > >2014-07-21 19:12:24.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56749) > >2014-07-21 19:12:24.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:27.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55258) > >2014-07-21 19:12:27.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50507) > >2014-07-21 19:12:28.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56801) > >2014-07-21 19:12:31.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55323) > >2014-07-21 19:12:31.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50573) > >2014-07-21 19:12:32.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56860) > >2014-07-21 19:12:35.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55381) > >2014-07-21 19:12:35.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50631) > >2014-07-21 19:12:36.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56918) > >2014-07-21 19:12:38.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:39.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55434) > >2014-07-21 19:12:39.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50682) > >2014-07-21 19:12:40.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56975) > >2014-07-21 19:12:43.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55489) > >2014-07-21 19:12:43.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50738) > >2014-07-21 19:12:44.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57026) > >2014-07-21 19:12:44.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:47.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55545) > >2014-07-21 19:12:47.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50791) > >2014-07-21 19:12:48.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57078) > >2014-07-21 19:12:50.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:51.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55598) > >2014-07-21 19:12:51.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50843) > >2014-07-21 19:12:52.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57130) > >2014-07-21 19:12:54.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:12:55.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55654) > >2014-07-21 19:12:55.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50895) > >2014-07-21 19:12:56.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57185) > >2014-07-21 19:12:59.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55705) > >2014-07-21 19:12:59.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50946) > >2014-07-21 19:13:00.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57236) > >2014-07-21 19:13:03.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55756) > >2014-07-21 19:13:03.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50997) > >2014-07-21 19:13:04.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57287) > >2014-07-21 19:13:07.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55807) > >2014-07-21 19:13:07.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51048) > >2014-07-21 19:13:08.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57338) > >2014-07-21 19:13:09.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:11.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55872) > >2014-07-21 19:13:11.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51113) > >2014-07-21 19:13:12.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57394) > >2014-07-21 19:13:14.890 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:15.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55924) > >2014-07-21 19:13:15.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51165) > >2014-07-21 19:13:16.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57446) > >2014-07-21 19:13:19.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55980) > >2014-07-21 19:13:19.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51217) > >2014-07-21 19:13:20.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:20.593 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 57563) > >2014-07-21 19:13:23.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56035) > >2014-07-21 19:13:23.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51269) > >2014-07-21 19:13:24.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:24.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57626) > >2014-07-21 19:13:27.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56089) > >2014-07-21 19:13:27.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51321) > >2014-07-21 19:13:28.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57682) > >2014-07-21 19:13:31.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56141) > >2014-07-21 19:13:31.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51373) > >2014-07-21 19:13:32.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57736) > >2014-07-21 19:13:35.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56193) > >2014-07-21 19:13:35.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51423) > >2014-07-21 19:13:36.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57789) > >2014-07-21 19:13:39.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:39.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56249) > >2014-07-21 19:13:39.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51484) > >2014-07-21 19:13:40.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57842) > >2014-07-21 19:13:43.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56302) > >2014-07-21 19:13:43.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51538) > >2014-07-21 19:13:44.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57893) > >2014-07-21 19:13:44.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:47.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56356) > >2014-07-21 19:13:47.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51591) > >2014-07-21 19:13:48.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57945) > >2014-07-21 19:13:50.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:51.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56413) > >2014-07-21 19:13:51.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51644) > >2014-07-21 19:13:52.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58003) > >2014-07-21 19:13:54.094 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:13:55.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56474) > >2014-07-21 19:13:55.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51707) > >2014-07-21 19:13:56.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58058) > >2014-07-21 19:13:59.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56527) > >2014-07-21 19:13:59.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51759) > >2014-07-21 19:14:00.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58116) > >2014-07-21 19:14:02.602 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:14:02.602 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:14:02.603 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:14:02.615 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:14:03.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56580) > >2014-07-21 19:14:03.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51811) > >2014-07-21 19:14:04.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58173) > >2014-07-21 19:14:07.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56631) > >2014-07-21 19:14:07.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51862) > >2014-07-21 19:14:08.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58225) > >2014-07-21 19:14:09.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:11.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56684) > >2014-07-21 19:14:11.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51913) > >2014-07-21 19:14:12.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58278) > >2014-07-21 19:14:14.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:15.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56737) > >2014-07-21 19:14:15.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51965) > >2014-07-21 19:14:16.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58330) > >2014-07-21 19:14:19.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56789) > >2014-07-21 19:14:19.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52020) > >2014-07-21 19:14:20.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:20.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58384) > >2014-07-21 19:14:23.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56842) > >2014-07-21 19:14:23.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52072) > >2014-07-21 19:14:24.119 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:24.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58437) > >2014-07-21 19:14:27.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56895) > >2014-07-21 19:14:28.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52124) > >2014-07-21 19:14:28.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58488) > >2014-07-21 19:14:31.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56946) > >2014-07-21 19:14:31.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52178) > >2014-07-21 19:14:32.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58546) > >2014-07-21 19:14:35.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57000) > >2014-07-21 19:14:35.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52229) > >2014-07-21 19:14:36.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58598) > >2014-07-21 19:14:39.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:39.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57063) > >2014-07-21 19:14:40.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52287) > >2014-07-21 19:14:40.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58652) > >2014-07-21 19:14:42.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52330) > >2014-07-21 19:14:42.174 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 19:14:42.221 29190 INFO neutron.wsgi [req-984e9e21-e483-44aa-95a2-e5a86a3a24c7 None] 192.168.0.8 - - [21/Jul/2014 19:14:42] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.048686 > >2014-07-21 19:14:43.827 29190 INFO neutron.wsgi [req-984e9e21-e483-44aa-95a2-e5a86a3a24c7 None] (29190) accepted ('192.168.0.6', 57128) > >2014-07-21 19:14:44.002 29190 INFO neutron.wsgi [req-984e9e21-e483-44aa-95a2-e5a86a3a24c7 None] (29190) accepted ('192.168.0.8', 52352) > >2014-07-21 19:14:44.376 29190 INFO neutron.wsgi [req-984e9e21-e483-44aa-95a2-e5a86a3a24c7 None] (29190) accepted ('192.168.0.7', 58705) > >2014-07-21 19:14:44.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:47.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57182) > >2014-07-21 19:14:48.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52405) > >2014-07-21 19:14:48.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58757) > >2014-07-21 19:14:50.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:51.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57235) > >2014-07-21 19:14:52.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52457) > >2014-07-21 19:14:52.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58809) > >2014-07-21 19:14:54.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:55.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57290) > >2014-07-21 19:14:56.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52513) > >2014-07-21 19:14:56.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58862) > >2014-07-21 19:14:57.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52536) > >2014-07-21 19:14:57.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:57.566 29190 INFO neutron.wsgi [req-3a7d51c9-9294-47ee-b9ed-ac5ea652b7c8 None] 192.168.0.8 - - [21/Jul/2014 19:14:57] "GET //v2.0/floatingips.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 208 0.014200 > >2014-07-21 19:14:57.763 29190 INFO neutron.wsgi [req-3a7d51c9-9294-47ee-b9ed-ac5ea652b7c8 None] (29190) accepted ('192.168.0.8', 52540) > >2014-07-21 19:14:57.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:14:57.775 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] 192.168.0.8 - - [21/Jul/2014 19:14:57] "GET //v2.0/quotas/b71810e8d8c24a58ad77409322eebe15.json HTTP/1.1" 200 324 0.011273 > >2014-07-21 19:14:59.838 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.6', 57361) > >2014-07-21 19:15:00.013 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.8', 52581) > >2014-07-21 19:15:00.387 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.7', 58922) > >2014-07-21 19:15:03.839 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.6', 57421) > >2014-07-21 19:15:04.036 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.8', 52646) > >2014-07-21 19:15:04.392 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.7', 58979) > >2014-07-21 19:15:07.851 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.6', 57473) > >2014-07-21 19:15:08.041 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.8', 52697) > >2014-07-21 19:15:08.394 29190 INFO neutron.wsgi [req-1095b6c9-7e96-4597-baf3-05353cfb16ed None] (29190) accepted ('192.168.0.7', 59029) > >2014-07-21 19:15:09.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:11.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57526) > >2014-07-21 19:15:12.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52748) > >2014-07-21 19:15:12.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59081) > >2014-07-21 19:15:14.954 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:15.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57583) > >2014-07-21 19:15:16.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52800) > >2014-07-21 19:15:16.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59133) > >2014-07-21 19:15:19.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57635) > >2014-07-21 19:15:20.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52853) > >2014-07-21 19:15:20.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:20.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59184) > >2014-07-21 19:15:23.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57690) > >2014-07-21 19:15:24.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52907) > >2014-07-21 19:15:24.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:24.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59243) > >2014-07-21 19:15:27.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57745) > >2014-07-21 19:15:28.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52961) > >2014-07-21 19:15:28.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59298) > >2014-07-21 19:15:31.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57798) > >2014-07-21 19:15:32.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53018) > >2014-07-21 19:15:32.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59349) > >2014-07-21 19:15:35.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57850) > >2014-07-21 19:15:36.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53069) > >2014-07-21 19:15:36.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59402) > >2014-07-21 19:15:39.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:39.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57903) > >2014-07-21 19:15:40.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53121) > >2014-07-21 19:15:40.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59454) > >2014-07-21 19:15:43.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57954) > >2014-07-21 19:15:44.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53172) > >2014-07-21 19:15:44.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59504) > >2014-07-21 19:15:44.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:47.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58007) > >2014-07-21 19:15:48.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53224) > >2014-07-21 19:15:48.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59555) > >2014-07-21 19:15:50.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:51.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58060) > >2014-07-21 19:15:52.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53276) > >2014-07-21 19:15:52.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59607) > >2014-07-21 19:15:54.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:15:55.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58113) > >2014-07-21 19:15:56.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53327) > >2014-07-21 19:15:56.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59660) > >2014-07-21 19:15:59.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58163) > >2014-07-21 19:16:00.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53379) > >2014-07-21 19:16:00.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59715) > >2014-07-21 19:16:02.617 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:16:02.617 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:16:02.618 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:16:03.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58211) > >2014-07-21 19:16:04.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53430) > >2014-07-21 19:16:04.424 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 19:16:04.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59771) > >2014-07-21 19:16:08.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53482) > >2014-07-21 19:16:08.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59823) > >2014-07-21 19:16:08.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58264) > >2014-07-21 19:16:12.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53531) > >2014-07-21 19:16:12.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59872) > >2014-07-21 19:16:12.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58314) > >2014-07-21 19:16:16.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53581) > >2014-07-21 19:16:16.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59922) > >2014-07-21 19:16:18.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58365) > >2014-07-21 19:16:18.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:19.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:19.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:21.637 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 53642) > >2014-07-21 19:16:21.638 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.7', 59996) > >2014-07-21 19:16:23.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:23.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:23.067 29190 INFO neutron.wsgi [req-c33908ad-dc7e-450d-b0de-f06691a45a4f None] (29190) accepted ('192.168.0.6', 58418) > >2014-07-21 19:16:23.067 29190 ERROR neutron.openstack.common.rpc.amqp [req-c33908ad-dc7e-450d-b0de-f06691a45a4f None] Exception during message handling >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 358, in commit >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp t[1].commit() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1195, in commit >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self._do_commit() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1226, in _do_commit >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self.connection._commit_impl() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 491, in _commit_impl >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self._handle_dbapi_exception(e, None, None, None, None) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 488, in _commit_impl >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp self.engine.dialect.do_commit(self.connection) >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/base.py", line 2030, in do_commit >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp dbapi_connection.commit() >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') None None >2014-07-21 19:16:23.067 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 19:16:24.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53697) > >2014-07-21 19:16:24.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60062) > >2014-07-21 19:16:24.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:26.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58470) > >2014-07-21 19:16:28.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53754) > >2014-07-21 19:16:28.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60119) > >2014-07-21 19:16:30.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58526) > >2014-07-21 19:16:32.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53815) > >2014-07-21 19:16:32.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60181) > >2014-07-21 19:16:34.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58581) > >2014-07-21 19:16:36.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53874) > >2014-07-21 19:16:36.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60248) > >2014-07-21 19:16:38.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58650) > >2014-07-21 19:16:39.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:40.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53937) > >2014-07-21 19:16:40.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60302) > >2014-07-21 19:16:42.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58705) > >2014-07-21 19:16:44.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53990) > >2014-07-21 19:16:44.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:44.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60361) > >2014-07-21 19:16:46.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58757) > >2014-07-21 19:16:46.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 19:16:48.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54048) > >2014-07-21 19:16:48.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60419) > >2014-07-21 19:16:50.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 19:16:50.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58811) > >2014-07-21 19:16:52.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54106) > >2014-07-21 19:16:52.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60476) > >2014-07-21 19:16:54.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58863) > >2014-07-21 19:16:54.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:16:56.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54166) > >2014-07-21 19:16:56.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60530) > >2014-07-21 19:16:58.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58918) > >2014-07-21 19:17:00.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54225) > >2014-07-21 19:17:00.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60583) > >2014-07-21 19:17:02.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58976) > >2014-07-21 19:17:04.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54288) > >2014-07-21 19:17:04.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60635) > >2014-07-21 19:17:06.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59031) > >2014-07-21 19:17:08.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54345) > >2014-07-21 19:17:08.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60686) > >2014-07-21 19:17:10.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59082) > >2014-07-21 19:17:12.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54406) > >2014-07-21 19:17:12.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60736) > >2014-07-21 19:17:14.558 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:17:14.953 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 59129) > >2014-07-21 19:17:16.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54467) > >2014-07-21 19:17:16.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60788) > >2014-07-21 19:17:18.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59181) > >2014-07-21 19:17:20.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54528) > >2014-07-21 19:17:20.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60839) > >2014-07-21 19:17:23.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:17:24.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 19:34:59.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 19:52:34.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 19:52:34.670 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54584) > >2014-07-21 19:52:34.670 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 60892) > >2014-07-21 19:52:34.671 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59238) > >2014-07-21 19:52:34.671 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54632) > >2014-07-21 19:52:34.671 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54649) > >2014-07-21 19:52:34.671 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 60949) > >2014-07-21 19:52:34.671 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59307) > >2014-07-21 19:52:34.672 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54707) > >2014-07-21 19:52:34.672 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 32771) > >2014-07-21 19:52:34.672 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59359) > >2014-07-21 19:52:34.672 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54767) > >2014-07-21 19:52:34.672 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 32824) > >2014-07-21 19:52:34.673 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59413) > >2014-07-21 19:52:34.673 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54829) > >2014-07-21 19:52:34.673 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 32876) > >2014-07-21 19:52:34.673 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59464) > >2014-07-21 19:52:34.673 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54884) > >2014-07-21 19:52:34.674 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 32928) > >2014-07-21 19:52:34.674 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59520) > >2014-07-21 19:52:34.674 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 54945) > >2014-07-21 19:52:34.674 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 32981) > >2014-07-21 19:52:34.674 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59571) > >2014-07-21 19:52:34.675 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55003) > >2014-07-21 19:52:34.675 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33033) > >2014-07-21 19:52:34.675 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59626) > >2014-07-21 19:52:34.676 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55055) > >2014-07-21 19:52:34.676 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33087) > >2014-07-21 19:52:34.676 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59689) > >2014-07-21 19:52:34.676 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55111) > >2014-07-21 19:52:34.676 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33144) > >2014-07-21 19:52:34.677 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59751) > >2014-07-21 19:52:34.677 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55166) > >2014-07-21 19:52:34.677 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33198) > >2014-07-21 19:52:34.677 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59814) > >2014-07-21 19:52:34.677 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55225) > >2014-07-21 19:52:34.678 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33254) > >2014-07-21 19:52:34.678 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59873) > >2014-07-21 19:52:34.678 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55278) > >2014-07-21 19:52:34.678 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33306) > >2014-07-21 19:52:34.678 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59933) > >2014-07-21 19:52:34.679 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55331) > >2014-07-21 19:52:34.679 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33358) > >2014-07-21 19:52:34.679 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 59990) > >2014-07-21 19:52:34.679 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55385) > >2014-07-21 19:52:34.679 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33412) > >2014-07-21 19:52:34.680 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60060) > >2014-07-21 19:52:34.680 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55438) > >2014-07-21 19:52:34.680 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33467) > >2014-07-21 19:52:34.680 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60122) > >2014-07-21 19:52:34.680 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55490) > >2014-07-21 19:52:34.681 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33519) > >2014-07-21 19:52:34.681 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60174) > >2014-07-21 19:52:34.681 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55543) > >2014-07-21 19:52:34.681 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33575) > >2014-07-21 19:52:34.681 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60230) > >2014-07-21 19:52:34.682 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55601) > >2014-07-21 19:52:34.682 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33632) > >2014-07-21 19:52:34.682 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60298) > >2014-07-21 19:52:34.682 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55653) > >2014-07-21 19:52:34.682 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33684) > >2014-07-21 19:52:34.683 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60352) > >2014-07-21 19:52:34.683 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55704) > >2014-07-21 19:52:34.683 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33735) > >2014-07-21 19:52:34.683 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60405) > >2014-07-21 19:52:34.683 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55755) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33788) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60460) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55807) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33840) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60513) > >2014-07-21 19:52:34.684 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55859) > >2014-07-21 19:52:34.685 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33893) > >2014-07-21 19:52:34.685 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60570) > >2014-07-21 19:52:34.685 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55911) > >2014-07-21 19:52:34.685 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33946) > >2014-07-21 19:52:34.685 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60624) > >2014-07-21 19:52:34.686 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 55963) > >2014-07-21 19:52:34.686 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 33998) > >2014-07-21 19:52:34.686 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60676) > >2014-07-21 19:52:34.686 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56015) > >2014-07-21 19:52:34.687 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34050) > >2014-07-21 19:52:34.687 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60728) > >2014-07-21 19:52:34.687 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56067) > >2014-07-21 19:52:34.687 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34102) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60785) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56119) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34154) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60836) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56170) > >2014-07-21 19:52:34.688 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34205) > >2014-07-21 19:52:34.689 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60891) > >2014-07-21 19:52:34.689 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56222) > >2014-07-21 19:52:34.689 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34257) > >2014-07-21 19:52:34.689 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60947) > >2014-07-21 19:52:34.689 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56274) > >2014-07-21 19:52:34.690 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34311) > >2014-07-21 19:52:34.690 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 60999) > >2014-07-21 19:52:34.690 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56326) > >2014-07-21 19:52:34.690 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34365) > >2014-07-21 19:52:34.690 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 32820) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56378) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34418) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 32873) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56430) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34471) > >2014-07-21 19:52:34.691 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 32925) > >2014-07-21 19:52:34.692 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56482) > >2014-07-21 19:52:34.692 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34523) > >2014-07-21 19:52:34.692 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 32984) > >2014-07-21 19:52:34.692 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56534) > >2014-07-21 19:52:34.693 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34577) > >2014-07-21 19:52:34.693 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33038) > >2014-07-21 19:52:34.693 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56585) > >2014-07-21 19:52:34.693 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34628) > >2014-07-21 19:52:34.693 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33090) > >2014-07-21 19:52:34.694 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56637) > >2014-07-21 19:52:34.694 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34683) > >2014-07-21 19:52:34.694 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33145) > >2014-07-21 19:52:34.694 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56689) > >2014-07-21 19:52:34.694 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34735) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33197) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56743) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34793) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33251) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56796) > >2014-07-21 19:52:34.695 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34849) > >2014-07-21 19:52:34.696 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 33307) > >2014-07-21 19:52:34.696 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 56848) > >2014-07-21 19:52:34.696 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 34901) > >2014-07-21 19:52:34.754 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 19:52:34.754 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 19:52:34.755 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 19:52:34.764 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 20:10:09.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 20:27:43.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2013, 'Lost connection to MySQL server during query') >2014-07-21 20:27:43.879 29190 ERROR neutron.openstack.common.rpc.common [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] AMQP server on 192.168.0.99:5672 is unreachable: Socket closed. Trying again in 1 seconds. >2014-07-21 20:27:43.880 29190 WARNING urllib3.connectionpool [-] Retrying (0 attempts remain) after connection broken by 'BadStatusLine("''",)': /v2.0/tokens >2014-07-21 20:27:43.880 29190 WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: HTTPConnectionPool(host='192.168.0.95', port=35357): Max retries exceeded with url: /v2.0/tokens >2014-07-21 20:27:43.880 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 53762) > >2014-07-21 20:27:43.881 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60460) > >2014-07-21 20:27:43.881 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58535) > >2014-07-21 20:27:43.881 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 53814) > >2014-07-21 20:27:43.881 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60515) > >2014-07-21 20:27:43.881 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58588) > >2014-07-21 20:27:43.882 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 53867) > >2014-07-21 20:27:43.882 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60572) > >2014-07-21 20:27:43.882 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58640) > >2014-07-21 20:27:43.882 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 53921) > >2014-07-21 20:27:43.883 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60628) > >2014-07-21 20:27:43.883 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58691) > >2014-07-21 20:27:43.883 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 53972) > >2014-07-21 20:27:43.883 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60681) > >2014-07-21 20:27:43.883 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58742) > >2014-07-21 20:27:43.884 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54023) > >2014-07-21 20:27:43.884 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60732) > >2014-07-21 20:27:43.884 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58795) > >2014-07-21 20:27:43.884 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54074) > >2014-07-21 20:27:43.885 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60785) > >2014-07-21 20:27:43.885 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58846) > >2014-07-21 20:27:43.885 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54125) > >2014-07-21 20:27:43.885 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60836) > >2014-07-21 20:27:43.885 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58898) > >2014-07-21 20:27:43.886 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54176) > >2014-07-21 20:27:43.886 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60889) > >2014-07-21 20:27:43.886 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 58950) > >2014-07-21 20:27:43.886 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54227) > >2014-07-21 20:27:43.886 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60940) > >2014-07-21 20:27:43.887 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59001) > >2014-07-21 20:27:43.887 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54278) > >2014-07-21 20:27:43.887 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 60991) > >2014-07-21 20:27:43.887 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59054) > >2014-07-21 20:27:43.888 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54329) > >2014-07-21 20:27:43.888 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 32812) > >2014-07-21 20:27:43.888 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59106) > >2014-07-21 20:27:43.888 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54380) > >2014-07-21 20:27:43.888 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 32863) > >2014-07-21 20:27:43.889 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59157) > >2014-07-21 20:27:43.889 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54431) > >2014-07-21 20:27:43.889 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 32914) > >2014-07-21 20:27:43.889 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59208) > >2014-07-21 20:27:43.889 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54482) > >2014-07-21 20:27:43.890 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 32967) > >2014-07-21 20:27:43.890 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59259) > >2014-07-21 20:27:43.890 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54533) > >2014-07-21 20:27:43.890 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33020) > >2014-07-21 20:27:43.891 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59310) > >2014-07-21 20:27:43.891 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54584) > >2014-07-21 20:27:43.891 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33071) > >2014-07-21 20:27:43.891 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59361) > >2014-07-21 20:27:43.891 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54635) > >2014-07-21 20:27:43.892 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33122) > >2014-07-21 20:27:43.892 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59413) > >2014-07-21 20:27:43.892 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54686) > >2014-07-21 20:27:43.892 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33176) > >2014-07-21 20:27:43.892 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59466) > >2014-07-21 20:27:43.893 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54737) > >2014-07-21 20:27:43.893 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33227) > >2014-07-21 20:27:43.893 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59517) > >2014-07-21 20:27:43.893 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54788) > >2014-07-21 20:27:43.893 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33278) > >2014-07-21 20:27:43.894 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59569) > >2014-07-21 20:27:43.894 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54839) > >2014-07-21 20:27:43.894 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33331) > >2014-07-21 20:27:43.894 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59620) > >2014-07-21 20:27:43.895 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54890) > >2014-07-21 20:27:43.895 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33382) > >2014-07-21 20:27:43.895 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59671) > >2014-07-21 20:27:43.895 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54942) > >2014-07-21 20:27:43.895 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33438) > >2014-07-21 20:27:43.896 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59725) > >2014-07-21 20:27:43.896 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54993) > >2014-07-21 20:27:43.896 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33491) > >2014-07-21 20:27:43.896 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59777) > >2014-07-21 20:27:43.897 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55044) > >2014-07-21 20:27:43.897 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33548) > >2014-07-21 20:27:43.897 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59829) > >2014-07-21 20:27:43.897 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55095) > >2014-07-21 20:27:43.897 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33603) > >2014-07-21 20:27:43.898 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59882) > >2014-07-21 20:27:43.898 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55149) > >2014-07-21 20:27:43.898 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33657) > >2014-07-21 20:27:43.898 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59933) > >2014-07-21 20:27:43.898 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55201) > >2014-07-21 20:27:43.899 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33709) > >2014-07-21 20:27:43.899 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59983) > >2014-07-21 20:27:43.899 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55252) > >2014-07-21 20:27:43.899 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33760) > >2014-07-21 20:27:43.899 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60034) > >2014-07-21 20:27:43.900 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55303) > >2014-07-21 20:27:43.900 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33810) > >2014-07-21 20:27:43.900 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60085) > >2014-07-21 20:27:43.901 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55354) > >2014-07-21 20:27:43.901 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33861) > >2014-07-21 20:27:43.901 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60136) > >2014-07-21 20:27:43.902 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55407) > >2014-07-21 20:27:43.902 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33918) > >2014-07-21 20:27:43.903 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60190) > >2014-07-21 20:27:43.906 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55460) > >2014-07-21 20:27:43.907 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 33974) > >2014-07-21 20:27:43.907 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60241) > >2014-07-21 20:27:43.907 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55511) > >2014-07-21 20:27:43.908 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34027) > >2014-07-21 20:27:43.908 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60292) > >2014-07-21 20:27:43.908 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55562) > >2014-07-21 20:27:43.909 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34078) > >2014-07-21 20:27:43.909 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60344) > >2014-07-21 20:27:43.910 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55612) > >2014-07-21 20:27:43.910 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34130) > >2014-07-21 20:27:43.910 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60395) > >2014-07-21 20:27:43.911 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55663) > >2014-07-21 20:27:43.911 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34181) > >2014-07-21 20:27:43.911 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60447) > >2014-07-21 20:27:43.911 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55714) > >2014-07-21 20:27:43.911 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34233) > >2014-07-21 20:27:43.912 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60499) > >2014-07-21 20:27:43.912 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55765) > >2014-07-21 20:27:43.912 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34284) > >2014-07-21 20:27:43.912 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60550) > >2014-07-21 20:27:43.912 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55816) > >2014-07-21 20:27:43.913 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34335) > >2014-07-21 20:27:43.913 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60604) > >2014-07-21 20:27:43.913 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55867) > >2014-07-21 20:27:43.913 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34390) > >2014-07-21 20:27:43.913 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60656) > >2014-07-21 20:27:43.914 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55918) > >2014-07-21 20:27:43.914 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 34441) > >2014-07-21 20:27:43.914 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 60707) > >2014-07-21 20:27:43.914 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 59986) > >2014-07-21 20:27:43.934 29190 ERROR neutron.openstack.common.rpc.amqp [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] Exception during message handling >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self._prepare_impl() >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self.session.flush() >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp return f(*args, **kwargs) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp return super(Session, self).flush(*args, **kwargs) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self._flush(objects) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp transaction.rollback(_capture_exception=True) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp flush_context.execute() >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp rec.execute(self) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp uow >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 59, in save_obj >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp mapper, table, update) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 495, in _emit_update_statements >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp execute(statement, params) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp params) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp compiled_sql, distilled_params >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 867, in _execute_context >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 324, in do_execute >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp cursor.execute(statement, parameters) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp self.errorhandler(self, exc, value) >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp raise errorclass, errorvalue >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (2006, 'MySQL server has gone away') 'UPDATE agents SET heartbeat_timestamp=%s WHERE agents.id = %s' (datetime.datetime(2014, 7, 21, 19, 17, 24, 61443), '2a98bf63-0d14-4dce-9281-6abd91365a30') >2014-07-21 20:27:43.934 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:27:43.977 29190 ERROR neutron.openstack.common.rpc.amqp [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] Exception during message handling >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self._prepare_impl() >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self.session.flush() >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp return f(*args, **kwargs) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp return super(Session, self).flush(*args, **kwargs) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self._flush(objects) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp transaction.rollback(_capture_exception=True) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp flush_context.execute() >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp rec.execute(self) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp uow >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 59, in save_obj >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp mapper, table, update) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 495, in _emit_update_statements >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp execute(statement, params) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp params) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp compiled_sql, distilled_params >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 867, in _execute_context >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 324, in do_execute >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp cursor.execute(statement, parameters) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp self.errorhandler(self, exc, value) >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp raise errorclass, errorvalue >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (2006, 'MySQL server has gone away') 'UPDATE agents SET heartbeat_timestamp=%s WHERE agents.id = %s' (datetime.datetime(2014, 7, 21, 19, 17, 24, 71841), 'dd2f1ce7-3e4a-4630-a47d-a50f0fd57311') >2014-07-21 20:27:43.977 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:27:43.979 29190 ERROR neutron.openstack.common.rpc.amqp [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] Exception during message handling >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self._prepare_impl() >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self.session.flush() >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp return f(*args, **kwargs) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp return super(Session, self).flush(*args, **kwargs) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self._flush(objects) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp transaction.rollback(_capture_exception=True) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp flush_context.execute() >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp rec.execute(self) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp uow >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 59, in save_obj >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp mapper, table, update) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 495, in _emit_update_statements >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp execute(statement, params) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp params) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp compiled_sql, distilled_params >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 867, in _execute_context >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 324, in do_execute >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp cursor.execute(statement, parameters) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp self.errorhandler(self, exc, value) >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp raise errorclass, errorvalue >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (2006, 'MySQL server has gone away') 'UPDATE agents SET heartbeat_timestamp=%s WHERE agents.id = %s' (datetime.datetime(2014, 7, 21, 19, 34, 59, 439200), '8403902d-a025-404b-831e-c8dfc24b79e3') >2014-07-21 20:27:43.979 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:27:44.804 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 52712) > >2014-07-21 20:27:44.808 29190 ERROR neutron.openstack.common.rpc.amqp [-] Exception during message handling >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 174, in _create_or_update_agent >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp greenthread.sleep(0) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 447, in __exit__ >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self.rollback() >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 444, in __exit__ >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self.commit() >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 354, in commit >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self._prepare_impl() >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 334, in _prepare_impl >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self.session.flush() >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 597, in _wrap >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp return f(*args, **kwargs) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/db/sqlalchemy/session.py", line 836, in flush >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp return super(Session, self).flush(*args, **kwargs) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1818, in flush >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self._flush(objects) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1936, in _flush >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp transaction.rollback(_capture_exception=True) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 58, in __exit__ >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp compat.reraise(exc_type, exc_value, exc_tb) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 1900, in _flush >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp flush_context.execute() >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 372, in execute >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp rec.execute(self) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 525, in execute >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp uow >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 59, in save_obj >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp mapper, table, update) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 495, in _emit_update_statements >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp execute(statement, params) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in execute >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp params) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 761, in _execute_clauseelement >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp compiled_sql, distilled_params >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1024, in _handle_dbapi_exception >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp exc_info >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 196, in raise_from_cause >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp reraise(type(exception), exception, tb=exc_tb) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 867, in _execute_context >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp context) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 324, in do_execute >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp cursor.execute(statement, parameters) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 174, in execute >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp self.errorhandler(self, exc, value) >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp raise errorclass, errorvalue >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp OperationalError: (OperationalError) (2006, 'MySQL server has gone away') 'UPDATE agents SET heartbeat_timestamp=%s WHERE agents.id = %s' (datetime.datetime(2014, 7, 21, 19, 52, 34, 779917), 'eb920597-c7d7-4065-b1c7-c216e4406c88') >2014-07-21 20:27:44.808 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:27:44.812 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 20:27:45.580 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-21 20:27:45.607 29190 INFO neutron.openstack.common.rpc.common [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:27:45.729 29190 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token >2014-07-21 20:27:45.729 29190 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token >2014-07-21 20:27:45.729 29190 INFO keystoneclient.middleware.auth_token [-] Invalid user token - rejecting request >2014-07-21 20:27:45.747 29190 INFO neutron.wsgi [-] Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 412, in handle_one_response > write(''.join(towrite)) > File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 354, in write > _writelines(towrite) > File "/usr/lib64/python2.7/socket.py", line 334, in writelines > self.flush() > File "/usr/lib64/python2.7/socket.py", line 303, in flush > self._sock.sendall(view[write_offset:write_offset+buffer_size]) > File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 309, in sendall > tail = self.send(data, flags) > File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 295, in send > total_sent += fd.send(data[total_sent:], flags) >error: [Errno 32] Broken pipe > > >2014-07-21 20:27:45.747 29190 INFO neutron.wsgi [-] 192.168.0.8 - - [21/Jul/2014 20:27:45] "GET //v2.0/subnets.json HTTP/1.1" 401 0 2110.983695 > >2014-07-21 20:27:45.906 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 57760) > >2014-07-21 20:27:47.209 29190 INFO neutron.openstack.common.rpc.common [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:27:48.103 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 60116) > >2014-07-21 20:27:48.103 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 52767) > >2014-07-21 20:27:50.155 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 57843) > >2014-07-21 20:27:52.211 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 60169) > >2014-07-21 20:27:52.211 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 52818) > >2014-07-21 20:27:53.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57896) > >2014-07-21 20:27:56.077 29190 ERROR neutron.openstack.common.rpc.amqp [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] Exception during message handling >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 159, in _create_or_update_agent >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp context, agent['agent_type'], agent['host']) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 136, in _get_agent_by_type_and_host >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp Agent.host == host).one() >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2310, in one >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp ret = list(self) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2353, in __iter__ >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp return self._execute_and_instances(context) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2366, in _execute_and_instances >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp close_with_result=True) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2357, in _connection_from_session >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp **kw) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 799, in connection >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp close_with_result=close_with_result) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 803, in _connection_for_bind >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp return self.transaction._connection_for_bind(engine) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 299, in _connection_for_bind >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp conn = bind.contextual_connect() >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1661, in contextual_connect >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp self.pool.connect(), >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 272, in connect >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp return _ConnectionFairy(self).checkout() >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 431, in __init__ >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp rec = self._connection_record = pool._do_get() >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 768, in _do_get >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp (self.size(), self.overflow(), self._timeout)) >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp TimeoutError: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10 >2014-07-21 20:27:56.077 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:27:56.366 29190 INFO neutron.wsgi [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] (29190) accepted ('192.168.0.7', 60220) > >2014-07-21 20:27:56.366 29190 INFO neutron.wsgi [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] (29190) accepted ('192.168.0.8', 52869) > >2014-07-21 20:27:57.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57948) > >2014-07-21 20:28:00.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60272) > >2014-07-21 20:28:00.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52920) > >2014-07-21 20:28:02.548 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 57999) > >2014-07-21 20:28:03.446 29190 ERROR neutron.openstack.common.rpc.amqp [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] Exception during message handling >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp Traceback (most recent call last): >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/amqp.py", line 462, in _process_data >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp **args) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/common/rpc.py", line 45, in dispatch >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp neutron_ctxt, version, method, namespace, **kwargs) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp result = getattr(proxyobj, method)(ctxt, **kwargs) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 219, in report_state >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp self.plugin.create_or_update_agent(context, agent_state) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 180, in create_or_update_agent >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp return self._create_or_update_agent(context, agent) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 159, in _create_or_update_agent >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp context, agent['agent_type'], agent['host']) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/neutron/db/agents_db.py", line 136, in _get_agent_by_type_and_host >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp Agent.host == host).one() >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2310, in one >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp ret = list(self) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2353, in __iter__ >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp return self._execute_and_instances(context) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2366, in _execute_and_instances >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp close_with_result=True) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 2357, in _connection_from_session >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp **kw) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 799, in connection >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp close_with_result=close_with_result) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 803, in _connection_for_bind >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp return self.transaction._connection_for_bind(engine) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 299, in _connection_for_bind >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp conn = bind.contextual_connect() >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1661, in contextual_connect >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp self.pool.connect(), >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 272, in connect >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp return _ConnectionFairy(self).checkout() >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 431, in __init__ >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp rec = self._connection_record = pool._do_get() >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 768, in _do_get >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp (self.size(), self.overflow(), self._timeout)) >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp TimeoutError: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10 >2014-07-21 20:28:03.446 29190 TRACE neutron.openstack.common.rpc.amqp >2014-07-21 20:28:04.181 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 60324) > >2014-07-21 20:28:04.181 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 52971) > >2014-07-21 20:28:05.947 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 58053) > >2014-07-21 20:28:07.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60380) > >2014-07-21 20:28:08.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53023) > >2014-07-21 20:28:09.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58107) > >2014-07-21 20:28:11.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60433) > >2014-07-21 20:28:12.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53074) > >2014-07-21 20:28:13.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58159) > >2014-07-21 20:28:15.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60487) > >2014-07-21 20:28:16.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53125) > >2014-07-21 20:28:17.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58212) > >2014-07-21 20:28:19.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60540) > >2014-07-21 20:28:20.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53176) > >2014-07-21 20:28:21.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58264) > >2014-07-21 20:28:23.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60597) > >2014-07-21 20:28:24.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53229) > >2014-07-21 20:28:25.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58317) > >2014-07-21 20:28:27.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60651) > >2014-07-21 20:28:28.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53280) > >2014-07-21 20:28:29.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58369) > >2014-07-21 20:28:31.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60704) > >2014-07-21 20:28:32.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53331) > >2014-07-21 20:28:33.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58420) > >2014-07-21 20:28:35.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60755) > >2014-07-21 20:28:36.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53382) > >2014-07-21 20:28:37.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58471) > >2014-07-21 20:28:39.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60807) > >2014-07-21 20:28:40.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53434) > >2014-07-21 20:28:41.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58522) > >2014-07-21 20:28:43.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60858) > >2014-07-21 20:28:44.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53485) > >2014-07-21 20:28:44.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:28:45.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58574) > >2014-07-21 20:28:46.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:28:47.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60913) > >2014-07-21 20:28:48.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53537) > >2014-07-21 20:28:49.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58626) > >2014-07-21 20:28:50.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:28:51.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60968) > >2014-07-21 20:28:52.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53590) > >2014-07-21 20:28:53.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58678) > >2014-07-21 20:28:55.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32787) > >2014-07-21 20:28:56.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53643) > >2014-07-21 20:28:57.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58730) > >2014-07-21 20:28:57.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:28:59.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32842) > >2014-07-21 20:29:00.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53694) > >2014-07-21 20:29:01.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58784) > >2014-07-21 20:29:03.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32894) > >2014-07-21 20:29:04.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53746) > >2014-07-21 20:29:05.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58835) > >2014-07-21 20:29:07.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32948) > >2014-07-21 20:29:08.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53796) > >2014-07-21 20:29:09.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58888) > >2014-07-21 20:29:11.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33002) > >2014-07-21 20:29:12.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53847) > >2014-07-21 20:29:13.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58939) > >2014-07-21 20:29:14.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:15.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33054) > >2014-07-21 20:29:16.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53898) > >2014-07-21 20:29:16.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:17.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58993) > >2014-07-21 20:29:19.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33107) > >2014-07-21 20:29:20.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53949) > >2014-07-21 20:29:20.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:21.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59045) > >2014-07-21 20:29:23.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33159) > >2014-07-21 20:29:24.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54000) > >2014-07-21 20:29:25.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59097) > >2014-07-21 20:29:27.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:27.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33213) > >2014-07-21 20:29:28.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54051) > >2014-07-21 20:29:29.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59149) > >2014-07-21 20:29:31.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33267) > >2014-07-21 20:29:32.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54103) > >2014-07-21 20:29:33.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59200) > >2014-07-21 20:29:35.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33319) > >2014-07-21 20:29:36.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54154) > >2014-07-21 20:29:37.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59252) > >2014-07-21 20:29:39.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33370) > >2014-07-21 20:29:40.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54205) > >2014-07-21 20:29:41.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59303) > >2014-07-21 20:29:43.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33421) > >2014-07-21 20:29:44.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54256) > >2014-07-21 20:29:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:45.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59355) > >2014-07-21 20:29:46.948 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:47.212 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:29:47.212 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:29:47.213 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:29:47.225 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:29:47.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33478) > >2014-07-21 20:29:48.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54307) > >2014-07-21 20:29:49.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59409) > >2014-07-21 20:29:50.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:29:51.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33531) > >2014-07-21 20:29:52.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54358) > >2014-07-21 20:29:53.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59462) > >2014-07-21 20:29:56.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33582) > >2014-07-21 20:29:56.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54409) > >2014-07-21 20:29:57.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59515) > >2014-07-21 20:29:57.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:00.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33636) > >2014-07-21 20:30:00.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54460) > >2014-07-21 20:30:01.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59567) > >2014-07-21 20:30:04.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33687) > >2014-07-21 20:30:04.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54511) > >2014-07-21 20:30:05.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59618) > >2014-07-21 20:30:08.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33740) > >2014-07-21 20:30:08.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54563) > >2014-07-21 20:30:09.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59671) > >2014-07-21 20:30:12.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33793) > >2014-07-21 20:30:12.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54614) > >2014-07-21 20:30:13.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59723) > >2014-07-21 20:30:14.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:16.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33848) > >2014-07-21 20:30:16.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54665) > >2014-07-21 20:30:16.948 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:17.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59778) > >2014-07-21 20:30:20.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33902) > >2014-07-21 20:30:20.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54715) > >2014-07-21 20:30:20.513 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:21.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59830) > >2014-07-21 20:30:24.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33960) > >2014-07-21 20:30:24.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54768) > >2014-07-21 20:30:25.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59882) > >2014-07-21 20:30:27.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:28.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34013) > >2014-07-21 20:30:28.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54819) > >2014-07-21 20:30:29.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59935) > >2014-07-21 20:30:32.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34067) > >2014-07-21 20:30:32.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54870) > >2014-07-21 20:30:33.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59986) > >2014-07-21 20:30:36.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34118) > >2014-07-21 20:30:36.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54921) > >2014-07-21 20:30:37.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60037) > >2014-07-21 20:30:40.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34170) > >2014-07-21 20:30:40.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54973) > >2014-07-21 20:30:41.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60088) > >2014-07-21 20:30:44.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34221) > >2014-07-21 20:30:44.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:44.189 29190 INFO neutron.wsgi [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] (29190) accepted ('192.168.0.8', 55024) > >2014-07-21 20:30:45.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60140) > >2014-07-21 20:30:46.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:48.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34275) > >2014-07-21 20:30:48.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55076) > >2014-07-21 20:30:49.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60193) > >2014-07-21 20:30:50.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:52.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34331) > >2014-07-21 20:30:52.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55129) > >2014-07-21 20:30:53.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60245) > >2014-07-21 20:30:56.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34384) > >2014-07-21 20:30:56.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55182) > >2014-07-21 20:30:57.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:30:58.017 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 60296) > >2014-07-21 20:31:00.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34438) > >2014-07-21 20:31:00.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55233) > >2014-07-21 20:31:01.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60350) > >2014-07-21 20:31:04.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34490) > >2014-07-21 20:31:04.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55285) > >2014-07-21 20:31:05.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60401) > >2014-07-21 20:31:08.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34543) > >2014-07-21 20:31:08.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55336) > >2014-07-21 20:31:09.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60453) > >2014-07-21 20:31:12.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34597) > >2014-07-21 20:31:12.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55387) > >2014-07-21 20:31:13.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60504) > >2014-07-21 20:31:14.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:16.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34649) > >2014-07-21 20:31:16.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55438) > >2014-07-21 20:31:16.983 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:17.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60557) > >2014-07-21 20:31:20.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34701) > >2014-07-21 20:31:20.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55489) > >2014-07-21 20:31:20.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:21.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60609) > >2014-07-21 20:31:24.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34753) > >2014-07-21 20:31:24.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55540) > >2014-07-21 20:31:26.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60661) > >2014-07-21 20:31:28.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:28.074 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 34807) > >2014-07-21 20:31:28.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55591) > >2014-07-21 20:31:30.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60713) > >2014-07-21 20:31:32.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34859) > >2014-07-21 20:31:32.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55642) > >2014-07-21 20:31:34.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60764) > >2014-07-21 20:31:36.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34913) > >2014-07-21 20:31:36.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55693) > >2014-07-21 20:31:38.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60816) > >2014-07-21 20:31:40.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34963) > >2014-07-21 20:31:40.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55744) > >2014-07-21 20:31:42.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60867) > >2014-07-21 20:31:44.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35014) > >2014-07-21 20:31:44.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:44.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55794) > >2014-07-21 20:31:46.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60919) > >2014-07-21 20:31:46.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:47.228 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:31:47.228 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:31:47.229 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:31:47.241 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:31:48.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35071) > >2014-07-21 20:31:48.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55845) > >2014-07-21 20:31:50.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60973) > >2014-07-21 20:31:50.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:31:52.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35124) > >2014-07-21 20:31:52.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55896) > >2014-07-21 20:31:54.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32793) > >2014-07-21 20:31:56.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35175) > >2014-07-21 20:31:56.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55947) > >2014-07-21 20:31:58.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32845) > >2014-07-21 20:31:58.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:00.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35228) > >2014-07-21 20:32:00.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55998) > >2014-07-21 20:32:02.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32897) > >2014-07-21 20:32:04.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35279) > >2014-07-21 20:32:04.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56049) > >2014-07-21 20:32:06.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32948) > >2014-07-21 20:32:08.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35332) > >2014-07-21 20:32:08.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56101) > >2014-07-21 20:32:10.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33001) > >2014-07-21 20:32:12.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35385) > >2014-07-21 20:32:12.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56152) > >2014-07-21 20:32:14.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33053) > >2014-07-21 20:32:14.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:16.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35440) > >2014-07-21 20:32:16.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56203) > >2014-07-21 20:32:16.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:18.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33109) > >2014-07-21 20:32:20.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35496) > >2014-07-21 20:32:20.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56254) > >2014-07-21 20:32:20.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:22.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33162) > >2014-07-21 20:32:24.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35554) > >2014-07-21 20:32:24.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56307) > >2014-07-21 20:32:26.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33213) > >2014-07-21 20:32:28.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:28.098 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 35606) > >2014-07-21 20:32:28.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56358) > >2014-07-21 20:32:30.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33265) > >2014-07-21 20:32:32.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35657) > >2014-07-21 20:32:32.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56409) > >2014-07-21 20:32:34.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33316) > >2014-07-21 20:32:36.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35710) > >2014-07-21 20:32:36.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56460) > >2014-07-21 20:32:38.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33367) > >2014-07-21 20:32:40.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35761) > >2014-07-21 20:32:40.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56511) > >2014-07-21 20:32:42.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33418) > >2014-07-21 20:32:44.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35813) > >2014-07-21 20:32:44.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:44.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56563) > >2014-07-21 20:32:46.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33470) > >2014-07-21 20:32:47.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:48.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35868) > >2014-07-21 20:32:48.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56615) > >2014-07-21 20:32:50.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33523) > >2014-07-21 20:32:50.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:32:52.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35922) > >2014-07-21 20:32:52.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56668) > >2014-07-21 20:32:54.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33575) > >2014-07-21 20:32:56.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35976) > >2014-07-21 20:32:56.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56721) > >2014-07-21 20:32:58.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33627) > >2014-07-21 20:32:58.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:00.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36029) > >2014-07-21 20:33:00.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56772) > >2014-07-21 20:33:02.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33681) > >2014-07-21 20:33:04.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36083) > >2014-07-21 20:33:04.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56824) > >2014-07-21 20:33:06.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33732) > >2014-07-21 20:33:08.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36138) > >2014-07-21 20:33:08.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56875) > >2014-07-21 20:33:10.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33786) > >2014-07-21 20:33:12.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36192) > >2014-07-21 20:33:12.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56926) > >2014-07-21 20:33:14.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33837) > >2014-07-21 20:33:14.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:16.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36244) > >2014-07-21 20:33:16.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56977) > >2014-07-21 20:33:17.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:18.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33891) > >2014-07-21 20:33:20.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36297) > >2014-07-21 20:33:20.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57028) > >2014-07-21 20:33:20.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:22.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33943) > >2014-07-21 20:33:24.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36349) > >2014-07-21 20:33:24.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57079) > >2014-07-21 20:33:26.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33994) > >2014-07-21 20:33:28.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:28.155 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 36404) > >2014-07-21 20:33:28.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57130) > >2014-07-21 20:33:30.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34047) > >2014-07-21 20:33:32.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36456) > >2014-07-21 20:33:32.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57181) > >2014-07-21 20:33:34.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34098) > >2014-07-21 20:33:36.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36509) > >2014-07-21 20:33:36.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57232) > >2014-07-21 20:33:38.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34149) > >2014-07-21 20:33:40.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36561) > >2014-07-21 20:33:40.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57283) > >2014-07-21 20:33:42.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34200) > >2014-07-21 20:33:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:44.158 29190 INFO neutron.wsgi [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] (29190) accepted ('192.168.0.7', 36612) > >2014-07-21 20:33:44.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57334) > >2014-07-21 20:33:46.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34252) > >2014-07-21 20:33:47.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:47.243 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:33:47.243 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:33:47.244 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:33:47.255 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:33:48.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36669) > >2014-07-21 20:33:48.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57385) > >2014-07-21 20:33:50.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34306) > >2014-07-21 20:33:50.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:33:52.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36722) > >2014-07-21 20:33:52.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57436) > >2014-07-21 20:33:54.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34359) > >2014-07-21 20:33:56.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36773) > >2014-07-21 20:33:56.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57487) > >2014-07-21 20:33:58.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34411) > >2014-07-21 20:33:58.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:00.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36826) > >2014-07-21 20:34:00.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57538) > >2014-07-21 20:34:02.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34463) > >2014-07-21 20:34:04.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36877) > >2014-07-21 20:34:04.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57589) > >2014-07-21 20:34:06.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34514) > >2014-07-21 20:34:08.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36930) > >2014-07-21 20:34:08.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57641) > >2014-07-21 20:34:10.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34567) > >2014-07-21 20:34:12.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36983) > >2014-07-21 20:34:12.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57692) > >2014-07-21 20:34:14.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34619) > >2014-07-21 20:34:14.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:16.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37038) > >2014-07-21 20:34:16.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57743) > >2014-07-21 20:34:17.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:18.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34675) > >2014-07-21 20:34:20.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37093) > >2014-07-21 20:34:20.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57794) > >2014-07-21 20:34:20.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:22.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34727) > >2014-07-21 20:34:24.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37151) > >2014-07-21 20:34:24.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57847) > >2014-07-21 20:34:26.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34778) > >2014-07-21 20:34:28.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:28.187 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 37204) > >2014-07-21 20:34:28.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57898) > >2014-07-21 20:34:30.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34833) > >2014-07-21 20:34:32.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37257) > >2014-07-21 20:34:32.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57949) > >2014-07-21 20:34:34.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34883) > >2014-07-21 20:34:36.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37309) > >2014-07-21 20:34:36.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58000) > >2014-07-21 20:34:38.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34935) > >2014-07-21 20:34:40.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37362) > >2014-07-21 20:34:40.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58051) > >2014-07-21 20:34:42.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34988) > >2014-07-21 20:34:44.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:44.221 29190 INFO neutron.wsgi [req-7f4df13d-472f-4a3c-bc6c-9b0eaeff1acb None] (29190) accepted ('192.168.0.7', 37415) > >2014-07-21 20:34:44.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58103) > >2014-07-21 20:34:46.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35040) > >2014-07-21 20:34:47.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:48.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37469) > >2014-07-21 20:34:48.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58155) > >2014-07-21 20:34:50.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35093) > >2014-07-21 20:34:50.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:34:52.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37524) > >2014-07-21 20:34:52.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58208) > >2014-07-21 20:34:54.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35145) > >2014-07-21 20:34:56.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37578) > >2014-07-21 20:34:56.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58261) > >2014-07-21 20:34:58.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35196) > >2014-07-21 20:34:58.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:00.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37630) > >2014-07-21 20:35:00.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58311) > >2014-07-21 20:35:02.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35250) > >2014-07-21 20:35:04.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37683) > >2014-07-21 20:35:04.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58362) > >2014-07-21 20:35:06.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35301) > >2014-07-21 20:35:08.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37738) > >2014-07-21 20:35:08.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58414) > >2014-07-21 20:35:10.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35353) > >2014-07-21 20:35:12.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37792) > >2014-07-21 20:35:12.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58465) > >2014-07-21 20:35:14.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35405) > >2014-07-21 20:35:14.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:16.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37844) > >2014-07-21 20:35:16.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58516) > >2014-07-21 20:35:17.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:18.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35459) > >2014-07-21 20:35:20.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37897) > >2014-07-21 20:35:20.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58567) > >2014-07-21 20:35:20.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:22.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35512) > >2014-07-21 20:35:24.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37949) > >2014-07-21 20:35:24.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58618) > >2014-07-21 20:35:26.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35566) > >2014-07-21 20:35:28.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:28.264 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 38004) > >2014-07-21 20:35:28.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58671) > >2014-07-21 20:35:30.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35621) > >2014-07-21 20:35:32.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38060) > >2014-07-21 20:35:32.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58722) > >2014-07-21 20:35:34.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35673) > >2014-07-21 20:35:36.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38111) > >2014-07-21 20:35:36.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58773) > >2014-07-21 20:35:38.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35725) > >2014-07-21 20:35:40.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38163) > >2014-07-21 20:35:40.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58824) > >2014-07-21 20:35:42.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35776) > >2014-07-21 20:35:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:44.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38214) > >2014-07-21 20:35:44.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58875) > >2014-07-21 20:35:46.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35828) > >2014-07-21 20:35:47.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:47.257 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:35:47.257 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:35:47.258 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:35:47.270 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:35:48.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38271) > >2014-07-21 20:35:48.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58926) > >2014-07-21 20:35:50.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35882) > >2014-07-21 20:35:50.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:35:52.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38324) > >2014-07-21 20:35:52.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58977) > >2014-07-21 20:35:54.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35935) > >2014-07-21 20:35:56.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38375) > >2014-07-21 20:35:56.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59028) > >2014-07-21 20:35:58.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35986) > >2014-07-21 20:35:58.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:00.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38427) > >2014-07-21 20:36:00.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59079) > >2014-07-21 20:36:02.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36038) > >2014-07-21 20:36:04.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38478) > >2014-07-21 20:36:04.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59130) > >2014-07-21 20:36:06.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36089) > >2014-07-21 20:36:08.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38532) > >2014-07-21 20:36:08.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59182) > >2014-07-21 20:36:10.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36143) > >2014-07-21 20:36:12.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38585) > >2014-07-21 20:36:12.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59232) > >2014-07-21 20:36:14.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:14.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36195) > >2014-07-21 20:36:16.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38637) > >2014-07-21 20:36:16.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59283) > >2014-07-21 20:36:17.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:18.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36250) > >2014-07-21 20:36:20.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38694) > >2014-07-21 20:36:20.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59334) > >2014-07-21 20:36:20.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:22.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36302) > >2014-07-21 20:36:24.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38752) > >2014-07-21 20:36:24.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59387) > >2014-07-21 20:36:26.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36353) > >2014-07-21 20:36:28.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:28.284 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 38805) > >2014-07-21 20:36:28.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59438) > >2014-07-21 20:36:30.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36408) > >2014-07-21 20:36:32.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38858) > >2014-07-21 20:36:32.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59489) > >2014-07-21 20:36:34.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36459) > >2014-07-21 20:36:36.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38911) > >2014-07-21 20:36:36.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59540) > >2014-07-21 20:36:38.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36510) > >2014-07-21 20:36:40.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38962) > >2014-07-21 20:36:40.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59591) > >2014-07-21 20:36:42.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36561) > >2014-07-21 20:36:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:44.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39014) > >2014-07-21 20:36:44.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59643) > >2014-07-21 20:36:46.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36613) > >2014-07-21 20:36:47.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:48.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39067) > >2014-07-21 20:36:48.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59694) > >2014-07-21 20:36:50.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36666) > >2014-07-21 20:36:50.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:36:52.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39123) > >2014-07-21 20:36:52.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59747) > >2014-07-21 20:36:54.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36718) > >2014-07-21 20:36:56.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39177) > >2014-07-21 20:36:56.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59801) > >2014-07-21 20:36:58.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36769) > >2014-07-21 20:36:58.287 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:00.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39229) > >2014-07-21 20:37:00.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59852) > >2014-07-21 20:37:02.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36821) > >2014-07-21 20:37:04.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39282) > >2014-07-21 20:37:04.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59903) > >2014-07-21 20:37:06.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36874) > >2014-07-21 20:37:08.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39337) > >2014-07-21 20:37:08.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59955) > >2014-07-21 20:37:10.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36926) > >2014-07-21 20:37:12.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39390) > >2014-07-21 20:37:12.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60006) > >2014-07-21 20:37:14.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:14.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36979) > >2014-07-21 20:37:16.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39444) > >2014-07-21 20:37:16.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60057) > >2014-07-21 20:37:17.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:18.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37032) > >2014-07-21 20:37:20.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39496) > >2014-07-21 20:37:20.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60108) > >2014-07-21 20:37:20.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:22.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37084) > >2014-07-21 20:37:24.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39548) > >2014-07-21 20:37:24.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60159) > >2014-07-21 20:37:26.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37135) > >2014-07-21 20:37:28.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39601) > >2014-07-21 20:37:28.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:28.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60210) > >2014-07-21 20:37:30.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37187) > >2014-07-21 20:37:32.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39653) > >2014-07-21 20:37:32.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60261) > >2014-07-21 20:37:34.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37238) > >2014-07-21 20:37:36.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39705) > >2014-07-21 20:37:36.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60312) > >2014-07-21 20:37:38.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37289) > >2014-07-21 20:37:40.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39757) > >2014-07-21 20:37:40.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60363) > >2014-07-21 20:37:42.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37341) > >2014-07-21 20:37:44.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:44.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39808) > >2014-07-21 20:37:44.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60414) > >2014-07-21 20:37:46.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37393) > >2014-07-21 20:37:47.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:47.273 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:37:47.273 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:37:47.273 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:37:47.286 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:37:48.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39865) > >2014-07-21 20:37:48.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60465) > >2014-07-21 20:37:50.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37447) > >2014-07-21 20:37:50.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:37:52.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39918) > >2014-07-21 20:37:52.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60516) > >2014-07-21 20:37:54.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37500) > >2014-07-21 20:37:56.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39969) > >2014-07-21 20:37:56.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60567) > >2014-07-21 20:37:58.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37551) > >2014-07-21 20:37:58.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:00.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40022) > >2014-07-21 20:38:00.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60618) > >2014-07-21 20:38:02.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37602) > >2014-07-21 20:38:04.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40072) > >2014-07-21 20:38:04.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60669) > >2014-07-21 20:38:06.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37653) > >2014-07-21 20:38:08.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40125) > >2014-07-21 20:38:08.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60720) > >2014-07-21 20:38:10.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37706) > >2014-07-21 20:38:12.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40178) > >2014-07-21 20:38:12.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60771) > >2014-07-21 20:38:14.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:14.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37758) > >2014-07-21 20:38:16.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40230) > >2014-07-21 20:38:16.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60822) > >2014-07-21 20:38:17.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:18.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37814) > >2014-07-21 20:38:20.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40288) > >2014-07-21 20:38:20.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60873) > >2014-07-21 20:38:20.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:22.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37866) > >2014-07-21 20:38:24.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40342) > >2014-07-21 20:38:24.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60926) > >2014-07-21 20:38:26.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37917) > >2014-07-21 20:38:28.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40399) > >2014-07-21 20:38:28.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:28.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60977) > >2014-07-21 20:38:30.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37972) > >2014-07-21 20:38:32.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40452) > >2014-07-21 20:38:32.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32795) > >2014-07-21 20:38:34.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38023) > >2014-07-21 20:38:36.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40505) > >2014-07-21 20:38:36.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32846) > >2014-07-21 20:38:38.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38074) > >2014-07-21 20:38:40.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40556) > >2014-07-21 20:38:40.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32897) > >2014-07-21 20:38:42.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38125) > >2014-07-21 20:38:44.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:44.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40607) > >2014-07-21 20:38:44.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32949) > >2014-07-21 20:38:46.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38177) > >2014-07-21 20:38:47.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:48.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40661) > >2014-07-21 20:38:48.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33000) > >2014-07-21 20:38:50.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38229) > >2014-07-21 20:38:50.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:38:52.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40716) > >2014-07-21 20:38:52.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33052) > >2014-07-21 20:38:54.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38282) > >2014-07-21 20:38:56.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40769) > >2014-07-21 20:38:56.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33106) > >2014-07-21 20:38:58.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38333) > >2014-07-21 20:38:58.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:00.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40823) > >2014-07-21 20:39:00.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33158) > >2014-07-21 20:39:02.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38385) > >2014-07-21 20:39:04.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40876) > >2014-07-21 20:39:04.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33209) > >2014-07-21 20:39:06.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38438) > >2014-07-21 20:39:08.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40929) > >2014-07-21 20:39:08.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33261) > >2014-07-21 20:39:10.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38490) > >2014-07-21 20:39:12.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40983) > >2014-07-21 20:39:12.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33312) > >2014-07-21 20:39:14.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:14.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38542) > >2014-07-21 20:39:16.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41037) > >2014-07-21 20:39:16.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33363) > >2014-07-21 20:39:17.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:18.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38595) > >2014-07-21 20:39:20.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41090) > >2014-07-21 20:39:20.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33414) > >2014-07-21 20:39:20.627 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:22.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38647) > >2014-07-21 20:39:24.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41142) > >2014-07-21 20:39:24.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33465) > >2014-07-21 20:39:26.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38698) > >2014-07-21 20:39:28.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41196) > >2014-07-21 20:39:28.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:28.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33516) > >2014-07-21 20:39:30.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38753) > >2014-07-21 20:39:32.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41250) > >2014-07-21 20:39:32.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33567) > >2014-07-21 20:39:34.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38804) > >2014-07-21 20:39:36.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41303) > >2014-07-21 20:39:36.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33618) > >2014-07-21 20:39:38.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38855) > >2014-07-21 20:39:40.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41355) > >2014-07-21 20:39:40.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33669) > >2014-07-21 20:39:42.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38907) > >2014-07-21 20:39:44.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:44.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41407) > >2014-07-21 20:39:44.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33720) > >2014-07-21 20:39:46.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38959) > >2014-07-21 20:39:47.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:47.288 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:39:47.288 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:39:47.289 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:39:47.300 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:39:48.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41463) > >2014-07-21 20:39:48.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33771) > >2014-07-21 20:39:50.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39013) > >2014-07-21 20:39:50.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:39:52.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41516) > >2014-07-21 20:39:52.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33822) > >2014-07-21 20:39:54.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39066) > >2014-07-21 20:39:56.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41567) > >2014-07-21 20:39:56.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33873) > >2014-07-21 20:39:58.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39117) > >2014-07-21 20:39:58.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:00.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41619) > >2014-07-21 20:40:00.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33924) > >2014-07-21 20:40:02.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39169) > >2014-07-21 20:40:04.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41670) > >2014-07-21 20:40:04.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33975) > >2014-07-21 20:40:06.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39220) > >2014-07-21 20:40:08.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41724) > >2014-07-21 20:40:08.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34027) > >2014-07-21 20:40:10.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39274) > >2014-07-21 20:40:12.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41777) > >2014-07-21 20:40:12.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34078) > >2014-07-21 20:40:14.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:14.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39326) > >2014-07-21 20:40:16.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41829) > >2014-07-21 20:40:16.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34129) > >2014-07-21 20:40:17.191 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:18.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39381) > >2014-07-21 20:40:20.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41886) > >2014-07-21 20:40:20.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34180) > >2014-07-21 20:40:20.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:22.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39433) > >2014-07-21 20:40:24.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41940) > >2014-07-21 20:40:24.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34233) > >2014-07-21 20:40:26.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39484) > >2014-07-21 20:40:28.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41996) > >2014-07-21 20:40:28.427 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:28.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34284) > >2014-07-21 20:40:30.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39537) > >2014-07-21 20:40:32.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42049) > >2014-07-21 20:40:32.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34335) > >2014-07-21 20:40:34.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39589) > >2014-07-21 20:40:36.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42100) > >2014-07-21 20:40:36.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34386) > >2014-07-21 20:40:38.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39640) > >2014-07-21 20:40:40.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42153) > >2014-07-21 20:40:40.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34437) > >2014-07-21 20:40:42.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39691) > >2014-07-21 20:40:44.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:44.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42205) > >2014-07-21 20:40:44.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34488) > >2014-07-21 20:40:46.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39743) > >2014-07-21 20:40:47.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:48.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42259) > >2014-07-21 20:40:48.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34540) > >2014-07-21 20:40:50.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39795) > >2014-07-21 20:40:50.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:40:52.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42314) > >2014-07-21 20:40:52.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34592) > >2014-07-21 20:40:54.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39848) > >2014-07-21 20:40:56.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42367) > >2014-07-21 20:40:56.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34647) > >2014-07-21 20:40:58.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39899) > >2014-07-21 20:40:58.456 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:00.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42421) > >2014-07-21 20:41:00.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34697) > >2014-07-21 20:41:02.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39952) > >2014-07-21 20:41:04.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42472) > >2014-07-21 20:41:04.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34748) > >2014-07-21 20:41:06.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40005) > >2014-07-21 20:41:08.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42525) > >2014-07-21 20:41:08.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34800) > >2014-07-21 20:41:10.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40056) > >2014-07-21 20:41:12.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42580) > >2014-07-21 20:41:12.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34851) > >2014-07-21 20:41:14.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:14.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40109) > >2014-07-21 20:41:16.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42635) > >2014-07-21 20:41:16.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34902) > >2014-07-21 20:41:17.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:18.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40162) > >2014-07-21 20:41:20.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42687) > >2014-07-21 20:41:20.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34953) > >2014-07-21 20:41:20.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:22.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40214) > >2014-07-21 20:41:24.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42739) > >2014-07-21 20:41:24.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35004) > >2014-07-21 20:41:26.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40265) > >2014-07-21 20:41:28.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42792) > >2014-07-21 20:41:28.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:28.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35055) > >2014-07-21 20:41:30.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40319) > >2014-07-21 20:41:32.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42846) > >2014-07-21 20:41:32.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35106) > >2014-07-21 20:41:34.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40370) > >2014-07-21 20:41:36.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42899) > >2014-07-21 20:41:36.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35156) > >2014-07-21 20:41:38.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40421) > >2014-07-21 20:41:40.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42950) > >2014-07-21 20:41:40.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35207) > >2014-07-21 20:41:42.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40473) > >2014-07-21 20:41:44.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:44.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43003) > >2014-07-21 20:41:44.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35258) > >2014-07-21 20:41:46.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40525) > >2014-07-21 20:41:47.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:47.302 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:41:47.302 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:41:47.303 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:41:47.315 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:41:48.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43059) > >2014-07-21 20:41:48.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35309) > >2014-07-21 20:41:50.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40579) > >2014-07-21 20:41:50.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:41:52.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43111) > >2014-07-21 20:41:52.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35360) > >2014-07-21 20:41:54.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40632) > >2014-07-21 20:41:56.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43163) > >2014-07-21 20:41:56.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35411) > >2014-07-21 20:41:58.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40683) > >2014-07-21 20:41:58.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:00.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43215) > >2014-07-21 20:42:00.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35462) > >2014-07-21 20:42:02.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40735) > >2014-07-21 20:42:04.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43266) > >2014-07-21 20:42:04.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35513) > >2014-07-21 20:42:06.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40786) > >2014-07-21 20:42:08.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43319) > >2014-07-21 20:42:08.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35565) > >2014-07-21 20:42:10.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40839) > >2014-07-21 20:42:12.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43372) > >2014-07-21 20:42:12.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35616) > >2014-07-21 20:42:14.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:14.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40892) > >2014-07-21 20:42:16.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43424) > >2014-07-21 20:42:16.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35667) > >2014-07-21 20:42:17.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:18.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40946) > >2014-07-21 20:42:20.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43482) > >2014-07-21 20:42:20.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35718) > >2014-07-21 20:42:20.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:22.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40999) > >2014-07-21 20:42:24.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43536) > >2014-07-21 20:42:24.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35771) > >2014-07-21 20:42:26.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41051) > >2014-07-21 20:42:28.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43591) > >2014-07-21 20:42:28.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:28.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35822) > >2014-07-21 20:42:30.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41103) > >2014-07-21 20:42:32.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43644) > >2014-07-21 20:42:32.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35873) > >2014-07-21 20:42:34.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41155) > >2014-07-21 20:42:36.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43695) > >2014-07-21 20:42:36.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35924) > >2014-07-21 20:42:38.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41206) > >2014-07-21 20:42:40.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43748) > >2014-07-21 20:42:40.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35975) > >2014-07-21 20:42:42.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41257) > >2014-07-21 20:42:44.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:44.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43800) > >2014-07-21 20:42:44.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36026) > >2014-07-21 20:42:46.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41309) > >2014-07-21 20:42:47.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:48.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43853) > >2014-07-21 20:42:48.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36078) > >2014-07-21 20:42:50.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41361) > >2014-07-21 20:42:50.824 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:42:52.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43908) > >2014-07-21 20:42:52.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36130) > >2014-07-21 20:42:54.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41414) > >2014-07-21 20:42:56.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43961) > >2014-07-21 20:42:56.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36183) > >2014-07-21 20:42:58.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41465) > >2014-07-21 20:42:58.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:00.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44015) > >2014-07-21 20:43:00.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36236) > >2014-07-21 20:43:02.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41517) > >2014-07-21 20:43:04.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44066) > >2014-07-21 20:43:04.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36287) > >2014-07-21 20:43:06.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41570) > >2014-07-21 20:43:08.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44120) > >2014-07-21 20:43:08.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36338) > >2014-07-21 20:43:10.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41622) > >2014-07-21 20:43:12.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44174) > >2014-07-21 20:43:12.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36390) > >2014-07-21 20:43:14.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:14.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41675) > >2014-07-21 20:43:16.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44230) > >2014-07-21 20:43:16.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36441) > >2014-07-21 20:43:17.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:18.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41729) > >2014-07-21 20:43:20.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44283) > >2014-07-21 20:43:20.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36492) > >2014-07-21 20:43:20.853 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:22.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41781) > >2014-07-21 20:43:24.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44335) > >2014-07-21 20:43:24.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36543) > >2014-07-21 20:43:26.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41832) > >2014-07-21 20:43:28.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44388) > >2014-07-21 20:43:28.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:28.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36594) > >2014-07-21 20:43:30.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41886) > >2014-07-21 20:43:32.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44442) > >2014-07-21 20:43:32.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36645) > >2014-07-21 20:43:34.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41937) > >2014-07-21 20:43:36.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44496) > >2014-07-21 20:43:36.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36696) > >2014-07-21 20:43:38.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41988) > >2014-07-21 20:43:40.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44547) > >2014-07-21 20:43:40.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36747) > >2014-07-21 20:43:42.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42040) > >2014-07-21 20:43:44.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:44.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44600) > >2014-07-21 20:43:44.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36798) > >2014-07-21 20:43:46.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42092) > >2014-07-21 20:43:47.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:47.332 29190 ERROR neutron.openstack.common.rpc.common [req-5985e520-81dc-4b4d-b39c-4590d370b3a8 None] Failed to consume message from queue: Socket closed >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:43:47.332 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:43:47.333 29190 INFO neutron.openstack.common.rpc.common [req-5985e520-81dc-4b4d-b39c-4590d370b3a8 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:43:47.344 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:43:48.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44655) > >2014-07-21 20:43:48.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36849) > >2014-07-21 20:43:50.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42145) > >2014-07-21 20:43:50.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:43:52.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44707) > >2014-07-21 20:43:52.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36900) > >2014-07-21 20:43:54.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42198) > >2014-07-21 20:43:56.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44758) > >2014-07-21 20:43:56.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36951) > >2014-07-21 20:43:58.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42249) > >2014-07-21 20:43:58.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:00.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44810) > >2014-07-21 20:44:00.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37002) > >2014-07-21 20:44:02.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42301) > >2014-07-21 20:44:04.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44861) > >2014-07-21 20:44:04.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37053) > >2014-07-21 20:44:06.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42352) > >2014-07-21 20:44:08.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44914) > >2014-07-21 20:44:08.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37105) > >2014-07-21 20:44:10.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42405) > >2014-07-21 20:44:12.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44967) > >2014-07-21 20:44:12.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37156) > >2014-07-21 20:44:14.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:14.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42458) > >2014-07-21 20:44:16.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45019) > >2014-07-21 20:44:16.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37208) > >2014-07-21 20:44:17.289 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:18.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42512) > >2014-07-21 20:44:20.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45075) > >2014-07-21 20:44:20.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37259) > >2014-07-21 20:44:20.887 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:22.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42564) > >2014-07-21 20:44:24.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45130) > >2014-07-21 20:44:24.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37312) > >2014-07-21 20:44:26.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42616) > >2014-07-21 20:44:28.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45188) > >2014-07-21 20:44:28.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:28.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37362) > >2014-07-21 20:44:30.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42670) > >2014-07-21 20:44:32.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45241) > >2014-07-21 20:44:32.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37413) > >2014-07-21 20:44:34.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42722) > >2014-07-21 20:44:36.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45292) > >2014-07-21 20:44:36.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37464) > >2014-07-21 20:44:38.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42773) > >2014-07-21 20:44:40.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45345) > >2014-07-21 20:44:40.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37515) > >2014-07-21 20:44:42.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42824) > >2014-07-21 20:44:44.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:44.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45397) > >2014-07-21 20:44:44.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37566) > >2014-07-21 20:44:46.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42876) > >2014-07-21 20:44:47.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:48.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45450) > >2014-07-21 20:44:48.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37618) > >2014-07-21 20:44:50.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42928) > >2014-07-21 20:44:50.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:44:52.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45504) > >2014-07-21 20:44:52.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37670) > >2014-07-21 20:44:54.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42981) > >2014-07-21 20:44:56.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45558) > >2014-07-21 20:44:56.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37723) > >2014-07-21 20:44:58.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43031) > >2014-07-21 20:44:58.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:00.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45612) > >2014-07-21 20:45:00.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37776) > >2014-07-21 20:45:02.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43084) > >2014-07-21 20:45:04.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45663) > >2014-07-21 20:45:04.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37827) > >2014-07-21 20:45:06.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43137) > >2014-07-21 20:45:08.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45718) > >2014-07-21 20:45:08.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37878) > >2014-07-21 20:45:10.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43194) > >2014-07-21 20:45:12.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45772) > >2014-07-21 20:45:12.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37930) > >2014-07-21 20:45:14.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:14.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43247) > >2014-07-21 20:45:16.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45826) > >2014-07-21 20:45:16.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37982) > >2014-07-21 20:45:17.324 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:18.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43300) > >2014-07-21 20:45:20.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45879) > >2014-07-21 20:45:20.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38033) > >2014-07-21 20:45:20.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:22.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43352) > >2014-07-21 20:45:24.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45931) > >2014-07-21 20:45:24.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38085) > >2014-07-21 20:45:26.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43403) > >2014-07-21 20:45:28.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45983) > >2014-07-21 20:45:28.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:28.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38139) > >2014-07-21 20:45:30.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43457) > >2014-07-21 20:45:32.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46038) > >2014-07-21 20:45:32.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38190) > >2014-07-21 20:45:34.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43508) > >2014-07-21 20:45:36.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46091) > >2014-07-21 20:45:36.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38241) > >2014-07-21 20:45:38.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43560) > >2014-07-21 20:45:40.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46142) > >2014-07-21 20:45:40.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38292) > >2014-07-21 20:45:42.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43623) > >2014-07-21 20:45:44.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:44.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46201) > >2014-07-21 20:45:44.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38349) > >2014-07-21 20:45:46.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43682) > >2014-07-21 20:45:47.346 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:45:47.346 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:45:47.347 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:45:47.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:47.625 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:45:48.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46257) > >2014-07-21 20:45:48.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38400) > >2014-07-21 20:45:50.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43736) > >2014-07-21 20:45:50.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:45:52.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46309) > >2014-07-21 20:45:52.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38452) > >2014-07-21 20:45:54.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43795) > >2014-07-21 20:45:56.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46367) > >2014-07-21 20:45:56.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38515) > >2014-07-21 20:45:58.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43845) > >2014-07-21 20:45:58.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:00.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46419) > >2014-07-21 20:46:00.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38570) > >2014-07-21 20:46:02.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43900) > >2014-07-21 20:46:04.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46470) > >2014-07-21 20:46:04.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38625) > >2014-07-21 20:46:06.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43952) > >2014-07-21 20:46:08.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46523) > >2014-07-21 20:46:08.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38683) > >2014-07-21 20:46:10.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44019) > >2014-07-21 20:46:12.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46575) > >2014-07-21 20:46:13.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38745) > >2014-07-21 20:46:14.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:14.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44084) > >2014-07-21 20:46:16.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46628) > >2014-07-21 20:46:17.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38807) > >2014-07-21 20:46:17.377 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:18.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44150) > >2014-07-21 20:46:20.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46684) > >2014-07-21 20:46:21.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38863) > >2014-07-21 20:46:21.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:22.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44218) > >2014-07-21 20:46:24.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46739) > >2014-07-21 20:46:25.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38924) > >2014-07-21 20:46:26.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44285) > >2014-07-21 20:46:28.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:28.754 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 46796) > >2014-07-21 20:46:29.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38988) > >2014-07-21 20:46:30.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44353) > >2014-07-21 20:46:32.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46849) > >2014-07-21 20:46:33.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39052) > >2014-07-21 20:46:34.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44408) > >2014-07-21 20:46:36.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46900) > >2014-07-21 20:46:37.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39115) > >2014-07-21 20:46:38.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44459) > >2014-07-21 20:46:40.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46953) > >2014-07-21 20:46:41.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39173) > >2014-07-21 20:46:42.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44510) > >2014-07-21 20:46:44.210 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:44.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47005) > >2014-07-21 20:46:45.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39229) > >2014-07-21 20:46:46.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44565) > >2014-07-21 20:46:47.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:48.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47058) > >2014-07-21 20:46:49.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39284) > >2014-07-21 20:46:50.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44618) > >2014-07-21 20:46:51.041 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:52.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47112) > >2014-07-21 20:46:53.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39339) > >2014-07-21 20:46:54.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44671) > >2014-07-21 20:46:56.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47166) > >2014-07-21 20:46:57.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39396) > >2014-07-21 20:46:58.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:46:58.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44722) > >2014-07-21 20:47:00.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47219) > >2014-07-21 20:47:01.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39449) > >2014-07-21 20:47:02.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44779) > >2014-07-21 20:47:04.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47270) > >2014-07-21 20:47:05.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39500) > >2014-07-21 20:47:06.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44832) > >2014-07-21 20:47:08.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47324) > >2014-07-21 20:47:09.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39550) > >2014-07-21 20:47:10.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44886) > >2014-07-21 20:47:12.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47376) > >2014-07-21 20:47:13.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39602) > >2014-07-21 20:47:14.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:14.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44939) > >2014-07-21 20:47:16.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47431) > >2014-07-21 20:47:17.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39653) > >2014-07-21 20:47:17.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:18.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44998) > >2014-07-21 20:47:20.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47487) > >2014-07-21 20:47:21.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:21.157 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 39704) > >2014-07-21 20:47:22.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45051) > >2014-07-21 20:47:24.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47539) > >2014-07-21 20:47:25.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39755) > >2014-07-21 20:47:26.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45102) > >2014-07-21 20:47:28.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:28.763 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 47590) > >2014-07-21 20:47:29.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39806) > >2014-07-21 20:47:30.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45155) > >2014-07-21 20:47:32.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47644) > >2014-07-21 20:47:33.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39857) > >2014-07-21 20:47:34.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45206) > >2014-07-21 20:47:36.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47697) > >2014-07-21 20:47:37.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39908) > >2014-07-21 20:47:38.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45257) > >2014-07-21 20:47:40.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47748) > >2014-07-21 20:47:41.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39959) > >2014-07-21 20:47:42.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45308) > >2014-07-21 20:47:44.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:44.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47801) > >2014-07-21 20:47:45.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40010) > >2014-07-21 20:47:46.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45361) > >2014-07-21 20:47:47.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:47.629 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:47:47.629 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:47:47.630 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:47:47.642 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:47:48.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47857) > >2014-07-21 20:47:49.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40061) > >2014-07-21 20:47:50.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45417) > >2014-07-21 20:47:51.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:52.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47910) > >2014-07-21 20:47:53.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40112) > >2014-07-21 20:47:54.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45470) > >2014-07-21 20:47:56.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47962) > >2014-07-21 20:47:57.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40163) > >2014-07-21 20:47:58.783 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:47:58.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45521) > >2014-07-21 20:48:00.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48014) > >2014-07-21 20:48:01.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40214) > >2014-07-21 20:48:02.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45573) > >2014-07-21 20:48:04.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48065) > >2014-07-21 20:48:05.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40265) > >2014-07-21 20:48:06.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45625) > >2014-07-21 20:48:08.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48118) > >2014-07-21 20:48:09.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40317) > >2014-07-21 20:48:10.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45678) > >2014-07-21 20:48:12.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48171) > >2014-07-21 20:48:13.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40368) > >2014-07-21 20:48:14.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:14.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45731) > >2014-07-21 20:48:16.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48224) > >2014-07-21 20:48:17.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40419) > >2014-07-21 20:48:17.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:18.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45786) > >2014-07-21 20:48:20.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48280) > >2014-07-21 20:48:21.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:21.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40470) > >2014-07-21 20:48:22.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45838) > >2014-07-21 20:48:24.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48335) > >2014-07-21 20:48:25.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40523) > >2014-07-21 20:48:26.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45889) > >2014-07-21 20:48:28.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:28.800 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 48391) > >2014-07-21 20:48:29.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40574) > >2014-07-21 20:48:30.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45943) > >2014-07-21 20:48:32.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48444) > >2014-07-21 20:48:33.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40625) > >2014-07-21 20:48:34.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45995) > >2014-07-21 20:48:36.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48496) > >2014-07-21 20:48:37.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40676) > >2014-07-21 20:48:38.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46046) > >2014-07-21 20:48:40.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48547) > >2014-07-21 20:48:41.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40727) > >2014-07-21 20:48:42.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46097) > >2014-07-21 20:48:44.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:44.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48601) > >2014-07-21 20:48:45.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40778) > >2014-07-21 20:48:46.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46149) > >2014-07-21 20:48:47.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:48.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48654) > >2014-07-21 20:48:49.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40829) > >2014-07-21 20:48:50.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46202) > >2014-07-21 20:48:51.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:52.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48708) > >2014-07-21 20:48:53.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40881) > >2014-07-21 20:48:54.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46255) > >2014-07-21 20:48:56.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48762) > >2014-07-21 20:48:57.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40934) > >2014-07-21 20:48:58.830 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:48:58.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46306) > >2014-07-21 20:49:00.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48817) > >2014-07-21 20:49:01.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40988) > >2014-07-21 20:49:02.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46358) > >2014-07-21 20:49:04.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48868) > >2014-07-21 20:49:05.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41039) > >2014-07-21 20:49:06.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46408) > >2014-07-21 20:49:08.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48920) > >2014-07-21 20:49:09.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41090) > >2014-07-21 20:49:10.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46462) > >2014-07-21 20:49:12.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48973) > >2014-07-21 20:49:13.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41142) > >2014-07-21 20:49:14.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:14.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46515) > >2014-07-21 20:49:16.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49029) > >2014-07-21 20:49:17.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41193) > >2014-07-21 20:49:17.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:18.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46567) > >2014-07-21 20:49:20.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49084) > >2014-07-21 20:49:21.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:21.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41244) > >2014-07-21 20:49:23.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46619) > >2014-07-21 20:49:24.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49136) > >2014-07-21 20:49:25.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41295) > >2014-07-21 20:49:27.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46671) > >2014-07-21 20:49:28.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49188) > >2014-07-21 20:49:28.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:29.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41346) > >2014-07-21 20:49:31.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46725) > >2014-07-21 20:49:32.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49243) > >2014-07-21 20:49:33.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41397) > >2014-07-21 20:49:35.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46776) > >2014-07-21 20:49:36.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49296) > >2014-07-21 20:49:37.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41448) > >2014-07-21 20:49:39.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46827) > >2014-07-21 20:49:40.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49347) > >2014-07-21 20:49:41.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41499) > >2014-07-21 20:49:43.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46877) > >2014-07-21 20:49:44.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:44.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49399) > >2014-07-21 20:49:45.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41550) > >2014-07-21 20:49:47.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46930) > >2014-07-21 20:49:47.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:47.644 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:49:47.644 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:49:47.645 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:49:47.657 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:49:48.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49456) > >2014-07-21 20:49:49.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41601) > >2014-07-21 20:49:51.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46984) > >2014-07-21 20:49:51.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:52.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49508) > >2014-07-21 20:49:53.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41652) > >2014-07-21 20:49:55.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47037) > >2014-07-21 20:49:56.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49559) > >2014-07-21 20:49:57.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41703) > >2014-07-21 20:49:58.885 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:49:59.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47088) > >2014-07-21 20:50:00.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49611) > >2014-07-21 20:50:01.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41754) > >2014-07-21 20:50:03.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47140) > >2014-07-21 20:50:04.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49662) > >2014-07-21 20:50:05.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41805) > >2014-07-21 20:50:07.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47192) > >2014-07-21 20:50:08.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49715) > >2014-07-21 20:50:09.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41857) > >2014-07-21 20:50:11.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47245) > >2014-07-21 20:50:12.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49768) > >2014-07-21 20:50:13.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41908) > >2014-07-21 20:50:14.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:15.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47298) > >2014-07-21 20:50:16.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49820) > >2014-07-21 20:50:17.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41959) > >2014-07-21 20:50:17.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:19.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47352) > >2014-07-21 20:50:20.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49874) > >2014-07-21 20:50:21.216 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:21.294 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 42009) > >2014-07-21 20:50:23.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47404) > >2014-07-21 20:50:24.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49930) > >2014-07-21 20:50:25.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42062) > >2014-07-21 20:50:27.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47455) > >2014-07-21 20:50:28.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49983) > >2014-07-21 20:50:28.890 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:29.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42113) > >2014-07-21 20:50:31.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47509) > >2014-07-21 20:50:32.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50040) > >2014-07-21 20:50:33.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42164) > >2014-07-21 20:50:35.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47561) > >2014-07-21 20:50:36.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50092) > >2014-07-21 20:50:37.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42215) > >2014-07-21 20:50:39.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47612) > >2014-07-21 20:50:40.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50143) > >2014-07-21 20:50:41.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42266) > >2014-07-21 20:50:43.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47663) > >2014-07-21 20:50:44.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:44.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50197) > >2014-07-21 20:50:45.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42317) > >2014-07-21 20:50:47.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47715) > >2014-07-21 20:50:47.463 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:48.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50250) > >2014-07-21 20:50:49.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42368) > >2014-07-21 20:50:51.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47767) > >2014-07-21 20:50:51.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:52.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50303) > >2014-07-21 20:50:53.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42420) > >2014-07-21 20:50:55.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47820) > >2014-07-21 20:50:56.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50357) > >2014-07-21 20:50:57.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42473) > >2014-07-21 20:50:58.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:50:59.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47871) > >2014-07-21 20:51:00.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50413) > >2014-07-21 20:51:01.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42527) > >2014-07-21 20:51:03.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47923) > >2014-07-21 20:51:04.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50464) > >2014-07-21 20:51:05.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42578) > >2014-07-21 20:51:07.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47974) > >2014-07-21 20:51:08.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50515) > >2014-07-21 20:51:09.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42629) > >2014-07-21 20:51:11.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48026) > >2014-07-21 20:51:12.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50568) > >2014-07-21 20:51:13.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42680) > >2014-07-21 20:51:14.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:15.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48080) > >2014-07-21 20:51:16.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50624) > >2014-07-21 20:51:17.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42732) > >2014-07-21 20:51:17.477 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:19.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48132) > >2014-07-21 20:51:20.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50678) > >2014-07-21 20:51:21.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:21.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42783) > >2014-07-21 20:51:23.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48184) > >2014-07-21 20:51:24.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50730) > >2014-07-21 20:51:25.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42834) > >2014-07-21 20:51:27.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48235) > >2014-07-21 20:51:28.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50782) > >2014-07-21 20:51:28.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:29.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42885) > >2014-07-21 20:51:31.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48289) > >2014-07-21 20:51:32.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50837) > >2014-07-21 20:51:33.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42936) > >2014-07-21 20:51:35.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48340) > >2014-07-21 20:51:36.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50890) > >2014-07-21 20:51:37.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42987) > >2014-07-21 20:51:39.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48391) > >2014-07-21 20:51:40.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50941) > >2014-07-21 20:51:41.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43038) > >2014-07-21 20:51:43.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48442) > >2014-07-21 20:51:44.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:44.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50993) > >2014-07-21 20:51:45.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43089) > >2014-07-21 20:51:47.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48495) > >2014-07-21 20:51:47.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:47.659 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:51:47.659 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:51:47.660 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:51:47.671 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:51:48.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51050) > >2014-07-21 20:51:49.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43140) > >2014-07-21 20:51:51.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48549) > >2014-07-21 20:51:51.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:52.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51102) > >2014-07-21 20:51:53.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43191) > >2014-07-21 20:51:55.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48602) > >2014-07-21 20:51:56.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51154) > >2014-07-21 20:51:57.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43241) > >2014-07-21 20:51:58.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:51:59.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48653) > >2014-07-21 20:52:00.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51206) > >2014-07-21 20:52:01.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43292) > >2014-07-21 20:52:03.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48705) > >2014-07-21 20:52:04.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51257) > >2014-07-21 20:52:05.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43343) > >2014-07-21 20:52:07.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48756) > >2014-07-21 20:52:08.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51310) > >2014-07-21 20:52:09.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43395) > >2014-07-21 20:52:11.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48809) > >2014-07-21 20:52:12.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51363) > >2014-07-21 20:52:13.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43446) > >2014-07-21 20:52:14.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:15.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48864) > >2014-07-21 20:52:16.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51417) > >2014-07-21 20:52:17.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43497) > >2014-07-21 20:52:17.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:19.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48918) > >2014-07-21 20:52:20.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51472) > >2014-07-21 20:52:21.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:21.374 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 43547) > >2014-07-21 20:52:23.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48971) > >2014-07-21 20:52:24.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51528) > >2014-07-21 20:52:25.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43600) > >2014-07-21 20:52:27.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49022) > >2014-07-21 20:52:28.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51581) > >2014-07-21 20:52:28.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:29.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43651) > >2014-07-21 20:52:31.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49075) > >2014-07-21 20:52:32.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51637) > >2014-07-21 20:52:33.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43702) > >2014-07-21 20:52:35.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49127) > >2014-07-21 20:52:36.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51689) > >2014-07-21 20:52:37.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43753) > >2014-07-21 20:52:39.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49178) > >2014-07-21 20:52:40.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51740) > >2014-07-21 20:52:41.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43804) > >2014-07-21 20:52:43.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49229) > >2014-07-21 20:52:44.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:44.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51794) > >2014-07-21 20:52:45.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43855) > >2014-07-21 20:52:47.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49281) > >2014-07-21 20:52:47.503 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:48.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51846) > >2014-07-21 20:52:49.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43906) > >2014-07-21 20:52:51.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49333) > >2014-07-21 20:52:51.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:52.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51899) > >2014-07-21 20:52:53.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43958) > >2014-07-21 20:52:55.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49386) > >2014-07-21 20:52:56.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51952) > >2014-07-21 20:52:57.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44009) > >2014-07-21 20:52:59.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:52:59.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49437) > >2014-07-21 20:53:00.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52009) > >2014-07-21 20:53:01.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44065) > >2014-07-21 20:53:03.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49489) > >2014-07-21 20:53:04.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52060) > >2014-07-21 20:53:05.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44116) > >2014-07-21 20:53:07.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49540) > >2014-07-21 20:53:08.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52112) > >2014-07-21 20:53:09.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44167) > >2014-07-21 20:53:11.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49592) > >2014-07-21 20:53:12.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52165) > >2014-07-21 20:53:13.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44218) > >2014-07-21 20:53:14.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:15.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49647) > >2014-07-21 20:53:16.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52220) > >2014-07-21 20:53:17.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44270) > >2014-07-21 20:53:17.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:19.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49701) > >2014-07-21 20:53:20.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52275) > >2014-07-21 20:53:21.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:21.439 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 44321) > >2014-07-21 20:53:23.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49753) > >2014-07-21 20:53:24.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52329) > >2014-07-21 20:53:25.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44372) > >2014-07-21 20:53:27.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49804) > >2014-07-21 20:53:28.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52381) > >2014-07-21 20:53:29.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:29.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44423) > >2014-07-21 20:53:31.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49858) > >2014-07-21 20:53:32.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52436) > >2014-07-21 20:53:33.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44474) > >2014-07-21 20:53:35.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49909) > >2014-07-21 20:53:36.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52489) > >2014-07-21 20:53:37.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44525) > >2014-07-21 20:53:39.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49960) > >2014-07-21 20:53:40.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52540) > >2014-07-21 20:53:41.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44576) > >2014-07-21 20:53:43.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50011) > >2014-07-21 20:53:44.287 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:44.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52592) > >2014-07-21 20:53:45.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44627) > >2014-07-21 20:53:47.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50063) > >2014-07-21 20:53:47.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:47.673 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:53:47.673 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:53:47.673 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:53:47.685 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:53:48.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52649) > >2014-07-21 20:53:49.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44678) > >2014-07-21 20:53:51.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50118) > >2014-07-21 20:53:51.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:52.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52701) > >2014-07-21 20:53:53.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44729) > >2014-07-21 20:53:55.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50170) > >2014-07-21 20:53:57.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52753) > >2014-07-21 20:53:57.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44780) > >2014-07-21 20:53:59.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:53:59.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50222) > >2014-07-21 20:54:01.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52805) > >2014-07-21 20:54:01.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44831) > >2014-07-21 20:54:03.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50274) > >2014-07-21 20:54:05.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52856) > >2014-07-21 20:54:05.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44882) > >2014-07-21 20:54:07.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50325) > >2014-07-21 20:54:09.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52909) > >2014-07-21 20:54:09.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44934) > >2014-07-21 20:54:11.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50378) > >2014-07-21 20:54:13.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52962) > >2014-07-21 20:54:13.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44985) > >2014-07-21 20:54:14.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:15.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50431) > >2014-07-21 20:54:17.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53014) > >2014-07-21 20:54:17.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45036) > >2014-07-21 20:54:17.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:19.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50485) > >2014-07-21 20:54:21.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53068) > >2014-07-21 20:54:21.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:21.470 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 45087) > >2014-07-21 20:54:23.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50537) > >2014-07-21 20:54:25.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53124) > >2014-07-21 20:54:25.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45140) > >2014-07-21 20:54:27.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50588) > >2014-07-21 20:54:29.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53178) > >2014-07-21 20:54:29.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:29.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45191) > >2014-07-21 20:54:31.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50643) > >2014-07-21 20:54:33.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53235) > >2014-07-21 20:54:33.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45242) > >2014-07-21 20:54:35.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50695) > >2014-07-21 20:54:37.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53287) > >2014-07-21 20:54:37.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45293) > >2014-07-21 20:54:39.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50746) > >2014-07-21 20:54:41.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53338) > >2014-07-21 20:54:41.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45344) > >2014-07-21 20:54:43.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50797) > >2014-07-21 20:54:44.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:45.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53391) > >2014-07-21 20:54:45.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45395) > >2014-07-21 20:54:47.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50849) > >2014-07-21 20:54:47.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:49.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53443) > >2014-07-21 20:54:49.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45446) > >2014-07-21 20:54:51.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50901) > >2014-07-21 20:54:51.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:53.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53495) > >2014-07-21 20:54:53.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45498) > >2014-07-21 20:54:55.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50953) > >2014-07-21 20:54:57.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53549) > >2014-07-21 20:54:57.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45549) > >2014-07-21 20:54:59.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:54:59.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51004) > >2014-07-21 20:55:01.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53604) > >2014-07-21 20:55:01.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45603) > >2014-07-21 20:55:03.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51056) > >2014-07-21 20:55:05.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53657) > >2014-07-21 20:55:05.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45656) > >2014-07-21 20:55:07.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51108) > >2014-07-21 20:55:09.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53710) > >2014-07-21 20:55:09.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45707) > >2014-07-21 20:55:11.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51161) > >2014-07-21 20:55:13.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53761) > >2014-07-21 20:55:13.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45758) > >2014-07-21 20:55:14.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:15.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51214) > >2014-07-21 20:55:17.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53816) > >2014-07-21 20:55:17.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45810) > >2014-07-21 20:55:17.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:19.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51268) > >2014-07-21 20:55:21.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53871) > >2014-07-21 20:55:21.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:21.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45861) > >2014-07-21 20:55:23.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51320) > >2014-07-21 20:55:25.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53925) > >2014-07-21 20:55:25.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45912) > >2014-07-21 20:55:27.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51371) > >2014-07-21 20:55:29.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53978) > >2014-07-21 20:55:29.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:29.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45963) > >2014-07-21 20:55:31.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51425) > >2014-07-21 20:55:33.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54033) > >2014-07-21 20:55:33.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46014) > >2014-07-21 20:55:35.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51476) > >2014-07-21 20:55:37.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54086) > >2014-07-21 20:55:37.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46065) > >2014-07-21 20:55:39.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51527) > >2014-07-21 20:55:41.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54137) > >2014-07-21 20:55:41.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46116) > >2014-07-21 20:55:43.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51578) > >2014-07-21 20:55:44.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:45.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54189) > >2014-07-21 20:55:45.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46167) > >2014-07-21 20:55:47.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51630) > >2014-07-21 20:55:47.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:47.687 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:55:47.687 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:55:47.688 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:55:47.700 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:55:49.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54246) > >2014-07-21 20:55:49.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46218) > >2014-07-21 20:55:51.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51685) > >2014-07-21 20:55:51.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:53.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54298) > >2014-07-21 20:55:53.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46268) > >2014-07-21 20:55:55.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51737) > >2014-07-21 20:55:57.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54350) > >2014-07-21 20:55:57.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46319) > >2014-07-21 20:55:59.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:55:59.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51789) > >2014-07-21 20:56:01.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54402) > >2014-07-21 20:56:01.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46370) > >2014-07-21 20:56:03.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51841) > >2014-07-21 20:56:05.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54453) > >2014-07-21 20:56:05.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46422) > >2014-07-21 20:56:07.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51892) > >2014-07-21 20:56:09.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54506) > >2014-07-21 20:56:09.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46474) > >2014-07-21 20:56:11.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51945) > >2014-07-21 20:56:13.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54559) > >2014-07-21 20:56:13.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46525) > >2014-07-21 20:56:14.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:15.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51998) > >2014-07-21 20:56:17.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54612) > >2014-07-21 20:56:17.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46576) > >2014-07-21 20:56:17.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:19.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52053) > >2014-07-21 20:56:21.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54666) > >2014-07-21 20:56:21.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:21.629 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 46627) > >2014-07-21 20:56:23.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52105) > >2014-07-21 20:56:25.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54722) > >2014-07-21 20:56:25.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46680) > >2014-07-21 20:56:27.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52156) > >2014-07-21 20:56:29.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54775) > >2014-07-21 20:56:29.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:29.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46731) > >2014-07-21 20:56:31.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52210) > >2014-07-21 20:56:33.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54831) > >2014-07-21 20:56:33.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46782) > >2014-07-21 20:56:35.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52261) > >2014-07-21 20:56:37.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54883) > >2014-07-21 20:56:37.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46833) > >2014-07-21 20:56:39.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52313) > >2014-07-21 20:56:41.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54934) > >2014-07-21 20:56:41.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46884) > >2014-07-21 20:56:43.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52364) > >2014-07-21 20:56:44.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:45.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54986) > >2014-07-21 20:56:45.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46935) > >2014-07-21 20:56:47.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52416) > >2014-07-21 20:56:47.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:49.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55040) > >2014-07-21 20:56:49.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46986) > >2014-07-21 20:56:51.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52469) > >2014-07-21 20:56:51.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:53.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55092) > >2014-07-21 20:56:53.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47037) > >2014-07-21 20:56:55.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52522) > >2014-07-21 20:56:57.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55146) > >2014-07-21 20:56:57.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47089) > >2014-07-21 20:56:59.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:56:59.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52573) > >2014-07-21 20:57:01.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55201) > >2014-07-21 20:57:01.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47143) > >2014-07-21 20:57:03.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52626) > >2014-07-21 20:57:05.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55254) > >2014-07-21 20:57:05.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47196) > >2014-07-21 20:57:07.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52677) > >2014-07-21 20:57:09.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55306) > >2014-07-21 20:57:09.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47247) > >2014-07-21 20:57:11.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52729) > >2014-07-21 20:57:13.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55357) > >2014-07-21 20:57:13.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47298) > >2014-07-21 20:57:14.456 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:15.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52783) > >2014-07-21 20:57:17.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55412) > >2014-07-21 20:57:17.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47350) > >2014-07-21 20:57:17.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:19.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52837) > >2014-07-21 20:57:21.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55469) > >2014-07-21 20:57:21.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:21.634 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 47401) > >2014-07-21 20:57:23.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52890) > >2014-07-21 20:57:25.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55523) > >2014-07-21 20:57:25.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47452) > >2014-07-21 20:57:27.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52941) > >2014-07-21 20:57:29.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55574) > >2014-07-21 20:57:29.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:29.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47503) > >2014-07-21 20:57:31.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52993) > >2014-07-21 20:57:33.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55628) > >2014-07-21 20:57:33.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47554) > >2014-07-21 20:57:35.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53044) > >2014-07-21 20:57:37.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55681) > >2014-07-21 20:57:37.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47605) > >2014-07-21 20:57:39.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53095) > >2014-07-21 20:57:41.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55732) > >2014-07-21 20:57:41.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47656) > >2014-07-21 20:57:43.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53146) > >2014-07-21 20:57:44.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:45.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55784) > >2014-07-21 20:57:45.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47706) > >2014-07-21 20:57:47.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53198) > >2014-07-21 20:57:47.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:47.702 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:57:47.702 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:57:47.702 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:57:47.714 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:57:49.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55840) > >2014-07-21 20:57:49.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47757) > >2014-07-21 20:57:51.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53253) > >2014-07-21 20:57:51.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:53.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55893) > >2014-07-21 20:57:53.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47808) > >2014-07-21 20:57:55.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53305) > >2014-07-21 20:57:57.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55945) > >2014-07-21 20:57:57.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47859) > >2014-07-21 20:57:59.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:57:59.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53357) > >2014-07-21 20:58:01.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55997) > >2014-07-21 20:58:01.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47910) > >2014-07-21 20:58:03.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53409) > >2014-07-21 20:58:05.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56048) > >2014-07-21 20:58:05.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47961) > >2014-07-21 20:58:07.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53460) > >2014-07-21 20:58:09.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56101) > >2014-07-21 20:58:09.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48013) > >2014-07-21 20:58:11.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53513) > >2014-07-21 20:58:13.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56154) > >2014-07-21 20:58:13.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48064) > >2014-07-21 20:58:14.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:15.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53566) > >2014-07-21 20:58:17.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56207) > >2014-07-21 20:58:17.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48114) > >2014-07-21 20:58:17.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:19.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53621) > >2014-07-21 20:58:21.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56261) > >2014-07-21 20:58:21.623 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:21.648 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 48165) > >2014-07-21 20:58:23.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53673) > >2014-07-21 20:58:25.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56317) > >2014-07-21 20:58:25.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48218) > >2014-07-21 20:58:27.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53724) > >2014-07-21 20:58:29.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56369) > >2014-07-21 20:58:29.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:29.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48269) > >2014-07-21 20:58:31.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53777) > >2014-07-21 20:58:33.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56427) > >2014-07-21 20:58:33.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48320) > >2014-07-21 20:58:35.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53829) > >2014-07-21 20:58:37.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56479) > >2014-07-21 20:58:37.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48371) > >2014-07-21 20:58:39.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53881) > >2014-07-21 20:58:41.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56530) > >2014-07-21 20:58:41.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48422) > >2014-07-21 20:58:43.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53932) > >2014-07-21 20:58:44.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:45.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56582) > >2014-07-21 20:58:45.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48473) > >2014-07-21 20:58:47.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53984) > >2014-07-21 20:58:47.677 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:49.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56636) > >2014-07-21 20:58:49.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48524) > >2014-07-21 20:58:51.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54037) > >2014-07-21 20:58:51.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:53.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56688) > >2014-07-21 20:58:53.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48575) > >2014-07-21 20:58:55.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54090) > >2014-07-21 20:58:57.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56742) > >2014-07-21 20:58:57.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48627) > >2014-07-21 20:58:59.247 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:58:59.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54141) > >2014-07-21 20:59:01.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56797) > >2014-07-21 20:59:01.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48681) > >2014-07-21 20:59:03.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54193) > >2014-07-21 20:59:05.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56851) > >2014-07-21 20:59:05.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48734) > >2014-07-21 20:59:07.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54245) > >2014-07-21 20:59:09.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56903) > >2014-07-21 20:59:09.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48785) > >2014-07-21 20:59:11.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54297) > >2014-07-21 20:59:13.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56954) > >2014-07-21 20:59:13.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48836) > >2014-07-21 20:59:14.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:15.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54351) > >2014-07-21 20:59:17.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57008) > >2014-07-21 20:59:17.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:17.699 29190 INFO neutron.wsgi [req-2be76f27-59a6-4f5b-b16e-052e2fe3b0c6 None] (29190) accepted ('192.168.0.8', 48887) > >2014-07-21 20:59:19.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54405) > >2014-07-21 20:59:21.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57065) > >2014-07-21 20:59:21.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:21.706 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 48939) > >2014-07-21 20:59:23.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54457) > >2014-07-21 20:59:25.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57119) > >2014-07-21 20:59:25.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48990) > >2014-07-21 20:59:27.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54509) > >2014-07-21 20:59:29.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57173) > >2014-07-21 20:59:29.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:29.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49041) > >2014-07-21 20:59:31.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54562) > >2014-07-21 20:59:33.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57228) > >2014-07-21 20:59:33.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49092) > >2014-07-21 20:59:35.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54614) > >2014-07-21 20:59:37.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57281) > >2014-07-21 20:59:37.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49143) > >2014-07-21 20:59:39.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54664) > >2014-07-21 20:59:41.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57332) > >2014-07-21 20:59:41.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49194) > >2014-07-21 20:59:43.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54715) > >2014-07-21 20:59:44.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:45.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57384) > >2014-07-21 20:59:45.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49245) > >2014-07-21 20:59:47.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54767) > >2014-07-21 20:59:47.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:47.717 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 20:59:47.717 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 20:59:47.718 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 20:59:47.730 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 20:59:49.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57440) > >2014-07-21 20:59:49.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49296) > >2014-07-21 20:59:51.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54822) > >2014-07-21 20:59:51.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:53.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57493) > >2014-07-21 20:59:53.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49347) > >2014-07-21 20:59:55.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54874) > >2014-07-21 20:59:57.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57545) > >2014-07-21 20:59:57.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49398) > >2014-07-21 20:59:59.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 20:59:59.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54926) > >2014-07-21 21:00:01.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57597) > >2014-07-21 21:00:01.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49450) > >2014-07-21 21:00:03.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54978) > >2014-07-21 21:00:05.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57648) > >2014-07-21 21:00:05.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49501) > >2014-07-21 21:00:07.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55030) > >2014-07-21 21:00:09.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57701) > >2014-07-21 21:00:09.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49553) > >2014-07-21 21:00:11.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55083) > >2014-07-21 21:00:13.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57754) > >2014-07-21 21:00:13.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49604) > >2014-07-21 21:00:14.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:15.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55136) > >2014-07-21 21:00:17.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57806) > >2014-07-21 21:00:17.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:17.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49655) > >2014-07-21 21:00:19.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55190) > >2014-07-21 21:00:21.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57860) > >2014-07-21 21:00:21.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:21.755 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 49706) > >2014-07-21 21:00:23.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55242) > >2014-07-21 21:00:25.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57915) > >2014-07-21 21:00:25.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49759) > >2014-07-21 21:00:27.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55292) > >2014-07-21 21:00:29.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57967) > >2014-07-21 21:00:29.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:29.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49810) > >2014-07-21 21:00:31.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55345) > >2014-07-21 21:00:33.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58025) > >2014-07-21 21:00:33.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49861) > >2014-07-21 21:00:35.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55397) > >2014-07-21 21:00:37.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58077) > >2014-07-21 21:00:37.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49912) > >2014-07-21 21:00:39.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55449) > >2014-07-21 21:00:41.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58128) > >2014-07-21 21:00:41.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49964) > >2014-07-21 21:00:43.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55500) > >2014-07-21 21:00:44.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:45.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58180) > >2014-07-21 21:00:45.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50015) > >2014-07-21 21:00:47.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55552) > >2014-07-21 21:00:47.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:49.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58234) > >2014-07-21 21:00:49.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50066) > >2014-07-21 21:00:51.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55603) > >2014-07-21 21:00:51.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:53.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58286) > >2014-07-21 21:00:53.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50117) > >2014-07-21 21:00:55.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55655) > >2014-07-21 21:00:57.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58340) > >2014-07-21 21:00:57.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50169) > >2014-07-21 21:00:59.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:00:59.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55707) > >2014-07-21 21:01:01.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58394) > >2014-07-21 21:01:01.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50223) > >2014-07-21 21:01:03.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55759) > >2014-07-21 21:01:05.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58448) > >2014-07-21 21:01:05.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50276) > >2014-07-21 21:01:07.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55810) > >2014-07-21 21:01:09.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58499) > >2014-07-21 21:01:09.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50327) > >2014-07-21 21:01:11.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55861) > >2014-07-21 21:01:13.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58550) > >2014-07-21 21:01:13.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50378) > >2014-07-21 21:01:14.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:15.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55913) > >2014-07-21 21:01:17.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58604) > >2014-07-21 21:01:17.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:17.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50429) > >2014-07-21 21:01:19.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55968) > >2014-07-21 21:01:21.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58658) > >2014-07-21 21:01:21.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:21.807 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 50481) > >2014-07-21 21:01:23.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56020) > >2014-07-21 21:01:25.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58715) > >2014-07-21 21:01:25.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50532) > >2014-07-21 21:01:27.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56071) > >2014-07-21 21:01:29.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58767) > >2014-07-21 21:01:29.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:29.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50582) > >2014-07-21 21:01:31.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56124) > >2014-07-21 21:01:33.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58822) > >2014-07-21 21:01:33.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50633) > >2014-07-21 21:01:35.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56176) > >2014-07-21 21:01:37.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58875) > >2014-07-21 21:01:37.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50684) > >2014-07-21 21:01:39.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56227) > >2014-07-21 21:01:41.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58926) > >2014-07-21 21:01:41.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50735) > >2014-07-21 21:01:43.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56278) > >2014-07-21 21:01:44.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:45.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58978) > >2014-07-21 21:01:45.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50786) > >2014-07-21 21:01:47.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56330) > >2014-07-21 21:01:47.732 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:01:47.732 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:01:47.733 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:01:47.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:47.803 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:01:49.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59034) > >2014-07-21 21:01:49.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50837) > >2014-07-21 21:01:51.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56384) > >2014-07-21 21:01:51.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:53.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59087) > >2014-07-21 21:01:53.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50888) > >2014-07-21 21:01:55.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56437) > >2014-07-21 21:01:57.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59139) > >2014-07-21 21:01:57.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50939) > >2014-07-21 21:01:59.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:01:59.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56489) > >2014-07-21 21:02:01.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59191) > >2014-07-21 21:02:01.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50990) > >2014-07-21 21:02:03.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56541) > >2014-07-21 21:02:05.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59241) > >2014-07-21 21:02:05.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51041) > >2014-07-21 21:02:07.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56592) > >2014-07-21 21:02:09.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59294) > >2014-07-21 21:02:09.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51093) > >2014-07-21 21:02:11.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56645) > >2014-07-21 21:02:13.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59347) > >2014-07-21 21:02:13.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51144) > >2014-07-21 21:02:14.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:15.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56698) > >2014-07-21 21:02:17.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59399) > >2014-07-21 21:02:17.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:17.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51195) > >2014-07-21 21:02:19.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56752) > >2014-07-21 21:02:21.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59454) > >2014-07-21 21:02:21.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51246) > >2014-07-21 21:02:21.841 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:23.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56805) > >2014-07-21 21:02:25.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59510) > >2014-07-21 21:02:25.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51299) > >2014-07-21 21:02:27.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56856) > >2014-07-21 21:02:29.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59561) > >2014-07-21 21:02:29.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:29.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51350) > >2014-07-21 21:02:31.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56908) > >2014-07-21 21:02:33.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59618) > >2014-07-21 21:02:33.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51401) > >2014-07-21 21:02:35.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56959) > >2014-07-21 21:02:37.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59670) > >2014-07-21 21:02:37.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51452) > >2014-07-21 21:02:39.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57011) > >2014-07-21 21:02:41.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59721) > >2014-07-21 21:02:41.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51503) > >2014-07-21 21:02:43.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57062) > >2014-07-21 21:02:44.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:45.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59773) > >2014-07-21 21:02:45.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51554) > >2014-07-21 21:02:47.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57114) > >2014-07-21 21:02:47.759 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:49.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59827) > >2014-07-21 21:02:49.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51605) > >2014-07-21 21:02:51.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57166) > >2014-07-21 21:02:51.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:53.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59879) > >2014-07-21 21:02:53.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51656) > >2014-07-21 21:02:55.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57218) > >2014-07-21 21:02:57.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59932) > >2014-07-21 21:02:57.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51708) > >2014-07-21 21:02:59.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:02:59.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57270) > >2014-07-21 21:03:01.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59987) > >2014-07-21 21:03:01.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51761) > >2014-07-21 21:03:03.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57326) > >2014-07-21 21:03:05.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60041) > >2014-07-21 21:03:05.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51815) > >2014-07-21 21:03:07.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57377) > >2014-07-21 21:03:09.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60093) > >2014-07-21 21:03:09.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51866) > >2014-07-21 21:03:11.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57429) > >2014-07-21 21:03:13.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60144) > >2014-07-21 21:03:13.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51917) > >2014-07-21 21:03:14.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:15.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57483) > >2014-07-21 21:03:17.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60198) > >2014-07-21 21:03:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:17.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51968) > >2014-07-21 21:03:19.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57540) > >2014-07-21 21:03:21.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60255) > >2014-07-21 21:03:21.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52020) > >2014-07-21 21:03:21.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:23.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57592) > >2014-07-21 21:03:25.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60309) > >2014-07-21 21:03:25.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52071) > >2014-07-21 21:03:27.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57643) > >2014-07-21 21:03:29.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60363) > >2014-07-21 21:03:29.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:29.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52122) > >2014-07-21 21:03:31.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57696) > >2014-07-21 21:03:33.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60418) > >2014-07-21 21:03:33.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52173) > >2014-07-21 21:03:35.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57748) > >2014-07-21 21:03:37.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60471) > >2014-07-21 21:03:37.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52224) > >2014-07-21 21:03:39.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57799) > >2014-07-21 21:03:41.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60522) > >2014-07-21 21:03:41.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52275) > >2014-07-21 21:03:43.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57850) > >2014-07-21 21:03:44.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:45.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60574) > >2014-07-21 21:03:45.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52326) > >2014-07-21 21:03:47.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57902) > >2014-07-21 21:03:47.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:47.809 29190 ERROR neutron.openstack.common.rpc.common [req-2d071173-5821-43c1-8f26-94c9ec96a004 None] Failed to consume message from queue: Socket closed >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:03:47.809 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:03:47.810 29190 INFO neutron.openstack.common.rpc.common [req-2d071173-5821-43c1-8f26-94c9ec96a004 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:03:47.821 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:03:49.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60631) > >2014-07-21 21:03:49.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52377) > >2014-07-21 21:03:51.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57957) > >2014-07-21 21:03:51.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:53.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60684) > >2014-07-21 21:03:53.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52428) > >2014-07-21 21:03:55.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58010) > >2014-07-21 21:03:57.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60736) > >2014-07-21 21:03:57.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52479) > >2014-07-21 21:03:59.477 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:03:59.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58062) > >2014-07-21 21:04:01.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60788) > >2014-07-21 21:04:01.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52530) > >2014-07-21 21:04:03.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58114) > >2014-07-21 21:04:05.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60839) > >2014-07-21 21:04:05.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52581) > >2014-07-21 21:04:07.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58165) > >2014-07-21 21:04:09.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60892) > >2014-07-21 21:04:09.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52633) > >2014-07-21 21:04:11.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58218) > >2014-07-21 21:04:13.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60945) > >2014-07-21 21:04:13.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52684) > >2014-07-21 21:04:14.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:15.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58271) > >2014-07-21 21:04:17.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60997) > >2014-07-21 21:04:17.787 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:17.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52735) > >2014-07-21 21:04:19.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58325) > >2014-07-21 21:04:21.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32818) > >2014-07-21 21:04:21.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52786) > >2014-07-21 21:04:21.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:23.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58377) > >2014-07-21 21:04:25.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32874) > >2014-07-21 21:04:25.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52839) > >2014-07-21 21:04:27.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58429) > >2014-07-21 21:04:29.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32927) > >2014-07-21 21:04:29.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:29.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52890) > >2014-07-21 21:04:31.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58482) > >2014-07-21 21:04:33.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32985) > >2014-07-21 21:04:33.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52940) > >2014-07-21 21:04:35.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58536) > >2014-07-21 21:04:37.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33036) > >2014-07-21 21:04:37.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52991) > >2014-07-21 21:04:39.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58588) > >2014-07-21 21:04:41.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33088) > >2014-07-21 21:04:41.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53042) > >2014-07-21 21:04:43.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58641) > >2014-07-21 21:04:44.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:45.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33140) > >2014-07-21 21:04:45.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53093) > >2014-07-21 21:04:47.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58693) > >2014-07-21 21:04:47.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:49.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33195) > >2014-07-21 21:04:49.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53144) > >2014-07-21 21:04:51.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58745) > >2014-07-21 21:04:51.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:53.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33247) > >2014-07-21 21:04:53.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53195) > >2014-07-21 21:04:55.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58797) > >2014-07-21 21:04:57.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33300) > >2014-07-21 21:04:57.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53246) > >2014-07-21 21:04:59.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:04:59.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58849) > >2014-07-21 21:05:01.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33354) > >2014-07-21 21:05:01.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53300) > >2014-07-21 21:05:03.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58901) > >2014-07-21 21:05:05.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33409) > >2014-07-21 21:05:05.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53354) > >2014-07-21 21:05:07.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58952) > >2014-07-21 21:05:09.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33462) > >2014-07-21 21:05:09.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53405) > >2014-07-21 21:05:11.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59004) > >2014-07-21 21:05:13.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33513) > >2014-07-21 21:05:13.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53456) > >2014-07-21 21:05:14.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:15.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59056) > >2014-07-21 21:05:17.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33565) > >2014-07-21 21:05:17.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:17.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53507) > >2014-07-21 21:05:19.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59112) > >2014-07-21 21:05:21.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33621) > >2014-07-21 21:05:21.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53559) > >2014-07-21 21:05:21.985 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:23.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59164) > >2014-07-21 21:05:25.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33677) > >2014-07-21 21:05:25.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53612) > >2014-07-21 21:05:27.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59218) > >2014-07-21 21:05:29.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33732) > >2014-07-21 21:05:29.539 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:29.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53663) > >2014-07-21 21:05:31.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59272) > >2014-07-21 21:05:33.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33786) > >2014-07-21 21:05:33.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53714) > >2014-07-21 21:05:35.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59323) > >2014-07-21 21:05:37.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33839) > >2014-07-21 21:05:37.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53765) > >2014-07-21 21:05:39.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59374) > >2014-07-21 21:05:41.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33889) > >2014-07-21 21:05:41.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53816) > >2014-07-21 21:05:43.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59425) > >2014-07-21 21:05:44.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:45.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33941) > >2014-07-21 21:05:45.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53867) > >2014-07-21 21:05:47.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59477) > >2014-07-21 21:05:47.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:47.870 29190 ERROR neutron.openstack.common.rpc.common [req-9d2f0cef-b85d-4494-8381-20f2bed8901f None] Failed to consume message from queue: Socket closed >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:05:47.870 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:05:47.871 29190 INFO neutron.openstack.common.rpc.common [req-9d2f0cef-b85d-4494-8381-20f2bed8901f None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:05:47.904 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:05:49.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33997) > >2014-07-21 21:05:49.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53918) > >2014-07-21 21:05:51.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59531) > >2014-07-21 21:05:52.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:53.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34049) > >2014-07-21 21:05:53.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53969) > >2014-07-21 21:05:55.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59586) > >2014-07-21 21:05:57.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34101) > >2014-07-21 21:05:57.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54020) > >2014-07-21 21:05:59.568 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:05:59.653 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 59637) > >2014-07-21 21:06:01.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34153) > >2014-07-21 21:06:01.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54071) > >2014-07-21 21:06:03.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59689) > >2014-07-21 21:06:05.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34204) > >2014-07-21 21:06:06.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54122) > >2014-07-21 21:06:07.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59741) > >2014-07-21 21:06:09.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34258) > >2014-07-21 21:06:09.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54174) > >2014-07-21 21:06:11.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59794) > >2014-07-21 21:06:13.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34311) > >2014-07-21 21:06:13.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54225) > >2014-07-21 21:06:14.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:15.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59847) > >2014-07-21 21:06:17.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34363) > >2014-07-21 21:06:17.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:18.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54276) > >2014-07-21 21:06:19.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59901) > >2014-07-21 21:06:21.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34417) > >2014-07-21 21:06:21.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54327) > >2014-07-21 21:06:22.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:23.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59953) > >2014-07-21 21:06:25.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34471) > >2014-07-21 21:06:26.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54380) > >2014-07-21 21:06:27.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60003) > >2014-07-21 21:06:29.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34525) > >2014-07-21 21:06:29.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:30.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54431) > >2014-07-21 21:06:31.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60056) > >2014-07-21 21:06:33.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34578) > >2014-07-21 21:06:34.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54482) > >2014-07-21 21:06:35.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60108) > >2014-07-21 21:06:37.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34634) > >2014-07-21 21:06:38.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54533) > >2014-07-21 21:06:39.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60160) > >2014-07-21 21:06:41.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34686) > >2014-07-21 21:06:42.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54584) > >2014-07-21 21:06:43.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60211) > >2014-07-21 21:06:44.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:45.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34738) > >2014-07-21 21:06:46.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54635) > >2014-07-21 21:06:47.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60263) > >2014-07-21 21:06:47.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:49.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34790) > >2014-07-21 21:06:50.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54686) > >2014-07-21 21:06:51.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60315) > >2014-07-21 21:06:52.066 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:53.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34844) > >2014-07-21 21:06:54.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54737) > >2014-07-21 21:06:55.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60367) > >2014-07-21 21:06:57.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34897) > >2014-07-21 21:06:58.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54788) > >2014-07-21 21:06:59.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:06:59.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60419) > >2014-07-21 21:07:01.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34951) > >2014-07-21 21:07:02.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54842) > >2014-07-21 21:07:03.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60471) > >2014-07-21 21:07:05.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35006) > >2014-07-21 21:07:06.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54896) > >2014-07-21 21:07:07.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60522) > >2014-07-21 21:07:09.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35058) > >2014-07-21 21:07:10.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54947) > >2014-07-21 21:07:11.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60574) > >2014-07-21 21:07:13.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35110) > >2014-07-21 21:07:14.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54998) > >2014-07-21 21:07:14.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:15.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60627) > >2014-07-21 21:07:17.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35162) > >2014-07-21 21:07:17.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:18.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55049) > >2014-07-21 21:07:19.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60682) > >2014-07-21 21:07:21.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35217) > >2014-07-21 21:07:22.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55100) > >2014-07-21 21:07:22.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:23.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60734) > >2014-07-21 21:07:25.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35272) > >2014-07-21 21:07:26.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55151) > >2014-07-21 21:07:27.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60785) > >2014-07-21 21:07:29.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35325) > >2014-07-21 21:07:29.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:30.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55202) > >2014-07-21 21:07:31.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60837) > >2014-07-21 21:07:33.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35379) > >2014-07-21 21:07:34.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55253) > >2014-07-21 21:07:35.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60888) > >2014-07-21 21:07:37.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35432) > >2014-07-21 21:07:38.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55304) > >2014-07-21 21:07:39.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60939) > >2014-07-21 21:07:41.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35483) > >2014-07-21 21:07:42.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55355) > >2014-07-21 21:07:43.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60990) > >2014-07-21 21:07:44.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:45.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35535) > >2014-07-21 21:07:46.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55406) > >2014-07-21 21:07:47.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32809) > >2014-07-21 21:07:47.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:47.965 29190 ERROR neutron.openstack.common.rpc.common [req-1c5fb36e-ba26-4a4f-a919-df2d0211d014 None] Failed to consume message from queue: Socket closed >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:07:47.965 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:07:47.965 29190 INFO neutron.openstack.common.rpc.common [req-1c5fb36e-ba26-4a4f-a919-df2d0211d014 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:07:47.977 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:07:49.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35591) > >2014-07-21 21:07:50.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55457) > >2014-07-21 21:07:51.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32863) > >2014-07-21 21:07:52.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:53.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35643) > >2014-07-21 21:07:54.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55508) > >2014-07-21 21:07:55.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32916) > >2014-07-21 21:07:57.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35696) > >2014-07-21 21:07:58.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55559) > >2014-07-21 21:07:59.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:07:59.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32968) > >2014-07-21 21:08:01.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35748) > >2014-07-21 21:08:02.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55610) > >2014-07-21 21:08:03.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33020) > >2014-07-21 21:08:05.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35799) > >2014-07-21 21:08:06.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55661) > >2014-07-21 21:08:07.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33071) > >2014-07-21 21:08:09.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35852) > >2014-07-21 21:08:10.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55713) > >2014-07-21 21:08:11.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33124) > >2014-07-21 21:08:13.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35905) > >2014-07-21 21:08:14.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55764) > >2014-07-21 21:08:14.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:15.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33177) > >2014-07-21 21:08:17.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35957) > >2014-07-21 21:08:17.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:18.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55815) > >2014-07-21 21:08:19.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33231) > >2014-07-21 21:08:21.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36010) > >2014-07-21 21:08:22.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55866) > >2014-07-21 21:08:22.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:23.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33283) > >2014-07-21 21:08:25.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36064) > >2014-07-21 21:08:26.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55919) > >2014-07-21 21:08:27.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33335) > >2014-07-21 21:08:29.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36119) > >2014-07-21 21:08:29.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:30.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55970) > >2014-07-21 21:08:31.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33388) > >2014-07-21 21:08:33.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36171) > >2014-07-21 21:08:34.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56021) > >2014-07-21 21:08:35.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33440) > >2014-07-21 21:08:37.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36229) > >2014-07-21 21:08:38.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56072) > >2014-07-21 21:08:39.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33492) > >2014-07-21 21:08:41.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36281) > >2014-07-21 21:08:42.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56123) > >2014-07-21 21:08:43.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33543) > >2014-07-21 21:08:44.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:45.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36333) > >2014-07-21 21:08:46.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56174) > >2014-07-21 21:08:47.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33595) > >2014-07-21 21:08:47.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:49.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36385) > >2014-07-21 21:08:50.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56225) > >2014-07-21 21:08:51.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33647) > >2014-07-21 21:08:52.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:53.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36439) > >2014-07-21 21:08:54.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56276) > >2014-07-21 21:08:55.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33699) > >2014-07-21 21:08:57.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36491) > >2014-07-21 21:08:58.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56327) > >2014-07-21 21:08:59.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:08:59.812 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 33751) > >2014-07-21 21:09:01.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36545) > >2014-07-21 21:09:02.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56380) > >2014-07-21 21:09:03.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33803) > >2014-07-21 21:09:05.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36600) > >2014-07-21 21:09:06.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56435) > >2014-07-21 21:09:07.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33855) > >2014-07-21 21:09:09.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36654) > >2014-07-21 21:09:10.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56486) > >2014-07-21 21:09:11.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33907) > >2014-07-21 21:09:13.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36705) > >2014-07-21 21:09:14.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56537) > >2014-07-21 21:09:14.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:15.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33959) > >2014-07-21 21:09:17.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36757) > >2014-07-21 21:09:17.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:18.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56588) > >2014-07-21 21:09:19.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34013) > >2014-07-21 21:09:21.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36813) > >2014-07-21 21:09:22.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56639) > >2014-07-21 21:09:22.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:23.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34067) > >2014-07-21 21:09:25.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36866) > >2014-07-21 21:09:26.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56691) > >2014-07-21 21:09:27.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34118) > >2014-07-21 21:09:29.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36922) > >2014-07-21 21:09:29.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:30.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56742) > >2014-07-21 21:09:31.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34171) > >2014-07-21 21:09:33.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36976) > >2014-07-21 21:09:34.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56793) > >2014-07-21 21:09:35.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34223) > >2014-07-21 21:09:37.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37030) > >2014-07-21 21:09:38.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56844) > >2014-07-21 21:09:39.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34274) > >2014-07-21 21:09:41.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37081) > >2014-07-21 21:09:42.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56895) > >2014-07-21 21:09:43.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34325) > >2014-07-21 21:09:44.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:45.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37133) > >2014-07-21 21:09:46.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56947) > >2014-07-21 21:09:47.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34378) > >2014-07-21 21:09:47.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:47.985 29190 ERROR neutron.openstack.common.rpc.common [req-fbf47ce6-770f-473a-ae64-7e0d00fa6aa3 None] Failed to consume message from queue: Socket closed >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:09:47.985 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:09:47.986 29190 INFO neutron.openstack.common.rpc.common [req-fbf47ce6-770f-473a-ae64-7e0d00fa6aa3 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:09:48.070 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:09:49.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37189) > >2014-07-21 21:09:50.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56997) > >2014-07-21 21:09:51.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34432) > >2014-07-21 21:09:52.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:53.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37241) > >2014-07-21 21:09:54.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57048) > >2014-07-21 21:09:55.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34485) > >2014-07-21 21:09:57.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37294) > >2014-07-21 21:09:58.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57099) > >2014-07-21 21:09:59.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:09:59.828 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 34537) > >2014-07-21 21:10:01.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37346) > >2014-07-21 21:10:02.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57150) > >2014-07-21 21:10:03.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34589) > >2014-07-21 21:10:05.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37397) > >2014-07-21 21:10:06.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57201) > >2014-07-21 21:10:07.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34640) > >2014-07-21 21:10:09.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37450) > >2014-07-21 21:10:10.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57253) > >2014-07-21 21:10:11.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34693) > >2014-07-21 21:10:13.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37503) > >2014-07-21 21:10:14.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57304) > >2014-07-21 21:10:14.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:15.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34746) > >2014-07-21 21:10:17.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37556) > >2014-07-21 21:10:17.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:18.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57355) > >2014-07-21 21:10:19.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34801) > >2014-07-21 21:10:21.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37610) > >2014-07-21 21:10:22.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57406) > >2014-07-21 21:10:22.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:23.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34853) > >2014-07-21 21:10:25.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37664) > >2014-07-21 21:10:26.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57459) > >2014-07-21 21:10:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34904) > >2014-07-21 21:10:29.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37718) > >2014-07-21 21:10:29.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:30.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57510) > >2014-07-21 21:10:31.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34957) > >2014-07-21 21:10:33.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37770) > >2014-07-21 21:10:34.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57561) > >2014-07-21 21:10:35.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35009) > >2014-07-21 21:10:37.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37827) > >2014-07-21 21:10:38.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57612) > >2014-07-21 21:10:39.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35061) > >2014-07-21 21:10:41.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37879) > >2014-07-21 21:10:42.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57663) > >2014-07-21 21:10:43.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35112) > >2014-07-21 21:10:44.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:45.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37931) > >2014-07-21 21:10:46.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57714) > >2014-07-21 21:10:47.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35164) > >2014-07-21 21:10:47.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:49.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37983) > >2014-07-21 21:10:50.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57765) > >2014-07-21 21:10:51.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35216) > >2014-07-21 21:10:52.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:53.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38037) > >2014-07-21 21:10:54.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57815) > >2014-07-21 21:10:55.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35268) > >2014-07-21 21:10:57.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38089) > >2014-07-21 21:10:58.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57866) > >2014-07-21 21:10:59.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:10:59.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35320) > >2014-07-21 21:11:01.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38142) > >2014-07-21 21:11:02.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57919) > >2014-07-21 21:11:03.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35372) > >2014-07-21 21:11:05.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38196) > >2014-07-21 21:11:06.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57971) > >2014-07-21 21:11:07.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35423) > >2014-07-21 21:11:09.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38250) > >2014-07-21 21:11:10.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58025) > >2014-07-21 21:11:11.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35474) > >2014-07-21 21:11:13.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38301) > >2014-07-21 21:11:14.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58076) > >2014-07-21 21:11:14.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:15.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35526) > >2014-07-21 21:11:17.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38352) > >2014-07-21 21:11:17.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:18.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58127) > >2014-07-21 21:11:19.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35578) > >2014-07-21 21:11:21.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38406) > >2014-07-21 21:11:22.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58178) > >2014-07-21 21:11:22.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:23.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35633) > >2014-07-21 21:11:25.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38460) > >2014-07-21 21:11:26.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58230) > >2014-07-21 21:11:27.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35685) > >2014-07-21 21:11:29.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38514) > >2014-07-21 21:11:29.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:30.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58281) > >2014-07-21 21:11:31.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35738) > >2014-07-21 21:11:33.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38570) > >2014-07-21 21:11:34.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58332) > >2014-07-21 21:11:35.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35789) > >2014-07-21 21:11:37.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38624) > >2014-07-21 21:11:38.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58383) > >2014-07-21 21:11:39.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35840) > >2014-07-21 21:11:41.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38675) > >2014-07-21 21:11:42.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58434) > >2014-07-21 21:11:43.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35891) > >2014-07-21 21:11:44.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:45.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38727) > >2014-07-21 21:11:46.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58485) > >2014-07-21 21:11:47.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35943) > >2014-07-21 21:11:47.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:48.072 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:11:48.072 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:11:48.073 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:11:48.122 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:11:49.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38783) > >2014-07-21 21:11:50.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58536) > >2014-07-21 21:11:51.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35997) > >2014-07-21 21:11:52.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:53.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38835) > >2014-07-21 21:11:54.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58587) > >2014-07-21 21:11:55.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36049) > >2014-07-21 21:11:57.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38887) > >2014-07-21 21:11:58.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58638) > >2014-07-21 21:11:59.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:11:59.883 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 36102) > >2014-07-21 21:12:01.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38940) > >2014-07-21 21:12:02.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58689) > >2014-07-21 21:12:03.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36153) > >2014-07-21 21:12:05.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38991) > >2014-07-21 21:12:06.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58740) > >2014-07-21 21:12:07.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36205) > >2014-07-21 21:12:09.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39045) > >2014-07-21 21:12:10.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58792) > >2014-07-21 21:12:11.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36258) > >2014-07-21 21:12:13.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39098) > >2014-07-21 21:12:14.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58843) > >2014-07-21 21:12:14.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:15.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36311) > >2014-07-21 21:12:17.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39150) > >2014-07-21 21:12:18.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:18.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58894) > >2014-07-21 21:12:19.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36365) > >2014-07-21 21:12:21.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39205) > >2014-07-21 21:12:22.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58945) > >2014-07-21 21:12:22.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:23.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36418) > >2014-07-21 21:12:25.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39259) > >2014-07-21 21:12:26.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58998) > >2014-07-21 21:12:27.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36469) > >2014-07-21 21:12:29.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39312) > >2014-07-21 21:12:29.832 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:30.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59049) > >2014-07-21 21:12:31.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36521) > >2014-07-21 21:12:33.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39364) > >2014-07-21 21:12:34.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59100) > >2014-07-21 21:12:35.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36572) > >2014-07-21 21:12:37.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39420) > >2014-07-21 21:12:38.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59151) > >2014-07-21 21:12:39.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36624) > >2014-07-21 21:12:41.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39472) > >2014-07-21 21:12:42.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59202) > >2014-07-21 21:12:43.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36675) > >2014-07-21 21:12:44.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:45.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39524) > >2014-07-21 21:12:46.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59253) > >2014-07-21 21:12:47.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36727) > >2014-07-21 21:12:48.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:49.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39576) > >2014-07-21 21:12:50.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59304) > >2014-07-21 21:12:51.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36779) > >2014-07-21 21:12:52.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:53.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39630) > >2014-07-21 21:12:54.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59355) > >2014-07-21 21:12:55.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36831) > >2014-07-21 21:12:57.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39682) > >2014-07-21 21:12:58.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59406) > >2014-07-21 21:12:59.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:12:59.920 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 36883) > >2014-07-21 21:13:01.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39735) > >2014-07-21 21:13:02.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59456) > >2014-07-21 21:13:03.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36935) > >2014-07-21 21:13:05.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39789) > >2014-07-21 21:13:06.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59510) > >2014-07-21 21:13:07.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36986) > >2014-07-21 21:13:09.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39844) > >2014-07-21 21:13:10.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59564) > >2014-07-21 21:13:11.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37038) > >2014-07-21 21:13:13.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39895) > >2014-07-21 21:13:14.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59615) > >2014-07-21 21:13:14.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:15.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37090) > >2014-07-21 21:13:17.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39947) > >2014-07-21 21:13:18.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:18.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59666) > >2014-07-21 21:13:19.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37143) > >2014-07-21 21:13:21.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40001) > >2014-07-21 21:13:22.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59717) > >2014-07-21 21:13:22.365 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:23.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37199) > >2014-07-21 21:13:25.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40055) > >2014-07-21 21:13:26.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59769) > >2014-07-21 21:13:27.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37251) > >2014-07-21 21:13:29.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40111) > >2014-07-21 21:13:29.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:30.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59820) > >2014-07-21 21:13:31.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37304) > >2014-07-21 21:13:33.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40166) > >2014-07-21 21:13:34.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59871) > >2014-07-21 21:13:35.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37356) > >2014-07-21 21:13:37.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40220) > >2014-07-21 21:13:38.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59922) > >2014-07-21 21:13:39.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37407) > >2014-07-21 21:13:41.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40271) > >2014-07-21 21:13:42.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59973) > >2014-07-21 21:13:43.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37458) > >2014-07-21 21:13:44.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:45.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40323) > >2014-07-21 21:13:46.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60024) > >2014-07-21 21:13:47.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37510) > >2014-07-21 21:13:48.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:48.138 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:13:48.138 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:13:48.139 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:13:48.170 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:13:49.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40379) > >2014-07-21 21:13:50.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60075) > >2014-07-21 21:13:51.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37564) > >2014-07-21 21:13:52.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:53.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40431) > >2014-07-21 21:13:54.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60126) > >2014-07-21 21:13:55.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37616) > >2014-07-21 21:13:57.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40482) > >2014-07-21 21:13:58.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60177) > >2014-07-21 21:13:59.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:13:59.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37669) > >2014-07-21 21:14:01.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40536) > >2014-07-21 21:14:02.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60228) > >2014-07-21 21:14:03.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37721) > >2014-07-21 21:14:05.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40587) > >2014-07-21 21:14:06.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60279) > >2014-07-21 21:14:07.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37773) > >2014-07-21 21:14:09.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40641) > >2014-07-21 21:14:10.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60331) > >2014-07-21 21:14:11.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37826) > >2014-07-21 21:14:13.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40694) > >2014-07-21 21:14:14.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60382) > >2014-07-21 21:14:14.553 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:15.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37879) > >2014-07-21 21:14:17.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40746) > >2014-07-21 21:14:18.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:18.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60433) > >2014-07-21 21:14:19.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37933) > >2014-07-21 21:14:21.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40800) > >2014-07-21 21:14:22.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60484) > >2014-07-21 21:14:22.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:23.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37985) > >2014-07-21 21:14:25.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40854) > >2014-07-21 21:14:26.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60537) > >2014-07-21 21:14:27.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38036) > >2014-07-21 21:14:29.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40908) > >2014-07-21 21:14:29.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:30.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60588) > >2014-07-21 21:14:31.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38089) > >2014-07-21 21:14:33.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40960) > >2014-07-21 21:14:34.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60639) > >2014-07-21 21:14:35.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38141) > >2014-07-21 21:14:37.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41016) > >2014-07-21 21:14:38.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60690) > >2014-07-21 21:14:39.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38192) > >2014-07-21 21:14:41.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41069) > >2014-07-21 21:14:42.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60741) > >2014-07-21 21:14:43.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38244) > >2014-07-21 21:14:44.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:45.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41121) > >2014-07-21 21:14:46.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60792) > >2014-07-21 21:14:47.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38296) > >2014-07-21 21:14:48.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:49.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41173) > >2014-07-21 21:14:50.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60843) > >2014-07-21 21:14:51.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38348) > >2014-07-21 21:14:52.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:14:53.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41225) > >2014-07-21 21:14:54.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60894) > >2014-07-21 21:14:55.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38400) > >2014-07-21 21:14:57.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41279) > >2014-07-21 21:14:58.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60945) > >2014-07-21 21:14:59.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:00.006 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 38452) > >2014-07-21 21:15:01.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41332) > >2014-07-21 21:15:02.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60996) > >2014-07-21 21:15:03.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38505) > >2014-07-21 21:15:05.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41386) > >2014-07-21 21:15:06.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32816) > >2014-07-21 21:15:08.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38559) > >2014-07-21 21:15:09.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41441) > >2014-07-21 21:15:10.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32871) > >2014-07-21 21:15:12.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38613) > >2014-07-21 21:15:13.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41492) > >2014-07-21 21:15:14.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32922) > >2014-07-21 21:15:14.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:16.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38665) > >2014-07-21 21:15:17.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41545) > >2014-07-21 21:15:18.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:18.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32974) > >2014-07-21 21:15:20.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38719) > >2014-07-21 21:15:21.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41598) > >2014-07-21 21:15:22.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33025) > >2014-07-21 21:15:22.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:24.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38774) > >2014-07-21 21:15:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41653) > >2014-07-21 21:15:26.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33081) > >2014-07-21 21:15:28.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38826) > >2014-07-21 21:15:29.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41708) > >2014-07-21 21:15:29.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:30.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33133) > >2014-07-21 21:15:32.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38878) > >2014-07-21 21:15:33.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41764) > >2014-07-21 21:15:34.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33184) > >2014-07-21 21:15:36.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38931) > >2014-07-21 21:15:37.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41817) > >2014-07-21 21:15:38.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33235) > >2014-07-21 21:15:40.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38989) > >2014-07-21 21:15:41.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41874) > >2014-07-21 21:15:42.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33292) > >2014-07-21 21:15:44.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39051) > >2014-07-21 21:15:44.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:45.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41926) > >2014-07-21 21:15:46.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33343) > >2014-07-21 21:15:48.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39101) > >2014-07-21 21:15:48.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:48.236 29190 ERROR neutron.openstack.common.rpc.common [req-a108c3d3-331d-4633-924f-a1bff3986f28 None] Failed to consume message from queue: Socket closed >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:15:48.236 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:15:48.237 29190 INFO neutron.openstack.common.rpc.common [req-a108c3d3-331d-4633-924f-a1bff3986f28 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:15:48.270 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:15:49.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41982) > >2014-07-21 21:15:50.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33394) > >2014-07-21 21:15:52.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39161) > >2014-07-21 21:15:52.537 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:15:53.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42039) > >2014-07-21 21:15:54.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33460) > >2014-07-21 21:15:56.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39213) > >2014-07-21 21:15:57.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42090) > >2014-07-21 21:15:58.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33512) > >2014-07-21 21:16:00.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:00.168 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 39266) > >2014-07-21 21:16:01.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42144) > >2014-07-21 21:16:02.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33565) > >2014-07-21 21:16:04.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39320) > >2014-07-21 21:16:05.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42195) > >2014-07-21 21:16:06.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33626) > >2014-07-21 21:16:08.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39380) > >2014-07-21 21:16:09.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42248) > >2014-07-21 21:16:10.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33690) > >2014-07-21 21:16:12.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39443) > >2014-07-21 21:16:13.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42301) > >2014-07-21 21:16:14.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33750) > >2014-07-21 21:16:14.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:16.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39508) > >2014-07-21 21:16:17.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42353) > >2014-07-21 21:16:18.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:18.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33807) > >2014-07-21 21:16:20.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39571) > >2014-07-21 21:16:21.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42406) > >2014-07-21 21:16:22.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33870) > >2014-07-21 21:16:22.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:24.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39642) > >2014-07-21 21:16:25.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42460) > >2014-07-21 21:16:26.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33933) > >2014-07-21 21:16:28.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39708) > >2014-07-21 21:16:29.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42516) > >2014-07-21 21:16:29.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:30.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34003) > >2014-07-21 21:16:32.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39773) > >2014-07-21 21:16:33.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42568) > >2014-07-21 21:16:34.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34063) > >2014-07-21 21:16:36.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39823) > >2014-07-21 21:16:37.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42624) > >2014-07-21 21:16:38.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34120) > >2014-07-21 21:16:40.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39877) > >2014-07-21 21:16:41.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42677) > >2014-07-21 21:16:42.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34173) > >2014-07-21 21:16:44.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39930) > >2014-07-21 21:16:44.593 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:45.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42729) > >2014-07-21 21:16:46.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34228) > >2014-07-21 21:16:48.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:48.308 29190 INFO neutron.wsgi [req-7eaea5a3-c458-4e35-b49d-65afc2ce1514 None] (29190) accepted ('192.168.0.6', 39982) > >2014-07-21 21:16:49.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42781) > >2014-07-21 21:16:50.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34282) > >2014-07-21 21:16:52.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40037) > >2014-07-21 21:16:52.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:16:53.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42833) > >2014-07-21 21:16:54.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34334) > >2014-07-21 21:16:56.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40089) > >2014-07-21 21:16:57.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42887) > >2014-07-21 21:16:58.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34385) > >2014-07-21 21:17:00.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:00.346 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 40141) > >2014-07-21 21:17:01.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42940) > >2014-07-21 21:17:02.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34436) > >2014-07-21 21:17:04.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40200) > >2014-07-21 21:17:05.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42994) > >2014-07-21 21:17:06.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34494) > >2014-07-21 21:17:08.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40259) > >2014-07-21 21:17:09.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43048) > >2014-07-21 21:17:10.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34549) > >2014-07-21 21:17:12.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40309) > >2014-07-21 21:17:13.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43100) > >2014-07-21 21:17:14.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:14.719 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.8', 34601) > >2014-07-21 21:17:16.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40362) > >2014-07-21 21:17:17.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43152) > >2014-07-21 21:17:18.190 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:18.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34653) > >2014-07-21 21:17:20.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40419) > >2014-07-21 21:17:21.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43206) > >2014-07-21 21:17:22.585 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:22.721 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 34703) > >2014-07-21 21:17:24.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40475) > >2014-07-21 21:17:25.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43261) > >2014-07-21 21:17:26.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34754) > >2014-07-21 21:17:28.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40528) > >2014-07-21 21:17:29.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43315) > >2014-07-21 21:17:30.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:30.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34806) > >2014-07-21 21:17:32.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40581) > >2014-07-21 21:17:33.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43369) > >2014-07-21 21:17:34.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34857) > >2014-07-21 21:17:36.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40632) > >2014-07-21 21:17:37.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43424) > >2014-07-21 21:17:38.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34908) > >2014-07-21 21:17:40.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40683) > >2014-07-21 21:17:41.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43475) > >2014-07-21 21:17:42.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34959) > >2014-07-21 21:17:44.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40736) > >2014-07-21 21:17:44.568 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:45.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43527) > >2014-07-21 21:17:46.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35010) > >2014-07-21 21:17:48.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:48.272 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:17:48.272 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:17:48.272 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:17:48.285 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:17:48.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40789) > >2014-07-21 21:17:49.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43583) > >2014-07-21 21:17:50.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35061) > >2014-07-21 21:17:52.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40844) > >2014-07-21 21:17:52.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:17:53.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43635) > >2014-07-21 21:17:54.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35112) > >2014-07-21 21:17:56.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40896) > >2014-07-21 21:17:57.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43686) > >2014-07-21 21:17:58.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35163) > >2014-07-21 21:18:00.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:00.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40950) > >2014-07-21 21:18:01.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43740) > >2014-07-21 21:18:02.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35214) > >2014-07-21 21:18:04.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41001) > >2014-07-21 21:18:05.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43791) > >2014-07-21 21:18:06.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35265) > >2014-07-21 21:18:08.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41053) > >2014-07-21 21:18:09.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43844) > >2014-07-21 21:18:10.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35317) > >2014-07-21 21:18:12.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41105) > >2014-07-21 21:18:13.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43897) > >2014-07-21 21:18:14.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:14.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35368) > >2014-07-21 21:18:16.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41159) > >2014-07-21 21:18:17.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43949) > >2014-07-21 21:18:18.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:18.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35420) > >2014-07-21 21:18:20.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41213) > >2014-07-21 21:18:21.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44003) > >2014-07-21 21:18:22.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:22.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35471) > >2014-07-21 21:18:24.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41265) > >2014-07-21 21:18:25.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44057) > >2014-07-21 21:18:26.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35524) > >2014-07-21 21:18:28.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41318) > >2014-07-21 21:18:29.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44112) > >2014-07-21 21:18:30.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:30.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35575) > >2014-07-21 21:18:32.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41370) > >2014-07-21 21:18:33.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44164) > >2014-07-21 21:18:34.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35626) > >2014-07-21 21:18:36.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41421) > >2014-07-21 21:18:37.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44220) > >2014-07-21 21:18:38.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35677) > >2014-07-21 21:18:40.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41473) > >2014-07-21 21:18:41.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44273) > >2014-07-21 21:18:42.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35728) > >2014-07-21 21:18:44.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41525) > >2014-07-21 21:18:44.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:45.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44325) > >2014-07-21 21:18:46.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35779) > >2014-07-21 21:18:48.190 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:48.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41578) > >2014-07-21 21:18:49.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44377) > >2014-07-21 21:18:50.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35830) > >2014-07-21 21:18:52.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41629) > >2014-07-21 21:18:52.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:18:53.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44429) > >2014-07-21 21:18:54.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35881) > >2014-07-21 21:18:56.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41681) > >2014-07-21 21:18:57.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44482) > >2014-07-21 21:18:58.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35932) > >2014-07-21 21:19:00.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:00.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41733) > >2014-07-21 21:19:01.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44535) > >2014-07-21 21:19:02.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35983) > >2014-07-21 21:19:04.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41785) > >2014-07-21 21:19:05.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44588) > >2014-07-21 21:19:06.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36037) > >2014-07-21 21:19:08.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41838) > >2014-07-21 21:19:09.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44644) > >2014-07-21 21:19:10.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36090) > >2014-07-21 21:19:12.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41889) > >2014-07-21 21:19:13.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44696) > >2014-07-21 21:19:14.568 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:14.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36142) > >2014-07-21 21:19:16.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41941) > >2014-07-21 21:19:17.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44748) > >2014-07-21 21:19:18.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:18.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36193) > >2014-07-21 21:19:20.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41994) > >2014-07-21 21:19:21.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44800) > >2014-07-21 21:19:22.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:22.840 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 36244) > >2014-07-21 21:19:24.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42047) > >2014-07-21 21:19:25.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44853) > >2014-07-21 21:19:26.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36295) > >2014-07-21 21:19:28.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42101) > >2014-07-21 21:19:29.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44908) > >2014-07-21 21:19:30.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:30.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36347) > >2014-07-21 21:19:32.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42154) > >2014-07-21 21:19:33.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44963) > >2014-07-21 21:19:34.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36398) > >2014-07-21 21:19:36.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42205) > >2014-07-21 21:19:37.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45019) > >2014-07-21 21:19:38.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36448) > >2014-07-21 21:19:40.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42257) > >2014-07-21 21:19:41.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45070) > >2014-07-21 21:19:42.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36499) > >2014-07-21 21:19:44.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42308) > >2014-07-21 21:19:44.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:45.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45122) > >2014-07-21 21:19:46.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36550) > >2014-07-21 21:19:48.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:48.336 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:19:48.336 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:19:48.337 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:19:48.349 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:19:48.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42361) > >2014-07-21 21:19:49.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45178) > >2014-07-21 21:19:50.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36601) > >2014-07-21 21:19:52.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42414) > >2014-07-21 21:19:52.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:19:53.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45230) > >2014-07-21 21:19:54.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36652) > >2014-07-21 21:19:56.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42466) > >2014-07-21 21:19:57.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45281) > >2014-07-21 21:19:58.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36703) > >2014-07-21 21:20:00.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:00.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42519) > >2014-07-21 21:20:01.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45335) > >2014-07-21 21:20:02.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36754) > >2014-07-21 21:20:04.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42571) > >2014-07-21 21:20:05.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45386) > >2014-07-21 21:20:06.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36806) > >2014-07-21 21:20:08.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42623) > >2014-07-21 21:20:09.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45439) > >2014-07-21 21:20:10.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36857) > >2014-07-21 21:20:12.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42675) > >2014-07-21 21:20:13.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45492) > >2014-07-21 21:20:14.568 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:14.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36908) > >2014-07-21 21:20:16.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42728) > >2014-07-21 21:20:17.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45545) > >2014-07-21 21:20:18.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:18.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36959) > >2014-07-21 21:20:20.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42783) > >2014-07-21 21:20:21.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45600) > >2014-07-21 21:20:22.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:22.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37010) > >2014-07-21 21:20:24.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42837) > >2014-07-21 21:20:25.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45655) > >2014-07-21 21:20:26.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37063) > >2014-07-21 21:20:28.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42889) > >2014-07-21 21:20:29.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45709) > >2014-07-21 21:20:30.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:30.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37114) > >2014-07-21 21:20:32.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42941) > >2014-07-21 21:20:33.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45761) > >2014-07-21 21:20:34.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37165) > >2014-07-21 21:20:36.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42992) > >2014-07-21 21:20:37.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45817) > >2014-07-21 21:20:38.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37215) > >2014-07-21 21:20:40.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43044) > >2014-07-21 21:20:41.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45869) > >2014-07-21 21:20:42.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37266) > >2014-07-21 21:20:44.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43096) > >2014-07-21 21:20:44.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:45.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45922) > >2014-07-21 21:20:46.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37317) > >2014-07-21 21:20:48.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:48.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43149) > >2014-07-21 21:20:49.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45974) > >2014-07-21 21:20:50.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37368) > >2014-07-21 21:20:52.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43200) > >2014-07-21 21:20:52.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:20:53.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46026) > >2014-07-21 21:20:54.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37419) > >2014-07-21 21:20:56.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43251) > >2014-07-21 21:20:57.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46077) > >2014-07-21 21:20:58.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37470) > >2014-07-21 21:21:00.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:00.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43303) > >2014-07-21 21:21:01.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46133) > >2014-07-21 21:21:02.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37521) > >2014-07-21 21:21:04.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43355) > >2014-07-21 21:21:05.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46184) > >2014-07-21 21:21:06.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37574) > >2014-07-21 21:21:08.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43406) > >2014-07-21 21:21:09.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46240) > >2014-07-21 21:21:10.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37628) > >2014-07-21 21:21:12.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43457) > >2014-07-21 21:21:13.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46292) > >2014-07-21 21:21:14.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:14.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37680) > >2014-07-21 21:21:16.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43509) > >2014-07-21 21:21:17.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46344) > >2014-07-21 21:21:18.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:18.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37731) > >2014-07-21 21:21:20.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43561) > >2014-07-21 21:21:21.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46396) > >2014-07-21 21:21:22.783 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:22.853 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 37782) > >2014-07-21 21:21:24.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43614) > >2014-07-21 21:21:26.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46449) > >2014-07-21 21:21:26.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37833) > >2014-07-21 21:21:28.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43669) > >2014-07-21 21:21:30.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46504) > >2014-07-21 21:21:30.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:30.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37884) > >2014-07-21 21:21:32.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43721) > >2014-07-21 21:21:34.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46561) > >2014-07-21 21:21:34.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37936) > >2014-07-21 21:21:36.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43772) > >2014-07-21 21:21:38.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46617) > >2014-07-21 21:21:38.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37987) > >2014-07-21 21:21:40.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43824) > >2014-07-21 21:21:42.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46668) > >2014-07-21 21:21:42.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38038) > >2014-07-21 21:21:44.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43874) > >2014-07-21 21:21:44.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:46.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46720) > >2014-07-21 21:21:46.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38089) > >2014-07-21 21:21:48.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:48.350 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:21:48.350 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:21:48.351 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:21:48.386 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:21:48.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43927) > >2014-07-21 21:21:50.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46776) > >2014-07-21 21:21:50.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38140) > >2014-07-21 21:21:52.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43980) > >2014-07-21 21:21:52.811 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:21:54.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46828) > >2014-07-21 21:21:54.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38190) > >2014-07-21 21:21:56.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44032) > >2014-07-21 21:21:58.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46879) > >2014-07-21 21:21:58.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38241) > >2014-07-21 21:22:00.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:00.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44085) > >2014-07-21 21:22:02.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46933) > >2014-07-21 21:22:02.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38292) > >2014-07-21 21:22:04.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44137) > >2014-07-21 21:22:06.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46984) > >2014-07-21 21:22:06.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38344) > >2014-07-21 21:22:08.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44189) > >2014-07-21 21:22:10.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47037) > >2014-07-21 21:22:10.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38395) > >2014-07-21 21:22:12.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44241) > >2014-07-21 21:22:14.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47090) > >2014-07-21 21:22:14.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:14.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38446) > >2014-07-21 21:22:16.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44294) > >2014-07-21 21:22:18.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47142) > >2014-07-21 21:22:18.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:18.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38497) > >2014-07-21 21:22:20.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44348) > >2014-07-21 21:22:22.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47197) > >2014-07-21 21:22:22.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:22.877 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 38548) > >2014-07-21 21:22:24.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44402) > >2014-07-21 21:22:26.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47251) > >2014-07-21 21:22:26.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38601) > >2014-07-21 21:22:28.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44453) > >2014-07-21 21:22:30.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47302) > >2014-07-21 21:22:30.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:30.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38652) > >2014-07-21 21:22:32.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44505) > >2014-07-21 21:22:34.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47356) > >2014-07-21 21:22:34.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38703) > >2014-07-21 21:22:36.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44556) > >2014-07-21 21:22:38.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47407) > >2014-07-21 21:22:38.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38754) > >2014-07-21 21:22:40.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44607) > >2014-07-21 21:22:42.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47462) > >2014-07-21 21:22:42.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38805) > >2014-07-21 21:22:44.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:44.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44659) > >2014-07-21 21:22:46.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47516) > >2014-07-21 21:22:46.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38856) > >2014-07-21 21:22:48.295 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:48.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44711) > >2014-07-21 21:22:50.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47568) > >2014-07-21 21:22:50.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38907) > >2014-07-21 21:22:52.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44762) > >2014-07-21 21:22:52.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:22:54.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47620) > >2014-07-21 21:22:54.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38958) > >2014-07-21 21:22:56.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44814) > >2014-07-21 21:22:58.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47671) > >2014-07-21 21:22:58.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39009) > >2014-07-21 21:23:00.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:00.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44866) > >2014-07-21 21:23:02.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47727) > >2014-07-21 21:23:02.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39060) > >2014-07-21 21:23:04.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44918) > >2014-07-21 21:23:06.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47778) > >2014-07-21 21:23:06.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39113) > >2014-07-21 21:23:08.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44970) > >2014-07-21 21:23:10.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47835) > >2014-07-21 21:23:10.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39167) > >2014-07-21 21:23:12.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45021) > >2014-07-21 21:23:14.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47887) > >2014-07-21 21:23:14.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:14.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39219) > >2014-07-21 21:23:16.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45073) > >2014-07-21 21:23:18.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47939) > >2014-07-21 21:23:18.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:18.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39270) > >2014-07-21 21:23:20.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45126) > >2014-07-21 21:23:22.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47992) > >2014-07-21 21:23:22.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:22.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39321) > >2014-07-21 21:23:24.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45178) > >2014-07-21 21:23:26.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48045) > >2014-07-21 21:23:26.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39372) > >2014-07-21 21:23:28.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45233) > >2014-07-21 21:23:30.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48100) > >2014-07-21 21:23:30.321 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:30.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39423) > >2014-07-21 21:23:32.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45286) > >2014-07-21 21:23:34.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48157) > >2014-07-21 21:23:34.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39475) > >2014-07-21 21:23:36.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45337) > >2014-07-21 21:23:38.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48213) > >2014-07-21 21:23:38.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39526) > >2014-07-21 21:23:40.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45389) > >2014-07-21 21:23:42.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48264) > >2014-07-21 21:23:42.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39577) > >2014-07-21 21:23:44.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:44.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45440) > >2014-07-21 21:23:46.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48316) > >2014-07-21 21:23:46.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39628) > >2014-07-21 21:23:48.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:48.388 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:23:48.388 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:23:48.388 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:23:48.399 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:23:48.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45493) > >2014-07-21 21:23:50.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48372) > >2014-07-21 21:23:50.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39679) > >2014-07-21 21:23:52.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45546) > >2014-07-21 21:23:52.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:23:54.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48424) > >2014-07-21 21:23:54.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39730) > >2014-07-21 21:23:56.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45598) > >2014-07-21 21:23:58.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48475) > >2014-07-21 21:23:58.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39781) > >2014-07-21 21:24:00.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:00.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45651) > >2014-07-21 21:24:02.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48528) > >2014-07-21 21:24:02.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39832) > >2014-07-21 21:24:04.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45703) > >2014-07-21 21:24:06.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48580) > >2014-07-21 21:24:06.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39884) > >2014-07-21 21:24:08.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45755) > >2014-07-21 21:24:10.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48633) > >2014-07-21 21:24:10.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39935) > >2014-07-21 21:24:12.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45807) > >2014-07-21 21:24:14.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48686) > >2014-07-21 21:24:14.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:14.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39986) > >2014-07-21 21:24:16.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45860) > >2014-07-21 21:24:18.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48739) > >2014-07-21 21:24:18.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:18.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40037) > >2014-07-21 21:24:20.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45914) > >2014-07-21 21:24:22.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48792) > >2014-07-21 21:24:22.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:22.989 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 40088) > >2014-07-21 21:24:24.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45966) > >2014-07-21 21:24:26.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48846) > >2014-07-21 21:24:26.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40141) > >2014-07-21 21:24:28.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46018) > >2014-07-21 21:24:30.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48898) > >2014-07-21 21:24:30.380 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:30.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40192) > >2014-07-21 21:24:32.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46070) > >2014-07-21 21:24:34.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48951) > >2014-07-21 21:24:34.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40243) > >2014-07-21 21:24:36.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46121) > >2014-07-21 21:24:38.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49004) > >2014-07-21 21:24:38.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40294) > >2014-07-21 21:24:40.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46174) > >2014-07-21 21:24:42.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49059) > >2014-07-21 21:24:42.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40345) > >2014-07-21 21:24:44.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:44.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46226) > >2014-07-21 21:24:46.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49113) > >2014-07-21 21:24:46.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40396) > >2014-07-21 21:24:48.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:48.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46279) > >2014-07-21 21:24:50.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49165) > >2014-07-21 21:24:50.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40447) > >2014-07-21 21:24:52.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46330) > >2014-07-21 21:24:52.967 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:24:54.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49217) > >2014-07-21 21:24:54.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40498) > >2014-07-21 21:24:56.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46382) > >2014-07-21 21:24:58.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49268) > >2014-07-21 21:24:58.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40550) > >2014-07-21 21:25:00.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:00.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46434) > >2014-07-21 21:25:02.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49322) > >2014-07-21 21:25:03.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40601) > >2014-07-21 21:25:04.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46486) > >2014-07-21 21:25:06.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49374) > >2014-07-21 21:25:06.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40652) > >2014-07-21 21:25:08.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46538) > >2014-07-21 21:25:10.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49431) > >2014-07-21 21:25:10.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40708) > >2014-07-21 21:25:12.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46589) > >2014-07-21 21:25:14.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49482) > >2014-07-21 21:25:14.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:14.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40760) > >2014-07-21 21:25:16.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46641) > >2014-07-21 21:25:18.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49536) > >2014-07-21 21:25:18.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:19.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40811) > >2014-07-21 21:25:20.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46695) > >2014-07-21 21:25:22.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49588) > >2014-07-21 21:25:22.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:23.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40862) > >2014-07-21 21:25:24.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46747) > >2014-07-21 21:25:26.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49641) > >2014-07-21 21:25:27.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40913) > >2014-07-21 21:25:28.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46800) > >2014-07-21 21:25:30.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49694) > >2014-07-21 21:25:30.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:31.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40964) > >2014-07-21 21:25:32.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46854) > >2014-07-21 21:25:34.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49750) > >2014-07-21 21:25:35.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41016) > >2014-07-21 21:25:36.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46905) > >2014-07-21 21:25:38.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49805) > >2014-07-21 21:25:39.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41067) > >2014-07-21 21:25:40.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46957) > >2014-07-21 21:25:42.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49859) > >2014-07-21 21:25:43.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41118) > >2014-07-21 21:25:44.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:44.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47008) > >2014-07-21 21:25:46.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49911) > >2014-07-21 21:25:47.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41168) > >2014-07-21 21:25:48.369 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:48.411 29190 ERROR neutron.openstack.common.rpc.common [req-e6afbad4-7e98-494b-ab46-7b883e5b146a None] Failed to consume message from queue: Socket closed >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:25:48.411 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:25:48.412 29190 INFO neutron.openstack.common.rpc.common [req-e6afbad4-7e98-494b-ab46-7b883e5b146a None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:25:48.423 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:25:48.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47061) > >2014-07-21 21:25:50.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49967) > >2014-07-21 21:25:51.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41219) > >2014-07-21 21:25:52.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47114) > >2014-07-21 21:25:53.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:25:54.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50019) > >2014-07-21 21:25:55.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41270) > >2014-07-21 21:25:56.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47166) > >2014-07-21 21:25:58.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50070) > >2014-07-21 21:25:59.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41321) > >2014-07-21 21:26:00.460 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:00.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47219) > >2014-07-21 21:26:02.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50123) > >2014-07-21 21:26:03.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41372) > >2014-07-21 21:26:04.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47271) > >2014-07-21 21:26:06.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50175) > >2014-07-21 21:26:07.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41424) > >2014-07-21 21:26:08.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47322) > >2014-07-21 21:26:10.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50227) > >2014-07-21 21:26:11.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41475) > >2014-07-21 21:26:12.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47374) > >2014-07-21 21:26:14.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50281) > >2014-07-21 21:26:14.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:15.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41526) > >2014-07-21 21:26:16.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47427) > >2014-07-21 21:26:18.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50334) > >2014-07-21 21:26:18.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:19.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41577) > >2014-07-21 21:26:20.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47481) > >2014-07-21 21:26:22.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50387) > >2014-07-21 21:26:23.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:23.113 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 41628) > >2014-07-21 21:26:24.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47533) > >2014-07-21 21:26:26.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50441) > >2014-07-21 21:26:27.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41681) > >2014-07-21 21:26:28.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47586) > >2014-07-21 21:26:30.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50494) > >2014-07-21 21:26:30.490 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:31.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41731) > >2014-07-21 21:26:32.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47638) > >2014-07-21 21:26:34.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50548) > >2014-07-21 21:26:35.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41782) > >2014-07-21 21:26:36.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47688) > >2014-07-21 21:26:38.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50599) > >2014-07-21 21:26:39.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41833) > >2014-07-21 21:26:40.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47741) > >2014-07-21 21:26:42.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50656) > >2014-07-21 21:26:43.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41884) > >2014-07-21 21:26:44.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:44.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47793) > >2014-07-21 21:26:46.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50710) > >2014-07-21 21:26:47.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41935) > >2014-07-21 21:26:48.410 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:48.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47847) > >2014-07-21 21:26:50.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50762) > >2014-07-21 21:26:51.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41986) > >2014-07-21 21:26:52.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47898) > >2014-07-21 21:26:53.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:26:54.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50814) > >2014-07-21 21:26:55.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42037) > >2014-07-21 21:26:56.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47950) > >2014-07-21 21:26:58.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50865) > >2014-07-21 21:26:59.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42088) > >2014-07-21 21:27:00.506 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:00.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48002) > >2014-07-21 21:27:02.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50920) > >2014-07-21 21:27:03.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42139) > >2014-07-21 21:27:04.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48054) > >2014-07-21 21:27:06.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50972) > >2014-07-21 21:27:07.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42190) > >2014-07-21 21:27:08.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48105) > >2014-07-21 21:27:10.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51026) > >2014-07-21 21:27:11.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42246) > >2014-07-21 21:27:12.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48156) > >2014-07-21 21:27:14.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51079) > >2014-07-21 21:27:14.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:15.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42297) > >2014-07-21 21:27:16.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48208) > >2014-07-21 21:27:18.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51132) > >2014-07-21 21:27:18.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:19.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42349) > >2014-07-21 21:27:20.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48261) > >2014-07-21 21:27:22.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51186) > >2014-07-21 21:27:23.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:23.101 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 42399) > >2014-07-21 21:27:24.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48314) > >2014-07-21 21:27:26.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51239) > >2014-07-21 21:27:27.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42450) > >2014-07-21 21:27:28.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48365) > >2014-07-21 21:27:30.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51290) > >2014-07-21 21:27:30.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:31.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42501) > >2014-07-21 21:27:32.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48419) > >2014-07-21 21:27:34.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51347) > >2014-07-21 21:27:35.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42553) > >2014-07-21 21:27:36.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48470) > >2014-07-21 21:27:38.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51402) > >2014-07-21 21:27:39.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42604) > >2014-07-21 21:27:40.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48521) > >2014-07-21 21:27:42.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51455) > >2014-07-21 21:27:43.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42655) > >2014-07-21 21:27:44.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:44.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48573) > >2014-07-21 21:27:46.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51507) > >2014-07-21 21:27:47.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42706) > >2014-07-21 21:27:48.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:48.442 29190 ERROR neutron.openstack.common.rpc.common [req-69e9576b-4229-4dbf-a500-e1291e8bc7fe None] Failed to consume message from queue: Socket closed >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:27:48.442 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:27:48.443 29190 INFO neutron.openstack.common.rpc.common [req-69e9576b-4229-4dbf-a500-e1291e8bc7fe None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:27:48.459 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:27:48.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48625) > >2014-07-21 21:27:50.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51563) > >2014-07-21 21:27:51.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42757) > >2014-07-21 21:27:52.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48679) > >2014-07-21 21:27:53.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:27:54.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51615) > >2014-07-21 21:27:55.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42808) > >2014-07-21 21:27:56.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48731) > >2014-07-21 21:27:58.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51666) > >2014-07-21 21:27:59.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42859) > >2014-07-21 21:28:00.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:00.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48783) > >2014-07-21 21:28:02.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51719) > >2014-07-21 21:28:03.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42910) > >2014-07-21 21:28:04.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48835) > >2014-07-21 21:28:06.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51771) > >2014-07-21 21:28:07.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42962) > >2014-07-21 21:28:08.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48887) > >2014-07-21 21:28:10.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51823) > >2014-07-21 21:28:11.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43013) > >2014-07-21 21:28:12.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48939) > >2014-07-21 21:28:14.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51876) > >2014-07-21 21:28:14.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:15.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43064) > >2014-07-21 21:28:16.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48991) > >2014-07-21 21:28:18.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51929) > >2014-07-21 21:28:18.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:19.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43115) > >2014-07-21 21:28:20.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49045) > >2014-07-21 21:28:22.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51982) > >2014-07-21 21:28:23.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43166) > >2014-07-21 21:28:23.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:24.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49097) > >2014-07-21 21:28:26.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52036) > >2014-07-21 21:28:27.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43219) > >2014-07-21 21:28:28.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49150) > >2014-07-21 21:28:30.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52089) > >2014-07-21 21:28:30.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:31.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43270) > >2014-07-21 21:28:32.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49202) > >2014-07-21 21:28:34.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52143) > >2014-07-21 21:28:35.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43321) > >2014-07-21 21:28:36.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49253) > >2014-07-21 21:28:38.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52194) > >2014-07-21 21:28:39.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43372) > >2014-07-21 21:28:40.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49306) > >2014-07-21 21:28:42.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52251) > >2014-07-21 21:28:43.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43426) > >2014-07-21 21:28:44.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:44.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49358) > >2014-07-21 21:28:46.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52305) > >2014-07-21 21:28:47.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43477) > >2014-07-21 21:28:48.462 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:48.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49411) > >2014-07-21 21:28:50.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52357) > >2014-07-21 21:28:51.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43528) > >2014-07-21 21:28:52.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49462) > >2014-07-21 21:28:53.163 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:28:54.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52409) > >2014-07-21 21:28:55.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43579) > >2014-07-21 21:28:56.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49514) > >2014-07-21 21:28:58.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52460) > >2014-07-21 21:28:59.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43630) > >2014-07-21 21:29:00.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:00.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49566) > >2014-07-21 21:29:02.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52513) > >2014-07-21 21:29:03.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43681) > >2014-07-21 21:29:04.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49618) > >2014-07-21 21:29:06.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52567) > >2014-07-21 21:29:07.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43732) > >2014-07-21 21:29:08.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49669) > >2014-07-21 21:29:10.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52620) > >2014-07-21 21:29:11.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43787) > >2014-07-21 21:29:12.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49720) > >2014-07-21 21:29:14.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52674) > >2014-07-21 21:29:14.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:15.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43839) > >2014-07-21 21:29:16.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49772) > >2014-07-21 21:29:18.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52727) > >2014-07-21 21:29:18.466 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:19.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43891) > >2014-07-21 21:29:20.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49825) > >2014-07-21 21:29:22.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52780) > >2014-07-21 21:29:23.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43942) > >2014-07-21 21:29:23.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:24.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49877) > >2014-07-21 21:29:26.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52833) > >2014-07-21 21:29:27.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43994) > >2014-07-21 21:29:28.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49930) > >2014-07-21 21:29:30.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52885) > >2014-07-21 21:29:30.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:31.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44045) > >2014-07-21 21:29:32.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49984) > >2014-07-21 21:29:34.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52941) > >2014-07-21 21:29:35.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44097) > >2014-07-21 21:29:36.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50035) > >2014-07-21 21:29:38.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52998) > >2014-07-21 21:29:39.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44148) > >2014-07-21 21:29:40.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50089) > >2014-07-21 21:29:42.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53053) > >2014-07-21 21:29:43.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44199) > >2014-07-21 21:29:44.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:44.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50141) > >2014-07-21 21:29:46.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53105) > >2014-07-21 21:29:47.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44250) > >2014-07-21 21:29:48.462 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:29:48.462 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:29:48.462 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:29:48.474 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:48.504 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:29:48.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50193) > >2014-07-21 21:29:50.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53161) > >2014-07-21 21:29:51.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44301) > >2014-07-21 21:29:52.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50246) > >2014-07-21 21:29:53.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:29:54.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53213) > >2014-07-21 21:29:55.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44352) > >2014-07-21 21:29:56.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50298) > >2014-07-21 21:29:58.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53264) > >2014-07-21 21:29:59.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44403) > >2014-07-21 21:30:00.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:00.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50350) > >2014-07-21 21:30:02.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53317) > >2014-07-21 21:30:03.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44454) > >2014-07-21 21:30:04.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50402) > >2014-07-21 21:30:06.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53368) > >2014-07-21 21:30:07.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44506) > >2014-07-21 21:30:08.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50454) > >2014-07-21 21:30:10.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53421) > >2014-07-21 21:30:11.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44557) > >2014-07-21 21:30:12.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50506) > >2014-07-21 21:30:14.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53474) > >2014-07-21 21:30:14.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:15.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44608) > >2014-07-21 21:30:16.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50559) > >2014-07-21 21:30:18.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53528) > >2014-07-21 21:30:18.498 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:19.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44659) > >2014-07-21 21:30:20.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50614) > >2014-07-21 21:30:22.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53580) > >2014-07-21 21:30:23.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44710) > >2014-07-21 21:30:23.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:24.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50666) > >2014-07-21 21:30:26.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53634) > >2014-07-21 21:30:27.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44763) > >2014-07-21 21:30:28.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50718) > >2014-07-21 21:30:30.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53685) > >2014-07-21 21:30:30.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:31.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44814) > >2014-07-21 21:30:32.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50770) > >2014-07-21 21:30:34.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53739) > >2014-07-21 21:30:35.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44865) > >2014-07-21 21:30:36.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50821) > >2014-07-21 21:30:38.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53790) > >2014-07-21 21:30:39.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44916) > >2014-07-21 21:30:40.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50874) > >2014-07-21 21:30:42.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53847) > >2014-07-21 21:30:43.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44967) > >2014-07-21 21:30:44.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:44.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50927) > >2014-07-21 21:30:46.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53900) > >2014-07-21 21:30:47.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45018) > >2014-07-21 21:30:48.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:48.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50980) > >2014-07-21 21:30:50.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53953) > >2014-07-21 21:30:51.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45069) > >2014-07-21 21:30:52.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51031) > >2014-07-21 21:30:53.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:30:54.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54005) > >2014-07-21 21:30:55.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45120) > >2014-07-21 21:30:56.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51083) > >2014-07-21 21:30:58.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54056) > >2014-07-21 21:30:59.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45171) > >2014-07-21 21:31:00.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:00.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51135) > >2014-07-21 21:31:02.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54110) > >2014-07-21 21:31:03.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45222) > >2014-07-21 21:31:04.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51187) > >2014-07-21 21:31:06.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54164) > >2014-07-21 21:31:07.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45273) > >2014-07-21 21:31:08.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51238) > >2014-07-21 21:31:10.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54217) > >2014-07-21 21:31:11.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45327) > >2014-07-21 21:31:12.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51289) > >2014-07-21 21:31:14.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54271) > >2014-07-21 21:31:14.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:15.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45380) > >2014-07-21 21:31:16.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51341) > >2014-07-21 21:31:18.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54324) > >2014-07-21 21:31:18.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:19.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45432) > >2014-07-21 21:31:20.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51394) > >2014-07-21 21:31:22.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54376) > >2014-07-21 21:31:23.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45483) > >2014-07-21 21:31:23.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:24.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51446) > >2014-07-21 21:31:26.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54428) > >2014-07-21 21:31:27.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45534) > >2014-07-21 21:31:28.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51500) > >2014-07-21 21:31:30.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54482) > >2014-07-21 21:31:30.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:31.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45585) > >2014-07-21 21:31:32.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51553) > >2014-07-21 21:31:34.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54538) > >2014-07-21 21:31:35.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45636) > >2014-07-21 21:31:36.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51605) > >2014-07-21 21:31:38.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54594) > >2014-07-21 21:31:39.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45688) > >2014-07-21 21:31:40.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51658) > >2014-07-21 21:31:42.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54649) > >2014-07-21 21:31:43.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45739) > >2014-07-21 21:31:44.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:44.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51710) > >2014-07-21 21:31:46.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54701) > >2014-07-21 21:31:47.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45790) > >2014-07-21 21:31:48.505 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:31:48.505 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:31:48.506 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:31:48.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:48.546 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:31:48.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51762) > >2014-07-21 21:31:50.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54757) > >2014-07-21 21:31:51.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45841) > >2014-07-21 21:31:52.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51815) > >2014-07-21 21:31:53.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:31:54.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54809) > >2014-07-21 21:31:55.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45891) > >2014-07-21 21:31:56.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51867) > >2014-07-21 21:31:58.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54860) > >2014-07-21 21:31:59.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45942) > >2014-07-21 21:32:00.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:00.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51919) > >2014-07-21 21:32:02.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54912) > >2014-07-21 21:32:03.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45993) > >2014-07-21 21:32:04.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51971) > >2014-07-21 21:32:06.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54964) > >2014-07-21 21:32:07.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46045) > >2014-07-21 21:32:08.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52023) > >2014-07-21 21:32:10.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55017) > >2014-07-21 21:32:11.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46096) > >2014-07-21 21:32:12.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52075) > >2014-07-21 21:32:14.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55070) > >2014-07-21 21:32:14.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:15.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46147) > >2014-07-21 21:32:16.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52127) > >2014-07-21 21:32:18.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55123) > >2014-07-21 21:32:18.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:19.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46198) > >2014-07-21 21:32:20.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52181) > >2014-07-21 21:32:22.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55177) > >2014-07-21 21:32:23.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46248) > >2014-07-21 21:32:23.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:24.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52234) > >2014-07-21 21:32:26.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55231) > >2014-07-21 21:32:27.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46301) > >2014-07-21 21:32:28.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52285) > >2014-07-21 21:32:30.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55282) > >2014-07-21 21:32:30.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:31.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46352) > >2014-07-21 21:32:32.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52337) > >2014-07-21 21:32:34.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55336) > >2014-07-21 21:32:35.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46403) > >2014-07-21 21:32:36.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52388) > >2014-07-21 21:32:38.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55387) > >2014-07-21 21:32:39.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46454) > >2014-07-21 21:32:40.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52439) > >2014-07-21 21:32:42.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55442) > >2014-07-21 21:32:43.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46505) > >2014-07-21 21:32:44.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:44.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52490) > >2014-07-21 21:32:46.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55495) > >2014-07-21 21:32:47.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46556) > >2014-07-21 21:32:48.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:48.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52543) > >2014-07-21 21:32:50.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55548) > >2014-07-21 21:32:51.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46607) > >2014-07-21 21:32:52.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52594) > >2014-07-21 21:32:53.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:32:54.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55600) > >2014-07-21 21:32:55.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46658) > >2014-07-21 21:32:56.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52646) > >2014-07-21 21:32:58.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55651) > >2014-07-21 21:32:59.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46709) > >2014-07-21 21:33:00.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:00.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52698) > >2014-07-21 21:33:02.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55704) > >2014-07-21 21:33:03.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46760) > >2014-07-21 21:33:04.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52750) > >2014-07-21 21:33:06.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55758) > >2014-07-21 21:33:07.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46811) > >2014-07-21 21:33:08.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52801) > >2014-07-21 21:33:10.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55811) > >2014-07-21 21:33:11.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46864) > >2014-07-21 21:33:12.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52852) > >2014-07-21 21:33:14.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55865) > >2014-07-21 21:33:14.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:15.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46918) > >2014-07-21 21:33:16.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52904) > >2014-07-21 21:33:18.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55917) > >2014-07-21 21:33:18.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:19.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46969) > >2014-07-21 21:33:20.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52957) > >2014-07-21 21:33:22.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55971) > >2014-07-21 21:33:23.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47020) > >2014-07-21 21:33:23.365 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:24.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53009) > >2014-07-21 21:33:26.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56023) > >2014-07-21 21:33:27.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47071) > >2014-07-21 21:33:28.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53063) > >2014-07-21 21:33:30.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56077) > >2014-07-21 21:33:30.757 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:31.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47122) > >2014-07-21 21:33:32.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53115) > >2014-07-21 21:33:34.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56132) > >2014-07-21 21:33:35.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47173) > >2014-07-21 21:33:36.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53168) > >2014-07-21 21:33:38.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56189) > >2014-07-21 21:33:39.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47225) > >2014-07-21 21:33:41.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53221) > >2014-07-21 21:33:42.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56242) > >2014-07-21 21:33:43.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47276) > >2014-07-21 21:33:44.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:45.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53273) > >2014-07-21 21:33:46.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56296) > >2014-07-21 21:33:47.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47327) > >2014-07-21 21:33:48.548 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:33:48.548 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:33:48.549 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:33:48.562 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:33:48.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:49.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53325) > >2014-07-21 21:33:50.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56352) > >2014-07-21 21:33:51.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47378) > >2014-07-21 21:33:53.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53377) > >2014-07-21 21:33:53.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:33:54.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56404) > >2014-07-21 21:33:55.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47429) > >2014-07-21 21:33:57.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53429) > >2014-07-21 21:33:58.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56455) > >2014-07-21 21:33:59.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47480) > >2014-07-21 21:34:00.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:01.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53481) > >2014-07-21 21:34:02.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56507) > >2014-07-21 21:34:03.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47531) > >2014-07-21 21:34:05.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53533) > >2014-07-21 21:34:06.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56559) > >2014-07-21 21:34:07.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47583) > >2014-07-21 21:34:09.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53585) > >2014-07-21 21:34:10.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56612) > >2014-07-21 21:34:11.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47634) > >2014-07-21 21:34:13.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53637) > >2014-07-21 21:34:14.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56665) > >2014-07-21 21:34:14.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:15.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47685) > >2014-07-21 21:34:17.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53690) > >2014-07-21 21:34:18.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56718) > >2014-07-21 21:34:18.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:19.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47736) > >2014-07-21 21:34:21.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53744) > >2014-07-21 21:34:22.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56771) > >2014-07-21 21:34:23.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47787) > >2014-07-21 21:34:23.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:25.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53796) > >2014-07-21 21:34:26.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56825) > >2014-07-21 21:34:27.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47840) > >2014-07-21 21:34:29.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53848) > >2014-07-21 21:34:30.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56877) > >2014-07-21 21:34:30.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:31.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47891) > >2014-07-21 21:34:33.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53900) > >2014-07-21 21:34:34.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56931) > >2014-07-21 21:34:35.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47942) > >2014-07-21 21:34:37.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53951) > >2014-07-21 21:34:38.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56983) > >2014-07-21 21:34:39.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47993) > >2014-07-21 21:34:41.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54007) > >2014-07-21 21:34:42.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57042) > >2014-07-21 21:34:43.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48044) > >2014-07-21 21:34:44.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:45.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54060) > >2014-07-21 21:34:46.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57096) > >2014-07-21 21:34:47.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48095) > >2014-07-21 21:34:48.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:49.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54113) > >2014-07-21 21:34:50.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57149) > >2014-07-21 21:34:51.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48146) > >2014-07-21 21:34:53.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54164) > >2014-07-21 21:34:53.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:34:54.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57201) > >2014-07-21 21:34:55.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48197) > >2014-07-21 21:34:57.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54216) > >2014-07-21 21:34:58.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57252) > >2014-07-21 21:34:59.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48249) > >2014-07-21 21:35:00.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:01.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54268) > >2014-07-21 21:35:02.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57305) > >2014-07-21 21:35:03.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48300) > >2014-07-21 21:35:05.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54320) > >2014-07-21 21:35:06.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57359) > >2014-07-21 21:35:07.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48351) > >2014-07-21 21:35:09.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54371) > >2014-07-21 21:35:10.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57412) > >2014-07-21 21:35:11.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48404) > >2014-07-21 21:35:13.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54422) > >2014-07-21 21:35:14.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57465) > >2014-07-21 21:35:14.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:15.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48458) > >2014-07-21 21:35:17.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54474) > >2014-07-21 21:35:18.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57519) > >2014-07-21 21:35:18.623 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:19.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48509) > >2014-07-21 21:35:21.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54528) > >2014-07-21 21:35:22.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57573) > >2014-07-21 21:35:23.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48561) > >2014-07-21 21:35:23.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:25.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54583) > >2014-07-21 21:35:26.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57626) > >2014-07-21 21:35:27.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48614) > >2014-07-21 21:35:29.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54636) > >2014-07-21 21:35:30.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57679) > >2014-07-21 21:35:30.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:31.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48665) > >2014-07-21 21:35:33.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54688) > >2014-07-21 21:35:34.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57733) > >2014-07-21 21:35:35.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48716) > >2014-07-21 21:35:37.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54741) > >2014-07-21 21:35:38.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57790) > >2014-07-21 21:35:39.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48768) > >2014-07-21 21:35:41.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54794) > >2014-07-21 21:35:42.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57845) > >2014-07-21 21:35:43.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48819) > >2014-07-21 21:35:44.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:45.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54846) > >2014-07-21 21:35:46.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57900) > >2014-07-21 21:35:47.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48870) > >2014-07-21 21:35:48.564 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:35:48.564 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:35:48.565 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:35:48.577 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:35:48.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:49.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54898) > >2014-07-21 21:35:50.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57955) > >2014-07-21 21:35:51.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48921) > >2014-07-21 21:35:53.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54951) > >2014-07-21 21:35:53.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:35:54.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58007) > >2014-07-21 21:35:55.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48972) > >2014-07-21 21:35:57.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55003) > >2014-07-21 21:35:58.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58058) > >2014-07-21 21:35:59.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49024) > >2014-07-21 21:36:00.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:01.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55055) > >2014-07-21 21:36:02.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58109) > >2014-07-21 21:36:03.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49075) > >2014-07-21 21:36:05.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55107) > >2014-07-21 21:36:06.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58161) > >2014-07-21 21:36:07.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49127) > >2014-07-21 21:36:09.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55158) > >2014-07-21 21:36:10.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58214) > >2014-07-21 21:36:11.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49178) > >2014-07-21 21:36:13.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55211) > >2014-07-21 21:36:14.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:14.583 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 58267) > >2014-07-21 21:36:15.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49229) > >2014-07-21 21:36:17.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55264) > >2014-07-21 21:36:18.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58320) > >2014-07-21 21:36:18.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:19.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49280) > >2014-07-21 21:36:21.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55318) > >2014-07-21 21:36:22.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58373) > >2014-07-21 21:36:23.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49331) > >2014-07-21 21:36:23.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:25.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55370) > >2014-07-21 21:36:26.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58427) > >2014-07-21 21:36:27.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49384) > >2014-07-21 21:36:29.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55423) > >2014-07-21 21:36:30.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58480) > >2014-07-21 21:36:30.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:31.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49435) > >2014-07-21 21:36:33.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55475) > >2014-07-21 21:36:34.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58532) > >2014-07-21 21:36:35.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49486) > >2014-07-21 21:36:37.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55526) > >2014-07-21 21:36:38.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58585) > >2014-07-21 21:36:39.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49537) > >2014-07-21 21:36:41.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55579) > >2014-07-21 21:36:42.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58643) > >2014-07-21 21:36:43.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49588) > >2014-07-21 21:36:44.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:45.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55631) > >2014-07-21 21:36:46.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58695) > >2014-07-21 21:36:47.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49639) > >2014-07-21 21:36:48.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:49.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55684) > >2014-07-21 21:36:50.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58749) > >2014-07-21 21:36:51.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49690) > >2014-07-21 21:36:53.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55735) > >2014-07-21 21:36:53.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:36:54.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58801) > >2014-07-21 21:36:55.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49741) > >2014-07-21 21:36:57.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55787) > >2014-07-21 21:36:58.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58852) > >2014-07-21 21:36:59.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49792) > >2014-07-21 21:37:00.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:01.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55839) > >2014-07-21 21:37:02.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58905) > >2014-07-21 21:37:03.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49843) > >2014-07-21 21:37:05.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55891) > >2014-07-21 21:37:06.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58956) > >2014-07-21 21:37:07.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49894) > >2014-07-21 21:37:09.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55942) > >2014-07-21 21:37:10.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59009) > >2014-07-21 21:37:11.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49947) > >2014-07-21 21:37:13.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55994) > >2014-07-21 21:37:14.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:14.614 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 59065) > >2014-07-21 21:37:15.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50000) > >2014-07-21 21:37:17.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56046) > >2014-07-21 21:37:18.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59118) > >2014-07-21 21:37:18.682 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:19.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50052) > >2014-07-21 21:37:21.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56098) > >2014-07-21 21:37:22.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59171) > >2014-07-21 21:37:23.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50104) > >2014-07-21 21:37:23.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:25.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56150) > >2014-07-21 21:37:26.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59223) > >2014-07-21 21:37:27.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50155) > >2014-07-21 21:37:29.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56202) > >2014-07-21 21:37:30.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59275) > >2014-07-21 21:37:30.862 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:31.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50206) > >2014-07-21 21:37:33.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56254) > >2014-07-21 21:37:34.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59329) > >2014-07-21 21:37:35.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50257) > >2014-07-21 21:37:37.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56307) > >2014-07-21 21:37:38.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59384) > >2014-07-21 21:37:39.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50309) > >2014-07-21 21:37:41.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56358) > >2014-07-21 21:37:42.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59438) > >2014-07-21 21:37:43.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50360) > >2014-07-21 21:37:44.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:45.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56410) > >2014-07-21 21:37:46.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59492) > >2014-07-21 21:37:47.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50411) > >2014-07-21 21:37:48.579 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:37:48.579 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:37:48.580 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:37:48.591 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:37:48.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:49.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56461) > >2014-07-21 21:37:50.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59548) > >2014-07-21 21:37:51.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50462) > >2014-07-21 21:37:53.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56514) > >2014-07-21 21:37:53.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:37:54.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59600) > >2014-07-21 21:37:55.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50513) > >2014-07-21 21:37:57.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56566) > >2014-07-21 21:37:58.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59651) > >2014-07-21 21:37:59.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50564) > >2014-07-21 21:38:00.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:01.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56618) > >2014-07-21 21:38:02.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59703) > >2014-07-21 21:38:03.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50614) > >2014-07-21 21:38:05.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56670) > >2014-07-21 21:38:06.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59755) > >2014-07-21 21:38:07.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50666) > >2014-07-21 21:38:09.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56721) > >2014-07-21 21:38:10.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59808) > >2014-07-21 21:38:11.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50717) > >2014-07-21 21:38:13.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56774) > >2014-07-21 21:38:14.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:14.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59861) > >2014-07-21 21:38:15.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50767) > >2014-07-21 21:38:17.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56827) > >2014-07-21 21:38:18.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59914) > >2014-07-21 21:38:18.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:19.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50818) > >2014-07-21 21:38:21.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56881) > >2014-07-21 21:38:22.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59967) > >2014-07-21 21:38:23.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50869) > >2014-07-21 21:38:23.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:25.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56933) > >2014-07-21 21:38:26.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60021) > >2014-07-21 21:38:27.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50922) > >2014-07-21 21:38:29.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56985) > >2014-07-21 21:38:30.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60073) > >2014-07-21 21:38:30.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:31.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50973) > >2014-07-21 21:38:33.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57037) > >2014-07-21 21:38:34.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60125) > >2014-07-21 21:38:35.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51024) > >2014-07-21 21:38:37.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57088) > >2014-07-21 21:38:38.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60179) > >2014-07-21 21:38:39.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51075) > >2014-07-21 21:38:41.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57141) > >2014-07-21 21:38:42.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60232) > >2014-07-21 21:38:43.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51126) > >2014-07-21 21:38:44.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:45.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57193) > >2014-07-21 21:38:46.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60288) > >2014-07-21 21:38:47.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51177) > >2014-07-21 21:38:48.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:49.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57246) > >2014-07-21 21:38:50.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60341) > >2014-07-21 21:38:51.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51228) > >2014-07-21 21:38:53.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57297) > >2014-07-21 21:38:53.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:38:54.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60394) > >2014-07-21 21:38:55.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51278) > >2014-07-21 21:38:57.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57349) > >2014-07-21 21:38:58.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60445) > >2014-07-21 21:38:59.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51329) > >2014-07-21 21:39:00.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:01.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57401) > >2014-07-21 21:39:02.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60497) > >2014-07-21 21:39:03.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51380) > >2014-07-21 21:39:05.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57453) > >2014-07-21 21:39:06.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60550) > >2014-07-21 21:39:07.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51431) > >2014-07-21 21:39:09.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57504) > >2014-07-21 21:39:10.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60603) > >2014-07-21 21:39:11.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51484) > >2014-07-21 21:39:13.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57555) > >2014-07-21 21:39:14.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:14.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60659) > >2014-07-21 21:39:15.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51537) > >2014-07-21 21:39:17.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57607) > >2014-07-21 21:39:18.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60713) > >2014-07-21 21:39:18.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:19.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51589) > >2014-07-21 21:39:21.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57660) > >2014-07-21 21:39:22.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60767) > >2014-07-21 21:39:23.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51641) > >2014-07-21 21:39:23.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:25.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57712) > >2014-07-21 21:39:26.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60819) > >2014-07-21 21:39:27.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51692) > >2014-07-21 21:39:29.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57764) > >2014-07-21 21:39:30.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60872) > >2014-07-21 21:39:30.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:31.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51743) > >2014-07-21 21:39:33.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57817) > >2014-07-21 21:39:34.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60926) > >2014-07-21 21:39:35.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51794) > >2014-07-21 21:39:37.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57869) > >2014-07-21 21:39:38.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60981) > >2014-07-21 21:39:39.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51845) > >2014-07-21 21:39:41.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57923) > >2014-07-21 21:39:42.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32804) > >2014-07-21 21:39:43.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51897) > >2014-07-21 21:39:44.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:45.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57975) > >2014-07-21 21:39:46.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32858) > >2014-07-21 21:39:47.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51948) > >2014-07-21 21:39:48.593 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:39:48.593 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:39:48.594 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:39:48.606 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:39:48.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:49.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58027) > >2014-07-21 21:39:50.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32914) > >2014-07-21 21:39:51.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51999) > >2014-07-21 21:39:53.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58080) > >2014-07-21 21:39:53.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:39:54.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32966) > >2014-07-21 21:39:55.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52050) > >2014-07-21 21:39:57.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58132) > >2014-07-21 21:39:58.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33017) > >2014-07-21 21:39:59.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52101) > >2014-07-21 21:40:00.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:01.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58184) > >2014-07-21 21:40:02.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33069) > >2014-07-21 21:40:03.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52152) > >2014-07-21 21:40:05.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58236) > >2014-07-21 21:40:06.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33121) > >2014-07-21 21:40:07.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52204) > >2014-07-21 21:40:09.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58287) > >2014-07-21 21:40:10.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33173) > >2014-07-21 21:40:11.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52255) > >2014-07-21 21:40:13.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58340) > >2014-07-21 21:40:14.593 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:14.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33227) > >2014-07-21 21:40:15.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52306) > >2014-07-21 21:40:17.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58393) > >2014-07-21 21:40:18.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33280) > >2014-07-21 21:40:18.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:19.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52357) > >2014-07-21 21:40:21.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58447) > >2014-07-21 21:40:22.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33333) > >2014-07-21 21:40:23.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52408) > >2014-07-21 21:40:23.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:25.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58499) > >2014-07-21 21:40:26.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33387) > >2014-07-21 21:40:27.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52461) > >2014-07-21 21:40:29.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58552) > >2014-07-21 21:40:30.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33440) > >2014-07-21 21:40:30.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:31.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52512) > >2014-07-21 21:40:33.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58604) > >2014-07-21 21:40:34.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33492) > >2014-07-21 21:40:35.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52564) > >2014-07-21 21:40:37.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58655) > >2014-07-21 21:40:38.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33545) > >2014-07-21 21:40:39.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52615) > >2014-07-21 21:40:41.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58707) > >2014-07-21 21:40:42.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33598) > >2014-07-21 21:40:43.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52666) > >2014-07-21 21:40:44.593 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:45.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58760) > >2014-07-21 21:40:46.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33654) > >2014-07-21 21:40:47.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52717) > >2014-07-21 21:40:48.789 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:49.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58813) > >2014-07-21 21:40:50.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33707) > >2014-07-21 21:40:51.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52768) > >2014-07-21 21:40:53.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58864) > >2014-07-21 21:40:53.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:40:54.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33760) > >2014-07-21 21:40:55.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52819) > >2014-07-21 21:40:57.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58916) > >2014-07-21 21:40:58.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33811) > >2014-07-21 21:40:59.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52870) > >2014-07-21 21:41:00.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:01.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58968) > >2014-07-21 21:41:02.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33863) > >2014-07-21 21:41:03.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52921) > >2014-07-21 21:41:05.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59019) > >2014-07-21 21:41:06.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33916) > >2014-07-21 21:41:07.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52972) > >2014-07-21 21:41:09.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59071) > >2014-07-21 21:41:10.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33969) > >2014-07-21 21:41:11.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53023) > >2014-07-21 21:41:13.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59122) > >2014-07-21 21:41:14.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:14.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34024) > >2014-07-21 21:41:15.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53078) > >2014-07-21 21:41:17.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59174) > >2014-07-21 21:41:18.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34076) > >2014-07-21 21:41:18.790 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:19.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53130) > >2014-07-21 21:41:21.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59227) > >2014-07-21 21:41:22.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34129) > >2014-07-21 21:41:23.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53182) > >2014-07-21 21:41:23.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:25.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59279) > >2014-07-21 21:41:26.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34182) > >2014-07-21 21:41:27.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53233) > >2014-07-21 21:41:29.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59331) > >2014-07-21 21:41:30.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34235) > >2014-07-21 21:41:30.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:31.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53284) > >2014-07-21 21:41:33.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59384) > >2014-07-21 21:41:34.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34289) > >2014-07-21 21:41:35.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53335) > >2014-07-21 21:41:37.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59435) > >2014-07-21 21:41:38.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34344) > >2014-07-21 21:41:39.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53386) > >2014-07-21 21:41:41.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59490) > >2014-07-21 21:41:42.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34400) > >2014-07-21 21:41:43.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53438) > >2014-07-21 21:41:44.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:45.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59543) > >2014-07-21 21:41:46.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34454) > >2014-07-21 21:41:47.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53489) > >2014-07-21 21:41:48.608 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:41:48.608 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:41:48.609 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:41:48.620 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:41:48.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:49.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59595) > >2014-07-21 21:41:50.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34510) > >2014-07-21 21:41:51.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53540) > >2014-07-21 21:41:53.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59648) > >2014-07-21 21:41:53.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:41:54.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34562) > >2014-07-21 21:41:55.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53591) > >2014-07-21 21:41:57.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59700) > >2014-07-21 21:41:58.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34613) > >2014-07-21 21:41:59.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53642) > >2014-07-21 21:42:00.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:01.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59752) > >2014-07-21 21:42:02.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34665) > >2014-07-21 21:42:03.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53693) > >2014-07-21 21:42:05.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59804) > >2014-07-21 21:42:06.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34717) > >2014-07-21 21:42:07.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53745) > >2014-07-21 21:42:09.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59855) > >2014-07-21 21:42:10.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34769) > >2014-07-21 21:42:11.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53796) > >2014-07-21 21:42:13.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59908) > >2014-07-21 21:42:14.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:14.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34824) > >2014-07-21 21:42:15.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53847) > >2014-07-21 21:42:17.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59961) > >2014-07-21 21:42:18.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34877) > >2014-07-21 21:42:18.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:19.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53898) > >2014-07-21 21:42:21.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60016) > >2014-07-21 21:42:22.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34931) > >2014-07-21 21:42:23.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53949) > >2014-07-21 21:42:23.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:25.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60069) > >2014-07-21 21:42:26.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34985) > >2014-07-21 21:42:27.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54002) > >2014-07-21 21:42:29.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60120) > >2014-07-21 21:42:30.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35036) > >2014-07-21 21:42:30.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:31.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54053) > >2014-07-21 21:42:33.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60172) > >2014-07-21 21:42:34.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35088) > >2014-07-21 21:42:35.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54104) > >2014-07-21 21:42:37.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60223) > >2014-07-21 21:42:38.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35141) > >2014-07-21 21:42:39.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54155) > >2014-07-21 21:42:41.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60274) > >2014-07-21 21:42:42.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35192) > >2014-07-21 21:42:43.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54206) > >2014-07-21 21:42:44.584 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:45.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60326) > >2014-07-21 21:42:46.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35248) > >2014-07-21 21:42:47.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54257) > >2014-07-21 21:42:48.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:49.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60379) > >2014-07-21 21:42:50.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35301) > >2014-07-21 21:42:51.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54308) > >2014-07-21 21:42:53.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60430) > >2014-07-21 21:42:53.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:42:54.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35355) > >2014-07-21 21:42:55.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54359) > >2014-07-21 21:42:57.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60482) > >2014-07-21 21:42:58.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35405) > >2014-07-21 21:42:59.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54410) > >2014-07-21 21:43:01.015 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:01.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60534) > >2014-07-21 21:43:02.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35457) > >2014-07-21 21:43:03.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54461) > >2014-07-21 21:43:05.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60585) > >2014-07-21 21:43:06.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35510) > >2014-07-21 21:43:07.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54512) > >2014-07-21 21:43:09.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60637) > >2014-07-21 21:43:10.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35563) > >2014-07-21 21:43:11.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54563) > >2014-07-21 21:43:13.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60688) > >2014-07-21 21:43:14.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:14.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35618) > >2014-07-21 21:43:15.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54618) > >2014-07-21 21:43:17.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60740) > >2014-07-21 21:43:18.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35670) > >2014-07-21 21:43:18.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:19.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54670) > >2014-07-21 21:43:21.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60793) > >2014-07-21 21:43:22.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35724) > >2014-07-21 21:43:23.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54721) > >2014-07-21 21:43:23.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:25.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60845) > >2014-07-21 21:43:26.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35777) > >2014-07-21 21:43:27.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54773) > >2014-07-21 21:43:29.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60897) > >2014-07-21 21:43:30.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35829) > >2014-07-21 21:43:31.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:31.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54824) > >2014-07-21 21:43:33.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60950) > >2014-07-21 21:43:34.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35884) > >2014-07-21 21:43:35.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54875) > >2014-07-21 21:43:37.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32768) > >2014-07-21 21:43:38.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35938) > >2014-07-21 21:43:39.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54926) > >2014-07-21 21:43:41.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32822) > >2014-07-21 21:43:42.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35994) > >2014-07-21 21:43:43.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54978) > >2014-07-21 21:43:44.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:45.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32875) > >2014-07-21 21:43:46.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36048) > >2014-07-21 21:43:47.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55028) > >2014-07-21 21:43:48.622 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:43:48.622 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:43:48.623 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:43:48.636 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:43:48.857 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:49.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32927) > >2014-07-21 21:43:50.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36106) > >2014-07-21 21:43:51.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55079) > >2014-07-21 21:43:53.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32980) > >2014-07-21 21:43:53.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:43:54.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36158) > >2014-07-21 21:43:55.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55130) > >2014-07-21 21:43:57.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33032) > >2014-07-21 21:43:58.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36209) > >2014-07-21 21:43:59.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55181) > >2014-07-21 21:44:01.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:01.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33084) > >2014-07-21 21:44:02.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36261) > >2014-07-21 21:44:03.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55232) > >2014-07-21 21:44:05.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33135) > >2014-07-21 21:44:06.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36313) > >2014-07-21 21:44:07.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55283) > >2014-07-21 21:44:09.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33187) > >2014-07-21 21:44:10.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36365) > >2014-07-21 21:44:11.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55334) > >2014-07-21 21:44:13.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33239) > >2014-07-21 21:44:14.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:14.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36420) > >2014-07-21 21:44:15.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55385) > >2014-07-21 21:44:17.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33294) > >2014-07-21 21:44:18.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36473) > >2014-07-21 21:44:18.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:19.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55436) > >2014-07-21 21:44:21.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33348) > >2014-07-21 21:44:22.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36526) > >2014-07-21 21:44:23.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55487) > >2014-07-21 21:44:23.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:25.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33400) > >2014-07-21 21:44:26.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36580) > >2014-07-21 21:44:27.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55540) > >2014-07-21 21:44:29.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33451) > >2014-07-21 21:44:30.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36632) > >2014-07-21 21:44:31.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:31.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55591) > >2014-07-21 21:44:33.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33503) > >2014-07-21 21:44:34.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36684) > >2014-07-21 21:44:35.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55642) > >2014-07-21 21:44:37.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33554) > >2014-07-21 21:44:38.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36737) > >2014-07-21 21:44:39.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55693) > >2014-07-21 21:44:41.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33606) > >2014-07-21 21:44:42.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36790) > >2014-07-21 21:44:43.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55744) > >2014-07-21 21:44:44.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:45.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33659) > >2014-07-21 21:44:46.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36846) > >2014-07-21 21:44:47.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55794) > >2014-07-21 21:44:48.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:49.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33712) > >2014-07-21 21:44:50.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36899) > >2014-07-21 21:44:51.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55845) > >2014-07-21 21:44:53.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33763) > >2014-07-21 21:44:53.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:44:54.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36952) > >2014-07-21 21:44:55.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55896) > >2014-07-21 21:44:57.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33815) > >2014-07-21 21:44:58.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37003) > >2014-07-21 21:44:59.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55947) > >2014-07-21 21:45:01.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:01.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33867) > >2014-07-21 21:45:02.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37055) > >2014-07-21 21:45:03.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55998) > >2014-07-21 21:45:05.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33919) > >2014-07-21 21:45:06.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37108) > >2014-07-21 21:45:07.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56049) > >2014-07-21 21:45:09.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33975) > >2014-07-21 21:45:10.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37159) > >2014-07-21 21:45:11.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56100) > >2014-07-21 21:45:13.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34026) > >2014-07-21 21:45:14.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:14.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37215) > >2014-07-21 21:45:15.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56156) > >2014-07-21 21:45:17.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34078) > >2014-07-21 21:45:18.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:18.947 29190 INFO neutron.wsgi [req-8257cb3e-86d5-43f3-b8c7-e65603efae7e None] (29190) accepted ('192.168.0.7', 37268) > >2014-07-21 21:45:19.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56207) > >2014-07-21 21:45:21.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34131) > >2014-07-21 21:45:22.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37322) > >2014-07-21 21:45:23.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56260) > >2014-07-21 21:45:23.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:25.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34183) > >2014-07-21 21:45:26.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37376) > >2014-07-21 21:45:27.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56316) > >2014-07-21 21:45:29.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34236) > >2014-07-21 21:45:30.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37429) > >2014-07-21 21:45:31.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:31.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56367) > >2014-07-21 21:45:33.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34289) > >2014-07-21 21:45:34.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37483) > >2014-07-21 21:45:35.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56418) > >2014-07-21 21:45:37.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34341) > >2014-07-21 21:45:38.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37542) > >2014-07-21 21:45:39.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56475) > >2014-07-21 21:45:41.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34413) > >2014-07-21 21:45:42.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37597) > >2014-07-21 21:45:43.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56527) > >2014-07-21 21:45:44.598 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:45.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34466) > >2014-07-21 21:45:46.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37651) > >2014-07-21 21:45:47.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56578) > >2014-07-21 21:45:48.638 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:45:48.638 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:45:48.639 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:45:48.700 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:45:48.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:49.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34519) > >2014-07-21 21:45:50.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37709) > >2014-07-21 21:45:51.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56632) > >2014-07-21 21:45:53.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34577) > >2014-07-21 21:45:53.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:45:54.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37767) > >2014-07-21 21:45:55.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56696) > >2014-07-21 21:45:57.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34629) > >2014-07-21 21:45:58.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37818) > >2014-07-21 21:45:59.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56748) > >2014-07-21 21:46:01.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:01.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34684) > >2014-07-21 21:46:02.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37870) > >2014-07-21 21:46:03.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56802) > >2014-07-21 21:46:05.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34742) > >2014-07-21 21:46:06.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37922) > >2014-07-21 21:46:07.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56865) > >2014-07-21 21:46:09.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34806) > >2014-07-21 21:46:10.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37974) > >2014-07-21 21:46:12.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56927) > >2014-07-21 21:46:13.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34868) > >2014-07-21 21:46:14.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:14.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38029) > >2014-07-21 21:46:16.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56985) > >2014-07-21 21:46:17.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34932) > >2014-07-21 21:46:18.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:19.012 29190 INFO neutron.wsgi [req-511e2580-6652-4b98-96d1-4c3d49b09b50 None] (29190) accepted ('192.168.0.7', 38081) > >2014-07-21 21:46:20.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57043) > >2014-07-21 21:46:21.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35005) > >2014-07-21 21:46:22.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38134) > >2014-07-21 21:46:23.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:24.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57106) > >2014-07-21 21:46:25.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35073) > >2014-07-21 21:46:26.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38189) > >2014-07-21 21:46:28.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57176) > >2014-07-21 21:46:29.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35134) > >2014-07-21 21:46:30.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38241) > >2014-07-21 21:46:31.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:32.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57238) > >2014-07-21 21:46:33.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35189) > >2014-07-21 21:46:34.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38294) > >2014-07-21 21:46:36.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57300) > >2014-07-21 21:46:37.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35241) > >2014-07-21 21:46:38.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38347) > >2014-07-21 21:46:40.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57356) > >2014-07-21 21:46:41.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35292) > >2014-07-21 21:46:42.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38397) > >2014-07-21 21:46:44.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57411) > >2014-07-21 21:46:44.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:45.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35348) > >2014-07-21 21:46:46.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38453) > >2014-07-21 21:46:48.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57465) > >2014-07-21 21:46:49.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:49.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35400) > >2014-07-21 21:46:50.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38506) > >2014-07-21 21:46:52.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57519) > >2014-07-21 21:46:53.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35451) > >2014-07-21 21:46:53.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:46:54.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38558) > >2014-07-21 21:46:56.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57571) > >2014-07-21 21:46:57.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35506) > >2014-07-21 21:46:58.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38610) > >2014-07-21 21:47:00.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57622) > >2014-07-21 21:47:01.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:01.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35563) > >2014-07-21 21:47:03.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38662) > >2014-07-21 21:47:04.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57673) > >2014-07-21 21:47:05.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35613) > >2014-07-21 21:47:07.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38714) > >2014-07-21 21:47:08.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57724) > >2014-07-21 21:47:09.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35665) > >2014-07-21 21:47:11.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38766) > >2014-07-21 21:47:12.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57774) > >2014-07-21 21:47:13.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35719) > >2014-07-21 21:47:14.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:15.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38822) > >2014-07-21 21:47:16.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57828) > >2014-07-21 21:47:17.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35774) > >2014-07-21 21:47:19.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38875) > >2014-07-21 21:47:19.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:20.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57880) > >2014-07-21 21:47:21.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35827) > >2014-07-21 21:47:23.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38930) > >2014-07-21 21:47:24.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:24.193 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 57932) > >2014-07-21 21:47:25.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35880) > >2014-07-21 21:47:27.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38982) > >2014-07-21 21:47:28.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57984) > >2014-07-21 21:47:29.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35936) > >2014-07-21 21:47:31.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39036) > >2014-07-21 21:47:31.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:32.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58035) > >2014-07-21 21:47:33.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35989) > >2014-07-21 21:47:35.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39091) > >2014-07-21 21:47:36.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58086) > >2014-07-21 21:47:37.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36040) > >2014-07-21 21:47:39.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39144) > >2014-07-21 21:47:40.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58137) > >2014-07-21 21:47:41.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36092) > >2014-07-21 21:47:43.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39197) > >2014-07-21 21:47:44.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58188) > >2014-07-21 21:47:44.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:45.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36145) > >2014-07-21 21:47:47.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39251) > >2014-07-21 21:47:48.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58240) > >2014-07-21 21:47:48.704 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:47:48.704 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:47:48.705 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:47:48.716 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:47:48.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:49.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36197) > >2014-07-21 21:47:51.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39307) > >2014-07-21 21:47:52.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58291) > >2014-07-21 21:47:53.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36248) > >2014-07-21 21:47:54.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:47:55.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39359) > >2014-07-21 21:47:56.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58342) > >2014-07-21 21:47:57.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36300) > >2014-07-21 21:47:59.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39410) > >2014-07-21 21:48:00.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58393) > >2014-07-21 21:48:01.163 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:01.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36352) > >2014-07-21 21:48:03.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39462) > >2014-07-21 21:48:04.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58444) > >2014-07-21 21:48:05.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36403) > >2014-07-21 21:48:07.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39513) > >2014-07-21 21:48:08.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58496) > >2014-07-21 21:48:09.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36455) > >2014-07-21 21:48:11.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39566) > >2014-07-21 21:48:12.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58547) > >2014-07-21 21:48:13.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36507) > >2014-07-21 21:48:14.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:15.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39620) > >2014-07-21 21:48:16.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58598) > >2014-07-21 21:48:17.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36562) > >2014-07-21 21:48:19.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:19.057 29190 INFO neutron.wsgi [req-6746e2fa-db57-4c38-b61f-89319d4934ee None] (29190) accepted ('192.168.0.7', 39673) > >2014-07-21 21:48:20.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58649) > >2014-07-21 21:48:21.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36616) > >2014-07-21 21:48:23.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39726) > >2014-07-21 21:48:24.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:24.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58700) > >2014-07-21 21:48:25.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36668) > >2014-07-21 21:48:27.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39779) > >2014-07-21 21:48:28.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58753) > >2014-07-21 21:48:29.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36720) > >2014-07-21 21:48:31.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39831) > >2014-07-21 21:48:31.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:32.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58804) > >2014-07-21 21:48:33.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36772) > >2014-07-21 21:48:35.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39883) > >2014-07-21 21:48:36.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58855) > >2014-07-21 21:48:37.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36823) > >2014-07-21 21:48:39.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39936) > >2014-07-21 21:48:40.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58906) > >2014-07-21 21:48:41.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36875) > >2014-07-21 21:48:43.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39988) > >2014-07-21 21:48:44.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58957) > >2014-07-21 21:48:44.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:45.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36927) > >2014-07-21 21:48:47.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40045) > >2014-07-21 21:48:48.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59008) > >2014-07-21 21:48:49.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:49.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36979) > >2014-07-21 21:48:51.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40098) > >2014-07-21 21:48:52.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59059) > >2014-07-21 21:48:53.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37031) > >2014-07-21 21:48:54.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:48:55.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40150) > >2014-07-21 21:48:56.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59110) > >2014-07-21 21:48:57.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37083) > >2014-07-21 21:48:59.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40202) > >2014-07-21 21:49:00.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59160) > >2014-07-21 21:49:01.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:01.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37135) > >2014-07-21 21:49:03.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40254) > >2014-07-21 21:49:04.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59211) > >2014-07-21 21:49:05.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37186) > >2014-07-21 21:49:07.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40306) > >2014-07-21 21:49:08.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59262) > >2014-07-21 21:49:09.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37238) > >2014-07-21 21:49:11.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40358) > >2014-07-21 21:49:12.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59313) > >2014-07-21 21:49:13.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37289) > >2014-07-21 21:49:14.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:15.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40415) > >2014-07-21 21:49:16.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59366) > >2014-07-21 21:49:17.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37341) > >2014-07-21 21:49:19.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:19.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40468) > >2014-07-21 21:49:20.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59419) > >2014-07-21 21:49:21.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37394) > >2014-07-21 21:49:23.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40523) > >2014-07-21 21:49:24.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:24.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59471) > >2014-07-21 21:49:25.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37446) > >2014-07-21 21:49:27.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40575) > >2014-07-21 21:49:28.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59522) > >2014-07-21 21:49:29.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37501) > >2014-07-21 21:49:31.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40631) > >2014-07-21 21:49:31.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:32.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59574) > >2014-07-21 21:49:33.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37554) > >2014-07-21 21:49:35.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40686) > >2014-07-21 21:49:36.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59625) > >2014-07-21 21:49:37.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37605) > >2014-07-21 21:49:39.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40739) > >2014-07-21 21:49:40.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59676) > >2014-07-21 21:49:41.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37657) > >2014-07-21 21:49:43.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40792) > >2014-07-21 21:49:44.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59727) > >2014-07-21 21:49:44.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:45.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37712) > >2014-07-21 21:49:47.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40847) > >2014-07-21 21:49:48.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59779) > >2014-07-21 21:49:48.719 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:49:48.719 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:49:48.720 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:49:48.732 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:49:49.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:49.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37764) > >2014-07-21 21:49:51.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40903) > >2014-07-21 21:49:52.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59830) > >2014-07-21 21:49:53.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37815) > >2014-07-21 21:49:54.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:49:55.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40958) > >2014-07-21 21:49:56.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59881) > >2014-07-21 21:49:57.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37867) > >2014-07-21 21:49:59.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41009) > >2014-07-21 21:50:00.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59932) > >2014-07-21 21:50:01.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:01.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37919) > >2014-07-21 21:50:03.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41061) > >2014-07-21 21:50:04.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59983) > >2014-07-21 21:50:05.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37971) > >2014-07-21 21:50:07.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41112) > >2014-07-21 21:50:08.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60035) > >2014-07-21 21:50:09.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38023) > >2014-07-21 21:50:11.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41165) > >2014-07-21 21:50:12.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60086) > >2014-07-21 21:50:13.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38075) > >2014-07-21 21:50:14.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:15.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41219) > >2014-07-21 21:50:16.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60137) > >2014-07-21 21:50:17.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38129) > >2014-07-21 21:50:19.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:19.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41272) > >2014-07-21 21:50:20.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60188) > >2014-07-21 21:50:21.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38182) > >2014-07-21 21:50:23.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41325) > >2014-07-21 21:50:24.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:24.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60239) > >2014-07-21 21:50:25.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38234) > >2014-07-21 21:50:27.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41379) > >2014-07-21 21:50:28.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60292) > >2014-07-21 21:50:29.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38286) > >2014-07-21 21:50:31.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41431) > >2014-07-21 21:50:31.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:32.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60343) > >2014-07-21 21:50:33.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38338) > >2014-07-21 21:50:35.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41483) > >2014-07-21 21:50:36.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60394) > >2014-07-21 21:50:37.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38390) > >2014-07-21 21:50:39.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41535) > >2014-07-21 21:50:40.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60445) > >2014-07-21 21:50:41.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38442) > >2014-07-21 21:50:43.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41589) > >2014-07-21 21:50:44.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60496) > >2014-07-21 21:50:44.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:45.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38495) > >2014-07-21 21:50:47.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41642) > >2014-07-21 21:50:48.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60547) > >2014-07-21 21:50:49.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:49.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38547) > >2014-07-21 21:50:51.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41699) > >2014-07-21 21:50:52.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60598) > >2014-07-21 21:50:53.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38599) > >2014-07-21 21:50:54.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:50:55.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41751) > >2014-07-21 21:50:56.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60649) > >2014-07-21 21:50:57.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38651) > >2014-07-21 21:50:59.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41803) > >2014-07-21 21:51:00.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60700) > >2014-07-21 21:51:01.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:01.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38703) > >2014-07-21 21:51:03.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41855) > >2014-07-21 21:51:04.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60751) > >2014-07-21 21:51:05.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38754) > >2014-07-21 21:51:07.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41907) > >2014-07-21 21:51:08.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60802) > >2014-07-21 21:51:09.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38806) > >2014-07-21 21:51:11.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41959) > >2014-07-21 21:51:12.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60853) > >2014-07-21 21:51:13.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38857) > >2014-07-21 21:51:14.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:15.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42015) > >2014-07-21 21:51:16.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60905) > >2014-07-21 21:51:17.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38909) > >2014-07-21 21:51:19.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:19.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42068) > >2014-07-21 21:51:20.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60958) > >2014-07-21 21:51:21.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38962) > >2014-07-21 21:51:23.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42121) > >2014-07-21 21:51:24.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:24.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32777) > >2014-07-21 21:51:25.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39014) > >2014-07-21 21:51:27.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42174) > >2014-07-21 21:51:28.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32828) > >2014-07-21 21:51:29.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39068) > >2014-07-21 21:51:31.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42229) > >2014-07-21 21:51:31.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:32.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32879) > >2014-07-21 21:51:33.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39121) > >2014-07-21 21:51:35.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42284) > >2014-07-21 21:51:36.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32930) > >2014-07-21 21:51:37.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39172) > >2014-07-21 21:51:39.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42337) > >2014-07-21 21:51:40.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32981) > >2014-07-21 21:51:41.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39223) > >2014-07-21 21:51:43.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42389) > >2014-07-21 21:51:44.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33032) > >2014-07-21 21:51:44.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:45.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39278) > >2014-07-21 21:51:47.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42444) > >2014-07-21 21:51:48.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33084) > >2014-07-21 21:51:48.733 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:51:48.733 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:51:48.734 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:51:48.746 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:51:49.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:49.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39330) > >2014-07-21 21:51:51.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42501) > >2014-07-21 21:51:52.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33135) > >2014-07-21 21:51:53.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39381) > >2014-07-21 21:51:54.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:51:55.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42555) > >2014-07-21 21:51:56.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33186) > >2014-07-21 21:51:57.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39433) > >2014-07-21 21:51:59.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42606) > >2014-07-21 21:52:00.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33237) > >2014-07-21 21:52:01.262 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:01.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39485) > >2014-07-21 21:52:03.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42658) > >2014-07-21 21:52:04.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33288) > >2014-07-21 21:52:05.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39536) > >2014-07-21 21:52:07.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42709) > >2014-07-21 21:52:08.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33340) > >2014-07-21 21:52:09.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39588) > >2014-07-21 21:52:11.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42762) > >2014-07-21 21:52:12.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33391) > >2014-07-21 21:52:13.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39640) > >2014-07-21 21:52:14.612 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:15.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42817) > >2014-07-21 21:52:16.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33442) > >2014-07-21 21:52:17.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39695) > >2014-07-21 21:52:19.122 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:19.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42871) > >2014-07-21 21:52:20.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33493) > >2014-07-21 21:52:21.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39750) > >2014-07-21 21:52:23.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42925) > >2014-07-21 21:52:24.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:24.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33544) > >2014-07-21 21:52:25.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39803) > >2014-07-21 21:52:27.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42979) > >2014-07-21 21:52:28.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33597) > >2014-07-21 21:52:29.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39854) > >2014-07-21 21:52:31.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43030) > >2014-07-21 21:52:31.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:32.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33648) > >2014-07-21 21:52:33.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39906) > >2014-07-21 21:52:35.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43082) > >2014-07-21 21:52:36.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33699) > >2014-07-21 21:52:38.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39957) > >2014-07-21 21:52:39.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43133) > >2014-07-21 21:52:40.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33750) > >2014-07-21 21:52:42.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40008) > >2014-07-21 21:52:43.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43186) > >2014-07-21 21:52:44.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33801) > >2014-07-21 21:52:44.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:46.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40060) > >2014-07-21 21:52:47.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43238) > >2014-07-21 21:52:48.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33852) > >2014-07-21 21:52:49.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:50.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40112) > >2014-07-21 21:52:51.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43294) > >2014-07-21 21:52:52.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33904) > >2014-07-21 21:52:54.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40164) > >2014-07-21 21:52:54.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:52:55.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43347) > >2014-07-21 21:52:56.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33955) > >2014-07-21 21:52:58.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40216) > >2014-07-21 21:52:59.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43399) > >2014-07-21 21:53:00.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34006) > >2014-07-21 21:53:01.289 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:02.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40268) > >2014-07-21 21:53:03.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43451) > >2014-07-21 21:53:04.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34057) > >2014-07-21 21:53:06.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40319) > >2014-07-21 21:53:07.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43503) > >2014-07-21 21:53:08.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34108) > >2014-07-21 21:53:10.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40371) > >2014-07-21 21:53:11.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43555) > >2014-07-21 21:53:12.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34159) > >2014-07-21 21:53:14.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40422) > >2014-07-21 21:53:14.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:15.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43607) > >2014-07-21 21:53:16.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34212) > >2014-07-21 21:53:18.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40475) > >2014-07-21 21:53:19.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:19.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43665) > >2014-07-21 21:53:20.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34265) > >2014-07-21 21:53:22.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40528) > >2014-07-21 21:53:23.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43718) > >2014-07-21 21:53:24.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:24.411 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 34316) > >2014-07-21 21:53:26.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40580) > >2014-07-21 21:53:27.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43771) > >2014-07-21 21:53:28.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34368) > >2014-07-21 21:53:30.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40634) > >2014-07-21 21:53:31.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43825) > >2014-07-21 21:53:31.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:32.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34420) > >2014-07-21 21:53:34.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40687) > >2014-07-21 21:53:35.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43880) > >2014-07-21 21:53:36.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34471) > >2014-07-21 21:53:38.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40738) > >2014-07-21 21:53:39.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43933) > >2014-07-21 21:53:40.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34522) > >2014-07-21 21:53:42.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40790) > >2014-07-21 21:53:43.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43985) > >2014-07-21 21:53:44.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34573) > >2014-07-21 21:53:44.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:46.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40845) > >2014-07-21 21:53:47.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44040) > >2014-07-21 21:53:48.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34625) > >2014-07-21 21:53:48.748 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:53:48.748 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:53:48.748 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:53:48.760 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:53:49.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:50.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40897) > >2014-07-21 21:53:51.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44097) > >2014-07-21 21:53:52.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34676) > >2014-07-21 21:53:54.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40948) > >2014-07-21 21:53:54.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:53:55.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44151) > >2014-07-21 21:53:56.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34727) > >2014-07-21 21:53:58.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41000) > >2014-07-21 21:53:59.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44202) > >2014-07-21 21:54:00.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34778) > >2014-07-21 21:54:01.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:02.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41052) > >2014-07-21 21:54:03.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44253) > >2014-07-21 21:54:04.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34829) > >2014-07-21 21:54:06.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41103) > >2014-07-21 21:54:07.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44304) > >2014-07-21 21:54:08.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34881) > >2014-07-21 21:54:10.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41155) > >2014-07-21 21:54:11.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44357) > >2014-07-21 21:54:12.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34932) > >2014-07-21 21:54:14.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41207) > >2014-07-21 21:54:14.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:15.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44411) > >2014-07-21 21:54:16.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34983) > >2014-07-21 21:54:18.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41260) > >2014-07-21 21:54:19.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:19.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44464) > >2014-07-21 21:54:20.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35034) > >2014-07-21 21:54:22.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41315) > >2014-07-21 21:54:23.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44517) > >2014-07-21 21:54:24.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:24.492 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 35085) > >2014-07-21 21:54:26.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41367) > >2014-07-21 21:54:27.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44570) > >2014-07-21 21:54:28.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35138) > >2014-07-21 21:54:30.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41419) > >2014-07-21 21:54:31.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44623) > >2014-07-21 21:54:31.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:32.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35189) > >2014-07-21 21:54:34.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41471) > >2014-07-21 21:54:35.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44675) > >2014-07-21 21:54:36.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35241) > >2014-07-21 21:54:38.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41523) > >2014-07-21 21:54:39.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44726) > >2014-07-21 21:54:40.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35292) > >2014-07-21 21:54:42.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41575) > >2014-07-21 21:54:43.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44781) > >2014-07-21 21:54:44.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35343) > >2014-07-21 21:54:44.612 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:46.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41628) > >2014-07-21 21:54:47.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44834) > >2014-07-21 21:54:48.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35394) > >2014-07-21 21:54:49.192 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:50.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41680) > >2014-07-21 21:54:51.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44890) > >2014-07-21 21:54:52.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35445) > >2014-07-21 21:54:54.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41732) > >2014-07-21 21:54:54.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:54:55.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44943) > >2014-07-21 21:54:56.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35496) > >2014-07-21 21:54:58.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41784) > >2014-07-21 21:54:59.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44994) > >2014-07-21 21:55:00.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35547) > >2014-07-21 21:55:01.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:02.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41836) > >2014-07-21 21:55:03.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45047) > >2014-07-21 21:55:04.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35598) > >2014-07-21 21:55:06.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41887) > >2014-07-21 21:55:07.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45098) > >2014-07-21 21:55:08.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35648) > >2014-07-21 21:55:10.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41939) > >2014-07-21 21:55:11.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45151) > >2014-07-21 21:55:12.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35699) > >2014-07-21 21:55:14.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41990) > >2014-07-21 21:55:14.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:15.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45203) > >2014-07-21 21:55:16.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35752) > >2014-07-21 21:55:18.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42042) > >2014-07-21 21:55:19.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:19.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45260) > >2014-07-21 21:55:20.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35806) > >2014-07-21 21:55:22.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42095) > >2014-07-21 21:55:23.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45313) > >2014-07-21 21:55:24.363 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:24.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35857) > >2014-07-21 21:55:26.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42147) > >2014-07-21 21:55:27.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45366) > >2014-07-21 21:55:28.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35909) > >2014-07-21 21:55:30.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42201) > >2014-07-21 21:55:31.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45420) > >2014-07-21 21:55:31.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:32.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35961) > >2014-07-21 21:55:34.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42253) > >2014-07-21 21:55:35.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45476) > >2014-07-21 21:55:36.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36012) > >2014-07-21 21:55:38.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42306) > >2014-07-21 21:55:39.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45530) > >2014-07-21 21:55:40.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36063) > >2014-07-21 21:55:42.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42357) > >2014-07-21 21:55:43.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45582) > >2014-07-21 21:55:44.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36114) > >2014-07-21 21:55:44.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:46.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42411) > >2014-07-21 21:55:47.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45637) > >2014-07-21 21:55:48.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36165) > >2014-07-21 21:55:48.763 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:55:48.763 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:55:48.764 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:55:48.776 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:55:49.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:50.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42464) > >2014-07-21 21:55:51.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45694) > >2014-07-21 21:55:52.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36217) > >2014-07-21 21:55:54.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42515) > >2014-07-21 21:55:54.377 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:55:55.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45748) > >2014-07-21 21:55:56.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36268) > >2014-07-21 21:55:58.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42567) > >2014-07-21 21:55:59.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45799) > >2014-07-21 21:56:00.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36319) > >2014-07-21 21:56:01.367 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:02.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42619) > >2014-07-21 21:56:03.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45851) > >2014-07-21 21:56:04.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36370) > >2014-07-21 21:56:06.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42670) > >2014-07-21 21:56:07.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45902) > >2014-07-21 21:56:08.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36422) > >2014-07-21 21:56:10.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42723) > >2014-07-21 21:56:11.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45956) > >2014-07-21 21:56:12.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36473) > >2014-07-21 21:56:14.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42775) > >2014-07-21 21:56:14.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:15.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46010) > >2014-07-21 21:56:16.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36524) > >2014-07-21 21:56:18.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42829) > >2014-07-21 21:56:19.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:19.358 29190 INFO neutron.wsgi [req-587d54f3-9516-40e3-8e12-f5e55a0463ac None] (29190) accepted ('192.168.0.7', 46063) > >2014-07-21 21:56:20.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36575) > >2014-07-21 21:56:22.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42884) > >2014-07-21 21:56:23.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46117) > >2014-07-21 21:56:24.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:24.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36627) > >2014-07-21 21:56:26.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42936) > >2014-07-21 21:56:27.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46171) > >2014-07-21 21:56:28.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36680) > >2014-07-21 21:56:30.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42988) > >2014-07-21 21:56:31.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46223) > >2014-07-21 21:56:31.373 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:32.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36731) > >2014-07-21 21:56:34.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43040) > >2014-07-21 21:56:35.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46275) > >2014-07-21 21:56:36.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36782) > >2014-07-21 21:56:38.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43091) > >2014-07-21 21:56:39.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46326) > >2014-07-21 21:56:40.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36832) > >2014-07-21 21:56:42.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43143) > >2014-07-21 21:56:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46380) > >2014-07-21 21:56:44.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36883) > >2014-07-21 21:56:44.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:46.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43196) > >2014-07-21 21:56:47.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46433) > >2014-07-21 21:56:48.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36934) > >2014-07-21 21:56:49.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:50.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43248) > >2014-07-21 21:56:51.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46489) > >2014-07-21 21:56:52.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36985) > >2014-07-21 21:56:54.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43300) > >2014-07-21 21:56:54.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:56:55.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46542) > >2014-07-21 21:56:56.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37036) > >2014-07-21 21:56:58.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43352) > >2014-07-21 21:56:59.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46594) > >2014-07-21 21:57:00.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37087) > >2014-07-21 21:57:01.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:02.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43404) > >2014-07-21 21:57:03.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46647) > >2014-07-21 21:57:04.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37138) > >2014-07-21 21:57:06.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43455) > >2014-07-21 21:57:07.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46698) > >2014-07-21 21:57:08.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37189) > >2014-07-21 21:57:10.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43505) > >2014-07-21 21:57:11.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46751) > >2014-07-21 21:57:12.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37240) > >2014-07-21 21:57:14.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43557) > >2014-07-21 21:57:14.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:15.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46803) > >2014-07-21 21:57:16.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37291) > >2014-07-21 21:57:18.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43609) > >2014-07-21 21:57:19.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:19.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46860) > >2014-07-21 21:57:20.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37346) > >2014-07-21 21:57:22.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43662) > >2014-07-21 21:57:23.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46914) > >2014-07-21 21:57:24.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:24.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37397) > >2014-07-21 21:57:26.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43715) > >2014-07-21 21:57:27.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46967) > >2014-07-21 21:57:28.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37449) > >2014-07-21 21:57:30.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43768) > >2014-07-21 21:57:31.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47020) > >2014-07-21 21:57:31.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:32.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37499) > >2014-07-21 21:57:34.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43820) > >2014-07-21 21:57:35.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47076) > >2014-07-21 21:57:36.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37551) > >2014-07-21 21:57:38.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43872) > >2014-07-21 21:57:39.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47129) > >2014-07-21 21:57:40.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37602) > >2014-07-21 21:57:42.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43923) > >2014-07-21 21:57:43.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47180) > >2014-07-21 21:57:44.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37653) > >2014-07-21 21:57:44.611 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:46.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43975) > >2014-07-21 21:57:47.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47233) > >2014-07-21 21:57:48.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37704) > >2014-07-21 21:57:48.778 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:57:48.778 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:57:48.779 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:57:48.791 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:57:49.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:50.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44029) > >2014-07-21 21:57:51.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47289) > >2014-07-21 21:57:52.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37756) > >2014-07-21 21:57:54.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44080) > >2014-07-21 21:57:54.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:57:55.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47343) > >2014-07-21 21:57:56.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37807) > >2014-07-21 21:57:58.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44132) > >2014-07-21 21:57:59.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47396) > >2014-07-21 21:58:00.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37858) > >2014-07-21 21:58:01.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:02.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44184) > >2014-07-21 21:58:03.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47449) > >2014-07-21 21:58:04.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37909) > >2014-07-21 21:58:06.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44235) > >2014-07-21 21:58:07.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47500) > >2014-07-21 21:58:08.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37961) > >2014-07-21 21:58:10.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44287) > >2014-07-21 21:58:11.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47553) > >2014-07-21 21:58:12.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38012) > >2014-07-21 21:58:14.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44339) > >2014-07-21 21:58:14.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:15.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47607) > >2014-07-21 21:58:16.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38063) > >2014-07-21 21:58:18.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44393) > >2014-07-21 21:58:19.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:19.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47660) > >2014-07-21 21:58:20.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38114) > >2014-07-21 21:58:22.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44448) > >2014-07-21 21:58:23.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47714) > >2014-07-21 21:58:24.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:24.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38165) > >2014-07-21 21:58:26.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44500) > >2014-07-21 21:58:27.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47768) > >2014-07-21 21:58:28.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38218) > >2014-07-21 21:58:30.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44552) > >2014-07-21 21:58:31.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47820) > >2014-07-21 21:58:31.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:32.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38269) > >2014-07-21 21:58:34.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44604) > >2014-07-21 21:58:35.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47872) > >2014-07-21 21:58:36.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38320) > >2014-07-21 21:58:38.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44655) > >2014-07-21 21:58:39.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47924) > >2014-07-21 21:58:40.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38371) > >2014-07-21 21:58:42.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44707) > >2014-07-21 21:58:43.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47978) > >2014-07-21 21:58:44.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38422) > >2014-07-21 21:58:44.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:46.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44760) > >2014-07-21 21:58:47.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48030) > >2014-07-21 21:58:48.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38473) > >2014-07-21 21:58:49.321 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:50.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44812) > >2014-07-21 21:58:51.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48086) > >2014-07-21 21:58:52.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38524) > >2014-07-21 21:58:54.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44864) > >2014-07-21 21:58:54.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:58:55.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48139) > >2014-07-21 21:58:56.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38575) > >2014-07-21 21:58:58.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44916) > >2014-07-21 21:58:59.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48190) > >2014-07-21 21:59:00.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38626) > >2014-07-21 21:59:01.477 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:02.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44968) > >2014-07-21 21:59:03.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48243) > >2014-07-21 21:59:04.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38677) > >2014-07-21 21:59:06.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45019) > >2014-07-21 21:59:07.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48294) > >2014-07-21 21:59:08.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38728) > >2014-07-21 21:59:10.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45070) > >2014-07-21 21:59:11.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48348) > >2014-07-21 21:59:12.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38779) > >2014-07-21 21:59:14.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45122) > >2014-07-21 21:59:14.624 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:15.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48400) > >2014-07-21 21:59:16.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38830) > >2014-07-21 21:59:18.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45175) > >2014-07-21 21:59:19.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:19.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48456) > >2014-07-21 21:59:20.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38885) > >2014-07-21 21:59:22.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45228) > >2014-07-21 21:59:23.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48510) > >2014-07-21 21:59:24.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:24.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38936) > >2014-07-21 21:59:26.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45280) > >2014-07-21 21:59:27.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48562) > >2014-07-21 21:59:28.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38989) > >2014-07-21 21:59:30.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45335) > >2014-07-21 21:59:31.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48618) > >2014-07-21 21:59:31.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:32.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39040) > >2014-07-21 21:59:34.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45387) > >2014-07-21 21:59:35.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48673) > >2014-07-21 21:59:36.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39092) > >2014-07-21 21:59:38.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45439) > >2014-07-21 21:59:39.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48727) > >2014-07-21 21:59:40.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39143) > >2014-07-21 21:59:42.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45491) > >2014-07-21 21:59:43.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48779) > >2014-07-21 21:59:44.623 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:44.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39194) > >2014-07-21 21:59:46.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45544) > >2014-07-21 21:59:47.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48832) > >2014-07-21 21:59:48.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39245) > >2014-07-21 21:59:48.792 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 21:59:48.792 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 21:59:48.793 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 21:59:48.804 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 21:59:49.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:50.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45598) > >2014-07-21 21:59:51.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48888) > >2014-07-21 21:59:52.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39297) > >2014-07-21 21:59:54.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45649) > >2014-07-21 21:59:54.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 21:59:55.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48943) > >2014-07-21 21:59:56.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39348) > >2014-07-21 21:59:58.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45700) > >2014-07-21 21:59:59.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48996) > >2014-07-21 22:00:00.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39399) > >2014-07-21 22:00:01.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:02.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45752) > >2014-07-21 22:00:03.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49048) > >2014-07-21 22:00:04.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39450) > >2014-07-21 22:00:06.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45803) > >2014-07-21 22:00:07.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49100) > >2014-07-21 22:00:08.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39502) > >2014-07-21 22:00:10.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45855) > >2014-07-21 22:00:11.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49152) > >2014-07-21 22:00:12.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39553) > >2014-07-21 22:00:14.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45907) > >2014-07-21 22:00:14.624 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:15.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49205) > >2014-07-21 22:00:16.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39604) > >2014-07-21 22:00:18.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45960) > >2014-07-21 22:00:19.371 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:19.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49257) > >2014-07-21 22:00:20.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39655) > >2014-07-21 22:00:22.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46015) > >2014-07-21 22:00:23.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49311) > >2014-07-21 22:00:24.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:24.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39706) > >2014-07-21 22:00:26.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46067) > >2014-07-21 22:00:27.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49365) > >2014-07-21 22:00:28.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39759) > >2014-07-21 22:00:30.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46119) > >2014-07-21 22:00:31.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49417) > >2014-07-21 22:00:31.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:32.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39810) > >2014-07-21 22:00:34.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46171) > >2014-07-21 22:00:35.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49469) > >2014-07-21 22:00:36.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39861) > >2014-07-21 22:00:38.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46223) > >2014-07-21 22:00:39.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49521) > >2014-07-21 22:00:40.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39912) > >2014-07-21 22:00:42.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46275) > >2014-07-21 22:00:43.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49575) > >2014-07-21 22:00:44.627 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:44.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39963) > >2014-07-21 22:00:46.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46328) > >2014-07-21 22:00:47.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49628) > >2014-07-21 22:00:48.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40014) > >2014-07-21 22:00:49.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:50.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46380) > >2014-07-21 22:00:51.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49684) > >2014-07-21 22:00:52.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40065) > >2014-07-21 22:00:54.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46433) > >2014-07-21 22:00:54.627 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:00:55.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49737) > >2014-07-21 22:00:56.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40115) > >2014-07-21 22:00:58.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46485) > >2014-07-21 22:00:59.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49788) > >2014-07-21 22:01:00.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40166) > >2014-07-21 22:01:01.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:02.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46537) > >2014-07-21 22:01:03.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49841) > >2014-07-21 22:01:04.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40217) > >2014-07-21 22:01:06.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46588) > >2014-07-21 22:01:07.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49892) > >2014-07-21 22:01:08.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40268) > >2014-07-21 22:01:10.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46639) > >2014-07-21 22:01:11.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49944) > >2014-07-21 22:01:12.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40319) > >2014-07-21 22:01:14.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46691) > >2014-07-21 22:01:14.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:15.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49997) > >2014-07-21 22:01:16.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40370) > >2014-07-21 22:01:18.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46743) > >2014-07-21 22:01:19.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:19.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50051) > >2014-07-21 22:01:20.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40425) > >2014-07-21 22:01:22.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46795) > >2014-07-21 22:01:23.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50107) > >2014-07-21 22:01:24.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:24.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40476) > >2014-07-21 22:01:26.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46847) > >2014-07-21 22:01:27.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50159) > >2014-07-21 22:01:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40527) > >2014-07-21 22:01:30.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46901) > >2014-07-21 22:01:31.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50214) > >2014-07-21 22:01:31.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:32.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40579) > >2014-07-21 22:01:34.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46953) > >2014-07-21 22:01:35.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50269) > >2014-07-21 22:01:36.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40631) > >2014-07-21 22:01:38.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47005) > >2014-07-21 22:01:39.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50324) > >2014-07-21 22:01:40.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40682) > >2014-07-21 22:01:42.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47057) > >2014-07-21 22:01:43.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50376) > >2014-07-21 22:01:44.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:44.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40733) > >2014-07-21 22:01:46.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47110) > >2014-07-21 22:01:47.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50429) > >2014-07-21 22:01:48.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40784) > >2014-07-21 22:01:48.807 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:01:48.807 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:01:48.808 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:01:48.820 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:01:49.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:50.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47164) > >2014-07-21 22:01:51.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50485) > >2014-07-21 22:01:52.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40836) > >2014-07-21 22:01:54.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47215) > >2014-07-21 22:01:54.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:01:55.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50540) > >2014-07-21 22:01:56.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40888) > >2014-07-21 22:01:58.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47267) > >2014-07-21 22:01:59.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50593) > >2014-07-21 22:02:00.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40939) > >2014-07-21 22:02:01.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:02.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47319) > >2014-07-21 22:02:03.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50645) > >2014-07-21 22:02:04.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40990) > >2014-07-21 22:02:06.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47370) > >2014-07-21 22:02:07.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50697) > >2014-07-21 22:02:08.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41042) > >2014-07-21 22:02:10.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47421) > >2014-07-21 22:02:11.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50749) > >2014-07-21 22:02:12.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41093) > >2014-07-21 22:02:14.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47474) > >2014-07-21 22:02:14.626 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:15.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50803) > >2014-07-21 22:02:16.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41144) > >2014-07-21 22:02:18.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47527) > >2014-07-21 22:02:19.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:19.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50856) > >2014-07-21 22:02:20.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41195) > >2014-07-21 22:02:22.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47581) > >2014-07-21 22:02:23.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50910) > >2014-07-21 22:02:24.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:24.795 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.8', 41245) > >2014-07-21 22:02:26.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47635) > >2014-07-21 22:02:27.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50964) > >2014-07-21 22:02:28.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41298) > >2014-07-21 22:02:30.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47686) > >2014-07-21 22:02:31.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51015) > >2014-07-21 22:02:31.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:32.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41349) > >2014-07-21 22:02:34.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47738) > >2014-07-21 22:02:35.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51067) > >2014-07-21 22:02:36.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41400) > >2014-07-21 22:02:38.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47789) > >2014-07-21 22:02:39.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51118) > >2014-07-21 22:02:40.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41451) > >2014-07-21 22:02:42.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47840) > >2014-07-21 22:02:43.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51171) > >2014-07-21 22:02:44.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:44.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41502) > >2014-07-21 22:02:46.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47891) > >2014-07-21 22:02:47.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51223) > >2014-07-21 22:02:48.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41553) > >2014-07-21 22:02:49.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:50.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47943) > >2014-07-21 22:02:51.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51279) > >2014-07-21 22:02:52.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41604) > >2014-07-21 22:02:54.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47996) > >2014-07-21 22:02:54.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:02:55.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51332) > >2014-07-21 22:02:56.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41655) > >2014-07-21 22:02:58.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48048) > >2014-07-21 22:02:59.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51383) > >2014-07-21 22:03:00.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41706) > >2014-07-21 22:03:01.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:02.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48100) > >2014-07-21 22:03:03.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51435) > >2014-07-21 22:03:04.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41757) > >2014-07-21 22:03:06.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48155) > >2014-07-21 22:03:07.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51487) > >2014-07-21 22:03:08.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41808) > >2014-07-21 22:03:10.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48206) > >2014-07-21 22:03:11.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51539) > >2014-07-21 22:03:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41859) > >2014-07-21 22:03:14.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48258) > >2014-07-21 22:03:14.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:15.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51592) > >2014-07-21 22:03:16.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41910) > >2014-07-21 22:03:18.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48313) > >2014-07-21 22:03:19.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:19.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51647) > >2014-07-21 22:03:20.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41964) > >2014-07-21 22:03:22.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48366) > >2014-07-21 22:03:23.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51703) > >2014-07-21 22:03:24.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:24.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42016) > >2014-07-21 22:03:26.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48418) > >2014-07-21 22:03:27.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51755) > >2014-07-21 22:03:28.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42066) > >2014-07-21 22:03:30.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48472) > >2014-07-21 22:03:31.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51810) > >2014-07-21 22:03:31.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:32.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42118) > >2014-07-21 22:03:34.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48524) > >2014-07-21 22:03:35.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51864) > >2014-07-21 22:03:36.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42170) > >2014-07-21 22:03:38.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48576) > >2014-07-21 22:03:39.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51920) > >2014-07-21 22:03:40.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42221) > >2014-07-21 22:03:42.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48628) > >2014-07-21 22:03:43.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51971) > >2014-07-21 22:03:44.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:44.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42272) > >2014-07-21 22:03:46.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48680) > >2014-07-21 22:03:47.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52024) > >2014-07-21 22:03:48.822 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:03:48.822 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:03:48.822 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:03:48.834 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:03:48.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42323) > >2014-07-21 22:03:49.504 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:50.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48734) > >2014-07-21 22:03:51.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52080) > >2014-07-21 22:03:52.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42374) > >2014-07-21 22:03:54.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48786) > >2014-07-21 22:03:54.725 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:03:55.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52135) > >2014-07-21 22:03:56.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42426) > >2014-07-21 22:03:58.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48838) > >2014-07-21 22:03:59.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52188) > >2014-07-21 22:04:00.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42478) > >2014-07-21 22:04:01.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:02.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48890) > >2014-07-21 22:04:03.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52240) > >2014-07-21 22:04:04.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42529) > >2014-07-21 22:04:06.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48941) > >2014-07-21 22:04:07.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52292) > >2014-07-21 22:04:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42581) > >2014-07-21 22:04:10.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48992) > >2014-07-21 22:04:11.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52344) > >2014-07-21 22:04:12.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42632) > >2014-07-21 22:04:14.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49045) > >2014-07-21 22:04:14.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:15.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52398) > >2014-07-21 22:04:16.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42683) > >2014-07-21 22:04:18.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49098) > >2014-07-21 22:04:19.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:19.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52450) > >2014-07-21 22:04:20.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42734) > >2014-07-21 22:04:22.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49152) > >2014-07-21 22:04:23.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52502) > >2014-07-21 22:04:24.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:24.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42785) > >2014-07-21 22:04:26.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49205) > >2014-07-21 22:04:27.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52557) > >2014-07-21 22:04:28.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42838) > >2014-07-21 22:04:30.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49258) > >2014-07-21 22:04:31.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:31.683 29190 INFO neutron.wsgi [req-792592ce-4c96-4f5b-884e-4ea71fc16584 None] (29190) accepted ('192.168.0.7', 52610) > >2014-07-21 22:04:32.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42889) > >2014-07-21 22:04:34.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49310) > >2014-07-21 22:04:35.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52662) > >2014-07-21 22:04:36.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42940) > >2014-07-21 22:04:38.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49363) > >2014-07-21 22:04:39.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52714) > >2014-07-21 22:04:40.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42991) > >2014-07-21 22:04:42.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49415) > >2014-07-21 22:04:43.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52767) > >2014-07-21 22:04:44.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:44.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43042) > >2014-07-21 22:04:46.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49469) > >2014-07-21 22:04:47.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52820) > >2014-07-21 22:04:48.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43093) > >2014-07-21 22:04:49.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:50.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49522) > >2014-07-21 22:04:51.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52876) > >2014-07-21 22:04:52.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43144) > >2014-07-21 22:04:54.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49573) > >2014-07-21 22:04:54.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:04:55.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52929) > >2014-07-21 22:04:56.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43195) > >2014-07-21 22:04:58.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49626) > >2014-07-21 22:04:59.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52980) > >2014-07-21 22:05:00.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43246) > >2014-07-21 22:05:01.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:02.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49678) > >2014-07-21 22:05:03.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53032) > >2014-07-21 22:05:04.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43297) > >2014-07-21 22:05:06.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49729) > >2014-07-21 22:05:07.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53084) > >2014-07-21 22:05:08.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43348) > >2014-07-21 22:05:10.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49780) > >2014-07-21 22:05:11.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53136) > >2014-07-21 22:05:12.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43399) > >2014-07-21 22:05:14.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49832) > >2014-07-21 22:05:14.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:15.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53189) > >2014-07-21 22:05:16.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43450) > >2014-07-21 22:05:18.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49884) > >2014-07-21 22:05:19.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:19.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53243) > >2014-07-21 22:05:20.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43503) > >2014-07-21 22:05:22.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49937) > >2014-07-21 22:05:23.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53299) > >2014-07-21 22:05:24.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:24.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43558) > >2014-07-21 22:05:26.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49991) > >2014-07-21 22:05:27.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53352) > >2014-07-21 22:05:28.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43609) > >2014-07-21 22:05:30.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50045) > >2014-07-21 22:05:31.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:31.727 29190 INFO neutron.wsgi [req-3bab935b-83fa-4249-9c19-1a643ab71839 None] (29190) accepted ('192.168.0.7', 53407) > >2014-07-21 22:05:32.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43661) > >2014-07-21 22:05:34.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50097) > >2014-07-21 22:05:35.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53461) > >2014-07-21 22:05:36.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43713) > >2014-07-21 22:05:38.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50149) > >2014-07-21 22:05:39.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53516) > >2014-07-21 22:05:40.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43764) > >2014-07-21 22:05:42.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50200) > >2014-07-21 22:05:43.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53567) > >2014-07-21 22:05:44.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:44.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43815) > >2014-07-21 22:05:46.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50252) > >2014-07-21 22:05:47.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53619) > >2014-07-21 22:05:48.837 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:05:48.837 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:05:48.838 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:05:48.850 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:05:48.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43866) > >2014-07-21 22:05:49.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:50.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50304) > >2014-07-21 22:05:51.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53674) > >2014-07-21 22:05:52.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43917) > >2014-07-21 22:05:54.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50357) > >2014-07-21 22:05:54.827 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:05:55.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53727) > >2014-07-21 22:05:56.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43969) > >2014-07-21 22:05:58.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50411) > >2014-07-21 22:05:59.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53782) > >2014-07-21 22:06:00.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44020) > >2014-07-21 22:06:01.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:02.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50463) > >2014-07-21 22:06:03.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53834) > >2014-07-21 22:06:04.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44071) > >2014-07-21 22:06:06.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50514) > >2014-07-21 22:06:07.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53886) > >2014-07-21 22:06:08.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44123) > >2014-07-21 22:06:10.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50565) > >2014-07-21 22:06:11.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53936) > >2014-07-21 22:06:12.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44174) > >2014-07-21 22:06:14.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50618) > >2014-07-21 22:06:14.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:15.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53991) > >2014-07-21 22:06:16.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44225) > >2014-07-21 22:06:18.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50672) > >2014-07-21 22:06:19.613 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:19.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54044) > >2014-07-21 22:06:20.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44276) > >2014-07-21 22:06:22.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50725) > >2014-07-21 22:06:23.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54096) > >2014-07-21 22:06:24.841 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:24.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44327) > >2014-07-21 22:06:26.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50778) > >2014-07-21 22:06:27.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54151) > >2014-07-21 22:06:28.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44379) > >2014-07-21 22:06:30.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50830) > >2014-07-21 22:06:31.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:31.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54203) > >2014-07-21 22:06:32.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44430) > >2014-07-21 22:06:34.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50882) > >2014-07-21 22:06:35.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54255) > >2014-07-21 22:06:36.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44481) > >2014-07-21 22:06:38.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50934) > >2014-07-21 22:06:39.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54308) > >2014-07-21 22:06:40.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44532) > >2014-07-21 22:06:42.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50986) > >2014-07-21 22:06:43.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54359) > >2014-07-21 22:06:44.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:44.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44583) > >2014-07-21 22:06:46.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51038) > >2014-07-21 22:06:47.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54414) > >2014-07-21 22:06:48.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44634) > >2014-07-21 22:06:49.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:50.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51091) > >2014-07-21 22:06:51.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54466) > >2014-07-21 22:06:52.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44685) > >2014-07-21 22:06:54.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51142) > >2014-07-21 22:06:54.865 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:06:55.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54523) > >2014-07-21 22:06:56.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44736) > >2014-07-21 22:06:58.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51195) > >2014-07-21 22:06:59.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54574) > >2014-07-21 22:07:00.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44787) > >2014-07-21 22:07:01.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:02.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51247) > >2014-07-21 22:07:03.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54626) > >2014-07-21 22:07:04.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44838) > >2014-07-21 22:07:06.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51298) > >2014-07-21 22:07:07.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54678) > >2014-07-21 22:07:08.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44889) > >2014-07-21 22:07:10.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51349) > >2014-07-21 22:07:11.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54730) > >2014-07-21 22:07:13.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44940) > >2014-07-21 22:07:14.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51401) > >2014-07-21 22:07:14.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:15.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54783) > >2014-07-21 22:07:17.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44991) > >2014-07-21 22:07:18.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51453) > >2014-07-21 22:07:19.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:19.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54837) > >2014-07-21 22:07:21.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45044) > >2014-07-21 22:07:22.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51504) > >2014-07-21 22:07:23.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54893) > >2014-07-21 22:07:24.878 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:25.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45097) > >2014-07-21 22:07:26.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51556) > >2014-07-21 22:07:27.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54945) > >2014-07-21 22:07:29.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45148) > >2014-07-21 22:07:30.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51609) > >2014-07-21 22:07:31.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:31.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54998) > >2014-07-21 22:07:33.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45200) > >2014-07-21 22:07:34.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51661) > >2014-07-21 22:07:35.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55053) > >2014-07-21 22:07:37.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45251) > >2014-07-21 22:07:38.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51713) > >2014-07-21 22:07:39.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55108) > >2014-07-21 22:07:41.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45302) > >2014-07-21 22:07:42.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51764) > >2014-07-21 22:07:43.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55159) > >2014-07-21 22:07:44.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:45.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45353) > >2014-07-21 22:07:46.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51816) > >2014-07-21 22:07:47.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55211) > >2014-07-21 22:07:48.852 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:07:48.852 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:07:48.853 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:07:48.865 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:07:49.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45404) > >2014-07-21 22:07:49.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:50.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51868) > >2014-07-21 22:07:51.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55265) > >2014-07-21 22:07:53.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45455) > >2014-07-21 22:07:54.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51921) > >2014-07-21 22:07:54.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:07:55.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55319) > >2014-07-21 22:07:57.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45507) > >2014-07-21 22:07:58.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51973) > >2014-07-21 22:07:59.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55373) > >2014-07-21 22:08:01.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45558) > >2014-07-21 22:08:01.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:02.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52025) > >2014-07-21 22:08:03.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55427) > >2014-07-21 22:08:05.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45609) > >2014-07-21 22:08:06.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52076) > >2014-07-21 22:08:07.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55479) > >2014-07-21 22:08:09.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45661) > >2014-07-21 22:08:10.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52127) > >2014-07-21 22:08:11.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55530) > >2014-07-21 22:08:13.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45712) > >2014-07-21 22:08:14.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:14.641 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 52179) > >2014-07-21 22:08:15.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55585) > >2014-07-21 22:08:17.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45763) > >2014-07-21 22:08:18.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52234) > >2014-07-21 22:08:19.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:19.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55639) > >2014-07-21 22:08:21.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45814) > >2014-07-21 22:08:22.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52287) > >2014-07-21 22:08:23.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55691) > >2014-07-21 22:08:24.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:25.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45865) > >2014-07-21 22:08:26.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52340) > >2014-07-21 22:08:27.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55746) > >2014-07-21 22:08:29.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45918) > >2014-07-21 22:08:30.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52392) > >2014-07-21 22:08:31.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:31.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55798) > >2014-07-21 22:08:33.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45969) > >2014-07-21 22:08:34.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52444) > >2014-07-21 22:08:35.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55850) > >2014-07-21 22:08:37.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46020) > >2014-07-21 22:08:38.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52495) > >2014-07-21 22:08:39.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55902) > >2014-07-21 22:08:41.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46071) > >2014-07-21 22:08:42.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52547) > >2014-07-21 22:08:43.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55953) > >2014-07-21 22:08:44.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:45.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46122) > >2014-07-21 22:08:46.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52599) > >2014-07-21 22:08:47.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56008) > >2014-07-21 22:08:49.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46173) > >2014-07-21 22:08:49.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:50.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52652) > >2014-07-21 22:08:51.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56060) > >2014-07-21 22:08:53.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46224) > >2014-07-21 22:08:54.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52703) > >2014-07-21 22:08:54.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:08:55.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56116) > >2014-07-21 22:08:57.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46275) > >2014-07-21 22:08:58.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52756) > >2014-07-21 22:08:59.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56168) > >2014-07-21 22:09:01.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46326) > >2014-07-21 22:09:01.759 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:02.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52808) > >2014-07-21 22:09:03.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56220) > >2014-07-21 22:09:05.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46377) > >2014-07-21 22:09:06.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52859) > >2014-07-21 22:09:07.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56272) > >2014-07-21 22:09:09.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46428) > >2014-07-21 22:09:10.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52910) > >2014-07-21 22:09:11.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56324) > >2014-07-21 22:09:13.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46479) > >2014-07-21 22:09:14.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:14.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52962) > >2014-07-21 22:09:15.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56377) > >2014-07-21 22:09:17.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46530) > >2014-07-21 22:09:18.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53014) > >2014-07-21 22:09:19.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:19.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56429) > >2014-07-21 22:09:21.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46583) > >2014-07-21 22:09:22.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53067) > >2014-07-21 22:09:23.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56487) > >2014-07-21 22:09:24.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:25.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46635) > >2014-07-21 22:09:26.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53119) > >2014-07-21 22:09:27.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56540) > >2014-07-21 22:09:29.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46686) > >2014-07-21 22:09:30.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53174) > >2014-07-21 22:09:31.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:31.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56594) > >2014-07-21 22:09:33.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46738) > >2014-07-21 22:09:34.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53226) > >2014-07-21 22:09:35.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56649) > >2014-07-21 22:09:37.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46789) > >2014-07-21 22:09:38.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53278) > >2014-07-21 22:09:39.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56705) > >2014-07-21 22:09:41.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46841) > >2014-07-21 22:09:42.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53330) > >2014-07-21 22:09:43.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56756) > >2014-07-21 22:09:44.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:45.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46892) > >2014-07-21 22:09:46.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53382) > >2014-07-21 22:09:47.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56808) > >2014-07-21 22:09:48.868 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:09:48.868 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:09:48.869 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:09:48.881 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:09:49.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46943) > >2014-07-21 22:09:49.740 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:50.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53436) > >2014-07-21 22:09:51.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56863) > >2014-07-21 22:09:53.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46994) > >2014-07-21 22:09:54.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53489) > >2014-07-21 22:09:55.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:09:55.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56917) > >2014-07-21 22:09:57.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47046) > >2014-07-21 22:09:58.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53541) > >2014-07-21 22:09:59.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56971) > >2014-07-21 22:10:01.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47097) > >2014-07-21 22:10:01.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:02.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53593) > >2014-07-21 22:10:03.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57025) > >2014-07-21 22:10:05.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47148) > >2014-07-21 22:10:06.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53644) > >2014-07-21 22:10:07.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57077) > >2014-07-21 22:10:09.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47200) > >2014-07-21 22:10:10.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53695) > >2014-07-21 22:10:11.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57128) > >2014-07-21 22:10:13.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47251) > >2014-07-21 22:10:14.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:14.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53748) > >2014-07-21 22:10:15.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57183) > >2014-07-21 22:10:17.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47303) > >2014-07-21 22:10:18.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53802) > >2014-07-21 22:10:19.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:19.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57236) > >2014-07-21 22:10:21.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47354) > >2014-07-21 22:10:22.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53855) > >2014-07-21 22:10:23.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57288) > >2014-07-21 22:10:25.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:25.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47405) > >2014-07-21 22:10:26.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53907) > >2014-07-21 22:10:27.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57343) > >2014-07-21 22:10:29.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47458) > >2014-07-21 22:10:30.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53960) > >2014-07-21 22:10:31.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:31.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57395) > >2014-07-21 22:10:33.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47509) > >2014-07-21 22:10:34.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54012) > >2014-07-21 22:10:35.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57447) > >2014-07-21 22:10:37.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47560) > >2014-07-21 22:10:38.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54064) > >2014-07-21 22:10:39.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57500) > >2014-07-21 22:10:41.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47611) > >2014-07-21 22:10:42.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54116) > >2014-07-21 22:10:43.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57551) > >2014-07-21 22:10:44.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:45.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47662) > >2014-07-21 22:10:46.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54167) > >2014-07-21 22:10:47.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57606) > >2014-07-21 22:10:49.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47713) > >2014-07-21 22:10:49.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:50.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54220) > >2014-07-21 22:10:51.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57658) > >2014-07-21 22:10:53.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47764) > >2014-07-21 22:10:54.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54271) > >2014-07-21 22:10:55.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:10:55.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57714) > >2014-07-21 22:10:57.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47815) > >2014-07-21 22:10:58.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54324) > >2014-07-21 22:10:59.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57766) > >2014-07-21 22:11:01.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47866) > >2014-07-21 22:11:01.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:02.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54376) > >2014-07-21 22:11:03.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57818) > >2014-07-21 22:11:05.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47917) > >2014-07-21 22:11:06.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54427) > >2014-07-21 22:11:07.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57869) > >2014-07-21 22:11:09.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47968) > >2014-07-21 22:11:10.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54478) > >2014-07-21 22:11:11.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57921) > >2014-07-21 22:11:13.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48019) > >2014-07-21 22:11:14.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:14.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54530) > >2014-07-21 22:11:15.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57975) > >2014-07-21 22:11:17.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48070) > >2014-07-21 22:11:18.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54582) > >2014-07-21 22:11:19.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:19.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58027) > >2014-07-21 22:11:21.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48123) > >2014-07-21 22:11:22.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54635) > >2014-07-21 22:11:23.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58083) > >2014-07-21 22:11:25.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:25.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48176) > >2014-07-21 22:11:26.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54687) > >2014-07-21 22:11:27.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58137) > >2014-07-21 22:11:29.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48227) > >2014-07-21 22:11:30.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54741) > >2014-07-21 22:11:31.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:31.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58191) > >2014-07-21 22:11:33.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48278) > >2014-07-21 22:11:34.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54793) > >2014-07-21 22:11:35.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58246) > >2014-07-21 22:11:37.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48330) > >2014-07-21 22:11:38.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54844) > >2014-07-21 22:11:39.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58301) > >2014-07-21 22:11:41.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48382) > >2014-07-21 22:11:42.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54897) > >2014-07-21 22:11:43.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58353) > >2014-07-21 22:11:44.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:45.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48433) > >2014-07-21 22:11:46.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54949) > >2014-07-21 22:11:47.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58405) > >2014-07-21 22:11:48.883 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:11:48.883 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:11:48.884 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:11:48.896 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:11:49.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48484) > >2014-07-21 22:11:49.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:50.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55003) > >2014-07-21 22:11:51.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58460) > >2014-07-21 22:11:53.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48535) > >2014-07-21 22:11:54.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55055) > >2014-07-21 22:11:55.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:11:55.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58514) > >2014-07-21 22:11:57.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48585) > >2014-07-21 22:11:58.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55108) > >2014-07-21 22:11:59.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58567) > >2014-07-21 22:12:01.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48637) > >2014-07-21 22:12:01.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:02.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55160) > >2014-07-21 22:12:03.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58621) > >2014-07-21 22:12:05.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48688) > >2014-07-21 22:12:06.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55211) > >2014-07-21 22:12:07.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58673) > >2014-07-21 22:12:09.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48740) > >2014-07-21 22:12:10.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55262) > >2014-07-21 22:12:11.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58724) > >2014-07-21 22:12:13.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48791) > >2014-07-21 22:12:14.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:14.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55315) > >2014-07-21 22:12:15.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58779) > >2014-07-21 22:12:17.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48842) > >2014-07-21 22:12:18.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55370) > >2014-07-21 22:12:19.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:19.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58832) > >2014-07-21 22:12:21.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48893) > >2014-07-21 22:12:22.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55423) > >2014-07-21 22:12:23.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58885) > >2014-07-21 22:12:25.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:25.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48944) > >2014-07-21 22:12:26.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55476) > >2014-07-21 22:12:27.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58939) > >2014-07-21 22:12:29.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48997) > >2014-07-21 22:12:30.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55528) > >2014-07-21 22:12:31.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:31.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58991) > >2014-07-21 22:12:33.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49048) > >2014-07-21 22:12:34.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55580) > >2014-07-21 22:12:35.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59043) > >2014-07-21 22:12:37.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49099) > >2014-07-21 22:12:38.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55631) > >2014-07-21 22:12:39.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59094) > >2014-07-21 22:12:41.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49150) > >2014-07-21 22:12:42.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55682) > >2014-07-21 22:12:43.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59146) > >2014-07-21 22:12:44.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:45.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49201) > >2014-07-21 22:12:46.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55734) > >2014-07-21 22:12:47.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59200) > >2014-07-21 22:12:49.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49252) > >2014-07-21 22:12:49.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:50.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55786) > >2014-07-21 22:12:51.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59252) > >2014-07-21 22:12:53.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49303) > >2014-07-21 22:12:54.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55837) > >2014-07-21 22:12:55.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:12:55.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59308) > >2014-07-21 22:12:57.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49354) > >2014-07-21 22:12:58.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55890) > >2014-07-21 22:12:59.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59360) > >2014-07-21 22:13:01.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49405) > >2014-07-21 22:13:01.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:02.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55942) > >2014-07-21 22:13:03.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59412) > >2014-07-21 22:13:05.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49456) > >2014-07-21 22:13:06.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55993) > >2014-07-21 22:13:07.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59463) > >2014-07-21 22:13:09.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49507) > >2014-07-21 22:13:10.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56043) > >2014-07-21 22:13:11.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59515) > >2014-07-21 22:13:13.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49557) > >2014-07-21 22:13:14.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:14.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56094) > >2014-07-21 22:13:15.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59569) > >2014-07-21 22:13:17.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49608) > >2014-07-21 22:13:18.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56147) > >2014-07-21 22:13:19.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:20.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59621) > >2014-07-21 22:13:21.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49660) > >2014-07-21 22:13:22.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56200) > >2014-07-21 22:13:24.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59677) > >2014-07-21 22:13:25.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:25.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49714) > >2014-07-21 22:13:26.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56252) > >2014-07-21 22:13:28.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59731) > >2014-07-21 22:13:29.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49765) > >2014-07-21 22:13:30.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56306) > >2014-07-21 22:13:31.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:32.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59785) > >2014-07-21 22:13:33.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49816) > >2014-07-21 22:13:34.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56358) > >2014-07-21 22:13:36.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59840) > >2014-07-21 22:13:37.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49868) > >2014-07-21 22:13:38.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56409) > >2014-07-21 22:13:40.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59895) > >2014-07-21 22:13:41.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49920) > >2014-07-21 22:13:42.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56462) > >2014-07-21 22:13:44.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59947) > >2014-07-21 22:13:44.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:45.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49971) > >2014-07-21 22:13:46.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56514) > >2014-07-21 22:13:48.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60000) > >2014-07-21 22:13:48.899 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:13:48.899 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:13:48.900 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:13:48.913 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:13:49.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50022) > >2014-07-21 22:13:49.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:50.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56568) > >2014-07-21 22:13:52.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60055) > >2014-07-21 22:13:53.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50073) > >2014-07-21 22:13:54.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56619) > >2014-07-21 22:13:55.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:13:56.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60108) > >2014-07-21 22:13:57.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50124) > >2014-07-21 22:13:58.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56673) > >2014-07-21 22:14:00.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60161) > >2014-07-21 22:14:01.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50176) > >2014-07-21 22:14:01.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:02.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56725) > >2014-07-21 22:14:04.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60217) > >2014-07-21 22:14:05.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50227) > >2014-07-21 22:14:06.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56776) > >2014-07-21 22:14:08.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60269) > >2014-07-21 22:14:09.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50279) > >2014-07-21 22:14:10.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56826) > >2014-07-21 22:14:12.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60320) > >2014-07-21 22:14:13.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50330) > >2014-07-21 22:14:14.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:14.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56880) > >2014-07-21 22:14:16.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60375) > >2014-07-21 22:14:17.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50381) > >2014-07-21 22:14:18.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56933) > >2014-07-21 22:14:19.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:20.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60428) > >2014-07-21 22:14:21.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50432) > >2014-07-21 22:14:22.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56986) > >2014-07-21 22:14:24.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60480) > >2014-07-21 22:14:25.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:25.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50483) > >2014-07-21 22:14:26.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57038) > >2014-07-21 22:14:28.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60535) > >2014-07-21 22:14:29.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50536) > >2014-07-21 22:14:30.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57092) > >2014-07-21 22:14:31.877 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:32.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60588) > >2014-07-21 22:14:33.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50587) > >2014-07-21 22:14:34.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57144) > >2014-07-21 22:14:36.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60640) > >2014-07-21 22:14:37.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50638) > >2014-07-21 22:14:38.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57195) > >2014-07-21 22:14:40.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60692) > >2014-07-21 22:14:41.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50689) > >2014-07-21 22:14:42.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57247) > >2014-07-21 22:14:44.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60743) > >2014-07-21 22:14:44.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:45.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50740) > >2014-07-21 22:14:46.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57299) > >2014-07-21 22:14:48.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60797) > >2014-07-21 22:14:49.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50791) > >2014-07-21 22:14:49.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:50.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57352) > >2014-07-21 22:14:52.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60850) > >2014-07-21 22:14:53.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50842) > >2014-07-21 22:14:54.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57403) > >2014-07-21 22:14:55.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:14:56.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60906) > >2014-07-21 22:14:57.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50893) > >2014-07-21 22:14:58.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57456) > >2014-07-21 22:15:00.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60958) > >2014-07-21 22:15:01.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50944) > >2014-07-21 22:15:01.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:02.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57509) > >2014-07-21 22:15:04.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32776) > >2014-07-21 22:15:05.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50995) > >2014-07-21 22:15:06.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57561) > >2014-07-21 22:15:08.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32827) > >2014-07-21 22:15:09.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51046) > >2014-07-21 22:15:10.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57616) > >2014-07-21 22:15:12.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32879) > >2014-07-21 22:15:13.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51097) > >2014-07-21 22:15:14.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:14.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57668) > >2014-07-21 22:15:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32933) > >2014-07-21 22:15:17.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51149) > >2014-07-21 22:15:18.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57720) > >2014-07-21 22:15:19.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:20.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32985) > >2014-07-21 22:15:21.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51200) > >2014-07-21 22:15:22.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57773) > >2014-07-21 22:15:24.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33040) > >2014-07-21 22:15:25.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:25.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51255) > >2014-07-21 22:15:26.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57825) > >2014-07-21 22:15:28.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33095) > >2014-07-21 22:15:29.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51310) > >2014-07-21 22:15:30.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57879) > >2014-07-21 22:15:31.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:32.106 29190 INFO neutron.wsgi [req-c0cec179-e13e-41a7-a86f-486ba6d7a2bd None] (29190) accepted ('192.168.0.7', 33149) > >2014-07-21 22:15:33.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51361) > >2014-07-21 22:15:34.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57933) > >2014-07-21 22:15:36.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33203) > >2014-07-21 22:15:37.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51413) > >2014-07-21 22:15:38.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57997) > >2014-07-21 22:15:40.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33265) > >2014-07-21 22:15:41.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51469) > >2014-07-21 22:15:42.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58056) > >2014-07-21 22:15:44.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33318) > >2014-07-21 22:15:44.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:45.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51521) > >2014-07-21 22:15:46.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58108) > >2014-07-21 22:15:48.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33369) > >2014-07-21 22:15:48.915 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:15:48.915 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:15:48.916 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:15:48.974 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:15:49.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51572) > >2014-07-21 22:15:49.898 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:50.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58161) > >2014-07-21 22:15:52.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33424) > >2014-07-21 22:15:53.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51628) > >2014-07-21 22:15:54.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58218) > >2014-07-21 22:15:55.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:15:56.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33482) > >2014-07-21 22:15:57.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51690) > >2014-07-21 22:15:58.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58274) > >2014-07-21 22:16:00.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33534) > >2014-07-21 22:16:01.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51743) > >2014-07-21 22:16:01.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:03.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58335) > >2014-07-21 22:16:04.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33589) > >2014-07-21 22:16:05.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51803) > >2014-07-21 22:16:07.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58399) > >2014-07-21 22:16:08.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33643) > >2014-07-21 22:16:09.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51864) > >2014-07-21 22:16:11.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58460) > >2014-07-21 22:16:12.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33694) > >2014-07-21 22:16:13.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51926) > >2014-07-21 22:16:14.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:15.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58527) > >2014-07-21 22:16:16.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33749) > >2014-07-21 22:16:17.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51985) > >2014-07-21 22:16:19.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58599) > >2014-07-21 22:16:19.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:20.144 29190 INFO neutron.wsgi [req-e69cc087-9b5a-47f7-bf42-eff83c636655 None] (29190) accepted ('192.168.0.7', 33802) > >2014-07-21 22:16:21.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52044) > >2014-07-21 22:16:23.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58668) > >2014-07-21 22:16:24.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33855) > >2014-07-21 22:16:25.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:25.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52112) > >2014-07-21 22:16:27.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58723) > >2014-07-21 22:16:28.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33909) > >2014-07-21 22:16:29.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52174) > >2014-07-21 22:16:31.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58779) > >2014-07-21 22:16:31.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:32.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33962) > >2014-07-21 22:16:33.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52237) > >2014-07-21 22:16:35.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58831) > >2014-07-21 22:16:36.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34014) > >2014-07-21 22:16:37.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52296) > >2014-07-21 22:16:39.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58885) > >2014-07-21 22:16:40.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34066) > >2014-07-21 22:16:41.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52352) > >2014-07-21 22:16:43.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58937) > >2014-07-21 22:16:44.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34117) > >2014-07-21 22:16:44.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:45.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52406) > >2014-07-21 22:16:47.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58990) > >2014-07-21 22:16:48.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34171) > >2014-07-21 22:16:49.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52461) > >2014-07-21 22:16:49.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:51.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59044) > >2014-07-21 22:16:52.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34224) > >2014-07-21 22:16:53.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52515) > >2014-07-21 22:16:55.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:16:55.214 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 59098) > >2014-07-21 22:16:56.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34280) > >2014-07-21 22:16:57.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52566) > >2014-07-21 22:16:59.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59153) > >2014-07-21 22:17:00.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34332) > >2014-07-21 22:17:01.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52617) > >2014-07-21 22:17:01.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:03.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59207) > >2014-07-21 22:17:04.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34384) > >2014-07-21 22:17:05.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52668) > >2014-07-21 22:17:07.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59259) > >2014-07-21 22:17:08.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34435) > >2014-07-21 22:17:09.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52723) > >2014-07-21 22:17:11.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59316) > >2014-07-21 22:17:12.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34487) > >2014-07-21 22:17:13.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52773) > >2014-07-21 22:17:14.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:15.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59371) > >2014-07-21 22:17:16.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34540) > >2014-07-21 22:17:17.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52826) > >2014-07-21 22:17:19.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59424) > >2014-07-21 22:17:19.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:20.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34594) > >2014-07-21 22:17:21.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52877) > >2014-07-21 22:17:23.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59479) > >2014-07-21 22:17:24.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34648) > >2014-07-21 22:17:25.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:25.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52933) > >2014-07-21 22:17:27.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59537) > >2014-07-21 22:17:28.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34704) > >2014-07-21 22:17:29.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52984) > >2014-07-21 22:17:31.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59588) > >2014-07-21 22:17:31.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:32.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34757) > >2014-07-21 22:17:33.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53035) > >2014-07-21 22:17:35.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59640) > >2014-07-21 22:17:36.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34811) > >2014-07-21 22:17:37.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53087) > >2014-07-21 22:17:39.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59691) > >2014-07-21 22:17:40.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34865) > >2014-07-21 22:17:41.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53138) > >2014-07-21 22:17:43.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59743) > >2014-07-21 22:17:44.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34918) > >2014-07-21 22:17:44.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:45.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53190) > >2014-07-21 22:17:47.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59795) > >2014-07-21 22:17:48.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34970) > >2014-07-21 22:17:48.977 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:17:48.977 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:17:48.978 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:17:48.991 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:17:49.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53241) > >2014-07-21 22:17:49.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:51.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59849) > >2014-07-21 22:17:52.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35023) > >2014-07-21 22:17:53.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53292) > >2014-07-21 22:17:55.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:17:55.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59900) > >2014-07-21 22:17:56.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35075) > >2014-07-21 22:17:57.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53343) > >2014-07-21 22:17:59.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59954) > >2014-07-21 22:18:00.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35128) > >2014-07-21 22:18:01.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53394) > >2014-07-21 22:18:01.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:03.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60006) > >2014-07-21 22:18:04.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35183) > >2014-07-21 22:18:05.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53446) > >2014-07-21 22:18:07.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60057) > >2014-07-21 22:18:08.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35237) > >2014-07-21 22:18:09.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53498) > >2014-07-21 22:18:11.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60108) > >2014-07-21 22:18:12.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35288) > >2014-07-21 22:18:13.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53549) > >2014-07-21 22:18:14.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:15.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60161) > >2014-07-21 22:18:16.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35343) > >2014-07-21 22:18:17.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53601) > >2014-07-21 22:18:19.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60216) > >2014-07-21 22:18:19.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:20.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35396) > >2014-07-21 22:18:21.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53652) > >2014-07-21 22:18:23.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60268) > >2014-07-21 22:18:24.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35447) > >2014-07-21 22:18:25.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:25.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53703) > >2014-07-21 22:18:27.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60320) > >2014-07-21 22:18:28.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35499) > >2014-07-21 22:18:29.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53756) > >2014-07-21 22:18:31.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60372) > >2014-07-21 22:18:32.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:32.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35553) > >2014-07-21 22:18:33.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53807) > >2014-07-21 22:18:35.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60425) > >2014-07-21 22:18:36.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35605) > >2014-07-21 22:18:37.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53858) > >2014-07-21 22:18:39.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60476) > >2014-07-21 22:18:40.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35657) > >2014-07-21 22:18:41.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53909) > >2014-07-21 22:18:43.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60528) > >2014-07-21 22:18:44.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35708) > >2014-07-21 22:18:44.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:45.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53960) > >2014-07-21 22:18:47.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60580) > >2014-07-21 22:18:48.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35762) > >2014-07-21 22:18:49.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54011) > >2014-07-21 22:18:49.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:51.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60635) > >2014-07-21 22:18:52.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35816) > >2014-07-21 22:18:53.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54062) > >2014-07-21 22:18:55.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:18:55.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60686) > >2014-07-21 22:18:56.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35872) > >2014-07-21 22:18:57.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54113) > >2014-07-21 22:18:59.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60739) > >2014-07-21 22:19:00.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35924) > >2014-07-21 22:19:01.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54164) > >2014-07-21 22:19:02.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:03.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60791) > >2014-07-21 22:19:04.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35976) > >2014-07-21 22:19:05.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54215) > >2014-07-21 22:19:07.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60842) > >2014-07-21 22:19:08.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36027) > >2014-07-21 22:19:09.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54266) > >2014-07-21 22:19:11.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60893) > >2014-07-21 22:19:12.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36078) > >2014-07-21 22:19:13.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54317) > >2014-07-21 22:19:14.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:15.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60944) > >2014-07-21 22:19:16.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36132) > >2014-07-21 22:19:17.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54368) > >2014-07-21 22:19:19.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60996) > >2014-07-21 22:19:19.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:20.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36185) > >2014-07-21 22:19:21.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54419) > >2014-07-21 22:19:23.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32815) > >2014-07-21 22:19:24.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36238) > >2014-07-21 22:19:25.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:25.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54473) > >2014-07-21 22:19:27.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32869) > >2014-07-21 22:19:28.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36295) > >2014-07-21 22:19:29.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54525) > >2014-07-21 22:19:31.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32922) > >2014-07-21 22:19:32.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:32.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36349) > >2014-07-21 22:19:33.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54576) > >2014-07-21 22:19:35.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32974) > >2014-07-21 22:19:36.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36403) > >2014-07-21 22:19:37.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54627) > >2014-07-21 22:19:39.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33025) > >2014-07-21 22:19:40.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36458) > >2014-07-21 22:19:41.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54679) > >2014-07-21 22:19:43.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33078) > >2014-07-21 22:19:44.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36510) > >2014-07-21 22:19:44.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:45.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54731) > >2014-07-21 22:19:47.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33130) > >2014-07-21 22:19:48.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36563) > >2014-07-21 22:19:48.993 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:19:48.993 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:19:48.994 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:19:49.006 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:19:49.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54782) > >2014-07-21 22:19:49.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:51.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33184) > >2014-07-21 22:19:52.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36619) > >2014-07-21 22:19:53.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54833) > >2014-07-21 22:19:55.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:19:55.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33236) > >2014-07-21 22:19:56.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36671) > >2014-07-21 22:19:57.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54884) > >2014-07-21 22:19:59.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33288) > >2014-07-21 22:20:00.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36724) > >2014-07-21 22:20:01.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54935) > >2014-07-21 22:20:02.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:03.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33341) > >2014-07-21 22:20:04.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36779) > >2014-07-21 22:20:05.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54987) > >2014-07-21 22:20:07.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33392) > >2014-07-21 22:20:08.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36833) > >2014-07-21 22:20:09.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55039) > >2014-07-21 22:20:11.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33443) > >2014-07-21 22:20:12.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36884) > >2014-07-21 22:20:13.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55090) > >2014-07-21 22:20:14.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:15.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33496) > >2014-07-21 22:20:16.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36939) > >2014-07-21 22:20:17.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55141) > >2014-07-21 22:20:19.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33550) > >2014-07-21 22:20:19.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:20.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36992) > >2014-07-21 22:20:21.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55192) > >2014-07-21 22:20:23.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33604) > >2014-07-21 22:20:24.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37043) > >2014-07-21 22:20:25.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:25.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55243) > >2014-07-21 22:20:27.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33656) > >2014-07-21 22:20:28.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37095) > >2014-07-21 22:20:29.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55296) > >2014-07-21 22:20:31.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33708) > >2014-07-21 22:20:32.033 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:32.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37150) > >2014-07-21 22:20:33.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55347) > >2014-07-21 22:20:35.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33761) > >2014-07-21 22:20:36.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37202) > >2014-07-21 22:20:37.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55398) > >2014-07-21 22:20:39.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33813) > >2014-07-21 22:20:40.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37255) > >2014-07-21 22:20:41.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55449) > >2014-07-21 22:20:43.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33865) > >2014-07-21 22:20:44.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37306) > >2014-07-21 22:20:44.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:45.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55500) > >2014-07-21 22:20:47.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33917) > >2014-07-21 22:20:48.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37361) > >2014-07-21 22:20:49.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55551) > >2014-07-21 22:20:50.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:51.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33970) > >2014-07-21 22:20:52.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37413) > >2014-07-21 22:20:53.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55602) > >2014-07-21 22:20:55.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:20:55.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34021) > >2014-07-21 22:20:56.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37469) > >2014-07-21 22:20:57.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55653) > >2014-07-21 22:20:59.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34072) > >2014-07-21 22:21:00.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37521) > >2014-07-21 22:21:01.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55704) > >2014-07-21 22:21:02.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:03.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34125) > >2014-07-21 22:21:04.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37573) > >2014-07-21 22:21:05.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55755) > >2014-07-21 22:21:07.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34176) > >2014-07-21 22:21:08.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37624) > >2014-07-21 22:21:09.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55806) > >2014-07-21 22:21:11.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34227) > >2014-07-21 22:21:12.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37675) > >2014-07-21 22:21:13.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55857) > >2014-07-21 22:21:14.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:15.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34278) > >2014-07-21 22:21:16.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37729) > >2014-07-21 22:21:17.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55908) > >2014-07-21 22:21:19.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34330) > >2014-07-21 22:21:20.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:20.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37782) > >2014-07-21 22:21:21.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55959) > >2014-07-21 22:21:23.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34382) > >2014-07-21 22:21:24.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37835) > >2014-07-21 22:21:25.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:25.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56012) > >2014-07-21 22:21:27.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34436) > >2014-07-21 22:21:28.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37891) > >2014-07-21 22:21:29.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56065) > >2014-07-21 22:21:31.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34488) > >2014-07-21 22:21:32.061 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:32.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37946) > >2014-07-21 22:21:33.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56116) > >2014-07-21 22:21:35.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34540) > >2014-07-21 22:21:36.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37999) > >2014-07-21 22:21:37.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56167) > >2014-07-21 22:21:39.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34591) > >2014-07-21 22:21:40.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38054) > >2014-07-21 22:21:41.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56219) > >2014-07-21 22:21:43.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34644) > >2014-07-21 22:21:44.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38106) > >2014-07-21 22:21:44.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56270) > >2014-07-21 22:21:47.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34696) > >2014-07-21 22:21:48.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38160) > >2014-07-21 22:21:49.008 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:21:49.008 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:21:49.009 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:21:49.020 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:21:49.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56323) > >2014-07-21 22:21:50.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:51.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34751) > >2014-07-21 22:21:52.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38216) > >2014-07-21 22:21:53.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56374) > >2014-07-21 22:21:55.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:21:55.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34803) > >2014-07-21 22:21:56.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38268) > >2014-07-21 22:21:57.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56425) > >2014-07-21 22:21:59.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34854) > >2014-07-21 22:22:00.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38320) > >2014-07-21 22:22:01.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56477) > >2014-07-21 22:22:02.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:03.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34908) > >2014-07-21 22:22:04.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38374) > >2014-07-21 22:22:05.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56529) > >2014-07-21 22:22:07.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34959) > >2014-07-21 22:22:08.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38428) > >2014-07-21 22:22:09.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56581) > >2014-07-21 22:22:11.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35010) > >2014-07-21 22:22:12.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38481) > >2014-07-21 22:22:13.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56632) > >2014-07-21 22:22:14.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:15.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35063) > >2014-07-21 22:22:16.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38535) > >2014-07-21 22:22:17.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56683) > >2014-07-21 22:22:19.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35117) > >2014-07-21 22:22:20.032 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:20.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38589) > >2014-07-21 22:22:21.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56733) > >2014-07-21 22:22:23.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35169) > >2014-07-21 22:22:24.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38640) > >2014-07-21 22:22:25.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:25.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56784) > >2014-07-21 22:22:27.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35222) > >2014-07-21 22:22:28.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38693) > >2014-07-21 22:22:29.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56836) > >2014-07-21 22:22:31.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35273) > >2014-07-21 22:22:32.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:32.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38747) > >2014-07-21 22:22:33.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56887) > >2014-07-21 22:22:35.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35326) > >2014-07-21 22:22:36.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38799) > >2014-07-21 22:22:37.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56938) > >2014-07-21 22:22:39.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35377) > >2014-07-21 22:22:40.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38850) > >2014-07-21 22:22:41.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56989) > >2014-07-21 22:22:43.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35428) > >2014-07-21 22:22:44.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38901) > >2014-07-21 22:22:44.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:45.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57040) > >2014-07-21 22:22:47.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35480) > >2014-07-21 22:22:48.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38953) > >2014-07-21 22:22:49.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57091) > >2014-07-21 22:22:50.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:51.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35532) > >2014-07-21 22:22:52.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39008) > >2014-07-21 22:22:53.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57142) > >2014-07-21 22:22:55.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:22:55.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35584) > >2014-07-21 22:22:56.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39060) > >2014-07-21 22:22:57.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57193) > >2014-07-21 22:22:59.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35635) > >2014-07-21 22:23:00.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39116) > >2014-07-21 22:23:01.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57244) > >2014-07-21 22:23:02.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:03.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35688) > >2014-07-21 22:23:04.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39168) > >2014-07-21 22:23:05.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57295) > >2014-07-21 22:23:07.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35739) > >2014-07-21 22:23:08.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39219) > >2014-07-21 22:23:09.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57346) > >2014-07-21 22:23:11.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35790) > >2014-07-21 22:23:12.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39270) > >2014-07-21 22:23:13.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57396) > >2014-07-21 22:23:14.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:15.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35842) > >2014-07-21 22:23:16.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39324) > >2014-07-21 22:23:17.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57447) > >2014-07-21 22:23:19.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35894) > >2014-07-21 22:23:20.066 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:20.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39377) > >2014-07-21 22:23:21.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57498) > >2014-07-21 22:23:23.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35946) > >2014-07-21 22:23:24.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39431) > >2014-07-21 22:23:25.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:25.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57551) > >2014-07-21 22:23:27.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36000) > >2014-07-21 22:23:28.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39487) > >2014-07-21 22:23:29.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57604) > >2014-07-21 22:23:31.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36052) > >2014-07-21 22:23:32.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:32.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39542) > >2014-07-21 22:23:33.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57655) > >2014-07-21 22:23:35.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36104) > >2014-07-21 22:23:36.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39595) > >2014-07-21 22:23:37.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57706) > >2014-07-21 22:23:39.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36155) > >2014-07-21 22:23:40.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39649) > >2014-07-21 22:23:41.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57758) > >2014-07-21 22:23:43.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36208) > >2014-07-21 22:23:44.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39701) > >2014-07-21 22:23:44.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:45.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57810) > >2014-07-21 22:23:47.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36260) > >2014-07-21 22:23:48.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39755) > >2014-07-21 22:23:49.022 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:23:49.022 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:23:49.023 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:23:49.035 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:23:49.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57862) > >2014-07-21 22:23:50.071 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:51.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36314) > >2014-07-21 22:23:52.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39811) > >2014-07-21 22:23:53.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57913) > >2014-07-21 22:23:55.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:23:55.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36368) > >2014-07-21 22:23:56.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39863) > >2014-07-21 22:23:57.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57964) > >2014-07-21 22:23:59.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36419) > >2014-07-21 22:24:00.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39913) > >2014-07-21 22:24:01.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58015) > >2014-07-21 22:24:02.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:03.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36473) > >2014-07-21 22:24:04.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39967) > >2014-07-21 22:24:05.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58067) > >2014-07-21 22:24:07.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36524) > >2014-07-21 22:24:08.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40022) > >2014-07-21 22:24:09.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58119) > >2014-07-21 22:24:11.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36575) > >2014-07-21 22:24:12.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40075) > >2014-07-21 22:24:13.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58170) > >2014-07-21 22:24:14.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:15.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36628) > >2014-07-21 22:24:16.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40129) > >2014-07-21 22:24:17.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58221) > >2014-07-21 22:24:19.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36682) > >2014-07-21 22:24:20.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:20.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40183) > >2014-07-21 22:24:21.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58272) > >2014-07-21 22:24:23.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36734) > >2014-07-21 22:24:24.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40234) > >2014-07-21 22:24:25.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:25.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58323) > >2014-07-21 22:24:27.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36786) > >2014-07-21 22:24:28.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40287) > >2014-07-21 22:24:29.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58376) > >2014-07-21 22:24:31.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36839) > >2014-07-21 22:24:32.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:32.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40342) > >2014-07-21 22:24:33.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58427) > >2014-07-21 22:24:35.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36892) > >2014-07-21 22:24:36.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40394) > >2014-07-21 22:24:37.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58478) > >2014-07-21 22:24:39.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36943) > >2014-07-21 22:24:40.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40446) > >2014-07-21 22:24:41.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58529) > >2014-07-21 22:24:43.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36995) > >2014-07-21 22:24:44.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40497) > >2014-07-21 22:24:44.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:45.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58580) > >2014-07-21 22:24:47.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37046) > >2014-07-21 22:24:48.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40548) > >2014-07-21 22:24:49.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58631) > >2014-07-21 22:24:50.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:51.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37099) > >2014-07-21 22:24:52.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40605) > >2014-07-21 22:24:53.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58682) > >2014-07-21 22:24:55.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:24:55.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37152) > >2014-07-21 22:24:56.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40657) > >2014-07-21 22:24:57.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58733) > >2014-07-21 22:24:59.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37203) > >2014-07-21 22:25:00.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40712) > >2014-07-21 22:25:01.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58784) > >2014-07-21 22:25:02.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:03.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37256) > >2014-07-21 22:25:04.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40765) > >2014-07-21 22:25:05.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58835) > >2014-07-21 22:25:07.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37307) > >2014-07-21 22:25:08.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40816) > >2014-07-21 22:25:09.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58886) > >2014-07-21 22:25:11.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37358) > >2014-07-21 22:25:12.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40867) > >2014-07-21 22:25:13.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58937) > >2014-07-21 22:25:14.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:15.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37410) > >2014-07-21 22:25:16.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40921) > >2014-07-21 22:25:17.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58988) > >2014-07-21 22:25:19.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37462) > >2014-07-21 22:25:20.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:20.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40974) > >2014-07-21 22:25:21.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59039) > >2014-07-21 22:25:23.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37514) > >2014-07-21 22:25:24.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41025) > >2014-07-21 22:25:25.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:25.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59092) > >2014-07-21 22:25:27.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37568) > >2014-07-21 22:25:28.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41083) > >2014-07-21 22:25:29.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59145) > >2014-07-21 22:25:31.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37620) > >2014-07-21 22:25:32.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:32.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41136) > >2014-07-21 22:25:33.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59196) > >2014-07-21 22:25:35.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37672) > >2014-07-21 22:25:36.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41191) > >2014-07-21 22:25:37.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59247) > >2014-07-21 22:25:39.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37724) > >2014-07-21 22:25:40.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41246) > >2014-07-21 22:25:41.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59299) > >2014-07-21 22:25:43.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37777) > >2014-07-21 22:25:44.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41299) > >2014-07-21 22:25:44.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:45.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59350) > >2014-07-21 22:25:47.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37829) > >2014-07-21 22:25:48.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41352) > >2014-07-21 22:25:49.037 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:25:49.037 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:25:49.038 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:25:49.049 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:25:49.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59402) > >2014-07-21 22:25:50.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:51.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37882) > >2014-07-21 22:25:52.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41408) > >2014-07-21 22:25:53.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59453) > >2014-07-21 22:25:55.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:25:55.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37935) > >2014-07-21 22:25:56.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41460) > >2014-07-21 22:25:57.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59504) > >2014-07-21 22:25:59.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37986) > >2014-07-21 22:26:00.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41511) > >2014-07-21 22:26:01.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59555) > >2014-07-21 22:26:02.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:03.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38040) > >2014-07-21 22:26:04.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41565) > >2014-07-21 22:26:05.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59606) > >2014-07-21 22:26:07.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38091) > >2014-07-21 22:26:08.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41620) > >2014-07-21 22:26:09.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59659) > >2014-07-21 22:26:11.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38142) > >2014-07-21 22:26:12.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41673) > >2014-07-21 22:26:13.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59710) > >2014-07-21 22:26:14.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:15.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38195) > >2014-07-21 22:26:16.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41727) > >2014-07-21 22:26:17.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59761) > >2014-07-21 22:26:19.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38249) > >2014-07-21 22:26:20.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:20.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41781) > >2014-07-21 22:26:21.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59812) > >2014-07-21 22:26:23.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38301) > >2014-07-21 22:26:24.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41832) > >2014-07-21 22:26:25.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:25.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59863) > >2014-07-21 22:26:27.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38352) > >2014-07-21 22:26:28.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41884) > >2014-07-21 22:26:29.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59916) > >2014-07-21 22:26:31.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38404) > >2014-07-21 22:26:32.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:32.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41939) > >2014-07-21 22:26:33.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59967) > >2014-07-21 22:26:35.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38457) > >2014-07-21 22:26:36.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41992) > >2014-07-21 22:26:37.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60018) > >2014-07-21 22:26:39.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38509) > >2014-07-21 22:26:40.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42043) > >2014-07-21 22:26:41.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60069) > >2014-07-21 22:26:43.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38560) > >2014-07-21 22:26:44.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42094) > >2014-07-21 22:26:44.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:45.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60120) > >2014-07-21 22:26:47.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38612) > >2014-07-21 22:26:48.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42146) > >2014-07-21 22:26:50.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60171) > >2014-07-21 22:26:50.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:51.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38664) > >2014-07-21 22:26:52.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42200) > >2014-07-21 22:26:54.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60222) > >2014-07-21 22:26:55.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:26:55.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38715) > >2014-07-21 22:26:56.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42252) > >2014-07-21 22:26:58.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60273) > >2014-07-21 22:26:59.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38766) > >2014-07-21 22:27:00.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42307) > >2014-07-21 22:27:02.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60324) > >2014-07-21 22:27:02.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:03.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38819) > >2014-07-21 22:27:04.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42360) > >2014-07-21 22:27:06.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60375) > >2014-07-21 22:27:07.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38870) > >2014-07-21 22:27:08.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42411) > >2014-07-21 22:27:10.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60426) > >2014-07-21 22:27:11.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38921) > >2014-07-21 22:27:12.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42462) > >2014-07-21 22:27:14.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60477) > >2014-07-21 22:27:14.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:15.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38973) > >2014-07-21 22:27:16.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42514) > >2014-07-21 22:27:18.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60528) > >2014-07-21 22:27:19.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39025) > >2014-07-21 22:27:20.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:20.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42569) > >2014-07-21 22:27:22.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60579) > >2014-07-21 22:27:23.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39077) > >2014-07-21 22:27:24.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42620) > >2014-07-21 22:27:25.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:26.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60632) > >2014-07-21 22:27:27.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39132) > >2014-07-21 22:27:28.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42678) > >2014-07-21 22:27:30.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60685) > >2014-07-21 22:27:31.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39183) > >2014-07-21 22:27:32.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:32.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42731) > >2014-07-21 22:27:34.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60736) > >2014-07-21 22:27:35.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39235) > >2014-07-21 22:27:36.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42786) > >2014-07-21 22:27:38.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60787) > >2014-07-21 22:27:39.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39286) > >2014-07-21 22:27:40.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42839) > >2014-07-21 22:27:42.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60837) > >2014-07-21 22:27:43.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39337) > >2014-07-21 22:27:44.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42892) > >2014-07-21 22:27:44.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:46.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60889) > >2014-07-21 22:27:47.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39390) > >2014-07-21 22:27:48.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42944) > >2014-07-21 22:27:49.051 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:27:49.051 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:27:49.052 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:27:49.064 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:27:50.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60941) > >2014-07-21 22:27:50.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:51.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39442) > >2014-07-21 22:27:52.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42999) > >2014-07-21 22:27:54.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60992) > >2014-07-21 22:27:55.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:27:55.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39494) > >2014-07-21 22:27:56.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43051) > >2014-07-21 22:27:58.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32810) > >2014-07-21 22:27:59.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39545) > >2014-07-21 22:28:00.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43102) > >2014-07-21 22:28:02.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32860) > >2014-07-21 22:28:02.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:03.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39598) > >2014-07-21 22:28:04.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43156) > >2014-07-21 22:28:06.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32911) > >2014-07-21 22:28:07.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39650) > >2014-07-21 22:28:08.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43211) > >2014-07-21 22:28:10.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32964) > >2014-07-21 22:28:11.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39701) > >2014-07-21 22:28:12.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43264) > >2014-07-21 22:28:14.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33015) > >2014-07-21 22:28:14.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:15.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39754) > >2014-07-21 22:28:16.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43318) > >2014-07-21 22:28:18.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33066) > >2014-07-21 22:28:19.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39809) > >2014-07-21 22:28:20.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:20.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43372) > >2014-07-21 22:28:22.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33117) > >2014-07-21 22:28:23.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39861) > >2014-07-21 22:28:24.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43423) > >2014-07-21 22:28:25.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:26.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33168) > >2014-07-21 22:28:27.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39913) > >2014-07-21 22:28:28.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43476) > >2014-07-21 22:28:30.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33221) > >2014-07-21 22:28:31.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39966) > >2014-07-21 22:28:32.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:32.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43531) > >2014-07-21 22:28:34.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33272) > >2014-07-21 22:28:35.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40018) > >2014-07-21 22:28:36.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43582) > >2014-07-21 22:28:38.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33323) > >2014-07-21 22:28:39.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40070) > >2014-07-21 22:28:40.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43635) > >2014-07-21 22:28:42.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33374) > >2014-07-21 22:28:43.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40122) > >2014-07-21 22:28:44.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43686) > >2014-07-21 22:28:44.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:46.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33425) > >2014-07-21 22:28:47.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40174) > >2014-07-21 22:28:48.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43737) > >2014-07-21 22:28:50.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33476) > >2014-07-21 22:28:50.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:51.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40227) > >2014-07-21 22:28:52.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43792) > >2014-07-21 22:28:54.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33527) > >2014-07-21 22:28:55.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:28:55.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40280) > >2014-07-21 22:28:56.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43845) > >2014-07-21 22:28:58.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33578) > >2014-07-21 22:28:59.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40331) > >2014-07-21 22:29:00.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43900) > >2014-07-21 22:29:02.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33629) > >2014-07-21 22:29:02.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:03.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40384) > >2014-07-21 22:29:04.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43953) > >2014-07-21 22:29:06.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33680) > >2014-07-21 22:29:07.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40435) > >2014-07-21 22:29:08.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44004) > >2014-07-21 22:29:10.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33730) > >2014-07-21 22:29:11.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40486) > >2014-07-21 22:29:12.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44055) > >2014-07-21 22:29:14.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33781) > >2014-07-21 22:29:14.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:15.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40538) > >2014-07-21 22:29:16.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44107) > >2014-07-21 22:29:18.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33832) > >2014-07-21 22:29:19.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40589) > >2014-07-21 22:29:20.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:20.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44161) > >2014-07-21 22:29:22.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33883) > >2014-07-21 22:29:23.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40642) > >2014-07-21 22:29:24.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44212) > >2014-07-21 22:29:25.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:26.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33934) > >2014-07-21 22:29:27.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40696) > >2014-07-21 22:29:28.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44269) > >2014-07-21 22:29:30.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33989) > >2014-07-21 22:29:31.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40748) > >2014-07-21 22:29:32.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:32.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44323) > >2014-07-21 22:29:34.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34040) > >2014-07-21 22:29:35.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40800) > >2014-07-21 22:29:36.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44378) > >2014-07-21 22:29:38.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34091) > >2014-07-21 22:29:39.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40852) > >2014-07-21 22:29:40.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44433) > >2014-07-21 22:29:42.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34143) > >2014-07-21 22:29:43.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40904) > >2014-07-21 22:29:44.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44486) > >2014-07-21 22:29:44.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:46.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34195) > >2014-07-21 22:29:47.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40957) > >2014-07-21 22:29:48.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44538) > >2014-07-21 22:29:49.066 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:29:49.066 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:29:49.066 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:29:49.077 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:29:50.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34246) > >2014-07-21 22:29:50.216 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:51.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41010) > >2014-07-21 22:29:52.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44594) > >2014-07-21 22:29:54.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34298) > >2014-07-21 22:29:55.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:29:55.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41064) > >2014-07-21 22:29:56.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44647) > >2014-07-21 22:29:58.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34350) > >2014-07-21 22:29:59.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41115) > >2014-07-21 22:30:00.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44698) > >2014-07-21 22:30:02.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34401) > >2014-07-21 22:30:02.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:03.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41167) > >2014-07-21 22:30:04.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44751) > >2014-07-21 22:30:06.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34452) > >2014-07-21 22:30:07.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41220) > >2014-07-21 22:30:08.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44805) > >2014-07-21 22:30:10.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34505) > >2014-07-21 22:30:11.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41271) > >2014-07-21 22:30:12.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44858) > >2014-07-21 22:30:14.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34556) > >2014-07-21 22:30:14.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:15.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41323) > >2014-07-21 22:30:16.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44914) > >2014-07-21 22:30:18.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34607) > >2014-07-21 22:30:19.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41377) > >2014-07-21 22:30:20.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:20.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44968) > >2014-07-21 22:30:22.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34658) > >2014-07-21 22:30:23.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41429) > >2014-07-21 22:30:24.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45019) > >2014-07-21 22:30:25.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:26.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34709) > >2014-07-21 22:30:27.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41481) > >2014-07-21 22:30:28.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45071) > >2014-07-21 22:30:30.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34762) > >2014-07-21 22:30:31.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41533) > >2014-07-21 22:30:32.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:32.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45125) > >2014-07-21 22:30:34.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34813) > >2014-07-21 22:30:35.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41585) > >2014-07-21 22:30:36.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45176) > >2014-07-21 22:30:38.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34864) > >2014-07-21 22:30:39.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41637) > >2014-07-21 22:30:40.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45229) > >2014-07-21 22:30:42.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34915) > >2014-07-21 22:30:43.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41689) > >2014-07-21 22:30:44.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45280) > >2014-07-21 22:30:44.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:46.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34966) > >2014-07-21 22:30:47.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41741) > >2014-07-21 22:30:48.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45333) > >2014-07-21 22:30:50.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35017) > >2014-07-21 22:30:50.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:51.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41794) > >2014-07-21 22:30:52.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45387) > >2014-07-21 22:30:54.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35068) > >2014-07-21 22:30:55.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:30:55.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41846) > >2014-07-21 22:30:56.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45439) > >2014-07-21 22:30:58.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35119) > >2014-07-21 22:30:59.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41897) > >2014-07-21 22:31:00.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45494) > >2014-07-21 22:31:02.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35170) > >2014-07-21 22:31:02.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:03.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41950) > >2014-07-21 22:31:04.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45547) > >2014-07-21 22:31:06.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35221) > >2014-07-21 22:31:07.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42001) > >2014-07-21 22:31:08.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45598) > >2014-07-21 22:31:10.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35272) > >2014-07-21 22:31:11.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42052) > >2014-07-21 22:31:12.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45649) > >2014-07-21 22:31:14.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35323) > >2014-07-21 22:31:14.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:15.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42104) > >2014-07-21 22:31:16.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45701) > >2014-07-21 22:31:18.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35374) > >2014-07-21 22:31:19.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42155) > >2014-07-21 22:31:20.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:20.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45756) > >2014-07-21 22:31:22.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35426) > >2014-07-21 22:31:23.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42208) > >2014-07-21 22:31:24.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45807) > >2014-07-21 22:31:25.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:26.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35477) > >2014-07-21 22:31:27.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42262) > >2014-07-21 22:31:28.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45865) > >2014-07-21 22:31:30.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35532) > >2014-07-21 22:31:31.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42315) > >2014-07-21 22:31:32.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:32.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45919) > >2014-07-21 22:31:34.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35583) > >2014-07-21 22:31:35.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42367) > >2014-07-21 22:31:36.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45974) > >2014-07-21 22:31:38.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35634) > >2014-07-21 22:31:39.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42418) > >2014-07-21 22:31:40.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46028) > >2014-07-21 22:31:42.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35685) > >2014-07-21 22:31:43.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42470) > >2014-07-21 22:31:44.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:44.671 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 46079) > >2014-07-21 22:31:46.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35737) > >2014-07-21 22:31:47.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42523) > >2014-07-21 22:31:48.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46133) > >2014-07-21 22:31:49.080 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:31:49.080 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:31:49.081 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:31:49.093 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:31:50.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35788) > >2014-07-21 22:31:50.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:51.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42576) > >2014-07-21 22:31:52.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46189) > >2014-07-21 22:31:54.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35840) > >2014-07-21 22:31:55.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:31:55.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42629) > >2014-07-21 22:31:56.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46243) > >2014-07-21 22:31:58.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35891) > >2014-07-21 22:31:59.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42680) > >2014-07-21 22:32:00.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46294) > >2014-07-21 22:32:02.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35942) > >2014-07-21 22:32:02.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:03.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42733) > >2014-07-21 22:32:04.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46346) > >2014-07-21 22:32:06.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35993) > >2014-07-21 22:32:07.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42786) > >2014-07-21 22:32:08.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46400) > >2014-07-21 22:32:10.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36046) > >2014-07-21 22:32:11.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42837) > >2014-07-21 22:32:12.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46454) > >2014-07-21 22:32:14.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36098) > >2014-07-21 22:32:14.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:15.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42890) > >2014-07-21 22:32:16.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46510) > >2014-07-21 22:32:18.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36149) > >2014-07-21 22:32:19.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42943) > >2014-07-21 22:32:20.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:20.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46564) > >2014-07-21 22:32:22.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36200) > >2014-07-21 22:32:23.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42995) > >2014-07-21 22:32:24.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46615) > >2014-07-21 22:32:25.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:26.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36251) > >2014-07-21 22:32:27.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43048) > >2014-07-21 22:32:28.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46668) > >2014-07-21 22:32:30.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36304) > >2014-07-21 22:32:31.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43098) > >2014-07-21 22:32:32.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:32.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46722) > >2014-07-21 22:32:34.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36355) > >2014-07-21 22:32:35.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43150) > >2014-07-21 22:32:36.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46773) > >2014-07-21 22:32:38.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36406) > >2014-07-21 22:32:39.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43202) > >2014-07-21 22:32:40.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46825) > >2014-07-21 22:32:42.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36457) > >2014-07-21 22:32:43.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43253) > >2014-07-21 22:32:44.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:44.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46876) > >2014-07-21 22:32:46.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36508) > >2014-07-21 22:32:47.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43305) > >2014-07-21 22:32:48.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46928) > >2014-07-21 22:32:50.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36559) > >2014-07-21 22:32:50.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:51.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43357) > >2014-07-21 22:32:52.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46982) > >2014-07-21 22:32:54.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36610) > >2014-07-21 22:32:55.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:32:55.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43409) > >2014-07-21 22:32:56.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47034) > >2014-07-21 22:32:58.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36661) > >2014-07-21 22:32:59.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43460) > >2014-07-21 22:33:00.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47089) > >2014-07-21 22:33:02.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36712) > >2014-07-21 22:33:02.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:03.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43513) > >2014-07-21 22:33:04.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47142) > >2014-07-21 22:33:06.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36763) > >2014-07-21 22:33:07.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43564) > >2014-07-21 22:33:08.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47193) > >2014-07-21 22:33:10.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36814) > >2014-07-21 22:33:11.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43615) > >2014-07-21 22:33:12.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47244) > >2014-07-21 22:33:14.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36865) > >2014-07-21 22:33:14.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:15.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43667) > >2014-07-21 22:33:16.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47296) > >2014-07-21 22:33:18.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36915) > >2014-07-21 22:33:19.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43718) > >2014-07-21 22:33:20.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:20.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47350) > >2014-07-21 22:33:22.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36966) > >2014-07-21 22:33:23.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43771) > >2014-07-21 22:33:24.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47402) > >2014-07-21 22:33:25.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:26.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37017) > >2014-07-21 22:33:27.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43825) > >2014-07-21 22:33:28.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47459) > >2014-07-21 22:33:30.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37071) > >2014-07-21 22:33:31.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43878) > >2014-07-21 22:33:32.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:32.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47514) > >2014-07-21 22:33:34.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37122) > >2014-07-21 22:33:35.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43930) > >2014-07-21 22:33:36.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47567) > >2014-07-21 22:33:38.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37173) > >2014-07-21 22:33:39.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43981) > >2014-07-21 22:33:40.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47623) > >2014-07-21 22:33:42.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37224) > >2014-07-21 22:33:43.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44033) > >2014-07-21 22:33:44.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:44.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47674) > >2014-07-21 22:33:46.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37276) > >2014-07-21 22:33:47.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44086) > >2014-07-21 22:33:48.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47728) > >2014-07-21 22:33:49.096 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:33:49.096 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:33:49.097 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:33:49.109 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:33:50.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37327) > >2014-07-21 22:33:50.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:51.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44139) > >2014-07-21 22:33:52.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47784) > >2014-07-21 22:33:54.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37379) > >2014-07-21 22:33:55.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:33:55.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44192) > >2014-07-21 22:33:56.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47837) > >2014-07-21 22:33:58.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37430) > >2014-07-21 22:33:59.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44243) > >2014-07-21 22:34:00.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47888) > >2014-07-21 22:34:02.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:02.339 29190 INFO neutron.wsgi [req-9cd9ba5b-b1e6-42ca-9dc2-20f1d0440774 None] (29190) accepted ('192.168.0.8', 37481) > >2014-07-21 22:34:03.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44295) > >2014-07-21 22:34:04.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47940) > >2014-07-21 22:34:06.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37532) > >2014-07-21 22:34:07.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44348) > >2014-07-21 22:34:08.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47994) > >2014-07-21 22:34:10.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37584) > >2014-07-21 22:34:11.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44399) > >2014-07-21 22:34:12.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48048) > >2014-07-21 22:34:14.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37636) > >2014-07-21 22:34:14.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:15.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44452) > >2014-07-21 22:34:16.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48104) > >2014-07-21 22:34:18.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37687) > >2014-07-21 22:34:19.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44505) > >2014-07-21 22:34:20.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:20.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48158) > >2014-07-21 22:34:22.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37738) > >2014-07-21 22:34:23.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44558) > >2014-07-21 22:34:24.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48208) > >2014-07-21 22:34:25.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:26.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37789) > >2014-07-21 22:34:27.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44610) > >2014-07-21 22:34:28.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48260) > >2014-07-21 22:34:30.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37842) > >2014-07-21 22:34:31.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44662) > >2014-07-21 22:34:32.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:32.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48315) > >2014-07-21 22:34:34.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37893) > >2014-07-21 22:34:35.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44714) > >2014-07-21 22:34:36.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48366) > >2014-07-21 22:34:38.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37944) > >2014-07-21 22:34:39.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44766) > >2014-07-21 22:34:40.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48420) > >2014-07-21 22:34:42.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37995) > >2014-07-21 22:34:43.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44821) > >2014-07-21 22:34:44.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:44.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48473) > >2014-07-21 22:34:46.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38046) > >2014-07-21 22:34:47.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44874) > >2014-07-21 22:34:48.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48525) > >2014-07-21 22:34:50.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:50.372 29190 INFO neutron.wsgi [req-12c15cbb-5baa-4b41-b389-f143460266f2 None] (29190) accepted ('192.168.0.8', 38097) > >2014-07-21 22:34:51.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44927) > >2014-07-21 22:34:52.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48580) > >2014-07-21 22:34:54.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38148) > >2014-07-21 22:34:55.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:34:55.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44980) > >2014-07-21 22:34:56.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48633) > >2014-07-21 22:34:58.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38199) > >2014-07-21 22:34:59.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45031) > >2014-07-21 22:35:00.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48688) > >2014-07-21 22:35:02.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:02.376 29190 INFO neutron.wsgi [req-38b2ddfa-8591-472a-ae7a-1d49e33702c0 None] (29190) accepted ('192.168.0.8', 38250) > >2014-07-21 22:35:03.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45084) > >2014-07-21 22:35:04.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48741) > >2014-07-21 22:35:06.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38300) > >2014-07-21 22:35:07.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45135) > >2014-07-21 22:35:08.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48792) > >2014-07-21 22:35:10.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38351) > >2014-07-21 22:35:11.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45186) > >2014-07-21 22:35:12.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48843) > >2014-07-21 22:35:14.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38402) > >2014-07-21 22:35:14.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:15.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45238) > >2014-07-21 22:35:16.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48895) > >2014-07-21 22:35:18.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38453) > >2014-07-21 22:35:19.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45290) > >2014-07-21 22:35:20.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:20.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48948) > >2014-07-21 22:35:22.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38504) > >2014-07-21 22:35:23.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45343) > >2014-07-21 22:35:24.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49002) > >2014-07-21 22:35:25.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:26.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38557) > >2014-07-21 22:35:27.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45400) > >2014-07-21 22:35:28.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49058) > >2014-07-21 22:35:30.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38611) > >2014-07-21 22:35:31.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45452) > >2014-07-21 22:35:32.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:32.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49113) > >2014-07-21 22:35:34.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38663) > >2014-07-21 22:35:35.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45504) > >2014-07-21 22:35:36.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49166) > >2014-07-21 22:35:38.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38714) > >2014-07-21 22:35:39.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45555) > >2014-07-21 22:35:40.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49222) > >2014-07-21 22:35:42.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38765) > >2014-07-21 22:35:43.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45607) > >2014-07-21 22:35:44.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:44.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49273) > >2014-07-21 22:35:46.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38816) > >2014-07-21 22:35:47.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45660) > >2014-07-21 22:35:48.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49328) > >2014-07-21 22:35:49.111 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:35:49.111 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:35:49.111 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:35:49.124 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:35:50.367 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:50.394 29190 INFO neutron.wsgi [req-83d77264-74a1-46b9-995a-b2078bf2f5ac None] (29190) accepted ('192.168.0.8', 38868) > >2014-07-21 22:35:51.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45714) > >2014-07-21 22:35:52.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49383) > >2014-07-21 22:35:54.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38920) > >2014-07-21 22:35:55.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:35:55.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45767) > >2014-07-21 22:35:56.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49437) > >2014-07-21 22:35:58.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38971) > >2014-07-21 22:35:59.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45817) > >2014-07-21 22:36:00.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49488) > >2014-07-21 22:36:02.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:02.398 29190 INFO neutron.wsgi [req-675e2fc2-311b-4690-8900-2fed5700b88a None] (29190) accepted ('192.168.0.8', 39022) > >2014-07-21 22:36:03.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45869) > >2014-07-21 22:36:04.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49540) > >2014-07-21 22:36:06.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39073) > >2014-07-21 22:36:07.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45921) > >2014-07-21 22:36:08.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49594) > >2014-07-21 22:36:10.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39125) > >2014-07-21 22:36:11.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45973) > >2014-07-21 22:36:12.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49647) > >2014-07-21 22:36:14.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39177) > >2014-07-21 22:36:14.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:15.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46026) > >2014-07-21 22:36:16.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49703) > >2014-07-21 22:36:18.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39228) > >2014-07-21 22:36:19.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46079) > >2014-07-21 22:36:20.367 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:20.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49757) > >2014-07-21 22:36:22.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39279) > >2014-07-21 22:36:23.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46132) > >2014-07-21 22:36:24.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49808) > >2014-07-21 22:36:25.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:26.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39330) > >2014-07-21 22:36:27.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46184) > >2014-07-21 22:36:28.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49861) > >2014-07-21 22:36:30.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39383) > >2014-07-21 22:36:31.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46237) > >2014-07-21 22:36:32.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:32.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49916) > >2014-07-21 22:36:34.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39434) > >2014-07-21 22:36:35.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46289) > >2014-07-21 22:36:36.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49967) > >2014-07-21 22:36:38.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39485) > >2014-07-21 22:36:39.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46340) > >2014-07-21 22:36:40.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50019) > >2014-07-21 22:36:42.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39536) > >2014-07-21 22:36:44.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46393) > >2014-07-21 22:36:44.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:44.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50071) > >2014-07-21 22:36:46.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39587) > >2014-07-21 22:36:48.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46445) > >2014-07-21 22:36:48.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50123) > >2014-07-21 22:36:50.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:50.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39638) > >2014-07-21 22:36:52.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46498) > >2014-07-21 22:36:52.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50178) > >2014-07-21 22:36:54.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39689) > >2014-07-21 22:36:55.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:36:56.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46551) > >2014-07-21 22:36:56.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50231) > >2014-07-21 22:36:58.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39740) > >2014-07-21 22:37:00.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46602) > >2014-07-21 22:37:00.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50287) > >2014-07-21 22:37:02.369 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:02.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39791) > >2014-07-21 22:37:04.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46654) > >2014-07-21 22:37:04.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50340) > >2014-07-21 22:37:06.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39842) > >2014-07-21 22:37:08.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46706) > >2014-07-21 22:37:08.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50391) > >2014-07-21 22:37:10.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39893) > >2014-07-21 22:37:12.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46757) > >2014-07-21 22:37:12.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50442) > >2014-07-21 22:37:14.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39944) > >2014-07-21 22:37:14.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:16.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46809) > >2014-07-21 22:37:16.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50494) > >2014-07-21 22:37:18.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39995) > >2014-07-21 22:37:20.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46860) > >2014-07-21 22:37:20.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:20.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50547) > >2014-07-21 22:37:22.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40046) > >2014-07-21 22:37:24.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46913) > >2014-07-21 22:37:24.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50600) > >2014-07-21 22:37:25.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:26.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40097) > >2014-07-21 22:37:28.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46967) > >2014-07-21 22:37:28.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50656) > >2014-07-21 22:37:30.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40150) > >2014-07-21 22:37:32.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47018) > >2014-07-21 22:37:32.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:32.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50710) > >2014-07-21 22:37:34.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40203) > >2014-07-21 22:37:36.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47070) > >2014-07-21 22:37:36.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50763) > >2014-07-21 22:37:38.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40254) > >2014-07-21 22:37:40.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47121) > >2014-07-21 22:37:40.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50818) > >2014-07-21 22:37:42.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40305) > >2014-07-21 22:37:44.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47172) > >2014-07-21 22:37:44.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:44.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50869) > >2014-07-21 22:37:46.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40356) > >2014-07-21 22:37:48.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47225) > >2014-07-21 22:37:48.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50923) > >2014-07-21 22:37:49.125 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:37:49.125 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:37:49.126 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:37:49.138 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:37:50.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:50.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40409) > >2014-07-21 22:37:52.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47277) > >2014-07-21 22:37:52.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50977) > >2014-07-21 22:37:54.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40460) > >2014-07-21 22:37:55.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:37:56.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47329) > >2014-07-21 22:37:56.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51030) > >2014-07-21 22:37:58.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40512) > >2014-07-21 22:38:00.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47380) > >2014-07-21 22:38:00.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51081) > >2014-07-21 22:38:02.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:02.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40563) > >2014-07-21 22:38:04.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47432) > >2014-07-21 22:38:04.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51133) > >2014-07-21 22:38:06.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40614) > >2014-07-21 22:38:08.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47483) > >2014-07-21 22:38:08.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51186) > >2014-07-21 22:38:10.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40666) > >2014-07-21 22:38:12.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47534) > >2014-07-21 22:38:12.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51241) > >2014-07-21 22:38:14.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40718) > >2014-07-21 22:38:14.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:16.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47587) > >2014-07-21 22:38:16.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51297) > >2014-07-21 22:38:18.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40769) > >2014-07-21 22:38:20.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47640) > >2014-07-21 22:38:20.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:20.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51350) > >2014-07-21 22:38:22.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40820) > >2014-07-21 22:38:24.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47693) > >2014-07-21 22:38:24.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51402) > >2014-07-21 22:38:25.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:26.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40871) > >2014-07-21 22:38:28.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47745) > >2014-07-21 22:38:28.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51454) > >2014-07-21 22:38:30.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40924) > >2014-07-21 22:38:32.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47797) > >2014-07-21 22:38:32.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:32.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51509) > >2014-07-21 22:38:34.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40975) > >2014-07-21 22:38:36.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47849) > >2014-07-21 22:38:36.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51560) > >2014-07-21 22:38:38.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41026) > >2014-07-21 22:38:40.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47901) > >2014-07-21 22:38:40.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51613) > >2014-07-21 22:38:42.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41077) > >2014-07-21 22:38:44.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47954) > >2014-07-21 22:38:44.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:44.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51666) > >2014-07-21 22:38:46.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41128) > >2014-07-21 22:38:48.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48006) > >2014-07-21 22:38:48.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51717) > >2014-07-21 22:38:50.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:50.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41178) > >2014-07-21 22:38:52.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48059) > >2014-07-21 22:38:52.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51770) > >2014-07-21 22:38:54.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41229) > >2014-07-21 22:38:55.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:38:56.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48112) > >2014-07-21 22:38:56.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51825) > >2014-07-21 22:38:58.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41280) > >2014-07-21 22:39:00.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48163) > >2014-07-21 22:39:00.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51876) > >2014-07-21 22:39:02.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:02.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41331) > >2014-07-21 22:39:04.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48215) > >2014-07-21 22:39:04.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51933) > >2014-07-21 22:39:06.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41382) > >2014-07-21 22:39:08.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48267) > >2014-07-21 22:39:08.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51984) > >2014-07-21 22:39:10.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41432) > >2014-07-21 22:39:12.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48318) > >2014-07-21 22:39:12.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52035) > >2014-07-21 22:39:14.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41483) > >2014-07-21 22:39:14.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:16.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48370) > >2014-07-21 22:39:16.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52087) > >2014-07-21 22:39:18.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41534) > >2014-07-21 22:39:20.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48421) > >2014-07-21 22:39:20.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:20.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52140) > >2014-07-21 22:39:22.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41585) > >2014-07-21 22:39:24.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48474) > >2014-07-21 22:39:24.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52193) > >2014-07-21 22:39:25.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:26.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41636) > >2014-07-21 22:39:28.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48528) > >2014-07-21 22:39:28.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52249) > >2014-07-21 22:39:30.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41689) > >2014-07-21 22:39:32.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48580) > >2014-07-21 22:39:32.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:32.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52304) > >2014-07-21 22:39:34.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41742) > >2014-07-21 22:39:36.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48632) > >2014-07-21 22:39:36.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52357) > >2014-07-21 22:39:38.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41793) > >2014-07-21 22:39:40.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48683) > >2014-07-21 22:39:40.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52412) > >2014-07-21 22:39:42.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41844) > >2014-07-21 22:39:44.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48735) > >2014-07-21 22:39:44.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:44.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52464) > >2014-07-21 22:39:46.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41895) > >2014-07-21 22:39:48.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48788) > >2014-07-21 22:39:48.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52517) > >2014-07-21 22:39:49.141 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:39:49.141 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:39:49.141 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:39:49.153 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:39:50.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:50.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41947) > >2014-07-21 22:39:52.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48842) > >2014-07-21 22:39:52.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52573) > >2014-07-21 22:39:54.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41998) > >2014-07-21 22:39:55.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:39:56.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48895) > >2014-07-21 22:39:56.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52627) > >2014-07-21 22:39:58.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42050) > >2014-07-21 22:40:00.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48946) > >2014-07-21 22:40:00.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52678) > >2014-07-21 22:40:02.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:02.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42101) > >2014-07-21 22:40:04.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48998) > >2014-07-21 22:40:04.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52730) > >2014-07-21 22:40:06.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42152) > >2014-07-21 22:40:08.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49049) > >2014-07-21 22:40:08.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52782) > >2014-07-21 22:40:10.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42204) > >2014-07-21 22:40:12.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49102) > >2014-07-21 22:40:12.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52834) > >2014-07-21 22:40:14.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42256) > >2014-07-21 22:40:14.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:16.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49155) > >2014-07-21 22:40:16.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52891) > >2014-07-21 22:40:18.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42308) > >2014-07-21 22:40:20.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49208) > >2014-07-21 22:40:20.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:20.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52946) > >2014-07-21 22:40:22.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42359) > >2014-07-21 22:40:24.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49261) > >2014-07-21 22:40:24.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52998) > >2014-07-21 22:40:25.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:26.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42410) > >2014-07-21 22:40:28.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49313) > >2014-07-21 22:40:28.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53051) > >2014-07-21 22:40:30.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42463) > >2014-07-21 22:40:32.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49366) > >2014-07-21 22:40:32.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:32.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53106) > >2014-07-21 22:40:34.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42514) > >2014-07-21 22:40:36.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49418) > >2014-07-21 22:40:36.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53157) > >2014-07-21 22:40:38.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42565) > >2014-07-21 22:40:40.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49469) > >2014-07-21 22:40:40.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53209) > >2014-07-21 22:40:42.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42616) > >2014-07-21 22:40:44.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49522) > >2014-07-21 22:40:44.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:44.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53262) > >2014-07-21 22:40:46.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42667) > >2014-07-21 22:40:48.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49575) > >2014-07-21 22:40:48.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53314) > >2014-07-21 22:40:50.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:50.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42717) > >2014-07-21 22:40:52.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49627) > >2014-07-21 22:40:53.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53367) > >2014-07-21 22:40:54.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42768) > >2014-07-21 22:40:55.099 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:40:56.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49679) > >2014-07-21 22:40:57.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53421) > >2014-07-21 22:40:58.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42819) > >2014-07-21 22:41:00.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49730) > >2014-07-21 22:41:01.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53472) > >2014-07-21 22:41:02.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:02.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42870) > >2014-07-21 22:41:04.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49782) > >2014-07-21 22:41:05.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53528) > >2014-07-21 22:41:06.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42921) > >2014-07-21 22:41:08.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49834) > >2014-07-21 22:41:09.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53580) > >2014-07-21 22:41:10.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42972) > >2014-07-21 22:41:12.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49885) > >2014-07-21 22:41:13.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53631) > >2014-07-21 22:41:14.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43023) > >2014-07-21 22:41:14.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:16.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49937) > >2014-07-21 22:41:17.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53683) > >2014-07-21 22:41:18.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43074) > >2014-07-21 22:41:20.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49988) > >2014-07-21 22:41:20.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:21.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53736) > >2014-07-21 22:41:22.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43125) > >2014-07-21 22:41:24.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50041) > >2014-07-21 22:41:25.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53789) > >2014-07-21 22:41:25.094 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:26.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43176) > >2014-07-21 22:41:28.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50094) > >2014-07-21 22:41:29.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53843) > >2014-07-21 22:41:30.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43229) > >2014-07-21 22:41:32.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50146) > >2014-07-21 22:41:32.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:33.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53900) > >2014-07-21 22:41:34.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43282) > >2014-07-21 22:41:36.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50198) > >2014-07-21 22:41:37.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53953) > >2014-07-21 22:41:38.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43333) > >2014-07-21 22:41:40.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50250) > >2014-07-21 22:41:41.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54008) > >2014-07-21 22:41:42.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43384) > >2014-07-21 22:41:44.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50302) > >2014-07-21 22:41:44.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:45.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54062) > >2014-07-21 22:41:46.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43435) > >2014-07-21 22:41:48.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50355) > >2014-07-21 22:41:49.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54113) > >2014-07-21 22:41:49.156 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:41:49.156 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:41:49.157 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:41:49.168 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:41:50.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:50.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43487) > >2014-07-21 22:41:52.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50408) > >2014-07-21 22:41:53.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54169) > >2014-07-21 22:41:54.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43538) > >2014-07-21 22:41:55.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:41:56.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50461) > >2014-07-21 22:41:57.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54223) > >2014-07-21 22:41:58.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43590) > >2014-07-21 22:42:00.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50512) > >2014-07-21 22:42:01.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54274) > >2014-07-21 22:42:02.506 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:02.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43641) > >2014-07-21 22:42:04.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50564) > >2014-07-21 22:42:05.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54326) > >2014-07-21 22:42:06.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43692) > >2014-07-21 22:42:08.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50615) > >2014-07-21 22:42:09.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54379) > >2014-07-21 22:42:10.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43744) > >2014-07-21 22:42:12.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50668) > >2014-07-21 22:42:13.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54432) > >2014-07-21 22:42:14.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43796) > >2014-07-21 22:42:14.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:16.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50721) > >2014-07-21 22:42:17.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54489) > >2014-07-21 22:42:18.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43847) > >2014-07-21 22:42:20.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50774) > >2014-07-21 22:42:20.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:21.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54545) > >2014-07-21 22:42:22.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43898) > >2014-07-21 22:42:24.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50827) > >2014-07-21 22:42:25.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54597) > >2014-07-21 22:42:25.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:26.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43949) > >2014-07-21 22:42:28.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50879) > >2014-07-21 22:42:29.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54649) > >2014-07-21 22:42:30.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44002) > >2014-07-21 22:42:32.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50930) > >2014-07-21 22:42:32.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:33.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54703) > >2014-07-21 22:42:34.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44053) > >2014-07-21 22:42:36.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50982) > >2014-07-21 22:42:37.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54754) > >2014-07-21 22:42:38.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44104) > >2014-07-21 22:42:40.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51033) > >2014-07-21 22:42:41.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54805) > >2014-07-21 22:42:42.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44155) > >2014-07-21 22:42:44.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51084) > >2014-07-21 22:42:44.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:45.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54858) > >2014-07-21 22:42:46.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44206) > >2014-07-21 22:42:48.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51137) > >2014-07-21 22:42:49.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54909) > >2014-07-21 22:42:50.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:50.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44257) > >2014-07-21 22:42:52.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51189) > >2014-07-21 22:42:53.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54961) > >2014-07-21 22:42:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44308) > >2014-07-21 22:42:55.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:42:56.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51242) > >2014-07-21 22:42:57.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55017) > >2014-07-21 22:42:58.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44359) > >2014-07-21 22:43:00.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51293) > >2014-07-21 22:43:01.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55068) > >2014-07-21 22:43:02.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:02.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44410) > >2014-07-21 22:43:04.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51345) > >2014-07-21 22:43:05.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55124) > >2014-07-21 22:43:06.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44461) > >2014-07-21 22:43:08.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51397) > >2014-07-21 22:43:09.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55176) > >2014-07-21 22:43:10.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44512) > >2014-07-21 22:43:12.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51448) > >2014-07-21 22:43:13.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55227) > >2014-07-21 22:43:14.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:14.748 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.8', 44564) > >2014-07-21 22:43:16.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51500) > >2014-07-21 22:43:17.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55279) > >2014-07-21 22:43:18.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44615) > >2014-07-21 22:43:20.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51551) > >2014-07-21 22:43:20.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:21.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55332) > >2014-07-21 22:43:22.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44666) > >2014-07-21 22:43:24.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51604) > >2014-07-21 22:43:25.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:25.108 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 55384) > >2014-07-21 22:43:26.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44717) > >2014-07-21 22:43:28.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51658) > >2014-07-21 22:43:29.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55439) > >2014-07-21 22:43:30.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44770) > >2014-07-21 22:43:32.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51709) > >2014-07-21 22:43:32.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:33.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55495) > >2014-07-21 22:43:34.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44823) > >2014-07-21 22:43:36.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51761) > >2014-07-21 22:43:37.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55549) > >2014-07-21 22:43:38.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44874) > >2014-07-21 22:43:40.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51813) > >2014-07-21 22:43:41.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55604) > >2014-07-21 22:43:42.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44925) > >2014-07-21 22:43:44.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51865) > >2014-07-21 22:43:44.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:45.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55658) > >2014-07-21 22:43:46.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44976) > >2014-07-21 22:43:48.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51916) > >2014-07-21 22:43:49.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55711) > >2014-07-21 22:43:49.171 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:43:49.171 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:43:49.173 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:43:49.186 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:43:50.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:50.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45027) > >2014-07-21 22:43:52.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51970) > >2014-07-21 22:43:53.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55767) > >2014-07-21 22:43:54.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45079) > >2014-07-21 22:43:55.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:43:56.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52023) > >2014-07-21 22:43:57.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55820) > >2014-07-21 22:43:58.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45131) > >2014-07-21 22:44:00.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52074) > >2014-07-21 22:44:01.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55872) > >2014-07-21 22:44:02.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:02.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45182) > >2014-07-21 22:44:04.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52126) > >2014-07-21 22:44:05.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55924) > >2014-07-21 22:44:06.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45233) > >2014-07-21 22:44:08.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52177) > >2014-07-21 22:44:09.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55976) > >2014-07-21 22:44:10.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45285) > >2014-07-21 22:44:12.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52229) > >2014-07-21 22:44:13.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56029) > >2014-07-21 22:44:14.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:14.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45336) > >2014-07-21 22:44:16.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52283) > >2014-07-21 22:44:17.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56086) > >2014-07-21 22:44:18.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45388) > >2014-07-21 22:44:20.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52336) > >2014-07-21 22:44:20.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:21.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56141) > >2014-07-21 22:44:22.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45439) > >2014-07-21 22:44:24.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52389) > >2014-07-21 22:44:25.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:25.144 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 56193) > >2014-07-21 22:44:26.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45489) > >2014-07-21 22:44:28.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52441) > >2014-07-21 22:44:29.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56246) > >2014-07-21 22:44:30.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45542) > >2014-07-21 22:44:32.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52493) > >2014-07-21 22:44:32.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:33.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56301) > >2014-07-21 22:44:34.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45593) > >2014-07-21 22:44:36.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52545) > >2014-07-21 22:44:37.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56352) > >2014-07-21 22:44:38.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45644) > >2014-07-21 22:44:40.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52596) > >2014-07-21 22:44:41.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56404) > >2014-07-21 22:44:42.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45694) > >2014-07-21 22:44:44.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52648) > >2014-07-21 22:44:44.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:45.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56456) > >2014-07-21 22:44:46.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45745) > >2014-07-21 22:44:48.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52702) > >2014-07-21 22:44:49.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56509) > >2014-07-21 22:44:50.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:50.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45796) > >2014-07-21 22:44:52.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52755) > >2014-07-21 22:44:53.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56562) > >2014-07-21 22:44:54.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45847) > >2014-07-21 22:44:55.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:44:56.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52808) > >2014-07-21 22:44:57.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56617) > >2014-07-21 22:44:58.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45898) > >2014-07-21 22:45:00.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52860) > >2014-07-21 22:45:01.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56668) > >2014-07-21 22:45:02.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:02.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45949) > >2014-07-21 22:45:04.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52913) > >2014-07-21 22:45:05.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56723) > >2014-07-21 22:45:06.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46000) > >2014-07-21 22:45:08.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52969) > >2014-07-21 22:45:09.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56775) > >2014-07-21 22:45:10.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46051) > >2014-07-21 22:45:12.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53020) > >2014-07-21 22:45:13.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56826) > >2014-07-21 22:45:14.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:14.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46103) > >2014-07-21 22:45:16.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53072) > >2014-07-21 22:45:17.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56878) > >2014-07-21 22:45:18.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46154) > >2014-07-21 22:45:20.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53123) > >2014-07-21 22:45:20.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:21.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56931) > >2014-07-21 22:45:22.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46206) > >2014-07-21 22:45:24.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53175) > >2014-07-21 22:45:25.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:25.200 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 56983) > >2014-07-21 22:45:26.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46261) > >2014-07-21 22:45:28.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53231) > >2014-07-21 22:45:29.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57039) > >2014-07-21 22:45:30.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46312) > >2014-07-21 22:45:32.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53283) > >2014-07-21 22:45:32.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:33.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57095) > >2014-07-21 22:45:34.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46367) > >2014-07-21 22:45:36.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53349) > >2014-07-21 22:45:37.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57155) > >2014-07-21 22:45:38.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46424) > >2014-07-21 22:45:40.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53406) > >2014-07-21 22:45:41.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57209) > >2014-07-21 22:45:42.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46475) > >2014-07-21 22:45:44.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53458) > >2014-07-21 22:45:44.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:45.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57262) > >2014-07-21 22:45:46.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46526) > >2014-07-21 22:45:48.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53510) > >2014-07-21 22:45:49.189 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:45:49.189 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:45:49.190 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:45:49.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57314) > >2014-07-21 22:45:49.266 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:45:50.411 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:50.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46577) > >2014-07-21 22:45:52.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53564) > >2014-07-21 22:45:53.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57370) > >2014-07-21 22:45:54.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46629) > >2014-07-21 22:45:55.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:45:56.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53629) > >2014-07-21 22:45:57.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57423) > >2014-07-21 22:45:58.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46683) > >2014-07-21 22:46:00.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53696) > >2014-07-21 22:46:01.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57481) > >2014-07-21 22:46:02.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:02.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46747) > >2014-07-21 22:46:04.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53759) > >2014-07-21 22:46:05.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57533) > >2014-07-21 22:46:06.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46802) > >2014-07-21 22:46:08.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53818) > >2014-07-21 22:46:09.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57585) > >2014-07-21 22:46:10.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46860) > >2014-07-21 22:46:12.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53890) > >2014-07-21 22:46:13.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57636) > >2014-07-21 22:46:14.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:14.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46922) > >2014-07-21 22:46:16.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53955) > >2014-07-21 22:46:17.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57694) > >2014-07-21 22:46:18.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46986) > >2014-07-21 22:46:20.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:20.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54021) > >2014-07-21 22:46:21.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57750) > >2014-07-21 22:46:22.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47043) > >2014-07-21 22:46:24.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54077) > >2014-07-21 22:46:25.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:25.294 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 57802) > >2014-07-21 22:46:26.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47102) > >2014-07-21 22:46:28.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54129) > >2014-07-21 22:46:29.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57853) > >2014-07-21 22:46:30.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47164) > >2014-07-21 22:46:32.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54184) > >2014-07-21 22:46:32.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:33.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57909) > >2014-07-21 22:46:34.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47226) > >2014-07-21 22:46:36.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54236) > >2014-07-21 22:46:37.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57960) > >2014-07-21 22:46:39.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47287) > >2014-07-21 22:46:40.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54294) > >2014-07-21 22:46:41.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58013) > >2014-07-21 22:46:43.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47348) > >2014-07-21 22:46:44.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54346) > >2014-07-21 22:46:44.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:45.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58065) > >2014-07-21 22:46:47.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47405) > >2014-07-21 22:46:48.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54401) > >2014-07-21 22:46:49.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58117) > >2014-07-21 22:46:50.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:51.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47462) > >2014-07-21 22:46:52.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54455) > >2014-07-21 22:46:53.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58171) > >2014-07-21 22:46:55.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47515) > >2014-07-21 22:46:55.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:46:56.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54507) > >2014-07-21 22:46:57.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58226) > >2014-07-21 22:46:59.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47571) > >2014-07-21 22:47:00.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54559) > >2014-07-21 22:47:01.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58277) > >2014-07-21 22:47:02.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:03.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47623) > >2014-07-21 22:47:04.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54614) > >2014-07-21 22:47:05.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58333) > >2014-07-21 22:47:07.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47673) > >2014-07-21 22:47:08.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54668) > >2014-07-21 22:47:09.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58385) > >2014-07-21 22:47:11.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47724) > >2014-07-21 22:47:12.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54718) > >2014-07-21 22:47:13.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58436) > >2014-07-21 22:47:14.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:15.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47775) > >2014-07-21 22:47:16.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54771) > >2014-07-21 22:47:17.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58488) > >2014-07-21 22:47:19.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47826) > >2014-07-21 22:47:20.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:20.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54823) > >2014-07-21 22:47:21.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58540) > >2014-07-21 22:47:23.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47877) > >2014-07-21 22:47:24.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54874) > >2014-07-21 22:47:25.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:25.301 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 58591) > >2014-07-21 22:47:27.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47928) > >2014-07-21 22:47:28.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54931) > >2014-07-21 22:47:29.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58647) > >2014-07-21 22:47:31.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47979) > >2014-07-21 22:47:32.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:32.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54982) > >2014-07-21 22:47:33.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58701) > >2014-07-21 22:47:35.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48034) > >2014-07-21 22:47:36.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55034) > >2014-07-21 22:47:37.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58756) > >2014-07-21 22:47:39.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48085) > >2014-07-21 22:47:40.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55085) > >2014-07-21 22:47:41.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58809) > >2014-07-21 22:47:43.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48136) > >2014-07-21 22:47:44.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55136) > >2014-07-21 22:47:44.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:45.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58863) > >2014-07-21 22:47:47.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48188) > >2014-07-21 22:47:48.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55188) > >2014-07-21 22:47:49.273 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:47:49.273 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:47:49.274 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:47:49.290 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:47:49.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58914) > >2014-07-21 22:47:50.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:51.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48239) > >2014-07-21 22:47:52.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55241) > >2014-07-21 22:47:53.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58969) > >2014-07-21 22:47:55.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48291) > >2014-07-21 22:47:55.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:47:56.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55292) > >2014-07-21 22:47:57.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59022) > >2014-07-21 22:47:59.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48342) > >2014-07-21 22:48:00.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55344) > >2014-07-21 22:48:01.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59075) > >2014-07-21 22:48:02.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:03.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48394) > >2014-07-21 22:48:04.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55396) > >2014-07-21 22:48:05.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59127) > >2014-07-21 22:48:07.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48445) > >2014-07-21 22:48:08.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55447) > >2014-07-21 22:48:09.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59179) > >2014-07-21 22:48:11.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48497) > >2014-07-21 22:48:12.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55498) > >2014-07-21 22:48:13.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59230) > >2014-07-21 22:48:14.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:15.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48549) > >2014-07-21 22:48:16.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55553) > >2014-07-21 22:48:17.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59286) > >2014-07-21 22:48:19.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48600) > >2014-07-21 22:48:20.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:20.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55607) > >2014-07-21 22:48:21.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59342) > >2014-07-21 22:48:23.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48651) > >2014-07-21 22:48:24.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55659) > >2014-07-21 22:48:25.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:25.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59397) > >2014-07-21 22:48:27.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48702) > >2014-07-21 22:48:28.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55711) > >2014-07-21 22:48:29.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59448) > >2014-07-21 22:48:31.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48755) > >2014-07-21 22:48:32.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:32.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55763) > >2014-07-21 22:48:33.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59503) > >2014-07-21 22:48:35.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48806) > >2014-07-21 22:48:36.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55815) > >2014-07-21 22:48:37.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59554) > >2014-07-21 22:48:39.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48857) > >2014-07-21 22:48:40.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55867) > >2014-07-21 22:48:41.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59607) > >2014-07-21 22:48:43.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48908) > >2014-07-21 22:48:44.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:44.762 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 55919) > >2014-07-21 22:48:45.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59658) > >2014-07-21 22:48:47.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48959) > >2014-07-21 22:48:48.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55972) > >2014-07-21 22:48:49.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59710) > >2014-07-21 22:48:50.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:51.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49010) > >2014-07-21 22:48:52.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56025) > >2014-07-21 22:48:53.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59763) > >2014-07-21 22:48:55.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49061) > >2014-07-21 22:48:55.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:48:56.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56077) > >2014-07-21 22:48:57.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59817) > >2014-07-21 22:48:59.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49112) > >2014-07-21 22:49:00.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56129) > >2014-07-21 22:49:01.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59869) > >2014-07-21 22:49:02.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:03.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49163) > >2014-07-21 22:49:04.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56181) > >2014-07-21 22:49:05.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59926) > >2014-07-21 22:49:07.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49214) > >2014-07-21 22:49:08.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56233) > >2014-07-21 22:49:09.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59978) > >2014-07-21 22:49:11.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49265) > >2014-07-21 22:49:12.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56284) > >2014-07-21 22:49:13.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60029) > >2014-07-21 22:49:14.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:15.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49316) > >2014-07-21 22:49:16.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56336) > >2014-07-21 22:49:17.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60081) > >2014-07-21 22:49:19.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49367) > >2014-07-21 22:49:20.402 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:20.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56388) > >2014-07-21 22:49:21.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60133) > >2014-07-21 22:49:23.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49418) > >2014-07-21 22:49:24.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56439) > >2014-07-21 22:49:25.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:25.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60186) > >2014-07-21 22:49:27.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49469) > >2014-07-21 22:49:28.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56494) > >2014-07-21 22:49:29.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60241) > >2014-07-21 22:49:31.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49520) > >2014-07-21 22:49:32.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:32.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56546) > >2014-07-21 22:49:33.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60296) > >2014-07-21 22:49:35.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49575) > >2014-07-21 22:49:36.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56598) > >2014-07-21 22:49:37.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60351) > >2014-07-21 22:49:39.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49626) > >2014-07-21 22:49:40.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56649) > >2014-07-21 22:49:41.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60405) > >2014-07-21 22:49:43.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49676) > >2014-07-21 22:49:44.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:44.801 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 56701) > >2014-07-21 22:49:45.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60457) > >2014-07-21 22:49:47.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49727) > >2014-07-21 22:49:48.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56754) > >2014-07-21 22:49:49.291 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:49:49.291 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:49:49.292 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:49:49.304 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:49:49.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60511) > >2014-07-21 22:49:50.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:51.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49778) > >2014-07-21 22:49:52.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56808) > >2014-07-21 22:49:53.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60567) > >2014-07-21 22:49:55.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:49:55.180 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 49830) > >2014-07-21 22:49:56.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56860) > >2014-07-21 22:49:57.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60620) > >2014-07-21 22:49:59.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49881) > >2014-07-21 22:50:00.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56912) > >2014-07-21 22:50:01.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60673) > >2014-07-21 22:50:02.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:03.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49933) > >2014-07-21 22:50:04.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56964) > >2014-07-21 22:50:05.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60725) > >2014-07-21 22:50:07.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49984) > >2014-07-21 22:50:08.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57015) > >2014-07-21 22:50:09.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60777) > >2014-07-21 22:50:11.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50036) > >2014-07-21 22:50:12.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57066) > >2014-07-21 22:50:13.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60828) > >2014-07-21 22:50:14.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:15.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50087) > >2014-07-21 22:50:16.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57121) > >2014-07-21 22:50:17.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60884) > >2014-07-21 22:50:19.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50139) > >2014-07-21 22:50:20.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:20.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57175) > >2014-07-21 22:50:21.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60940) > >2014-07-21 22:50:23.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50190) > >2014-07-21 22:50:24.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57226) > >2014-07-21 22:50:25.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:25.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60994) > >2014-07-21 22:50:27.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50241) > >2014-07-21 22:50:28.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57280) > >2014-07-21 22:50:29.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32814) > >2014-07-21 22:50:31.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50294) > >2014-07-21 22:50:32.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:32.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57332) > >2014-07-21 22:50:33.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32869) > >2014-07-21 22:50:35.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50345) > >2014-07-21 22:50:36.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57384) > >2014-07-21 22:50:37.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32920) > >2014-07-21 22:50:39.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50396) > >2014-07-21 22:50:40.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57435) > >2014-07-21 22:50:41.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32972) > >2014-07-21 22:50:43.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50447) > >2014-07-21 22:50:44.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:44.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57487) > >2014-07-21 22:50:45.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33024) > >2014-07-21 22:50:47.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50498) > >2014-07-21 22:50:48.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57540) > >2014-07-21 22:50:49.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33077) > >2014-07-21 22:50:50.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:51.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50549) > >2014-07-21 22:50:52.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57593) > >2014-07-21 22:50:53.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33130) > >2014-07-21 22:50:55.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:50:55.217 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 50600) > >2014-07-21 22:50:56.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57645) > >2014-07-21 22:50:57.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33182) > >2014-07-21 22:50:59.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50651) > >2014-07-21 22:51:00.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57696) > >2014-07-21 22:51:01.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33235) > >2014-07-21 22:51:02.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:03.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50702) > >2014-07-21 22:51:04.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57748) > >2014-07-21 22:51:05.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33287) > >2014-07-21 22:51:07.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50753) > >2014-07-21 22:51:08.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57800) > >2014-07-21 22:51:09.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33343) > >2014-07-21 22:51:11.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50804) > >2014-07-21 22:51:12.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57851) > >2014-07-21 22:51:13.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33394) > >2014-07-21 22:51:14.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:15.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50855) > >2014-07-21 22:51:16.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57903) > >2014-07-21 22:51:17.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33445) > >2014-07-21 22:51:19.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50905) > >2014-07-21 22:51:20.403 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:20.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57955) > >2014-07-21 22:51:21.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33497) > >2014-07-21 22:51:23.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50956) > >2014-07-21 22:51:24.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58006) > >2014-07-21 22:51:25.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:25.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33550) > >2014-07-21 22:51:27.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51007) > >2014-07-21 22:51:28.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58061) > >2014-07-21 22:51:29.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33604) > >2014-07-21 22:51:31.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51058) > >2014-07-21 22:51:32.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58113) > >2014-07-21 22:51:33.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33659) > >2014-07-21 22:51:34.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:35.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51112) > >2014-07-21 22:51:36.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58165) > >2014-07-21 22:51:37.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33715) > >2014-07-21 22:51:39.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51164) > >2014-07-21 22:51:40.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58217) > >2014-07-21 22:51:41.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33770) > >2014-07-21 22:51:43.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51215) > >2014-07-21 22:51:44.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:44.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58268) > >2014-07-21 22:51:45.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33822) > >2014-07-21 22:51:47.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51266) > >2014-07-21 22:51:48.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58320) > >2014-07-21 22:51:49.306 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:51:49.306 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:51:49.307 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:51:49.324 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:51:49.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33875) > >2014-07-21 22:51:50.403 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:51.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51317) > >2014-07-21 22:51:52.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58374) > >2014-07-21 22:51:53.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33931) > >2014-07-21 22:51:55.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:51:55.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51368) > >2014-07-21 22:51:56.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58426) > >2014-07-21 22:51:57.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33984) > >2014-07-21 22:51:59.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51420) > >2014-07-21 22:52:00.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58478) > >2014-07-21 22:52:01.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34036) > >2014-07-21 22:52:02.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:03.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51472) > >2014-07-21 22:52:04.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58530) > >2014-07-21 22:52:05.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34089) > >2014-07-21 22:52:07.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51523) > >2014-07-21 22:52:08.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58581) > >2014-07-21 22:52:09.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34141) > >2014-07-21 22:52:11.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51575) > >2014-07-21 22:52:12.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58632) > >2014-07-21 22:52:13.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34192) > >2014-07-21 22:52:14.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:15.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51626) > >2014-07-21 22:52:16.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58686) > >2014-07-21 22:52:17.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34248) > >2014-07-21 22:52:19.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51677) > >2014-07-21 22:52:20.403 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:20.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58743) > >2014-07-21 22:52:21.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34306) > >2014-07-21 22:52:23.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51729) > >2014-07-21 22:52:24.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58794) > >2014-07-21 22:52:25.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:25.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34360) > >2014-07-21 22:52:27.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51780) > >2014-07-21 22:52:28.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58847) > >2014-07-21 22:52:29.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34412) > >2014-07-21 22:52:31.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51833) > >2014-07-21 22:52:32.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:32.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58898) > >2014-07-21 22:52:33.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34466) > >2014-07-21 22:52:35.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51884) > >2014-07-21 22:52:36.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58950) > >2014-07-21 22:52:37.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34517) > >2014-07-21 22:52:39.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51935) > >2014-07-21 22:52:40.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59001) > >2014-07-21 22:52:41.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34568) > >2014-07-21 22:52:43.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51986) > >2014-07-21 22:52:44.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:44.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59052) > >2014-07-21 22:52:45.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34620) > >2014-07-21 22:52:47.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52037) > >2014-07-21 22:52:48.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59104) > >2014-07-21 22:52:49.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34671) > >2014-07-21 22:52:50.403 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:51.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52088) > >2014-07-21 22:52:52.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59157) > >2014-07-21 22:52:53.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34724) > >2014-07-21 22:52:55.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:52:55.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52139) > >2014-07-21 22:52:56.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59209) > >2014-07-21 22:52:57.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34776) > >2014-07-21 22:52:59.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52190) > >2014-07-21 22:53:00.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59261) > >2014-07-21 22:53:01.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34831) > >2014-07-21 22:53:02.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:03.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52241) > >2014-07-21 22:53:04.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59313) > >2014-07-21 22:53:05.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34882) > >2014-07-21 22:53:07.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52293) > >2014-07-21 22:53:08.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59364) > >2014-07-21 22:53:09.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34938) > >2014-07-21 22:53:11.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52344) > >2014-07-21 22:53:12.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59416) > >2014-07-21 22:53:13.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34989) > >2014-07-21 22:53:14.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:15.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52395) > >2014-07-21 22:53:16.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59468) > >2014-07-21 22:53:17.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35041) > >2014-07-21 22:53:19.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52446) > >2014-07-21 22:53:20.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:20.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59520) > >2014-07-21 22:53:21.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35093) > >2014-07-21 22:53:23.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52497) > >2014-07-21 22:53:24.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59571) > >2014-07-21 22:53:25.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:25.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35146) > >2014-07-21 22:53:27.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52548) > >2014-07-21 22:53:28.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59626) > >2014-07-21 22:53:29.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35200) > >2014-07-21 22:53:31.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52599) > >2014-07-21 22:53:32.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:32.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59678) > >2014-07-21 22:53:33.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35254) > >2014-07-21 22:53:35.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52652) > >2014-07-21 22:53:36.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59730) > >2014-07-21 22:53:37.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35311) > >2014-07-21 22:53:39.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52705) > >2014-07-21 22:53:40.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59782) > >2014-07-21 22:53:41.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35366) > >2014-07-21 22:53:43.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52756) > >2014-07-21 22:53:44.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:44.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59833) > >2014-07-21 22:53:45.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35418) > >2014-07-21 22:53:47.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52807) > >2014-07-21 22:53:48.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59885) > >2014-07-21 22:53:49.327 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:53:49.327 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:53:49.328 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:53:49.343 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:53:49.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35473) > >2014-07-21 22:53:50.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:51.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52858) > >2014-07-21 22:53:52.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59939) > >2014-07-21 22:53:53.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35527) > >2014-07-21 22:53:55.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:53:55.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52909) > >2014-07-21 22:53:56.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59991) > >2014-07-21 22:53:57.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35580) > >2014-07-21 22:53:59.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52961) > >2014-07-21 22:54:00.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60043) > >2014-07-21 22:54:01.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35632) > >2014-07-21 22:54:02.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:03.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53012) > >2014-07-21 22:54:04.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60095) > >2014-07-21 22:54:05.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35685) > >2014-07-21 22:54:07.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53064) > >2014-07-21 22:54:08.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60146) > >2014-07-21 22:54:09.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35737) > >2014-07-21 22:54:11.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53116) > >2014-07-21 22:54:12.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60197) > >2014-07-21 22:54:13.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35788) > >2014-07-21 22:54:14.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:15.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53166) > >2014-07-21 22:54:16.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60251) > >2014-07-21 22:54:17.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35843) > >2014-07-21 22:54:19.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53217) > >2014-07-21 22:54:20.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:20.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60306) > >2014-07-21 22:54:21.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35900) > >2014-07-21 22:54:23.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53270) > >2014-07-21 22:54:24.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60357) > >2014-07-21 22:54:25.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:25.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35952) > >2014-07-21 22:54:27.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53321) > >2014-07-21 22:54:28.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60410) > >2014-07-21 22:54:29.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36006) > >2014-07-21 22:54:31.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53374) > >2014-07-21 22:54:32.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:32.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60462) > >2014-07-21 22:54:33.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36060) > >2014-07-21 22:54:35.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53425) > >2014-07-21 22:54:36.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60514) > >2014-07-21 22:54:37.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36111) > >2014-07-21 22:54:39.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53476) > >2014-07-21 22:54:40.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60566) > >2014-07-21 22:54:41.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36163) > >2014-07-21 22:54:43.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53528) > >2014-07-21 22:54:44.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:44.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60618) > >2014-07-21 22:54:45.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36215) > >2014-07-21 22:54:47.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53579) > >2014-07-21 22:54:48.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60671) > >2014-07-21 22:54:49.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36267) > >2014-07-21 22:54:50.410 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:51.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53630) > >2014-07-21 22:54:52.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60725) > >2014-07-21 22:54:53.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36321) > >2014-07-21 22:54:55.192 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:54:55.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53681) > >2014-07-21 22:54:56.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60777) > >2014-07-21 22:54:57.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36373) > >2014-07-21 22:54:59.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53732) > >2014-07-21 22:55:00.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60829) > >2014-07-21 22:55:01.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36427) > >2014-07-21 22:55:02.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:03.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53783) > >2014-07-21 22:55:04.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60881) > >2014-07-21 22:55:05.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36479) > >2014-07-21 22:55:07.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53834) > >2014-07-21 22:55:09.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60932) > >2014-07-21 22:55:09.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36535) > >2014-07-21 22:55:11.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53885) > >2014-07-21 22:55:13.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60984) > >2014-07-21 22:55:13.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36586) > >2014-07-21 22:55:14.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:15.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53936) > >2014-07-21 22:55:17.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32803) > >2014-07-21 22:55:17.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36638) > >2014-07-21 22:55:19.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53987) > >2014-07-21 22:55:20.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:21.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32855) > >2014-07-21 22:55:21.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36690) > >2014-07-21 22:55:23.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54037) > >2014-07-21 22:55:25.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32906) > >2014-07-21 22:55:25.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:25.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36743) > >2014-07-21 22:55:27.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54088) > >2014-07-21 22:55:29.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32961) > >2014-07-21 22:55:29.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36797) > >2014-07-21 22:55:31.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54139) > >2014-07-21 22:55:32.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:33.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33013) > >2014-07-21 22:55:33.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36851) > >2014-07-21 22:55:35.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54192) > >2014-07-21 22:55:37.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33065) > >2014-07-21 22:55:37.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36908) > >2014-07-21 22:55:39.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54245) > >2014-07-21 22:55:41.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33116) > >2014-07-21 22:55:41.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36962) > >2014-07-21 22:55:43.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54296) > >2014-07-21 22:55:44.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:45.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33169) > >2014-07-21 22:55:45.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37014) > >2014-07-21 22:55:47.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54347) > >2014-07-21 22:55:49.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33220) > >2014-07-21 22:55:49.345 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:55:49.345 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:55:49.346 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:55:49.358 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:55:49.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37069) > >2014-07-21 22:55:50.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:51.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54398) > >2014-07-21 22:55:53.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33274) > >2014-07-21 22:55:53.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37123) > >2014-07-21 22:55:55.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:55:55.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54449) > >2014-07-21 22:55:57.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33326) > >2014-07-21 22:55:57.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37175) > >2014-07-21 22:55:59.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54501) > >2014-07-21 22:56:01.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33379) > >2014-07-21 22:56:01.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37229) > >2014-07-21 22:56:02.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:03.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54552) > >2014-07-21 22:56:05.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33431) > >2014-07-21 22:56:05.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37282) > >2014-07-21 22:56:07.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54604) > >2014-07-21 22:56:09.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33482) > >2014-07-21 22:56:09.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37334) > >2014-07-21 22:56:11.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54656) > >2014-07-21 22:56:13.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33533) > >2014-07-21 22:56:13.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37385) > >2014-07-21 22:56:14.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:15.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54707) > >2014-07-21 22:56:17.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33586) > >2014-07-21 22:56:17.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37439) > >2014-07-21 22:56:19.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54758) > >2014-07-21 22:56:20.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:21.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33642) > >2014-07-21 22:56:21.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37494) > >2014-07-21 22:56:23.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54810) > >2014-07-21 22:56:25.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33693) > >2014-07-21 22:56:25.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:25.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37549) > >2014-07-21 22:56:27.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54861) > >2014-07-21 22:56:29.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33746) > >2014-07-21 22:56:29.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37603) > >2014-07-21 22:56:31.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54914) > >2014-07-21 22:56:32.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:33.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33799) > >2014-07-21 22:56:33.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37658) > >2014-07-21 22:56:35.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54965) > >2014-07-21 22:56:37.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33850) > >2014-07-21 22:56:37.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37709) > >2014-07-21 22:56:39.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55016) > >2014-07-21 22:56:41.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33902) > >2014-07-21 22:56:41.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37762) > >2014-07-21 22:56:43.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55067) > >2014-07-21 22:56:44.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:45.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33955) > >2014-07-21 22:56:45.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37814) > >2014-07-21 22:56:47.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55118) > >2014-07-21 22:56:49.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34006) > >2014-07-21 22:56:49.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37865) > >2014-07-21 22:56:50.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:51.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55168) > >2014-07-21 22:56:53.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34060) > >2014-07-21 22:56:53.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37919) > >2014-07-21 22:56:55.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:56:55.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55219) > >2014-07-21 22:56:57.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34112) > >2014-07-21 22:56:57.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37971) > >2014-07-21 22:56:59.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55270) > >2014-07-21 22:57:01.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34164) > >2014-07-21 22:57:01.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38025) > >2014-07-21 22:57:02.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:03.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55321) > >2014-07-21 22:57:05.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34216) > >2014-07-21 22:57:05.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38077) > >2014-07-21 22:57:07.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55372) > >2014-07-21 22:57:09.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34267) > >2014-07-21 22:57:09.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38132) > >2014-07-21 22:57:11.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55423) > >2014-07-21 22:57:13.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34319) > >2014-07-21 22:57:13.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38184) > >2014-07-21 22:57:14.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:15.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55474) > >2014-07-21 22:57:17.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34371) > >2014-07-21 22:57:17.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38236) > >2014-07-21 22:57:19.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55525) > >2014-07-21 22:57:20.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:21.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34423) > >2014-07-21 22:57:21.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38287) > >2014-07-21 22:57:23.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55576) > >2014-07-21 22:57:25.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34474) > >2014-07-21 22:57:25.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:25.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38340) > >2014-07-21 22:57:27.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55627) > >2014-07-21 22:57:29.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34529) > >2014-07-21 22:57:29.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38394) > >2014-07-21 22:57:31.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55678) > >2014-07-21 22:57:32.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:33.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34580) > >2014-07-21 22:57:33.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38447) > >2014-07-21 22:57:35.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55731) > >2014-07-21 22:57:37.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34631) > >2014-07-21 22:57:37.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38504) > >2014-07-21 22:57:39.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55784) > >2014-07-21 22:57:41.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34682) > >2014-07-21 22:57:41.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38557) > >2014-07-21 22:57:43.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55835) > >2014-07-21 22:57:44.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:45.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34734) > >2014-07-21 22:57:45.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38609) > >2014-07-21 22:57:47.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55886) > >2014-07-21 22:57:49.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34785) > >2014-07-21 22:57:49.360 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:57:49.360 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:57:49.360 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:57:49.386 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:57:49.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38662) > >2014-07-21 22:57:50.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:51.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55937) > >2014-07-21 22:57:53.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34839) > >2014-07-21 22:57:53.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38718) > >2014-07-21 22:57:55.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:57:55.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55988) > >2014-07-21 22:57:57.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34891) > >2014-07-21 22:57:57.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38770) > >2014-07-21 22:57:59.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56040) > >2014-07-21 22:58:01.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34944) > >2014-07-21 22:58:01.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38824) > >2014-07-21 22:58:02.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:03.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56091) > >2014-07-21 22:58:05.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34996) > >2014-07-21 22:58:05.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38878) > >2014-07-21 22:58:07.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56143) > >2014-07-21 22:58:09.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35047) > >2014-07-21 22:58:09.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38930) > >2014-07-21 22:58:11.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56196) > >2014-07-21 22:58:13.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35098) > >2014-07-21 22:58:13.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38981) > >2014-07-21 22:58:14.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:15.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56247) > >2014-07-21 22:58:17.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35151) > >2014-07-21 22:58:17.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39035) > >2014-07-21 22:58:19.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56298) > >2014-07-21 22:58:20.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:21.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35207) > >2014-07-21 22:58:21.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39090) > >2014-07-21 22:58:23.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56350) > >2014-07-21 22:58:25.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35258) > >2014-07-21 22:58:25.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:25.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39145) > >2014-07-21 22:58:27.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56401) > >2014-07-21 22:58:29.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35311) > >2014-07-21 22:58:29.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39199) > >2014-07-21 22:58:31.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56454) > >2014-07-21 22:58:32.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:33.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35364) > >2014-07-21 22:58:33.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39254) > >2014-07-21 22:58:35.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56505) > >2014-07-21 22:58:37.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35415) > >2014-07-21 22:58:37.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39305) > >2014-07-21 22:58:39.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56556) > >2014-07-21 22:58:41.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35467) > >2014-07-21 22:58:41.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39358) > >2014-07-21 22:58:43.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56607) > >2014-07-21 22:58:44.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:45.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35520) > >2014-07-21 22:58:45.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39410) > >2014-07-21 22:58:47.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56658) > >2014-07-21 22:58:49.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35572) > >2014-07-21 22:58:49.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39461) > >2014-07-21 22:58:50.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:51.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56709) > >2014-07-21 22:58:53.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35624) > >2014-07-21 22:58:53.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39515) > >2014-07-21 22:58:55.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:58:55.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56760) > >2014-07-21 22:58:57.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35677) > >2014-07-21 22:58:57.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39567) > >2014-07-21 22:58:59.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56811) > >2014-07-21 22:59:01.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35729) > >2014-07-21 22:59:01.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39620) > >2014-07-21 22:59:02.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:03.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56862) > >2014-07-21 22:59:05.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35781) > >2014-07-21 22:59:05.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39672) > >2014-07-21 22:59:07.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56913) > >2014-07-21 22:59:09.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35832) > >2014-07-21 22:59:09.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39727) > >2014-07-21 22:59:11.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56964) > >2014-07-21 22:59:13.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35884) > >2014-07-21 22:59:13.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39779) > >2014-07-21 22:59:14.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:15.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57015) > >2014-07-21 22:59:17.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35936) > >2014-07-21 22:59:17.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39831) > >2014-07-21 22:59:19.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57066) > >2014-07-21 22:59:20.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:21.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35988) > >2014-07-21 22:59:21.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39883) > >2014-07-21 22:59:23.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57117) > >2014-07-21 22:59:25.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36038) > >2014-07-21 22:59:25.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:25.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39936) > >2014-07-21 22:59:27.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57168) > >2014-07-21 22:59:29.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36093) > >2014-07-21 22:59:29.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39990) > >2014-07-21 22:59:31.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57219) > >2014-07-21 22:59:32.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:33.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36146) > >2014-07-21 22:59:33.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40043) > >2014-07-21 22:59:35.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57272) > >2014-07-21 22:59:37.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36197) > >2014-07-21 22:59:37.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40100) > >2014-07-21 22:59:39.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57325) > >2014-07-21 22:59:41.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36248) > >2014-07-21 22:59:41.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40155) > >2014-07-21 22:59:43.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57376) > >2014-07-21 22:59:44.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:45.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36301) > >2014-07-21 22:59:45.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40207) > >2014-07-21 22:59:47.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57427) > >2014-07-21 22:59:49.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36353) > >2014-07-21 22:59:49.389 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 22:59:49.389 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 22:59:49.390 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 22:59:49.449 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 22:59:49.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40261) > >2014-07-21 22:59:50.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:51.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57478) > >2014-07-21 22:59:53.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36406) > >2014-07-21 22:59:53.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40317) > >2014-07-21 22:59:55.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 22:59:55.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57529) > >2014-07-21 22:59:57.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36459) > >2014-07-21 22:59:57.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40369) > >2014-07-21 22:59:59.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57580) > >2014-07-21 23:00:01.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36511) > >2014-07-21 23:00:01.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40422) > >2014-07-21 23:00:02.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:03.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57632) > >2014-07-21 23:00:05.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36563) > >2014-07-21 23:00:05.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40474) > >2014-07-21 23:00:07.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57684) > >2014-07-21 23:00:09.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36614) > >2014-07-21 23:00:09.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40527) > >2014-07-21 23:00:11.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57735) > >2014-07-21 23:00:13.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36665) > >2014-07-21 23:00:13.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40578) > >2014-07-21 23:00:14.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:15.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57786) > >2014-07-21 23:00:17.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36718) > >2014-07-21 23:00:17.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40632) > >2014-07-21 23:00:19.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57837) > >2014-07-21 23:00:20.408 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:21.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36773) > >2014-07-21 23:00:21.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40687) > >2014-07-21 23:00:23.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57888) > >2014-07-21 23:00:25.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:25.228 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 36825) > >2014-07-21 23:00:25.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40741) > >2014-07-21 23:00:27.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57940) > >2014-07-21 23:00:29.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36878) > >2014-07-21 23:00:29.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40795) > >2014-07-21 23:00:31.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57993) > >2014-07-21 23:00:32.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:33.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36931) > >2014-07-21 23:00:33.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40850) > >2014-07-21 23:00:35.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58044) > >2014-07-21 23:00:37.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36982) > >2014-07-21 23:00:37.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40901) > >2014-07-21 23:00:39.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58095) > >2014-07-21 23:00:41.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37033) > >2014-07-21 23:00:41.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40953) > >2014-07-21 23:00:43.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58146) > >2014-07-21 23:00:44.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:45.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37086) > >2014-07-21 23:00:45.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41005) > >2014-07-21 23:00:47.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58197) > >2014-07-21 23:00:49.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37137) > >2014-07-21 23:00:49.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41057) > >2014-07-21 23:00:50.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:51.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58248) > >2014-07-21 23:00:53.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37190) > >2014-07-21 23:00:53.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41109) > >2014-07-21 23:00:55.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:00:55.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58299) > >2014-07-21 23:00:57.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37243) > >2014-07-21 23:00:57.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41162) > >2014-07-21 23:00:59.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58350) > >2014-07-21 23:01:01.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37294) > >2014-07-21 23:01:01.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41215) > >2014-07-21 23:01:02.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:03.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58401) > >2014-07-21 23:01:05.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37346) > >2014-07-21 23:01:05.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41267) > >2014-07-21 23:01:07.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58451) > >2014-07-21 23:01:09.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37397) > >2014-07-21 23:01:09.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41322) > >2014-07-21 23:01:11.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58502) > >2014-07-21 23:01:13.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37449) > >2014-07-21 23:01:13.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41374) > >2014-07-21 23:01:14.796 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:15.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58553) > >2014-07-21 23:01:17.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37501) > >2014-07-21 23:01:17.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41426) > >2014-07-21 23:01:19.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58604) > >2014-07-21 23:01:20.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:21.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37553) > >2014-07-21 23:01:21.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41478) > >2014-07-21 23:01:23.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58655) > >2014-07-21 23:01:25.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:25.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37604) > >2014-07-21 23:01:25.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41531) > >2014-07-21 23:01:27.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58706) > >2014-07-21 23:01:29.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37658) > >2014-07-21 23:01:29.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41585) > >2014-07-21 23:01:31.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58757) > >2014-07-21 23:01:32.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:33.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37712) > >2014-07-21 23:01:33.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41638) > >2014-07-21 23:01:35.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58808) > >2014-07-21 23:01:37.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37763) > >2014-07-21 23:01:37.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41695) > >2014-07-21 23:01:39.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58863) > >2014-07-21 23:01:41.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37815) > >2014-07-21 23:01:41.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41751) > >2014-07-21 23:01:43.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58914) > >2014-07-21 23:01:44.796 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:45.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37868) > >2014-07-21 23:01:45.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41803) > >2014-07-21 23:01:47.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58965) > >2014-07-21 23:01:49.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37919) > >2014-07-21 23:01:49.461 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:01:49.461 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:01:49.462 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:01:49.474 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:01:49.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41856) > >2014-07-21 23:01:50.436 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:51.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59016) > >2014-07-21 23:01:53.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37972) > >2014-07-21 23:01:53.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41912) > >2014-07-21 23:01:55.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:01:55.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59067) > >2014-07-21 23:01:57.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38025) > >2014-07-21 23:01:57.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41964) > >2014-07-21 23:01:59.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59118) > >2014-07-21 23:02:01.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38077) > >2014-07-21 23:02:01.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42017) > >2014-07-21 23:02:02.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:03.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59170) > >2014-07-21 23:02:05.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38129) > >2014-07-21 23:02:05.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42069) > >2014-07-21 23:02:07.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59221) > >2014-07-21 23:02:09.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38180) > >2014-07-21 23:02:09.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42122) > >2014-07-21 23:02:11.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59274) > >2014-07-21 23:02:13.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38231) > >2014-07-21 23:02:13.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42173) > >2014-07-21 23:02:14.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:15.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59325) > >2014-07-21 23:02:17.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38284) > >2014-07-21 23:02:17.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42227) > >2014-07-21 23:02:19.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59376) > >2014-07-21 23:02:20.463 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:21.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38339) > >2014-07-21 23:02:21.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42281) > >2014-07-21 23:02:23.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59426) > >2014-07-21 23:02:25.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:25.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38391) > >2014-07-21 23:02:25.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42337) > >2014-07-21 23:02:27.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59478) > >2014-07-21 23:02:29.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38444) > >2014-07-21 23:02:29.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42391) > >2014-07-21 23:02:31.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59531) > >2014-07-21 23:02:32.949 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:33.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38496) > >2014-07-21 23:02:33.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42445) > >2014-07-21 23:02:35.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59582) > >2014-07-21 23:02:37.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38547) > >2014-07-21 23:02:37.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42496) > >2014-07-21 23:02:39.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59633) > >2014-07-21 23:02:41.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38598) > >2014-07-21 23:02:41.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42547) > >2014-07-21 23:02:43.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59684) > >2014-07-21 23:02:44.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:45.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38650) > >2014-07-21 23:02:45.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42599) > >2014-07-21 23:02:47.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59735) > >2014-07-21 23:02:49.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38701) > >2014-07-21 23:02:49.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42650) > >2014-07-21 23:02:50.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:51.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59786) > >2014-07-21 23:02:53.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38753) > >2014-07-21 23:02:53.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42702) > >2014-07-21 23:02:55.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:02:55.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59838) > >2014-07-21 23:02:57.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38806) > >2014-07-21 23:02:57.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42755) > >2014-07-21 23:02:59.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59889) > >2014-07-21 23:03:01.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38859) > >2014-07-21 23:03:01.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42810) > >2014-07-21 23:03:02.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:03.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59940) > >2014-07-21 23:03:05.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38911) > >2014-07-21 23:03:05.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42862) > >2014-07-21 23:03:07.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59991) > >2014-07-21 23:03:09.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38964) > >2014-07-21 23:03:09.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42917) > >2014-07-21 23:03:11.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60042) > >2014-07-21 23:03:13.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39017) > >2014-07-21 23:03:13.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42969) > >2014-07-21 23:03:14.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:15.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60093) > >2014-07-21 23:03:17.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39069) > >2014-07-21 23:03:17.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43021) > >2014-07-21 23:03:19.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60144) > >2014-07-21 23:03:20.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:21.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39124) > >2014-07-21 23:03:21.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43072) > >2014-07-21 23:03:23.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60195) > >2014-07-21 23:03:25.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:25.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39175) > >2014-07-21 23:03:25.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43125) > >2014-07-21 23:03:27.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60246) > >2014-07-21 23:03:29.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39229) > >2014-07-21 23:03:29.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43179) > >2014-07-21 23:03:31.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60297) > >2014-07-21 23:03:32.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:33.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39283) > >2014-07-21 23:03:33.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43232) > >2014-07-21 23:03:35.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60348) > >2014-07-21 23:03:37.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39334) > >2014-07-21 23:03:37.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43291) > >2014-07-21 23:03:39.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60403) > >2014-07-21 23:03:41.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39386) > >2014-07-21 23:03:41.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43345) > >2014-07-21 23:03:43.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60454) > >2014-07-21 23:03:44.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:45.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39439) > >2014-07-21 23:03:45.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43397) > >2014-07-21 23:03:47.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60505) > >2014-07-21 23:03:49.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39490) > >2014-07-21 23:03:49.476 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:03:49.476 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:03:49.477 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:03:49.489 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:03:49.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43450) > >2014-07-21 23:03:50.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:51.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60556) > >2014-07-21 23:03:53.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39543) > >2014-07-21 23:03:53.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43505) > >2014-07-21 23:03:55.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:03:55.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60607) > >2014-07-21 23:03:57.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39596) > >2014-07-21 23:03:58.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43558) > >2014-07-21 23:03:59.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60658) > >2014-07-21 23:04:01.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39648) > >2014-07-21 23:04:02.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43610) > >2014-07-21 23:04:02.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:03.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60710) > >2014-07-21 23:04:05.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39700) > >2014-07-21 23:04:06.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43663) > >2014-07-21 23:04:07.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60761) > >2014-07-21 23:04:09.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39751) > >2014-07-21 23:04:10.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43716) > >2014-07-21 23:04:11.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60815) > >2014-07-21 23:04:13.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39802) > >2014-07-21 23:04:14.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43767) > >2014-07-21 23:04:14.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:15.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60866) > >2014-07-21 23:04:17.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39855) > >2014-07-21 23:04:18.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43821) > >2014-07-21 23:04:19.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60917) > >2014-07-21 23:04:20.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:21.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39909) > >2014-07-21 23:04:22.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43874) > >2014-07-21 23:04:23.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60968) > >2014-07-21 23:04:25.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:25.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39962) > >2014-07-21 23:04:26.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43928) > >2014-07-21 23:04:27.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32787) > >2014-07-21 23:04:29.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40014) > >2014-07-21 23:04:30.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43983) > >2014-07-21 23:04:31.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32840) > >2014-07-21 23:04:32.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:33.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40067) > >2014-07-21 23:04:34.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44040) > >2014-07-21 23:04:35.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32891) > >2014-07-21 23:04:37.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40118) > >2014-07-21 23:04:38.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44091) > >2014-07-21 23:04:39.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32942) > >2014-07-21 23:04:41.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40171) > >2014-07-21 23:04:42.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44143) > >2014-07-21 23:04:43.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32993) > >2014-07-21 23:04:44.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:45.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40224) > >2014-07-21 23:04:46.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44195) > >2014-07-21 23:04:47.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33044) > >2014-07-21 23:04:49.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40278) > >2014-07-21 23:04:50.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44247) > >2014-07-21 23:04:50.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:51.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33095) > >2014-07-21 23:04:53.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40331) > >2014-07-21 23:04:54.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44299) > >2014-07-21 23:04:55.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:04:55.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33146) > >2014-07-21 23:04:57.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40384) > >2014-07-21 23:04:58.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44352) > >2014-07-21 23:04:59.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33197) > >2014-07-21 23:05:01.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40436) > >2014-07-21 23:05:02.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44406) > >2014-07-21 23:05:03.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:03.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33248) > >2014-07-21 23:05:05.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40488) > >2014-07-21 23:05:06.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44458) > >2014-07-21 23:05:07.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33299) > >2014-07-21 23:05:09.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40539) > >2014-07-21 23:05:10.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44513) > >2014-07-21 23:05:11.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33350) > >2014-07-21 23:05:13.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40590) > >2014-07-21 23:05:14.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44565) > >2014-07-21 23:05:14.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:15.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33401) > >2014-07-21 23:05:17.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40642) > >2014-07-21 23:05:18.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44617) > >2014-07-21 23:05:19.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33452) > >2014-07-21 23:05:20.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:21.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40694) > >2014-07-21 23:05:22.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44669) > >2014-07-21 23:05:23.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33503) > >2014-07-21 23:05:25.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:25.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40748) > >2014-07-21 23:05:26.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44723) > >2014-07-21 23:05:27.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33556) > >2014-07-21 23:05:29.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40802) > >2014-07-21 23:05:30.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44776) > >2014-07-21 23:05:31.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33607) > >2014-07-21 23:05:33.011 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:33.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40855) > >2014-07-21 23:05:34.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44829) > >2014-07-21 23:05:35.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33657) > >2014-07-21 23:05:37.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40906) > >2014-07-21 23:05:38.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44887) > >2014-07-21 23:05:39.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33712) > >2014-07-21 23:05:41.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40957) > >2014-07-21 23:05:42.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44940) > >2014-07-21 23:05:43.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33763) > >2014-07-21 23:05:44.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:45.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41009) > >2014-07-21 23:05:46.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44992) > >2014-07-21 23:05:47.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33814) > >2014-07-21 23:05:49.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41060) > >2014-07-21 23:05:49.491 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:05:49.491 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:05:49.491 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:05:49.504 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:05:50.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45045) > >2014-07-21 23:05:50.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:51.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33865) > >2014-07-21 23:05:53.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41112) > >2014-07-21 23:05:54.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45098) > >2014-07-21 23:05:55.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:05:55.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33916) > >2014-07-21 23:05:57.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41165) > >2014-07-21 23:05:58.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45153) > >2014-07-21 23:05:59.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33967) > >2014-07-21 23:06:01.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41219) > >2014-07-21 23:06:02.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45205) > >2014-07-21 23:06:03.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:03.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34019) > >2014-07-21 23:06:05.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41271) > >2014-07-21 23:06:06.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45258) > >2014-07-21 23:06:07.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34070) > >2014-07-21 23:06:09.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41322) > >2014-07-21 23:06:10.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45310) > >2014-07-21 23:06:11.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34123) > >2014-07-21 23:06:13.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41373) > >2014-07-21 23:06:14.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45361) > >2014-07-21 23:06:14.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:15.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34174) > >2014-07-21 23:06:17.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41426) > >2014-07-21 23:06:18.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45415) > >2014-07-21 23:06:19.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34225) > >2014-07-21 23:06:20.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:21.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41480) > >2014-07-21 23:06:22.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45468) > >2014-07-21 23:06:23.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34276) > >2014-07-21 23:06:25.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:25.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41534) > >2014-07-21 23:06:26.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45522) > >2014-07-21 23:06:27.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34328) > >2014-07-21 23:06:29.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41585) > >2014-07-21 23:06:30.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45577) > >2014-07-21 23:06:31.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34381) > >2014-07-21 23:06:33.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:33.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41639) > >2014-07-21 23:06:34.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45634) > >2014-07-21 23:06:35.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34432) > >2014-07-21 23:06:37.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41691) > >2014-07-21 23:06:38.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45686) > >2014-07-21 23:06:39.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34483) > >2014-07-21 23:06:41.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41742) > >2014-07-21 23:06:42.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45737) > >2014-07-21 23:06:43.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34534) > >2014-07-21 23:06:44.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:45.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41794) > >2014-07-21 23:06:46.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45789) > >2014-07-21 23:06:47.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34585) > >2014-07-21 23:06:49.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41845) > >2014-07-21 23:06:50.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45840) > >2014-07-21 23:06:50.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:51.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34635) > >2014-07-21 23:06:53.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41897) > >2014-07-21 23:06:54.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45892) > >2014-07-21 23:06:55.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:06:55.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34686) > >2014-07-21 23:06:57.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41949) > >2014-07-21 23:06:58.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45945) > >2014-07-21 23:06:59.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34737) > >2014-07-21 23:07:01.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42001) > >2014-07-21 23:07:02.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45998) > >2014-07-21 23:07:03.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:03.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34788) > >2014-07-21 23:07:05.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42053) > >2014-07-21 23:07:06.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46050) > >2014-07-21 23:07:07.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34839) > >2014-07-21 23:07:09.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42104) > >2014-07-21 23:07:10.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46103) > >2014-07-21 23:07:11.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34890) > >2014-07-21 23:07:13.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42156) > >2014-07-21 23:07:14.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46157) > >2014-07-21 23:07:14.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:15.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34941) > >2014-07-21 23:07:17.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42208) > >2014-07-21 23:07:18.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46209) > >2014-07-21 23:07:19.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34992) > >2014-07-21 23:07:20.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:21.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42260) > >2014-07-21 23:07:22.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46261) > >2014-07-21 23:07:23.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35043) > >2014-07-21 23:07:25.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:25.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42312) > >2014-07-21 23:07:26.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46314) > >2014-07-21 23:07:27.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35094) > >2014-07-21 23:07:29.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42365) > >2014-07-21 23:07:30.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46367) > >2014-07-21 23:07:31.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35145) > >2014-07-21 23:07:33.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:33.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42418) > >2014-07-21 23:07:34.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46420) > >2014-07-21 23:07:35.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35196) > >2014-07-21 23:07:37.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42469) > >2014-07-21 23:07:38.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46477) > >2014-07-21 23:07:39.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35250) > >2014-07-21 23:07:41.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42520) > >2014-07-21 23:07:42.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46531) > >2014-07-21 23:07:43.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35301) > >2014-07-21 23:07:44.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:45.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42572) > >2014-07-21 23:07:46.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46583) > >2014-07-21 23:07:47.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35352) > >2014-07-21 23:07:49.505 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:07:49.505 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:07:49.506 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:07:49.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42623) > >2014-07-21 23:07:49.525 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:07:50.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46636) > >2014-07-21 23:07:50.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:51.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35403) > >2014-07-21 23:07:53.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42675) > >2014-07-21 23:07:54.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46688) > >2014-07-21 23:07:55.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:07:55.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35454) > >2014-07-21 23:07:57.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42728) > >2014-07-21 23:07:58.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46744) > >2014-07-21 23:07:59.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35505) > >2014-07-21 23:08:01.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42780) > >2014-07-21 23:08:02.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46796) > >2014-07-21 23:08:03.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:03.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35556) > >2014-07-21 23:08:05.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42832) > >2014-07-21 23:08:06.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46849) > >2014-07-21 23:08:07.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35608) > >2014-07-21 23:08:09.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42883) > >2014-07-21 23:08:10.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46901) > >2014-07-21 23:08:11.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35661) > >2014-07-21 23:08:13.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42934) > >2014-07-21 23:08:14.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46953) > >2014-07-21 23:08:14.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:15.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35712) > >2014-07-21 23:08:17.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42987) > >2014-07-21 23:08:18.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47007) > >2014-07-21 23:08:19.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35763) > >2014-07-21 23:08:20.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:21.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43041) > >2014-07-21 23:08:22.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47060) > >2014-07-21 23:08:23.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35814) > >2014-07-21 23:08:25.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:25.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43094) > >2014-07-21 23:08:26.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47114) > >2014-07-21 23:08:27.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35865) > >2014-07-21 23:08:29.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43146) > >2014-07-21 23:08:30.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47169) > >2014-07-21 23:08:31.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35919) > >2014-07-21 23:08:33.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:33.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43200) > >2014-07-21 23:08:34.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47226) > >2014-07-21 23:08:35.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35970) > >2014-07-21 23:08:37.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43251) > >2014-07-21 23:08:38.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47277) > >2014-07-21 23:08:39.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36021) > >2014-07-21 23:08:41.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43302) > >2014-07-21 23:08:42.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47329) > >2014-07-21 23:08:43.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36072) > >2014-07-21 23:08:44.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:45.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43355) > >2014-07-21 23:08:46.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47381) > >2014-07-21 23:08:47.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36123) > >2014-07-21 23:08:49.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43407) > >2014-07-21 23:08:50.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47433) > >2014-07-21 23:08:50.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:52.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36174) > >2014-07-21 23:08:53.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43460) > >2014-07-21 23:08:54.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47486) > >2014-07-21 23:08:55.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:08:56.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36225) > >2014-07-21 23:08:57.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43512) > >2014-07-21 23:08:58.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47538) > >2014-07-21 23:08:59.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36276) > >2014-07-21 23:09:01.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43565) > >2014-07-21 23:09:02.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47593) > >2014-07-21 23:09:03.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:04.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36327) > >2014-07-21 23:09:05.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43617) > >2014-07-21 23:09:06.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47645) > >2014-07-21 23:09:08.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36378) > >2014-07-21 23:09:09.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43668) > >2014-07-21 23:09:10.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47696) > >2014-07-21 23:09:12.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36429) > >2014-07-21 23:09:13.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43718) > >2014-07-21 23:09:14.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47752) > >2014-07-21 23:09:14.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:16.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36480) > >2014-07-21 23:09:17.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43771) > >2014-07-21 23:09:18.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47804) > >2014-07-21 23:09:20.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36531) > >2014-07-21 23:09:20.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:21.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43823) > >2014-07-21 23:09:22.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47856) > >2014-07-21 23:09:24.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36582) > >2014-07-21 23:09:25.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:25.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43875) > >2014-07-21 23:09:26.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47907) > >2014-07-21 23:09:28.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36633) > >2014-07-21 23:09:29.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43928) > >2014-07-21 23:09:30.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47961) > >2014-07-21 23:09:32.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36684) > >2014-07-21 23:09:33.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:33.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43982) > >2014-07-21 23:09:34.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48015) > >2014-07-21 23:09:36.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36735) > >2014-07-21 23:09:37.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44033) > >2014-07-21 23:09:38.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48072) > >2014-07-21 23:09:40.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36788) > >2014-07-21 23:09:41.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44084) > >2014-07-21 23:09:42.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48127) > >2014-07-21 23:09:44.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36841) > >2014-07-21 23:09:44.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:45.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44137) > >2014-07-21 23:09:46.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48179) > >2014-07-21 23:09:48.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36892) > >2014-07-21 23:09:49.527 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:09:49.527 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:09:49.528 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:09:49.540 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:09:49.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44188) > >2014-07-21 23:09:50.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48232) > >2014-07-21 23:09:50.830 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:52.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36943) > >2014-07-21 23:09:53.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44241) > >2014-07-21 23:09:54.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48285) > >2014-07-21 23:09:55.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:09:56.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36994) > >2014-07-21 23:09:57.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44294) > >2014-07-21 23:09:58.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48340) > >2014-07-21 23:10:00.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37045) > >2014-07-21 23:10:01.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44346) > >2014-07-21 23:10:02.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48393) > >2014-07-21 23:10:03.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:04.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37096) > >2014-07-21 23:10:05.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44399) > >2014-07-21 23:10:06.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48447) > >2014-07-21 23:10:08.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37148) > >2014-07-21 23:10:09.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44450) > >2014-07-21 23:10:10.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48499) > >2014-07-21 23:10:12.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37201) > >2014-07-21 23:10:13.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44501) > >2014-07-21 23:10:14.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48551) > >2014-07-21 23:10:14.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:16.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37252) > >2014-07-21 23:10:17.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44553) > >2014-07-21 23:10:18.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48605) > >2014-07-21 23:10:20.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37303) > >2014-07-21 23:10:20.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:21.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44607) > >2014-07-21 23:10:22.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48658) > >2014-07-21 23:10:24.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37354) > >2014-07-21 23:10:25.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:25.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44660) > >2014-07-21 23:10:26.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48711) > >2014-07-21 23:10:28.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37405) > >2014-07-21 23:10:29.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44712) > >2014-07-21 23:10:30.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48766) > >2014-07-21 23:10:32.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37459) > >2014-07-21 23:10:33.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:33.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44766) > >2014-07-21 23:10:34.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48824) > >2014-07-21 23:10:36.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37510) > >2014-07-21 23:10:37.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44817) > >2014-07-21 23:10:38.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48875) > >2014-07-21 23:10:40.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37561) > >2014-07-21 23:10:41.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44869) > >2014-07-21 23:10:42.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48928) > >2014-07-21 23:10:44.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37612) > >2014-07-21 23:10:44.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:45.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44922) > >2014-07-21 23:10:46.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48979) > >2014-07-21 23:10:48.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37663) > >2014-07-21 23:10:49.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44973) > >2014-07-21 23:10:50.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49031) > >2014-07-21 23:10:50.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:52.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37714) > >2014-07-21 23:10:53.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45026) > >2014-07-21 23:10:54.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49083) > >2014-07-21 23:10:55.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:10:56.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37765) > >2014-07-21 23:10:57.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45078) > >2014-07-21 23:10:58.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49135) > >2014-07-21 23:11:00.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37816) > >2014-07-21 23:11:01.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45129) > >2014-07-21 23:11:02.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49187) > >2014-07-21 23:11:03.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:04.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37867) > >2014-07-21 23:11:05.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45181) > >2014-07-21 23:11:06.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49241) > >2014-07-21 23:11:08.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37918) > >2014-07-21 23:11:09.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45232) > >2014-07-21 23:11:10.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49292) > >2014-07-21 23:11:12.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37969) > >2014-07-21 23:11:13.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45283) > >2014-07-21 23:11:14.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49348) > >2014-07-21 23:11:14.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:16.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38020) > >2014-07-21 23:11:17.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45336) > >2014-07-21 23:11:18.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49400) > >2014-07-21 23:11:20.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38071) > >2014-07-21 23:11:20.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:21.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45388) > >2014-07-21 23:11:22.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49452) > >2014-07-21 23:11:24.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38122) > >2014-07-21 23:11:25.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:25.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45440) > >2014-07-21 23:11:26.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49504) > >2014-07-21 23:11:28.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38173) > >2014-07-21 23:11:29.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45493) > >2014-07-21 23:11:30.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49558) > >2014-07-21 23:11:32.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38224) > >2014-07-21 23:11:33.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:33.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45546) > >2014-07-21 23:11:34.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49611) > >2014-07-21 23:11:36.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38274) > >2014-07-21 23:11:37.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45597) > >2014-07-21 23:11:38.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49668) > >2014-07-21 23:11:40.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38327) > >2014-07-21 23:11:41.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45648) > >2014-07-21 23:11:42.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49723) > >2014-07-21 23:11:44.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38380) > >2014-07-21 23:11:44.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:45.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45701) > >2014-07-21 23:11:46.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49775) > >2014-07-21 23:11:48.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38431) > >2014-07-21 23:11:49.542 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:11:49.542 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:11:49.542 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:11:49.554 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:11:49.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45753) > >2014-07-21 23:11:50.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49829) > >2014-07-21 23:11:50.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:52.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38482) > >2014-07-21 23:11:53.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45806) > >2014-07-21 23:11:54.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49882) > >2014-07-21 23:11:55.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:11:56.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38533) > >2014-07-21 23:11:57.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45859) > >2014-07-21 23:11:58.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49936) > >2014-07-21 23:12:00.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38584) > >2014-07-21 23:12:01.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45910) > >2014-07-21 23:12:02.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49989) > >2014-07-21 23:12:03.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:04.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38635) > >2014-07-21 23:12:05.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45964) > >2014-07-21 23:12:06.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50041) > >2014-07-21 23:12:08.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38687) > >2014-07-21 23:12:09.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46015) > >2014-07-21 23:12:10.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50094) > >2014-07-21 23:12:12.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38739) > >2014-07-21 23:12:13.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46066) > >2014-07-21 23:12:14.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50146) > >2014-07-21 23:12:14.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:16.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38791) > >2014-07-21 23:12:17.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46119) > >2014-07-21 23:12:18.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50200) > >2014-07-21 23:12:20.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38842) > >2014-07-21 23:12:20.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:21.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46173) > >2014-07-21 23:12:22.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50253) > >2014-07-21 23:12:24.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38893) > >2014-07-21 23:12:25.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:25.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46225) > >2014-07-21 23:12:26.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50306) > >2014-07-21 23:12:28.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38944) > >2014-07-21 23:12:29.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46278) > >2014-07-21 23:12:30.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50358) > >2014-07-21 23:12:32.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38998) > >2014-07-21 23:12:33.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:33.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46331) > >2014-07-21 23:12:34.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50416) > >2014-07-21 23:12:36.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39048) > >2014-07-21 23:12:37.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46382) > >2014-07-21 23:12:38.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50469) > >2014-07-21 23:12:40.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39099) > >2014-07-21 23:12:41.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46433) > >2014-07-21 23:12:42.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50520) > >2014-07-21 23:12:44.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39150) > >2014-07-21 23:12:44.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:45.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46485) > >2014-07-21 23:12:46.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50572) > >2014-07-21 23:12:48.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39201) > >2014-07-21 23:12:49.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46536) > >2014-07-21 23:12:50.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50623) > >2014-07-21 23:12:50.853 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:52.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39252) > >2014-07-21 23:12:53.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46588) > >2014-07-21 23:12:54.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50675) > >2014-07-21 23:12:55.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:12:56.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39303) > >2014-07-21 23:12:57.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46640) > >2014-07-21 23:12:58.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50727) > >2014-07-21 23:13:00.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39354) > >2014-07-21 23:13:01.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46692) > >2014-07-21 23:13:02.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50780) > >2014-07-21 23:13:03.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:04.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39405) > >2014-07-21 23:13:05.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46746) > >2014-07-21 23:13:06.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50835) > >2014-07-21 23:13:08.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39455) > >2014-07-21 23:13:09.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46797) > >2014-07-21 23:13:10.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50886) > >2014-07-21 23:13:12.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39506) > >2014-07-21 23:13:13.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46848) > >2014-07-21 23:13:14.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50941) > >2014-07-21 23:13:14.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:16.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39557) > >2014-07-21 23:13:17.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46901) > >2014-07-21 23:13:18.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50994) > >2014-07-21 23:13:20.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39608) > >2014-07-21 23:13:20.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:21.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46953) > >2014-07-21 23:13:22.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51046) > >2014-07-21 23:13:24.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39659) > >2014-07-21 23:13:25.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:25.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47005) > >2014-07-21 23:13:26.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51098) > >2014-07-21 23:13:28.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39710) > >2014-07-21 23:13:29.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47058) > >2014-07-21 23:13:30.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51152) > >2014-07-21 23:13:32.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39761) > >2014-07-21 23:13:33.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:33.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47111) > >2014-07-21 23:13:34.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51205) > >2014-07-21 23:13:36.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39812) > >2014-07-21 23:13:37.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47162) > >2014-07-21 23:13:38.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51258) > >2014-07-21 23:13:40.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39865) > >2014-07-21 23:13:41.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47213) > >2014-07-21 23:13:42.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51317) > >2014-07-21 23:13:44.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39918) > >2014-07-21 23:13:44.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:45.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47266) > >2014-07-21 23:13:46.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51369) > >2014-07-21 23:13:48.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39969) > >2014-07-21 23:13:49.588 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:13:49.588 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:13:49.589 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:13:49.600 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:13:49.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47318) > >2014-07-21 23:13:50.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51423) > >2014-07-21 23:13:50.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:52.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40020) > >2014-07-21 23:13:53.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47371) > >2014-07-21 23:13:54.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51476) > >2014-07-21 23:13:55.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:13:56.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40071) > >2014-07-21 23:13:57.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47424) > >2014-07-21 23:13:58.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51529) > >2014-07-21 23:14:00.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40122) > >2014-07-21 23:14:01.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47475) > >2014-07-21 23:14:02.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51583) > >2014-07-21 23:14:03.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:04.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40173) > >2014-07-21 23:14:05.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47529) > >2014-07-21 23:14:06.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51636) > >2014-07-21 23:14:08.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40225) > >2014-07-21 23:14:09.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47580) > >2014-07-21 23:14:10.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51689) > >2014-07-21 23:14:12.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40277) > >2014-07-21 23:14:13.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47631) > >2014-07-21 23:14:14.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51741) > >2014-07-21 23:14:14.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:16.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40329) > >2014-07-21 23:14:17.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47684) > >2014-07-21 23:14:18.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51795) > >2014-07-21 23:14:20.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40380) > >2014-07-21 23:14:20.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:21.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47738) > >2014-07-21 23:14:22.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51849) > >2014-07-21 23:14:24.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40431) > >2014-07-21 23:14:25.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:25.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47791) > >2014-07-21 23:14:26.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51901) > >2014-07-21 23:14:28.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40482) > >2014-07-21 23:14:29.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47844) > >2014-07-21 23:14:30.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51954) > >2014-07-21 23:14:32.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40536) > >2014-07-21 23:14:33.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:33.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47897) > >2014-07-21 23:14:34.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52012) > >2014-07-21 23:14:36.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40587) > >2014-07-21 23:14:37.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47948) > >2014-07-21 23:14:38.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52065) > >2014-07-21 23:14:40.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40638) > >2014-07-21 23:14:41.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47999) > >2014-07-21 23:14:42.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52117) > >2014-07-21 23:14:44.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40689) > >2014-07-21 23:14:44.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:45.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48052) > >2014-07-21 23:14:46.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52169) > >2014-07-21 23:14:48.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40740) > >2014-07-21 23:14:49.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48103) > >2014-07-21 23:14:50.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52220) > >2014-07-21 23:14:50.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:52.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40791) > >2014-07-21 23:14:53.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48156) > >2014-07-21 23:14:54.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52273) > >2014-07-21 23:14:55.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:14:56.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40842) > >2014-07-21 23:14:57.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48207) > >2014-07-21 23:14:58.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52325) > >2014-07-21 23:15:00.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40893) > >2014-07-21 23:15:01.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48260) > >2014-07-21 23:15:02.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52379) > >2014-07-21 23:15:03.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:04.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40944) > >2014-07-21 23:15:05.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48316) > >2014-07-21 23:15:06.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52434) > >2014-07-21 23:15:08.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40995) > >2014-07-21 23:15:09.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48371) > >2014-07-21 23:15:10.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52485) > >2014-07-21 23:15:12.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41046) > >2014-07-21 23:15:13.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48422) > >2014-07-21 23:15:14.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52540) > >2014-07-21 23:15:14.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:16.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41098) > >2014-07-21 23:15:17.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48475) > >2014-07-21 23:15:18.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52593) > >2014-07-21 23:15:20.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41149) > >2014-07-21 23:15:20.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:21.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48527) > >2014-07-21 23:15:22.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52645) > >2014-07-21 23:15:24.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41201) > >2014-07-21 23:15:25.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:25.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48578) > >2014-07-21 23:15:26.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52697) > >2014-07-21 23:15:28.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41256) > >2014-07-21 23:15:29.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48631) > >2014-07-21 23:15:30.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52751) > >2014-07-21 23:15:32.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41307) > >2014-07-21 23:15:33.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:33.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48684) > >2014-07-21 23:15:34.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52804) > >2014-07-21 23:15:36.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41358) > >2014-07-21 23:15:37.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48738) > >2014-07-21 23:15:38.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52858) > >2014-07-21 23:15:40.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41411) > >2014-07-21 23:15:41.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48804) > >2014-07-21 23:15:42.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52921) > >2014-07-21 23:15:44.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41470) > >2014-07-21 23:15:44.815 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:45.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48858) > >2014-07-21 23:15:46.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52974) > >2014-07-21 23:15:48.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41521) > >2014-07-21 23:15:49.603 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:15:49.603 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:15:49.605 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:15:49.639 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:15:49.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48909) > >2014-07-21 23:15:50.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53027) > >2014-07-21 23:15:50.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:52.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41575) > >2014-07-21 23:15:53.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48968) > >2014-07-21 23:15:54.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53086) > >2014-07-21 23:15:55.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:15:56.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41639) > >2014-07-21 23:15:57.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49020) > >2014-07-21 23:15:58.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53138) > >2014-07-21 23:16:00.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41689) > >2014-07-21 23:16:01.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49075) > >2014-07-21 23:16:02.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53192) > >2014-07-21 23:16:03.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:04.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41745) > >2014-07-21 23:16:05.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49139) > >2014-07-21 23:16:06.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53245) > >2014-07-21 23:16:08.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41808) > >2014-07-21 23:16:09.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49203) > >2014-07-21 23:16:10.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53298) > >2014-07-21 23:16:12.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41871) > >2014-07-21 23:16:13.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49263) > >2014-07-21 23:16:14.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53349) > >2014-07-21 23:16:14.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:16.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41931) > >2014-07-21 23:16:17.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49330) > >2014-07-21 23:16:18.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53405) > >2014-07-21 23:16:20.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41990) > >2014-07-21 23:16:20.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:21.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49400) > >2014-07-21 23:16:22.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53458) > >2014-07-21 23:16:24.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42054) > >2014-07-21 23:16:25.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:25.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49467) > >2014-07-21 23:16:26.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53511) > >2014-07-21 23:16:28.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42120) > >2014-07-21 23:16:30.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49525) > >2014-07-21 23:16:30.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53563) > >2014-07-21 23:16:32.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42188) > >2014-07-21 23:16:33.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:34.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49582) > >2014-07-21 23:16:34.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53621) > >2014-07-21 23:16:36.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42246) > >2014-07-21 23:16:38.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49633) > >2014-07-21 23:16:38.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53674) > >2014-07-21 23:16:40.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42301) > >2014-07-21 23:16:42.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49684) > >2014-07-21 23:16:42.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53726) > >2014-07-21 23:16:44.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42353) > >2014-07-21 23:16:44.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:46.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49741) > >2014-07-21 23:16:46.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53778) > >2014-07-21 23:16:48.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42408) > >2014-07-21 23:16:50.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49793) > >2014-07-21 23:16:50.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53830) > >2014-07-21 23:16:50.858 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:52.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42462) > >2014-07-21 23:16:54.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49846) > >2014-07-21 23:16:54.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53883) > >2014-07-21 23:16:55.261 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:16:56.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42514) > >2014-07-21 23:16:58.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49899) > >2014-07-21 23:16:58.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53935) > >2014-07-21 23:17:00.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42565) > >2014-07-21 23:17:02.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49953) > >2014-07-21 23:17:02.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53987) > >2014-07-21 23:17:03.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:04.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42616) > >2014-07-21 23:17:06.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50010) > >2014-07-21 23:17:06.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54042) > >2014-07-21 23:17:08.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42667) > >2014-07-21 23:17:10.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50063) > >2014-07-21 23:17:10.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54093) > >2014-07-21 23:17:12.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42722) > >2014-07-21 23:17:14.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50116) > >2014-07-21 23:17:14.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54148) > >2014-07-21 23:17:14.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:16.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42773) > >2014-07-21 23:17:18.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50172) > >2014-07-21 23:17:18.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54201) > >2014-07-21 23:17:20.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42825) > >2014-07-21 23:17:20.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:22.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50228) > >2014-07-21 23:17:22.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54253) > >2014-07-21 23:17:24.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42877) > >2014-07-21 23:17:25.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:26.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50281) > >2014-07-21 23:17:26.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54305) > >2014-07-21 23:17:28.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42929) > >2014-07-21 23:17:30.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50333) > >2014-07-21 23:17:30.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54357) > >2014-07-21 23:17:32.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42980) > >2014-07-21 23:17:33.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:34.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50386) > >2014-07-21 23:17:34.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54409) > >2014-07-21 23:17:36.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43031) > >2014-07-21 23:17:38.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50442) > >2014-07-21 23:17:38.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54467) > >2014-07-21 23:17:40.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43082) > >2014-07-21 23:17:42.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50493) > >2014-07-21 23:17:42.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54520) > >2014-07-21 23:17:44.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43137) > >2014-07-21 23:17:44.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:46.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50544) > >2014-07-21 23:17:46.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54575) > >2014-07-21 23:17:48.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43188) > >2014-07-21 23:17:49.642 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:17:49.642 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:17:49.643 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:17:49.654 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:17:50.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50595) > >2014-07-21 23:17:50.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54628) > >2014-07-21 23:17:50.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:52.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43239) > >2014-07-21 23:17:54.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50647) > >2014-07-21 23:17:54.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54680) > >2014-07-21 23:17:55.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:17:56.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43289) > >2014-07-21 23:17:58.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50699) > >2014-07-21 23:17:58.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54731) > >2014-07-21 23:18:00.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43340) > >2014-07-21 23:18:02.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50753) > >2014-07-21 23:18:02.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54786) > >2014-07-21 23:18:03.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:04.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43391) > >2014-07-21 23:18:06.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50807) > >2014-07-21 23:18:06.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54839) > >2014-07-21 23:18:08.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43443) > >2014-07-21 23:18:10.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50858) > >2014-07-21 23:18:10.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54892) > >2014-07-21 23:18:12.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43495) > >2014-07-21 23:18:14.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50909) > >2014-07-21 23:18:14.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54943) > >2014-07-21 23:18:14.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:16.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43546) > >2014-07-21 23:18:18.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50963) > >2014-07-21 23:18:18.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54997) > >2014-07-21 23:18:20.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43599) > >2014-07-21 23:18:20.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:22.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51017) > >2014-07-21 23:18:22.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55051) > >2014-07-21 23:18:24.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43650) > >2014-07-21 23:18:25.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:26.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51069) > >2014-07-21 23:18:26.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55103) > >2014-07-21 23:18:28.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43701) > >2014-07-21 23:18:30.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51121) > >2014-07-21 23:18:30.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55155) > >2014-07-21 23:18:32.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43754) > >2014-07-21 23:18:33.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:34.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51175) > >2014-07-21 23:18:34.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55214) > >2014-07-21 23:18:36.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43805) > >2014-07-21 23:18:38.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51226) > >2014-07-21 23:18:38.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55265) > >2014-07-21 23:18:40.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43856) > >2014-07-21 23:18:42.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51277) > >2014-07-21 23:18:42.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55319) > >2014-07-21 23:18:44.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43907) > >2014-07-21 23:18:44.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:46.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51330) > >2014-07-21 23:18:46.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55371) > >2014-07-21 23:18:48.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43958) > >2014-07-21 23:18:50.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51382) > >2014-07-21 23:18:50.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55423) > >2014-07-21 23:18:50.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:52.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44009) > >2014-07-21 23:18:54.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51435) > >2014-07-21 23:18:54.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55476) > >2014-07-21 23:18:55.247 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:18:56.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44060) > >2014-07-21 23:18:58.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51487) > >2014-07-21 23:18:58.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55528) > >2014-07-21 23:19:00.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44111) > >2014-07-21 23:19:02.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51538) > >2014-07-21 23:19:02.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55579) > >2014-07-21 23:19:03.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:04.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44162) > >2014-07-21 23:19:06.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51593) > >2014-07-21 23:19:06.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55635) > >2014-07-21 23:19:08.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44213) > >2014-07-21 23:19:10.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51644) > >2014-07-21 23:19:10.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55686) > >2014-07-21 23:19:12.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44264) > >2014-07-21 23:19:14.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51695) > >2014-07-21 23:19:14.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55741) > >2014-07-21 23:19:14.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:16.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44315) > >2014-07-21 23:19:18.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51748) > >2014-07-21 23:19:18.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55794) > >2014-07-21 23:19:20.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44366) > >2014-07-21 23:19:20.858 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:22.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51800) > >2014-07-21 23:19:22.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55847) > >2014-07-21 23:19:24.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44417) > >2014-07-21 23:19:25.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:26.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51853) > >2014-07-21 23:19:26.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55899) > >2014-07-21 23:19:28.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44468) > >2014-07-21 23:19:30.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51904) > >2014-07-21 23:19:30.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55951) > >2014-07-21 23:19:32.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44519) > >2014-07-21 23:19:33.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:34.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51956) > >2014-07-21 23:19:34.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56003) > >2014-07-21 23:19:36.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44570) > >2014-07-21 23:19:38.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52010) > >2014-07-21 23:19:38.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56061) > >2014-07-21 23:19:40.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44621) > >2014-07-21 23:19:42.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52061) > >2014-07-21 23:19:42.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56115) > >2014-07-21 23:19:44.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44676) > >2014-07-21 23:19:44.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:46.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52114) > >2014-07-21 23:19:46.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56170) > >2014-07-21 23:19:48.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44727) > >2014-07-21 23:19:49.656 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:19:49.656 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:19:49.657 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:19:49.670 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:19:50.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52165) > >2014-07-21 23:19:50.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56223) > >2014-07-21 23:19:50.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:52.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44778) > >2014-07-21 23:19:54.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52218) > >2014-07-21 23:19:54.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56276) > >2014-07-21 23:19:55.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:19:56.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44829) > >2014-07-21 23:19:58.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52270) > >2014-07-21 23:19:58.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56328) > >2014-07-21 23:20:00.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44880) > >2014-07-21 23:20:02.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52323) > >2014-07-21 23:20:02.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56384) > >2014-07-21 23:20:03.298 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:04.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44931) > >2014-07-21 23:20:06.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52377) > >2014-07-21 23:20:06.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56437) > >2014-07-21 23:20:08.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44983) > >2014-07-21 23:20:10.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52428) > >2014-07-21 23:20:10.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56489) > >2014-07-21 23:20:12.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45035) > >2014-07-21 23:20:14.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52479) > >2014-07-21 23:20:14.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56541) > >2014-07-21 23:20:14.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:16.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45086) > >2014-07-21 23:20:18.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52532) > >2014-07-21 23:20:18.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56595) > >2014-07-21 23:20:20.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45138) > >2014-07-21 23:20:20.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:22.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52588) > >2014-07-21 23:20:22.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56649) > >2014-07-21 23:20:24.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45189) > >2014-07-21 23:20:25.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:26.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52640) > >2014-07-21 23:20:26.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56701) > >2014-07-21 23:20:28.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45240) > >2014-07-21 23:20:30.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52691) > >2014-07-21 23:20:30.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56752) > >2014-07-21 23:20:32.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45293) > >2014-07-21 23:20:33.308 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:34.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52746) > >2014-07-21 23:20:34.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56809) > >2014-07-21 23:20:36.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45345) > >2014-07-21 23:20:38.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52797) > >2014-07-21 23:20:38.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56864) > >2014-07-21 23:20:40.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45396) > >2014-07-21 23:20:42.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52848) > >2014-07-21 23:20:42.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56919) > >2014-07-21 23:20:44.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45447) > >2014-07-21 23:20:44.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:46.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52901) > >2014-07-21 23:20:46.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56971) > >2014-07-21 23:20:48.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45498) > >2014-07-21 23:20:50.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52953) > >2014-07-21 23:20:50.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57023) > >2014-07-21 23:20:50.862 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:52.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45549) > >2014-07-21 23:20:54.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53005) > >2014-07-21 23:20:54.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57075) > >2014-07-21 23:20:55.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:20:56.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45600) > >2014-07-21 23:20:58.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53057) > >2014-07-21 23:20:58.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57127) > >2014-07-21 23:21:00.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45651) > >2014-07-21 23:21:02.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53108) > >2014-07-21 23:21:02.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57178) > >2014-07-21 23:21:03.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:04.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45702) > >2014-07-21 23:21:06.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53161) > >2014-07-21 23:21:06.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57233) > >2014-07-21 23:21:08.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45753) > >2014-07-21 23:21:10.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53212) > >2014-07-21 23:21:10.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57284) > >2014-07-21 23:21:12.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45804) > >2014-07-21 23:21:14.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53263) > >2014-07-21 23:21:14.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:14.837 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 57339) > >2014-07-21 23:21:16.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45855) > >2014-07-21 23:21:18.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53316) > >2014-07-21 23:21:18.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57392) > >2014-07-21 23:21:20.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45906) > >2014-07-21 23:21:20.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:22.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53368) > >2014-07-21 23:21:22.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57444) > >2014-07-21 23:21:24.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45957) > >2014-07-21 23:21:25.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:26.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53420) > >2014-07-21 23:21:26.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57496) > >2014-07-21 23:21:28.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46008) > >2014-07-21 23:21:30.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53471) > >2014-07-21 23:21:30.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57548) > >2014-07-21 23:21:32.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46059) > >2014-07-21 23:21:33.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:34.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53523) > >2014-07-21 23:21:34.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57600) > >2014-07-21 23:21:36.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46110) > >2014-07-21 23:21:38.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53577) > >2014-07-21 23:21:38.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57658) > >2014-07-21 23:21:40.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46161) > >2014-07-21 23:21:42.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53628) > >2014-07-21 23:21:42.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57712) > >2014-07-21 23:21:44.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46216) > >2014-07-21 23:21:44.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:46.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53681) > >2014-07-21 23:21:46.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57766) > >2014-07-21 23:21:48.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46267) > >2014-07-21 23:21:49.672 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:21:49.672 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:21:49.673 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:21:49.691 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:21:50.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53733) > >2014-07-21 23:21:50.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57821) > >2014-07-21 23:21:50.882 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:52.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46318) > >2014-07-21 23:21:54.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53786) > >2014-07-21 23:21:54.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57874) > >2014-07-21 23:21:55.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:21:56.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46368) > >2014-07-21 23:21:58.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53838) > >2014-07-21 23:21:58.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57926) > >2014-07-21 23:22:00.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46419) > >2014-07-21 23:22:02.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53890) > >2014-07-21 23:22:02.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57979) > >2014-07-21 23:22:03.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:04.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46470) > >2014-07-21 23:22:06.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53944) > >2014-07-21 23:22:06.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58033) > >2014-07-21 23:22:08.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46522) > >2014-07-21 23:22:10.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53996) > >2014-07-21 23:22:10.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58085) > >2014-07-21 23:22:12.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46574) > >2014-07-21 23:22:14.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54047) > >2014-07-21 23:22:14.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:14.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58137) > >2014-07-21 23:22:16.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46625) > >2014-07-21 23:22:18.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54100) > >2014-07-21 23:22:18.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58191) > >2014-07-21 23:22:20.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46677) > >2014-07-21 23:22:20.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:22.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54154) > >2014-07-21 23:22:22.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58245) > >2014-07-21 23:22:24.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46728) > >2014-07-21 23:22:25.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:26.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54206) > >2014-07-21 23:22:26.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58297) > >2014-07-21 23:22:28.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46779) > >2014-07-21 23:22:30.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54257) > >2014-07-21 23:22:30.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58348) > >2014-07-21 23:22:32.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46832) > >2014-07-21 23:22:33.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:34.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54311) > >2014-07-21 23:22:34.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58406) > >2014-07-21 23:22:36.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46884) > >2014-07-21 23:22:38.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54362) > >2014-07-21 23:22:38.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58460) > >2014-07-21 23:22:40.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46935) > >2014-07-21 23:22:42.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54413) > >2014-07-21 23:22:42.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58513) > >2014-07-21 23:22:44.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:44.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46986) > >2014-07-21 23:22:46.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54465) > >2014-07-21 23:22:46.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58565) > >2014-07-21 23:22:48.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47037) > >2014-07-21 23:22:50.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54516) > >2014-07-21 23:22:50.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58616) > >2014-07-21 23:22:50.898 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:52.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47088) > >2014-07-21 23:22:54.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54568) > >2014-07-21 23:22:54.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58668) > >2014-07-21 23:22:55.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:22:56.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47139) > >2014-07-21 23:22:58.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54620) > >2014-07-21 23:22:58.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58720) > >2014-07-21 23:23:00.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47190) > >2014-07-21 23:23:02.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54671) > >2014-07-21 23:23:02.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58772) > >2014-07-21 23:23:03.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:04.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47241) > >2014-07-21 23:23:06.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54725) > >2014-07-21 23:23:06.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58827) > >2014-07-21 23:23:08.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47292) > >2014-07-21 23:23:10.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54776) > >2014-07-21 23:23:10.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58879) > >2014-07-21 23:23:12.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47343) > >2014-07-21 23:23:14.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54827) > >2014-07-21 23:23:14.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:14.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58930) > >2014-07-21 23:23:16.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47394) > >2014-07-21 23:23:18.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54880) > >2014-07-21 23:23:18.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58987) > >2014-07-21 23:23:20.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47445) > >2014-07-21 23:23:20.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:22.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54932) > >2014-07-21 23:23:22.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59039) > >2014-07-21 23:23:24.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47496) > >2014-07-21 23:23:25.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:26.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54984) > >2014-07-21 23:23:26.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59091) > >2014-07-21 23:23:28.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47547) > >2014-07-21 23:23:30.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55035) > >2014-07-21 23:23:30.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59143) > >2014-07-21 23:23:32.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47599) > >2014-07-21 23:23:33.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:34.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55087) > >2014-07-21 23:23:34.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59195) > >2014-07-21 23:23:36.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47650) > >2014-07-21 23:23:38.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55141) > >2014-07-21 23:23:38.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59253) > >2014-07-21 23:23:40.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47701) > >2014-07-21 23:23:42.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55192) > >2014-07-21 23:23:42.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59307) > >2014-07-21 23:23:44.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:44.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47755) > >2014-07-21 23:23:46.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55245) > >2014-07-21 23:23:46.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59361) > >2014-07-21 23:23:48.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47807) > >2014-07-21 23:23:49.694 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:23:49.694 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:23:49.694 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:23:49.706 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:23:50.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55297) > >2014-07-21 23:23:50.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:50.951 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 59416) > >2014-07-21 23:23:52.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47858) > >2014-07-21 23:23:54.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55350) > >2014-07-21 23:23:54.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59469) > >2014-07-21 23:23:55.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:23:56.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47909) > >2014-07-21 23:23:58.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55402) > >2014-07-21 23:23:58.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59521) > >2014-07-21 23:24:00.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47960) > >2014-07-21 23:24:02.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55454) > >2014-07-21 23:24:02.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59573) > >2014-07-21 23:24:03.363 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:04.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48010) > >2014-07-21 23:24:06.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55508) > >2014-07-21 23:24:06.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59628) > >2014-07-21 23:24:08.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48062) > >2014-07-21 23:24:10.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55559) > >2014-07-21 23:24:10.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59680) > >2014-07-21 23:24:12.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48113) > >2014-07-21 23:24:14.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55610) > >2014-07-21 23:24:14.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:14.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59732) > >2014-07-21 23:24:16.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48165) > >2014-07-21 23:24:18.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55663) > >2014-07-21 23:24:18.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59785) > >2014-07-21 23:24:20.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:20.923 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 48217) > >2014-07-21 23:24:22.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55717) > >2014-07-21 23:24:22.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59840) > >2014-07-21 23:24:24.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48268) > >2014-07-21 23:24:25.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:26.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55769) > >2014-07-21 23:24:26.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59892) > >2014-07-21 23:24:28.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48319) > >2014-07-21 23:24:30.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55820) > >2014-07-21 23:24:30.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59943) > >2014-07-21 23:24:32.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48371) > >2014-07-21 23:24:33.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:34.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55873) > >2014-07-21 23:24:34.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59998) > >2014-07-21 23:24:36.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48422) > >2014-07-21 23:24:38.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55926) > >2014-07-21 23:24:38.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60053) > >2014-07-21 23:24:40.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48474) > >2014-07-21 23:24:42.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55977) > >2014-07-21 23:24:42.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60107) > >2014-07-21 23:24:44.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:44.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48525) > >2014-07-21 23:24:46.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56030) > >2014-07-21 23:24:46.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60159) > >2014-07-21 23:24:48.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48576) > >2014-07-21 23:24:50.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56081) > >2014-07-21 23:24:50.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:50.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60210) > >2014-07-21 23:24:52.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48627) > >2014-07-21 23:24:54.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56134) > >2014-07-21 23:24:54.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60263) > >2014-07-21 23:24:55.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:24:56.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48678) > >2014-07-21 23:24:58.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56186) > >2014-07-21 23:24:58.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60316) > >2014-07-21 23:25:00.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48729) > >2014-07-21 23:25:02.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56238) > >2014-07-21 23:25:02.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60368) > >2014-07-21 23:25:03.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:04.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48780) > >2014-07-21 23:25:06.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56292) > >2014-07-21 23:25:06.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60423) > >2014-07-21 23:25:08.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48831) > >2014-07-21 23:25:10.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56344) > >2014-07-21 23:25:10.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60475) > >2014-07-21 23:25:12.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48882) > >2014-07-21 23:25:14.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56395) > >2014-07-21 23:25:14.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:14.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60526) > >2014-07-21 23:25:16.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48933) > >2014-07-21 23:25:18.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56447) > >2014-07-21 23:25:18.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60582) > >2014-07-21 23:25:20.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:20.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48984) > >2014-07-21 23:25:22.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56500) > >2014-07-21 23:25:22.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60635) > >2014-07-21 23:25:24.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49035) > >2014-07-21 23:25:25.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:26.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56552) > >2014-07-21 23:25:26.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60687) > >2014-07-21 23:25:28.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49086) > >2014-07-21 23:25:30.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56603) > >2014-07-21 23:25:30.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60738) > >2014-07-21 23:25:32.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49137) > >2014-07-21 23:25:33.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:34.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56655) > >2014-07-21 23:25:35.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60791) > >2014-07-21 23:25:36.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49188) > >2014-07-21 23:25:38.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56709) > >2014-07-21 23:25:39.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60848) > >2014-07-21 23:25:40.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49239) > >2014-07-21 23:25:42.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56761) > >2014-07-21 23:25:43.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60902) > >2014-07-21 23:25:44.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:44.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49293) > >2014-07-21 23:25:46.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56814) > >2014-07-21 23:25:47.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60958) > >2014-07-21 23:25:48.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49345) > >2014-07-21 23:25:49.709 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:25:49.709 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:25:49.710 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:25:49.722 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:25:50.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56865) > >2014-07-21 23:25:50.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:51.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32779) > >2014-07-21 23:25:52.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49396) > >2014-07-21 23:25:54.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56918) > >2014-07-21 23:25:55.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32832) > >2014-07-21 23:25:55.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:25:56.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49447) > >2014-07-21 23:25:58.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56970) > >2014-07-21 23:25:59.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32884) > >2014-07-21 23:26:01.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49498) > >2014-07-21 23:26:02.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57022) > >2014-07-21 23:26:03.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32937) > >2014-07-21 23:26:03.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:05.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49549) > >2014-07-21 23:26:06.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57076) > >2014-07-21 23:26:07.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32992) > >2014-07-21 23:26:08.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49601) > >2014-07-21 23:26:10.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57127) > >2014-07-21 23:26:11.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33044) > >2014-07-21 23:26:12.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49652) > >2014-07-21 23:26:14.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57178) > >2014-07-21 23:26:14.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:15.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33096) > >2014-07-21 23:26:17.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49704) > >2014-07-21 23:26:18.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57231) > >2014-07-21 23:26:19.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33149) > >2014-07-21 23:26:20.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:21.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49756) > >2014-07-21 23:26:22.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57285) > >2014-07-21 23:26:23.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33204) > >2014-07-21 23:26:25.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49807) > >2014-07-21 23:26:25.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:26.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57337) > >2014-07-21 23:26:27.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33256) > >2014-07-21 23:26:29.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49858) > >2014-07-21 23:26:30.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57387) > >2014-07-21 23:26:31.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33307) > >2014-07-21 23:26:33.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49911) > >2014-07-21 23:26:33.407 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:34.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57440) > >2014-07-21 23:26:35.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33362) > >2014-07-21 23:26:37.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49962) > >2014-07-21 23:26:38.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57493) > >2014-07-21 23:26:39.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33418) > >2014-07-21 23:26:41.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50014) > >2014-07-21 23:26:42.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57544) > >2014-07-21 23:26:43.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33472) > >2014-07-21 23:26:44.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:45.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50065) > >2014-07-21 23:26:46.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57597) > >2014-07-21 23:26:47.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33524) > >2014-07-21 23:26:49.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50116) > >2014-07-21 23:26:50.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57649) > >2014-07-21 23:26:50.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:51.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33576) > >2014-07-21 23:26:53.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50167) > >2014-07-21 23:26:54.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57702) > >2014-07-21 23:26:55.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33629) > >2014-07-21 23:26:55.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:26:57.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50218) > >2014-07-21 23:26:58.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57754) > >2014-07-21 23:26:59.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33681) > >2014-07-21 23:27:01.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50269) > >2014-07-21 23:27:02.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57805) > >2014-07-21 23:27:03.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33733) > >2014-07-21 23:27:03.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:05.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50320) > >2014-07-21 23:27:06.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57859) > >2014-07-21 23:27:07.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33786) > >2014-07-21 23:27:09.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50371) > >2014-07-21 23:27:10.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57911) > >2014-07-21 23:27:11.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33840) > >2014-07-21 23:27:13.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50422) > >2014-07-21 23:27:14.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57962) > >2014-07-21 23:27:14.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:15.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33892) > >2014-07-21 23:27:17.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50473) > >2014-07-21 23:27:18.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58014) > >2014-07-21 23:27:19.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33948) > >2014-07-21 23:27:20.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:21.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50524) > >2014-07-21 23:27:22.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58067) > >2014-07-21 23:27:23.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34001) > >2014-07-21 23:27:25.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50575) > >2014-07-21 23:27:25.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:26.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58119) > >2014-07-21 23:27:27.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34053) > >2014-07-21 23:27:29.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50626) > >2014-07-21 23:27:30.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58170) > >2014-07-21 23:27:31.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34104) > >2014-07-21 23:27:33.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50677) > >2014-07-21 23:27:33.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:34.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58222) > >2014-07-21 23:27:35.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34157) > >2014-07-21 23:27:37.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50728) > >2014-07-21 23:27:38.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58276) > >2014-07-21 23:27:39.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34215) > >2014-07-21 23:27:41.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50779) > >2014-07-21 23:27:42.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58327) > >2014-07-21 23:27:43.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34266) > >2014-07-21 23:27:44.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:45.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50833) > >2014-07-21 23:27:46.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58379) > >2014-07-21 23:27:47.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34322) > >2014-07-21 23:27:49.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50885) > >2014-07-21 23:27:49.723 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:27:49.723 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:27:49.724 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:27:49.736 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:27:50.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58430) > >2014-07-21 23:27:50.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:51.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34376) > >2014-07-21 23:27:53.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50935) > >2014-07-21 23:27:54.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58482) > >2014-07-21 23:27:55.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34428) > >2014-07-21 23:27:55.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:27:57.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50986) > >2014-07-21 23:27:58.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58534) > >2014-07-21 23:27:59.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34480) > >2014-07-21 23:28:01.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51037) > >2014-07-21 23:28:02.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58586) > >2014-07-21 23:28:03.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34532) > >2014-07-21 23:28:03.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:05.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51088) > >2014-07-21 23:28:06.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58640) > >2014-07-21 23:28:07.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34587) > >2014-07-21 23:28:09.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51140) > >2014-07-21 23:28:10.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58691) > >2014-07-21 23:28:11.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34639) > >2014-07-21 23:28:13.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51191) > >2014-07-21 23:28:14.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58742) > >2014-07-21 23:28:14.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:15.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34691) > >2014-07-21 23:28:17.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51243) > >2014-07-21 23:28:18.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58795) > >2014-07-21 23:28:19.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34744) > >2014-07-21 23:28:20.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:21.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51294) > >2014-07-21 23:28:22.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58849) > >2014-07-21 23:28:23.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34799) > >2014-07-21 23:28:25.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51346) > >2014-07-21 23:28:25.258 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:26.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58901) > >2014-07-21 23:28:27.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34851) > >2014-07-21 23:28:29.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51397) > >2014-07-21 23:28:30.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58952) > >2014-07-21 23:28:31.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34902) > >2014-07-21 23:28:33.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51450) > >2014-07-21 23:28:33.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:34.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59004) > >2014-07-21 23:28:35.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34956) > >2014-07-21 23:28:37.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51501) > >2014-07-21 23:28:38.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59057) > >2014-07-21 23:28:39.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35010) > >2014-07-21 23:28:41.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51553) > >2014-07-21 23:28:42.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59108) > >2014-07-21 23:28:43.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35065) > >2014-07-21 23:28:44.811 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:45.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51604) > >2014-07-21 23:28:46.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59160) > >2014-07-21 23:28:47.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35119) > >2014-07-21 23:28:49.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51655) > >2014-07-21 23:28:50.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59212) > >2014-07-21 23:28:50.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:51.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35172) > >2014-07-21 23:28:53.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51706) > >2014-07-21 23:28:54.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59265) > >2014-07-21 23:28:55.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35224) > >2014-07-21 23:28:55.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:28:57.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51757) > >2014-07-21 23:28:58.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59317) > >2014-07-21 23:28:59.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35276) > >2014-07-21 23:29:01.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51808) > >2014-07-21 23:29:02.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59368) > >2014-07-21 23:29:03.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35328) > >2014-07-21 23:29:03.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:05.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51859) > >2014-07-21 23:29:06.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59422) > >2014-07-21 23:29:07.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35381) > >2014-07-21 23:29:09.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51910) > >2014-07-21 23:29:10.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59474) > >2014-07-21 23:29:11.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35435) > >2014-07-21 23:29:13.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51961) > >2014-07-21 23:29:14.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59525) > >2014-07-21 23:29:14.811 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:15.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35487) > >2014-07-21 23:29:17.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52012) > >2014-07-21 23:29:18.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59577) > >2014-07-21 23:29:19.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35542) > >2014-07-21 23:29:20.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:21.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52063) > >2014-07-21 23:29:22.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59630) > >2014-07-21 23:29:23.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35595) > >2014-07-21 23:29:25.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52114) > >2014-07-21 23:29:25.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:26.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59682) > >2014-07-21 23:29:27.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35647) > >2014-07-21 23:29:29.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52165) > >2014-07-21 23:29:30.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59733) > >2014-07-21 23:29:31.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35698) > >2014-07-21 23:29:33.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52216) > >2014-07-21 23:29:33.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:34.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59785) > >2014-07-21 23:29:35.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35751) > >2014-07-21 23:29:37.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52267) > >2014-07-21 23:29:38.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59839) > >2014-07-21 23:29:39.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35809) > >2014-07-21 23:29:41.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52318) > >2014-07-21 23:29:42.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59890) > >2014-07-21 23:29:43.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35861) > >2014-07-21 23:29:44.815 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:45.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52371) > >2014-07-21 23:29:46.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59943) > >2014-07-21 23:29:47.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35917) > >2014-07-21 23:29:49.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52424) > >2014-07-21 23:29:49.738 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:29:49.738 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:29:49.739 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:29:49.755 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:29:50.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59994) > >2014-07-21 23:29:50.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:51.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35972) > >2014-07-21 23:29:53.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52475) > >2014-07-21 23:29:54.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60047) > >2014-07-21 23:29:55.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36023) > >2014-07-21 23:29:55.258 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:29:57.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52526) > >2014-07-21 23:29:58.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60099) > >2014-07-21 23:29:59.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36076) > >2014-07-21 23:30:01.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52576) > >2014-07-21 23:30:02.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60152) > >2014-07-21 23:30:03.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36129) > >2014-07-21 23:30:03.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:05.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52627) > >2014-07-21 23:30:06.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60205) > >2014-07-21 23:30:07.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36184) > >2014-07-21 23:30:09.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52679) > >2014-07-21 23:30:10.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60257) > >2014-07-21 23:30:11.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36236) > >2014-07-21 23:30:13.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52729) > >2014-07-21 23:30:14.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60308) > >2014-07-21 23:30:14.811 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:15.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36288) > >2014-07-21 23:30:17.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52781) > >2014-07-21 23:30:18.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60361) > >2014-07-21 23:30:19.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36340) > >2014-07-21 23:30:20.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:21.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52832) > >2014-07-21 23:30:22.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60415) > >2014-07-21 23:30:23.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36396) > >2014-07-21 23:30:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52884) > >2014-07-21 23:30:25.258 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:26.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60467) > >2014-07-21 23:30:27.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36448) > >2014-07-21 23:30:29.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52935) > >2014-07-21 23:30:30.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60518) > >2014-07-21 23:30:31.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36499) > >2014-07-21 23:30:33.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52988) > >2014-07-21 23:30:33.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:34.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60570) > >2014-07-21 23:30:35.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36553) > >2014-07-21 23:30:37.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53039) > >2014-07-21 23:30:38.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60624) > >2014-07-21 23:30:39.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36608) > >2014-07-21 23:30:41.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53091) > >2014-07-21 23:30:42.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60676) > >2014-07-21 23:30:43.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36663) > >2014-07-21 23:30:44.811 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:45.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53142) > >2014-07-21 23:30:46.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60729) > >2014-07-21 23:30:47.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36717) > >2014-07-21 23:30:49.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53193) > >2014-07-21 23:30:50.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60781) > >2014-07-21 23:30:50.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:51.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36770) > >2014-07-21 23:30:53.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53244) > >2014-07-21 23:30:54.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60833) > >2014-07-21 23:30:55.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36821) > >2014-07-21 23:30:55.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:30:57.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53295) > >2014-07-21 23:30:58.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60886) > >2014-07-21 23:30:59.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36873) > >2014-07-21 23:31:01.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53346) > >2014-07-21 23:31:02.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60937) > >2014-07-21 23:31:03.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36924) > >2014-07-21 23:31:03.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:05.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53397) > >2014-07-21 23:31:06.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60989) > >2014-07-21 23:31:07.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36976) > >2014-07-21 23:31:09.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53448) > >2014-07-21 23:31:10.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32807) > >2014-07-21 23:31:11.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37030) > >2014-07-21 23:31:13.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53499) > >2014-07-21 23:31:14.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32859) > >2014-07-21 23:31:14.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:15.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37082) > >2014-07-21 23:31:17.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53550) > >2014-07-21 23:31:18.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32911) > >2014-07-21 23:31:19.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37137) > >2014-07-21 23:31:20.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:21.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53601) > >2014-07-21 23:31:22.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32964) > >2014-07-21 23:31:23.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37190) > >2014-07-21 23:31:25.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53652) > >2014-07-21 23:31:25.292 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:26.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33016) > >2014-07-21 23:31:27.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37242) > >2014-07-21 23:31:29.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53703) > >2014-07-21 23:31:30.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33067) > >2014-07-21 23:31:31.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37293) > >2014-07-21 23:31:33.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53754) > >2014-07-21 23:31:33.502 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:34.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33119) > >2014-07-21 23:31:35.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37346) > >2014-07-21 23:31:37.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53805) > >2014-07-21 23:31:38.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33173) > >2014-07-21 23:31:39.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37402) > >2014-07-21 23:31:41.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53856) > >2014-07-21 23:31:42.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33224) > >2014-07-21 23:31:43.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37456) > >2014-07-21 23:31:44.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:45.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53909) > >2014-07-21 23:31:46.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33277) > >2014-07-21 23:31:47.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37511) > >2014-07-21 23:31:49.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53962) > >2014-07-21 23:31:49.756 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:31:49.756 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:31:49.757 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:31:49.769 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:31:50.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33329) > >2014-07-21 23:31:50.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:51.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37567) > >2014-07-21 23:31:53.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54013) > >2014-07-21 23:31:54.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33382) > >2014-07-21 23:31:55.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:31:55.330 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 37620) > >2014-07-21 23:31:57.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54064) > >2014-07-21 23:31:58.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33434) > >2014-07-21 23:31:59.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37672) > >2014-07-21 23:32:01.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54115) > >2014-07-21 23:32:02.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33485) > >2014-07-21 23:32:03.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37725) > >2014-07-21 23:32:03.502 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:05.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54166) > >2014-07-21 23:32:06.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33538) > >2014-07-21 23:32:07.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37778) > >2014-07-21 23:32:09.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54218) > >2014-07-21 23:32:10.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33590) > >2014-07-21 23:32:11.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37832) > >2014-07-21 23:32:13.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54269) > >2014-07-21 23:32:14.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33641) > >2014-07-21 23:32:14.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:15.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37884) > >2014-07-21 23:32:17.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54320) > >2014-07-21 23:32:18.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33694) > >2014-07-21 23:32:19.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37937) > >2014-07-21 23:32:20.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:21.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54372) > >2014-07-21 23:32:22.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33748) > >2014-07-21 23:32:23.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37991) > >2014-07-21 23:32:25.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:25.384 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 54424) > >2014-07-21 23:32:26.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33800) > >2014-07-21 23:32:27.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38044) > >2014-07-21 23:32:29.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54475) > >2014-07-21 23:32:30.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33851) > >2014-07-21 23:32:31.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38095) > >2014-07-21 23:32:33.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54528) > >2014-07-21 23:32:33.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:34.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33903) > >2014-07-21 23:32:35.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38149) > >2014-07-21 23:32:37.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54579) > >2014-07-21 23:32:38.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33956) > >2014-07-21 23:32:39.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38203) > >2014-07-21 23:32:41.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54630) > >2014-07-21 23:32:42.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34008) > >2014-07-21 23:32:43.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38257) > >2014-07-21 23:32:44.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:45.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54682) > >2014-07-21 23:32:46.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34060) > >2014-07-21 23:32:47.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38311) > >2014-07-21 23:32:49.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54733) > >2014-07-21 23:32:50.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34111) > >2014-07-21 23:32:50.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:51.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38364) > >2014-07-21 23:32:53.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54784) > >2014-07-21 23:32:54.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34163) > >2014-07-21 23:32:55.278 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:32:55.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38415) > >2014-07-21 23:32:57.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54835) > >2014-07-21 23:32:58.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34215) > >2014-07-21 23:32:59.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38467) > >2014-07-21 23:33:01.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54886) > >2014-07-21 23:33:02.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34266) > >2014-07-21 23:33:03.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38519) > >2014-07-21 23:33:03.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:05.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54937) > >2014-07-21 23:33:06.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34319) > >2014-07-21 23:33:07.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38572) > >2014-07-21 23:33:09.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54988) > >2014-07-21 23:33:10.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34371) > >2014-07-21 23:33:11.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38625) > >2014-07-21 23:33:13.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55039) > >2014-07-21 23:33:14.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34423) > >2014-07-21 23:33:14.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:15.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38678) > >2014-07-21 23:33:17.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55090) > >2014-07-21 23:33:18.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34475) > >2014-07-21 23:33:19.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38733) > >2014-07-21 23:33:20.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:21.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55141) > >2014-07-21 23:33:22.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34528) > >2014-07-21 23:33:23.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38786) > >2014-07-21 23:33:25.282 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:25.344 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 55192) > >2014-07-21 23:33:26.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34580) > >2014-07-21 23:33:27.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38838) > >2014-07-21 23:33:29.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55243) > >2014-07-21 23:33:30.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34631) > >2014-07-21 23:33:31.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38889) > >2014-07-21 23:33:33.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55294) > >2014-07-21 23:33:33.540 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:34.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34683) > >2014-07-21 23:33:35.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38942) > >2014-07-21 23:33:37.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55344) > >2014-07-21 23:33:38.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34735) > >2014-07-21 23:33:39.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39000) > >2014-07-21 23:33:41.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55395) > >2014-07-21 23:33:42.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34788) > >2014-07-21 23:33:43.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39051) > >2014-07-21 23:33:44.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:45.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55446) > >2014-07-21 23:33:46.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34841) > >2014-07-21 23:33:47.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39106) > >2014-07-21 23:33:49.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55501) > >2014-07-21 23:33:49.771 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:33:49.771 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:33:49.771 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:33:49.784 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:33:50.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34893) > >2014-07-21 23:33:50.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:51.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39162) > >2014-07-21 23:33:53.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55552) > >2014-07-21 23:33:54.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34946) > >2014-07-21 23:33:55.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:33:55.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39215) > >2014-07-21 23:33:57.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55603) > >2014-07-21 23:33:58.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34998) > >2014-07-21 23:33:59.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39267) > >2014-07-21 23:34:01.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55654) > >2014-07-21 23:34:02.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35049) > >2014-07-21 23:34:03.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39319) > >2014-07-21 23:34:03.540 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:05.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55705) > >2014-07-21 23:34:06.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35103) > >2014-07-21 23:34:07.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39372) > >2014-07-21 23:34:09.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55757) > >2014-07-21 23:34:10.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35155) > >2014-07-21 23:34:11.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39427) > >2014-07-21 23:34:13.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55808) > >2014-07-21 23:34:14.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:14.858 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 35206) > >2014-07-21 23:34:15.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39479) > >2014-07-21 23:34:17.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55859) > >2014-07-21 23:34:18.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35258) > >2014-07-21 23:34:19.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39532) > >2014-07-21 23:34:20.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:21.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55911) > >2014-07-21 23:34:22.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35311) > >2014-07-21 23:34:23.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39586) > >2014-07-21 23:34:25.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:25.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55963) > >2014-07-21 23:34:26.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35363) > >2014-07-21 23:34:27.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39639) > >2014-07-21 23:34:29.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56014) > >2014-07-21 23:34:30.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35414) > >2014-07-21 23:34:31.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39690) > >2014-07-21 23:34:33.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56067) > >2014-07-21 23:34:33.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:34.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35466) > >2014-07-21 23:34:35.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39745) > >2014-07-21 23:34:37.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56118) > >2014-07-21 23:34:38.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35519) > >2014-07-21 23:34:39.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39798) > >2014-07-21 23:34:41.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56169) > >2014-07-21 23:34:42.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35572) > >2014-07-21 23:34:43.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39854) > >2014-07-21 23:34:44.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:45.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56221) > >2014-07-21 23:34:46.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35627) > >2014-07-21 23:34:47.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39910) > >2014-07-21 23:34:49.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56272) > >2014-07-21 23:34:50.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35679) > >2014-07-21 23:34:50.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:51.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39963) > >2014-07-21 23:34:53.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56323) > >2014-07-21 23:34:54.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35732) > >2014-07-21 23:34:55.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:34:55.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40015) > >2014-07-21 23:34:57.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56374) > >2014-07-21 23:34:58.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35784) > >2014-07-21 23:34:59.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40068) > >2014-07-21 23:35:01.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56425) > >2014-07-21 23:35:02.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35836) > >2014-07-21 23:35:03.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40120) > >2014-07-21 23:35:03.561 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:05.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56477) > >2014-07-21 23:35:06.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35889) > >2014-07-21 23:35:07.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40172) > >2014-07-21 23:35:09.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56528) > >2014-07-21 23:35:10.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35941) > >2014-07-21 23:35:11.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40226) > >2014-07-21 23:35:13.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56579) > >2014-07-21 23:35:14.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:14.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35993) > >2014-07-21 23:35:15.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40279) > >2014-07-21 23:35:17.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56630) > >2014-07-21 23:35:18.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36045) > >2014-07-21 23:35:19.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40334) > >2014-07-21 23:35:20.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:21.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56681) > >2014-07-21 23:35:22.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36098) > >2014-07-21 23:35:23.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40387) > >2014-07-21 23:35:25.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:25.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56734) > >2014-07-21 23:35:26.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36153) > >2014-07-21 23:35:27.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40440) > >2014-07-21 23:35:29.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56786) > >2014-07-21 23:35:30.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36204) > >2014-07-21 23:35:31.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40491) > >2014-07-21 23:35:33.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56837) > >2014-07-21 23:35:33.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:34.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36256) > >2014-07-21 23:35:35.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40544) > >2014-07-21 23:35:37.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56887) > >2014-07-21 23:35:38.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36308) > >2014-07-21 23:35:39.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40599) > >2014-07-21 23:35:41.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56938) > >2014-07-21 23:35:42.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36362) > >2014-07-21 23:35:43.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40654) > >2014-07-21 23:35:44.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:45.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56988) > >2014-07-21 23:35:46.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36415) > >2014-07-21 23:35:47.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40709) > >2014-07-21 23:35:49.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57043) > >2014-07-21 23:35:49.786 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:35:49.786 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:35:49.787 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:35:49.800 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:35:50.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36466) > >2014-07-21 23:35:50.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:51.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40763) > >2014-07-21 23:35:53.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57094) > >2014-07-21 23:35:54.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36519) > >2014-07-21 23:35:55.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:35:55.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40816) > >2014-07-21 23:35:57.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57145) > >2014-07-21 23:35:58.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36571) > >2014-07-21 23:35:59.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40868) > >2014-07-21 23:36:01.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57196) > >2014-07-21 23:36:02.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36622) > >2014-07-21 23:36:03.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40920) > >2014-07-21 23:36:03.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:05.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57247) > >2014-07-21 23:36:06.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36676) > >2014-07-21 23:36:07.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40973) > >2014-07-21 23:36:09.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57299) > >2014-07-21 23:36:10.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36728) > >2014-07-21 23:36:11.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41028) > >2014-07-21 23:36:13.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57350) > >2014-07-21 23:36:14.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:14.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36779) > >2014-07-21 23:36:15.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41080) > >2014-07-21 23:36:17.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57401) > >2014-07-21 23:36:18.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36832) > >2014-07-21 23:36:19.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41132) > >2014-07-21 23:36:20.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:21.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57453) > >2014-07-21 23:36:22.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36886) > >2014-07-21 23:36:23.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41187) > >2014-07-21 23:36:25.315 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:25.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57504) > >2014-07-21 23:36:26.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36938) > >2014-07-21 23:36:27.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41240) > >2014-07-21 23:36:29.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57556) > >2014-07-21 23:36:30.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36989) > >2014-07-21 23:36:31.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41291) > >2014-07-21 23:36:33.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57609) > >2014-07-21 23:36:33.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:34.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37041) > >2014-07-21 23:36:35.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41345) > >2014-07-21 23:36:37.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57660) > >2014-07-21 23:36:38.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37093) > >2014-07-21 23:36:39.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41397) > >2014-07-21 23:36:41.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57711) > >2014-07-21 23:36:42.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37146) > >2014-07-21 23:36:43.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41451) > >2014-07-21 23:36:44.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:45.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57763) > >2014-07-21 23:36:46.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37199) > >2014-07-21 23:36:47.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41506) > >2014-07-21 23:36:49.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57814) > >2014-07-21 23:36:50.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:50.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37251) > >2014-07-21 23:36:51.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41561) > >2014-07-21 23:36:53.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57865) > >2014-07-21 23:36:54.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37304) > >2014-07-21 23:36:55.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:36:55.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41614) > >2014-07-21 23:36:57.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57916) > >2014-07-21 23:36:58.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37356) > >2014-07-21 23:36:59.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41665) > >2014-07-21 23:37:01.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57967) > >2014-07-21 23:37:02.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37407) > >2014-07-21 23:37:03.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41717) > >2014-07-21 23:37:03.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:05.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58018) > >2014-07-21 23:37:06.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37460) > >2014-07-21 23:37:07.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41769) > >2014-07-21 23:37:09.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58069) > >2014-07-21 23:37:10.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37512) > >2014-07-21 23:37:11.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41823) > >2014-07-21 23:37:13.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58120) > >2014-07-21 23:37:14.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:14.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37564) > >2014-07-21 23:37:15.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41876) > >2014-07-21 23:37:17.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58171) > >2014-07-21 23:37:18.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37616) > >2014-07-21 23:37:19.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41931) > >2014-07-21 23:37:20.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:21.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58222) > >2014-07-21 23:37:22.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37669) > >2014-07-21 23:37:23.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41984) > >2014-07-21 23:37:25.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:25.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58273) > >2014-07-21 23:37:26.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37721) > >2014-07-21 23:37:27.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42036) > >2014-07-21 23:37:29.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58324) > >2014-07-21 23:37:30.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37772) > >2014-07-21 23:37:31.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42087) > >2014-07-21 23:37:33.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58375) > >2014-07-21 23:37:33.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:34.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37824) > >2014-07-21 23:37:35.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42140) > >2014-07-21 23:37:37.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58426) > >2014-07-21 23:37:38.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37876) > >2014-07-21 23:37:39.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42195) > >2014-07-21 23:37:41.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58477) > >2014-07-21 23:37:42.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37929) > >2014-07-21 23:37:43.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42249) > >2014-07-21 23:37:44.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:45.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58528) > >2014-07-21 23:37:46.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37981) > >2014-07-21 23:37:47.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42303) > >2014-07-21 23:37:49.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58583) > >2014-07-21 23:37:49.802 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:37:49.802 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:37:49.802 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:37:49.814 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:37:50.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:51.007 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 38031) > >2014-07-21 23:37:51.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42359) > >2014-07-21 23:37:53.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58634) > >2014-07-21 23:37:54.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38083) > >2014-07-21 23:37:55.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:37:55.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42412) > >2014-07-21 23:37:57.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58685) > >2014-07-21 23:37:58.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38135) > >2014-07-21 23:37:59.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42463) > >2014-07-21 23:38:01.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58736) > >2014-07-21 23:38:02.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38186) > >2014-07-21 23:38:03.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42515) > >2014-07-21 23:38:03.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:05.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58787) > >2014-07-21 23:38:06.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38240) > >2014-07-21 23:38:07.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42568) > >2014-07-21 23:38:09.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58839) > >2014-07-21 23:38:10.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38292) > >2014-07-21 23:38:11.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42623) > >2014-07-21 23:38:13.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58890) > >2014-07-21 23:38:14.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:14.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38343) > >2014-07-21 23:38:15.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42675) > >2014-07-21 23:38:17.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58941) > >2014-07-21 23:38:18.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38396) > >2014-07-21 23:38:19.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42727) > >2014-07-21 23:38:20.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:21.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58993) > >2014-07-21 23:38:22.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38450) > >2014-07-21 23:38:23.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42782) > >2014-07-21 23:38:25.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:25.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59044) > >2014-07-21 23:38:26.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38502) > >2014-07-21 23:38:27.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42835) > >2014-07-21 23:38:29.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59096) > >2014-07-21 23:38:30.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38553) > >2014-07-21 23:38:31.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42886) > >2014-07-21 23:38:33.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59149) > >2014-07-21 23:38:33.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:35.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38606) > >2014-07-21 23:38:35.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42940) > >2014-07-21 23:38:37.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59200) > >2014-07-21 23:38:39.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38658) > >2014-07-21 23:38:39.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42992) > >2014-07-21 23:38:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59251) > >2014-07-21 23:38:43.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38711) > >2014-07-21 23:38:43.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43046) > >2014-07-21 23:38:44.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:45.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59303) > >2014-07-21 23:38:47.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38764) > >2014-07-21 23:38:47.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43101) > >2014-07-21 23:38:49.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59354) > >2014-07-21 23:38:50.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:51.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38815) > >2014-07-21 23:38:51.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43156) > >2014-07-21 23:38:53.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59405) > >2014-07-21 23:38:55.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38868) > >2014-07-21 23:38:55.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:38:55.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43209) > >2014-07-21 23:38:57.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59456) > >2014-07-21 23:38:59.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38920) > >2014-07-21 23:38:59.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43261) > >2014-07-21 23:39:01.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59507) > >2014-07-21 23:39:03.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38972) > >2014-07-21 23:39:03.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43313) > >2014-07-21 23:39:03.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:05.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59558) > >2014-07-21 23:39:07.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39025) > >2014-07-21 23:39:07.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43365) > >2014-07-21 23:39:09.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59609) > >2014-07-21 23:39:11.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39077) > >2014-07-21 23:39:11.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43419) > >2014-07-21 23:39:13.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59660) > >2014-07-21 23:39:14.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:15.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39128) > >2014-07-21 23:39:15.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43472) > >2014-07-21 23:39:17.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59711) > >2014-07-21 23:39:19.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39181) > >2014-07-21 23:39:19.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43523) > >2014-07-21 23:39:20.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:21.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59762) > >2014-07-21 23:39:23.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39234) > >2014-07-21 23:39:23.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43580) > >2014-07-21 23:39:25.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:25.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59813) > >2014-07-21 23:39:27.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39286) > >2014-07-21 23:39:27.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43632) > >2014-07-21 23:39:29.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59864) > >2014-07-21 23:39:31.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39337) > >2014-07-21 23:39:31.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43683) > >2014-07-21 23:39:33.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59914) > >2014-07-21 23:39:33.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:35.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39389) > >2014-07-21 23:39:35.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43736) > >2014-07-21 23:39:37.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59965) > >2014-07-21 23:39:39.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39441) > >2014-07-21 23:39:39.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43792) > >2014-07-21 23:39:41.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60016) > >2014-07-21 23:39:43.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39495) > >2014-07-21 23:39:43.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43846) > >2014-07-21 23:39:44.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:45.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60067) > >2014-07-21 23:39:47.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39548) > >2014-07-21 23:39:47.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43900) > >2014-07-21 23:39:49.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60121) > >2014-07-21 23:39:49.816 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:39:49.816 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:39:49.817 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:39:49.829 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:39:50.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:51.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39599) > >2014-07-21 23:39:51.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43956) > >2014-07-21 23:39:53.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60173) > >2014-07-21 23:39:55.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39652) > >2014-07-21 23:39:55.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:39:55.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44009) > >2014-07-21 23:39:57.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60224) > >2014-07-21 23:39:59.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39703) > >2014-07-21 23:39:59.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44061) > >2014-07-21 23:40:01.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60275) > >2014-07-21 23:40:03.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39753) > >2014-07-21 23:40:03.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44113) > >2014-07-21 23:40:03.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:05.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60327) > >2014-07-21 23:40:07.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39807) > >2014-07-21 23:40:07.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44166) > >2014-07-21 23:40:09.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60379) > >2014-07-21 23:40:11.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39859) > >2014-07-21 23:40:11.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44219) > >2014-07-21 23:40:13.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60430) > >2014-07-21 23:40:14.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:15.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39910) > >2014-07-21 23:40:15.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44273) > >2014-07-21 23:40:17.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60481) > >2014-07-21 23:40:19.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39963) > >2014-07-21 23:40:19.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44325) > >2014-07-21 23:40:20.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:21.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60532) > >2014-07-21 23:40:23.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40017) > >2014-07-21 23:40:23.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44380) > >2014-07-21 23:40:25.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:25.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60584) > >2014-07-21 23:40:27.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40069) > >2014-07-21 23:40:27.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44432) > >2014-07-21 23:40:29.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60636) > >2014-07-21 23:40:31.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40120) > >2014-07-21 23:40:31.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44484) > >2014-07-21 23:40:33.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60689) > >2014-07-21 23:40:33.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:35.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40172) > >2014-07-21 23:40:35.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44538) > >2014-07-21 23:40:37.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60740) > >2014-07-21 23:40:39.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40224) > >2014-07-21 23:40:39.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44590) > >2014-07-21 23:40:41.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60791) > >2014-07-21 23:40:43.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40276) > >2014-07-21 23:40:43.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44644) > >2014-07-21 23:40:44.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:45.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60842) > >2014-07-21 23:40:47.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40330) > >2014-07-21 23:40:47.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44699) > >2014-07-21 23:40:49.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60894) > >2014-07-21 23:40:50.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:51.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40383) > >2014-07-21 23:40:51.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44755) > >2014-07-21 23:40:53.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60945) > >2014-07-21 23:40:55.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40435) > >2014-07-21 23:40:55.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:40:55.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44807) > >2014-07-21 23:40:57.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60996) > >2014-07-21 23:40:59.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40487) > >2014-07-21 23:40:59.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44858) > >2014-07-21 23:41:01.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32814) > >2014-07-21 23:41:03.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40538) > >2014-07-21 23:41:03.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:03.704 29190 INFO neutron.wsgi [req-c15152b8-029c-47d0-9d37-54a2c2737c35 None] (29190) accepted ('192.168.0.7', 44909) > >2014-07-21 23:41:05.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32865) > >2014-07-21 23:41:07.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40590) > >2014-07-21 23:41:07.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44961) > >2014-07-21 23:41:09.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32916) > >2014-07-21 23:41:11.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40641) > >2014-07-21 23:41:11.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45014) > >2014-07-21 23:41:13.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32966) > >2014-07-21 23:41:14.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:15.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40692) > >2014-07-21 23:41:15.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45066) > >2014-07-21 23:41:17.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33017) > >2014-07-21 23:41:19.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40745) > >2014-07-21 23:41:19.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45118) > >2014-07-21 23:41:20.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:21.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33068) > >2014-07-21 23:41:23.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40797) > >2014-07-21 23:41:23.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45175) > >2014-07-21 23:41:25.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:25.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33119) > >2014-07-21 23:41:27.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40850) > >2014-07-21 23:41:27.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45227) > >2014-07-21 23:41:29.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33170) > >2014-07-21 23:41:31.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40901) > >2014-07-21 23:41:31.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45277) > >2014-07-21 23:41:33.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33221) > >2014-07-21 23:41:33.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:35.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40953) > >2014-07-21 23:41:35.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45330) > >2014-07-21 23:41:37.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33272) > >2014-07-21 23:41:39.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41005) > >2014-07-21 23:41:39.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45384) > >2014-07-21 23:41:41.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33323) > >2014-07-21 23:41:43.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41059) > >2014-07-21 23:41:43.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45440) > >2014-07-21 23:41:44.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:45.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33373) > >2014-07-21 23:41:47.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41112) > >2014-07-21 23:41:47.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45492) > >2014-07-21 23:41:49.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33427) > >2014-07-21 23:41:49.830 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:41:49.830 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:41:49.831 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:41:49.843 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:41:50.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:51.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41164) > >2014-07-21 23:41:51.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45550) > >2014-07-21 23:41:53.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33479) > >2014-07-21 23:41:55.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41216) > >2014-07-21 23:41:55.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:41:55.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45603) > >2014-07-21 23:41:57.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33530) > >2014-07-21 23:41:59.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41268) > >2014-07-21 23:41:59.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45655) > >2014-07-21 23:42:01.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33581) > >2014-07-21 23:42:03.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41319) > >2014-07-21 23:42:03.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:03.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45707) > >2014-07-21 23:42:05.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33632) > >2014-07-21 23:42:07.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41373) > >2014-07-21 23:42:07.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45760) > >2014-07-21 23:42:09.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33684) > >2014-07-21 23:42:11.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41426) > >2014-07-21 23:42:11.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45815) > >2014-07-21 23:42:13.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33735) > >2014-07-21 23:42:14.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:15.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41478) > >2014-07-21 23:42:15.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45869) > >2014-07-21 23:42:17.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33786) > >2014-07-21 23:42:19.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41530) > >2014-07-21 23:42:19.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45921) > >2014-07-21 23:42:20.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:21.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33838) > >2014-07-21 23:42:23.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41584) > >2014-07-21 23:42:23.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45976) > >2014-07-21 23:42:25.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:25.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33890) > >2014-07-21 23:42:27.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41636) > >2014-07-21 23:42:27.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46028) > >2014-07-21 23:42:29.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33942) > >2014-07-21 23:42:31.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41687) > >2014-07-21 23:42:31.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46080) > >2014-07-21 23:42:33.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:33.744 29190 INFO neutron.wsgi [req-27e082f3-b6d5-468d-8961-3b08b4dac225 None] (29190) accepted ('192.168.0.8', 33995) > >2014-07-21 23:42:35.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41739) > >2014-07-21 23:42:35.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46134) > >2014-07-21 23:42:37.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34046) > >2014-07-21 23:42:39.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41790) > >2014-07-21 23:42:39.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46185) > >2014-07-21 23:42:41.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34097) > >2014-07-21 23:42:43.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41843) > >2014-07-21 23:42:43.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46238) > >2014-07-21 23:42:44.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:45.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34148) > >2014-07-21 23:42:47.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41896) > >2014-07-21 23:42:47.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46294) > >2014-07-21 23:42:49.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34200) > >2014-07-21 23:42:50.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:51.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41948) > >2014-07-21 23:42:51.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46348) > >2014-07-21 23:42:53.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34251) > >2014-07-21 23:42:55.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41999) > >2014-07-21 23:42:55.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:42:55.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46400) > >2014-07-21 23:42:57.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34302) > >2014-07-21 23:42:59.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42052) > >2014-07-21 23:42:59.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46452) > >2014-07-21 23:43:01.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34353) > >2014-07-21 23:43:03.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42103) > >2014-07-21 23:43:03.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:03.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46504) > >2014-07-21 23:43:05.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34404) > >2014-07-21 23:43:07.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42156) > >2014-07-21 23:43:07.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46556) > >2014-07-21 23:43:09.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34455) > >2014-07-21 23:43:11.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42208) > >2014-07-21 23:43:11.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46608) > >2014-07-21 23:43:13.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34506) > >2014-07-21 23:43:14.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:15.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42260) > >2014-07-21 23:43:15.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46662) > >2014-07-21 23:43:17.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34557) > >2014-07-21 23:43:19.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42312) > >2014-07-21 23:43:19.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46714) > >2014-07-21 23:43:20.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:21.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34608) > >2014-07-21 23:43:23.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42364) > >2014-07-21 23:43:23.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46771) > >2014-07-21 23:43:25.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:25.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34660) > >2014-07-21 23:43:27.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42417) > >2014-07-21 23:43:27.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46823) > >2014-07-21 23:43:29.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34711) > >2014-07-21 23:43:31.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42468) > >2014-07-21 23:43:31.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46874) > >2014-07-21 23:43:33.741 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:33.786 29190 INFO neutron.wsgi [req-0d74f2ed-115e-4049-8287-e4c6f57ae5d3 None] (29190) accepted ('192.168.0.8', 34762) > >2014-07-21 23:43:35.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42520) > >2014-07-21 23:43:35.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46927) > >2014-07-21 23:43:37.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34813) > >2014-07-21 23:43:39.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42571) > >2014-07-21 23:43:39.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46981) > >2014-07-21 23:43:41.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34864) > >2014-07-21 23:43:43.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42624) > >2014-07-21 23:43:43.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47037) > >2014-07-21 23:43:44.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34915) > >2014-07-21 23:43:47.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42677) > >2014-07-21 23:43:47.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47089) > >2014-07-21 23:43:49.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34969) > >2014-07-21 23:43:49.844 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:43:49.844 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:43:49.845 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:43:49.862 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:43:50.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:51.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42729) > >2014-07-21 23:43:51.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47147) > >2014-07-21 23:43:53.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35021) > >2014-07-21 23:43:55.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42781) > >2014-07-21 23:43:55.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:43:55.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47200) > >2014-07-21 23:43:57.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35072) > >2014-07-21 23:43:59.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42833) > >2014-07-21 23:43:59.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47252) > >2014-07-21 23:44:01.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35123) > >2014-07-21 23:44:03.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42884) > >2014-07-21 23:44:03.740 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:03.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47304) > >2014-07-21 23:44:05.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35174) > >2014-07-21 23:44:07.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42938) > >2014-07-21 23:44:07.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47357) > >2014-07-21 23:44:09.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35226) > >2014-07-21 23:44:11.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42991) > >2014-07-21 23:44:11.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47411) > >2014-07-21 23:44:13.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35277) > >2014-07-21 23:44:14.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:15.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43043) > >2014-07-21 23:44:15.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47465) > >2014-07-21 23:44:17.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35328) > >2014-07-21 23:44:19.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43095) > >2014-07-21 23:44:19.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47517) > >2014-07-21 23:44:20.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:21.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35379) > >2014-07-21 23:44:23.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43149) > >2014-07-21 23:44:23.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47571) > >2014-07-21 23:44:25.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:25.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35431) > >2014-07-21 23:44:27.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43201) > >2014-07-21 23:44:27.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47624) > >2014-07-21 23:44:29.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35482) > >2014-07-21 23:44:31.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43252) > >2014-07-21 23:44:31.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47676) > >2014-07-21 23:44:33.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:33.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35536) > >2014-07-21 23:44:35.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43304) > >2014-07-21 23:44:35.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47730) > >2014-07-21 23:44:37.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35587) > >2014-07-21 23:44:39.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43355) > >2014-07-21 23:44:39.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47781) > >2014-07-21 23:44:41.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35638) > >2014-07-21 23:44:43.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43407) > >2014-07-21 23:44:43.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47835) > >2014-07-21 23:44:44.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:45.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35689) > >2014-07-21 23:44:47.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43462) > >2014-07-21 23:44:47.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47888) > >2014-07-21 23:44:49.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35742) > >2014-07-21 23:44:50.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:51.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43515) > >2014-07-21 23:44:51.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47944) > >2014-07-21 23:44:53.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35793) > >2014-07-21 23:44:55.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43567) > >2014-07-21 23:44:55.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:44:55.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47999) > >2014-07-21 23:44:57.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35844) > >2014-07-21 23:44:59.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43619) > >2014-07-21 23:44:59.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48050) > >2014-07-21 23:45:01.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35895) > >2014-07-21 23:45:03.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43671) > >2014-07-21 23:45:03.790 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:03.949 29190 INFO neutron.wsgi [req-00e1be1e-36d0-4f8f-8d08-891be8535937 None] (29190) accepted ('192.168.0.7', 48102) > >2014-07-21 23:45:05.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35946) > >2014-07-21 23:45:07.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43725) > >2014-07-21 23:45:07.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48154) > >2014-07-21 23:45:09.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35997) > >2014-07-21 23:45:11.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43781) > >2014-07-21 23:45:11.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48206) > >2014-07-21 23:45:13.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36048) > >2014-07-21 23:45:14.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:15.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43833) > >2014-07-21 23:45:15.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48260) > >2014-07-21 23:45:17.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36100) > >2014-07-21 23:45:19.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43885) > >2014-07-21 23:45:19.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48312) > >2014-07-21 23:45:20.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:21.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36151) > >2014-07-21 23:45:23.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43936) > >2014-07-21 23:45:23.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48368) > >2014-07-21 23:45:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:25.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36203) > >2014-07-21 23:45:27.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43988) > >2014-07-21 23:45:27.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48421) > >2014-07-21 23:45:29.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36258) > >2014-07-21 23:45:31.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44039) > >2014-07-21 23:45:31.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48472) > >2014-07-21 23:45:33.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:33.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36309) > >2014-07-21 23:45:35.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44091) > >2014-07-21 23:45:35.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48525) > >2014-07-21 23:45:37.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36360) > >2014-07-21 23:45:39.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44154) > >2014-07-21 23:45:39.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48585) > >2014-07-21 23:45:41.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36416) > >2014-07-21 23:45:43.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44215) > >2014-07-21 23:45:43.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48640) > >2014-07-21 23:45:44.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:46.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36466) > >2014-07-21 23:45:47.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44268) > >2014-07-21 23:45:47.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48692) > >2014-07-21 23:45:49.867 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:45:49.867 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:45:49.867 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:45:49.885 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:45:50.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36520) > >2014-07-21 23:45:50.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:51.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44320) > >2014-07-21 23:45:51.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48749) > >2014-07-21 23:45:54.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36585) > >2014-07-21 23:45:55.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:45:55.440 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 44378) > >2014-07-21 23:45:55.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48808) > >2014-07-21 23:45:58.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36639) > >2014-07-21 23:45:59.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44434) > >2014-07-21 23:45:59.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48860) > >2014-07-21 23:46:02.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36694) > >2014-07-21 23:46:03.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44490) > >2014-07-21 23:46:03.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:03.930 29190 INFO neutron.wsgi [req-4d25bbce-43a1-4487-aa19-ce60dc3bd016 None] (29190) accepted ('192.168.0.7', 48912) > >2014-07-21 23:46:06.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36753) > >2014-07-21 23:46:07.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44557) > >2014-07-21 23:46:07.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48965) > >2014-07-21 23:46:10.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36816) > >2014-07-21 23:46:11.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44621) > >2014-07-21 23:46:11.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49019) > >2014-07-21 23:46:14.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36876) > >2014-07-21 23:46:14.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:15.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44683) > >2014-07-21 23:46:15.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49073) > >2014-07-21 23:46:18.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36934) > >2014-07-21 23:46:19.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44755) > >2014-07-21 23:46:19.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49125) > >2014-07-21 23:46:20.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:22.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36997) > >2014-07-21 23:46:23.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44829) > >2014-07-21 23:46:23.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49180) > >2014-07-21 23:46:25.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:26.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37061) > >2014-07-21 23:46:27.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44884) > >2014-07-21 23:46:27.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49233) > >2014-07-21 23:46:30.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37121) > >2014-07-21 23:46:31.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44938) > >2014-07-21 23:46:31.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49285) > >2014-07-21 23:46:33.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:34.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37190) > >2014-07-21 23:46:35.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44993) > >2014-07-21 23:46:35.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49339) > >2014-07-21 23:46:38.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37247) > >2014-07-21 23:46:39.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45044) > >2014-07-21 23:46:39.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49390) > >2014-07-21 23:46:42.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37300) > >2014-07-21 23:46:43.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45096) > >2014-07-21 23:46:43.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49441) > >2014-07-21 23:46:44.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:46.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37355) > >2014-07-21 23:46:47.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45151) > >2014-07-21 23:46:47.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49495) > >2014-07-21 23:46:50.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37413) > >2014-07-21 23:46:50.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:51.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45206) > >2014-07-21 23:46:51.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49550) > >2014-07-21 23:46:54.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37465) > >2014-07-21 23:46:55.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:46:55.561 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 45261) > >2014-07-21 23:46:55.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49604) > >2014-07-21 23:46:58.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37516) > >2014-07-21 23:46:59.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45313) > >2014-07-21 23:46:59.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49655) > >2014-07-21 23:47:02.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37567) > >2014-07-21 23:47:03.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45364) > >2014-07-21 23:47:03.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:03.963 29190 INFO neutron.wsgi [req-eac3b846-c678-4d2e-8266-569ac2c81da4 None] (29190) accepted ('192.168.0.7', 49706) > >2014-07-21 23:47:06.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37618) > >2014-07-21 23:47:07.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45416) > >2014-07-21 23:47:07.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49758) > >2014-07-21 23:47:10.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37669) > >2014-07-21 23:47:11.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45474) > >2014-07-21 23:47:11.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49810) > >2014-07-21 23:47:14.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37720) > >2014-07-21 23:47:14.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:15.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45526) > >2014-07-21 23:47:15.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49864) > >2014-07-21 23:47:18.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37771) > >2014-07-21 23:47:19.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45578) > >2014-07-21 23:47:19.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49916) > >2014-07-21 23:47:20.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:22.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37822) > >2014-07-21 23:47:23.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45631) > >2014-07-21 23:47:23.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49972) > >2014-07-21 23:47:25.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:26.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37873) > >2014-07-21 23:47:27.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45684) > >2014-07-21 23:47:27.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50025) > >2014-07-21 23:47:30.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37924) > >2014-07-21 23:47:31.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45734) > >2014-07-21 23:47:31.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50076) > >2014-07-21 23:47:33.847 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:34.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37975) > >2014-07-21 23:47:35.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45790) > >2014-07-21 23:47:35.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50131) > >2014-07-21 23:47:38.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38026) > >2014-07-21 23:47:39.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45841) > >2014-07-21 23:47:39.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50185) > >2014-07-21 23:47:42.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38077) > >2014-07-21 23:47:43.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45893) > >2014-07-21 23:47:43.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50240) > >2014-07-21 23:47:44.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:46.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38128) > >2014-07-21 23:47:47.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45945) > >2014-07-21 23:47:47.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50292) > >2014-07-21 23:47:49.887 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:47:49.887 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:47:49.888 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:47:49.900 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:47:50.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38181) > >2014-07-21 23:47:50.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:51.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45997) > >2014-07-21 23:47:51.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50349) > >2014-07-21 23:47:54.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38234) > >2014-07-21 23:47:55.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:47:55.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46049) > >2014-07-21 23:47:55.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50402) > >2014-07-21 23:47:58.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38285) > >2014-07-21 23:47:59.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46100) > >2014-07-21 23:47:59.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50453) > >2014-07-21 23:48:02.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38336) > >2014-07-21 23:48:03.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46152) > >2014-07-21 23:48:03.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:03.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50506) > >2014-07-21 23:48:06.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38387) > >2014-07-21 23:48:07.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46204) > >2014-07-21 23:48:08.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50559) > >2014-07-21 23:48:10.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38439) > >2014-07-21 23:48:11.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46258) > >2014-07-21 23:48:12.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50613) > >2014-07-21 23:48:14.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38490) > >2014-07-21 23:48:14.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:15.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46310) > >2014-07-21 23:48:16.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50665) > >2014-07-21 23:48:18.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38541) > >2014-07-21 23:48:19.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46361) > >2014-07-21 23:48:20.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50719) > >2014-07-21 23:48:20.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:22.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38592) > >2014-07-21 23:48:23.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46415) > >2014-07-21 23:48:24.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50772) > >2014-07-21 23:48:25.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:26.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38643) > >2014-07-21 23:48:27.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46467) > >2014-07-21 23:48:28.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50824) > >2014-07-21 23:48:30.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38694) > >2014-07-21 23:48:31.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46518) > >2014-07-21 23:48:32.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50875) > >2014-07-21 23:48:33.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:34.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38748) > >2014-07-21 23:48:35.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46570) > >2014-07-21 23:48:36.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50930) > >2014-07-21 23:48:38.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38799) > >2014-07-21 23:48:39.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46621) > >2014-07-21 23:48:40.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50981) > >2014-07-21 23:48:42.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38850) > >2014-07-21 23:48:43.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46674) > >2014-07-21 23:48:44.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51034) > >2014-07-21 23:48:44.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:46.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38901) > >2014-07-21 23:48:47.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46727) > >2014-07-21 23:48:48.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51088) > >2014-07-21 23:48:50.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38952) > >2014-07-21 23:48:50.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:51.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46781) > >2014-07-21 23:48:52.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51144) > >2014-07-21 23:48:54.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39004) > >2014-07-21 23:48:55.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:48:55.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46834) > >2014-07-21 23:48:56.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51199) > >2014-07-21 23:48:58.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39055) > >2014-07-21 23:48:59.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46883) > >2014-07-21 23:49:00.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51250) > >2014-07-21 23:49:02.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39106) > >2014-07-21 23:49:03.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46935) > >2014-07-21 23:49:03.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:04.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51302) > >2014-07-21 23:49:06.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39156) > >2014-07-21 23:49:07.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46987) > >2014-07-21 23:49:08.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51354) > >2014-07-21 23:49:10.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39207) > >2014-07-21 23:49:11.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47039) > >2014-07-21 23:49:12.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51406) > >2014-07-21 23:49:14.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39258) > >2014-07-21 23:49:14.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:15.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47092) > >2014-07-21 23:49:16.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51460) > >2014-07-21 23:49:18.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39309) > >2014-07-21 23:49:19.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47143) > >2014-07-21 23:49:20.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51511) > >2014-07-21 23:49:20.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:22.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39360) > >2014-07-21 23:49:23.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47196) > >2014-07-21 23:49:24.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51568) > >2014-07-21 23:49:25.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:26.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39411) > >2014-07-21 23:49:27.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47249) > >2014-07-21 23:49:28.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51621) > >2014-07-21 23:49:30.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39462) > >2014-07-21 23:49:31.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47300) > >2014-07-21 23:49:32.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51672) > >2014-07-21 23:49:33.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:34.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39513) > >2014-07-21 23:49:35.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47354) > >2014-07-21 23:49:36.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51726) > >2014-07-21 23:49:38.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39564) > >2014-07-21 23:49:39.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47405) > >2014-07-21 23:49:40.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51780) > >2014-07-21 23:49:42.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39615) > >2014-07-21 23:49:43.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47458) > >2014-07-21 23:49:44.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51835) > >2014-07-21 23:49:44.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:46.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39666) > >2014-07-21 23:49:47.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47510) > >2014-07-21 23:49:48.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51887) > >2014-07-21 23:49:49.925 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:49:49.925 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:49:49.928 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:49:49.955 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:49:50.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39717) > >2014-07-21 23:49:50.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:51.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47562) > >2014-07-21 23:49:52.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51944) > >2014-07-21 23:49:54.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39772) > >2014-07-21 23:49:55.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:49:55.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47615) > >2014-07-21 23:49:56.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51998) > >2014-07-21 23:49:58.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39823) > >2014-07-21 23:49:59.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47667) > >2014-07-21 23:50:00.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52050) > >2014-07-21 23:50:02.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39874) > >2014-07-21 23:50:03.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47719) > >2014-07-21 23:50:03.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:04.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52103) > >2014-07-21 23:50:06.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39925) > >2014-07-21 23:50:07.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47771) > >2014-07-21 23:50:08.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52155) > >2014-07-21 23:50:10.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39977) > >2014-07-21 23:50:11.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47824) > >2014-07-21 23:50:12.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52209) > >2014-07-21 23:50:14.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40028) > >2014-07-21 23:50:14.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:15.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47876) > >2014-07-21 23:50:16.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52261) > >2014-07-21 23:50:18.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40079) > >2014-07-21 23:50:19.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47928) > >2014-07-21 23:50:20.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52315) > >2014-07-21 23:50:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:22.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40130) > >2014-07-21 23:50:23.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47982) > >2014-07-21 23:50:24.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52369) > >2014-07-21 23:50:25.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:26.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40181) > >2014-07-21 23:50:27.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48034) > >2014-07-21 23:50:28.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52422) > >2014-07-21 23:50:30.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40233) > >2014-07-21 23:50:31.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48085) > >2014-07-21 23:50:32.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52473) > >2014-07-21 23:50:33.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:34.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40288) > >2014-07-21 23:50:35.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48137) > >2014-07-21 23:50:36.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52528) > >2014-07-21 23:50:38.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40339) > >2014-07-21 23:50:39.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48189) > >2014-07-21 23:50:40.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52579) > >2014-07-21 23:50:42.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40390) > >2014-07-21 23:50:43.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48242) > >2014-07-21 23:50:44.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52632) > >2014-07-21 23:50:44.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:46.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40441) > >2014-07-21 23:50:47.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48295) > >2014-07-21 23:50:48.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52685) > >2014-07-21 23:50:50.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40492) > >2014-07-21 23:50:50.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:51.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48349) > >2014-07-21 23:50:52.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52742) > >2014-07-21 23:50:54.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40544) > >2014-07-21 23:50:55.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:50:55.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48401) > >2014-07-21 23:50:56.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52796) > >2014-07-21 23:50:58.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40595) > >2014-07-21 23:50:59.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48452) > >2014-07-21 23:51:00.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52847) > >2014-07-21 23:51:02.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40645) > >2014-07-21 23:51:03.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48503) > >2014-07-21 23:51:03.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:04.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52899) > >2014-07-21 23:51:06.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40696) > >2014-07-21 23:51:07.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48555) > >2014-07-21 23:51:08.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52951) > >2014-07-21 23:51:10.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40747) > >2014-07-21 23:51:11.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48606) > >2014-07-21 23:51:12.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53002) > >2014-07-21 23:51:14.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40798) > >2014-07-21 23:51:14.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:15.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48658) > >2014-07-21 23:51:16.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53056) > >2014-07-21 23:51:18.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40849) > >2014-07-21 23:51:19.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48709) > >2014-07-21 23:51:20.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53107) > >2014-07-21 23:51:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:22.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40900) > >2014-07-21 23:51:23.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48762) > >2014-07-21 23:51:24.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53164) > >2014-07-21 23:51:25.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:26.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40951) > >2014-07-21 23:51:27.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48815) > >2014-07-21 23:51:28.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53217) > >2014-07-21 23:51:30.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41002) > >2014-07-21 23:51:31.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48866) > >2014-07-21 23:51:32.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53268) > >2014-07-21 23:51:33.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:34.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41053) > >2014-07-21 23:51:35.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48920) > >2014-07-21 23:51:36.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53324) > >2014-07-21 23:51:38.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41104) > >2014-07-21 23:51:39.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48971) > >2014-07-21 23:51:40.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53375) > >2014-07-21 23:51:42.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41155) > >2014-07-21 23:51:43.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49023) > >2014-07-21 23:51:44.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53429) > >2014-07-21 23:51:44.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:46.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41206) > >2014-07-21 23:51:47.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49076) > >2014-07-21 23:51:48.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53482) > >2014-07-21 23:51:49.957 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:51:49.957 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:51:49.957 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:51:49.971 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:51:50.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41257) > >2014-07-21 23:51:50.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:51.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49128) > >2014-07-21 23:51:52.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53539) > >2014-07-21 23:51:54.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41312) > >2014-07-21 23:51:55.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:51:55.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49181) > >2014-07-21 23:51:56.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53593) > >2014-07-21 23:51:58.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41363) > >2014-07-21 23:51:59.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49233) > >2014-07-21 23:52:00.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53645) > >2014-07-21 23:52:02.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41414) > >2014-07-21 23:52:03.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49285) > >2014-07-21 23:52:03.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:04.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53698) > >2014-07-21 23:52:06.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41465) > >2014-07-21 23:52:07.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49337) > >2014-07-21 23:52:08.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53750) > >2014-07-21 23:52:10.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41517) > >2014-07-21 23:52:11.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49389) > >2014-07-21 23:52:12.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53804) > >2014-07-21 23:52:14.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41568) > >2014-07-21 23:52:14.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:15.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49441) > >2014-07-21 23:52:16.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53856) > >2014-07-21 23:52:18.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41619) > >2014-07-21 23:52:19.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49494) > >2014-07-21 23:52:20.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53911) > >2014-07-21 23:52:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:22.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41670) > >2014-07-21 23:52:23.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49549) > >2014-07-21 23:52:24.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53966) > >2014-07-21 23:52:25.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:26.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41721) > >2014-07-21 23:52:27.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49601) > >2014-07-21 23:52:28.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54018) > >2014-07-21 23:52:30.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41773) > >2014-07-21 23:52:31.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49652) > >2014-07-21 23:52:32.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54070) > >2014-07-21 23:52:34.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:34.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41826) > >2014-07-21 23:52:35.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49705) > >2014-07-21 23:52:36.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54125) > >2014-07-21 23:52:38.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41878) > >2014-07-21 23:52:39.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49756) > >2014-07-21 23:52:40.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54176) > >2014-07-21 23:52:42.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41929) > >2014-07-21 23:52:43.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49808) > >2014-07-21 23:52:44.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54228) > >2014-07-21 23:52:44.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:46.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41980) > >2014-07-21 23:52:47.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49859) > >2014-07-21 23:52:48.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54280) > >2014-07-21 23:52:50.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42031) > >2014-07-21 23:52:50.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:51.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49913) > >2014-07-21 23:52:52.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54334) > >2014-07-21 23:52:54.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42083) > >2014-07-21 23:52:55.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:52:55.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49965) > >2014-07-21 23:52:56.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54389) > >2014-07-21 23:52:58.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42134) > >2014-07-21 23:52:59.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50016) > >2014-07-21 23:53:00.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54442) > >2014-07-21 23:53:02.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42185) > >2014-07-21 23:53:03.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50068) > >2014-07-21 23:53:04.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:04.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54494) > >2014-07-21 23:53:06.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42236) > >2014-07-21 23:53:07.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50120) > >2014-07-21 23:53:08.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54547) > >2014-07-21 23:53:10.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42287) > >2014-07-21 23:53:11.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50171) > >2014-07-21 23:53:12.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54599) > >2014-07-21 23:53:14.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42339) > >2014-07-21 23:53:14.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:15.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50224) > >2014-07-21 23:53:16.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54653) > >2014-07-21 23:53:18.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42390) > >2014-07-21 23:53:19.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50275) > >2014-07-21 23:53:20.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54704) > >2014-07-21 23:53:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:22.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42441) > >2014-07-21 23:53:23.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50328) > >2014-07-21 23:53:24.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54761) > >2014-07-21 23:53:25.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:26.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42492) > >2014-07-21 23:53:27.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50381) > >2014-07-21 23:53:28.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54814) > >2014-07-21 23:53:30.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42543) > >2014-07-21 23:53:31.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50432) > >2014-07-21 23:53:32.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54865) > >2014-07-21 23:53:34.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:34.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42594) > >2014-07-21 23:53:35.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50486) > >2014-07-21 23:53:36.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54919) > >2014-07-21 23:53:38.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42645) > >2014-07-21 23:53:39.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50537) > >2014-07-21 23:53:40.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54973) > >2014-07-21 23:53:42.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42696) > >2014-07-21 23:53:43.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50589) > >2014-07-21 23:53:44.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55027) > >2014-07-21 23:53:44.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:46.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42747) > >2014-07-21 23:53:47.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50642) > >2014-07-21 23:53:48.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55080) > >2014-07-21 23:53:49.974 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:53:49.974 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:53:49.975 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:53:49.991 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:53:50.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42798) > >2014-07-21 23:53:50.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:51.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50694) > >2014-07-21 23:53:52.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55136) > >2014-07-21 23:53:54.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42853) > >2014-07-21 23:53:55.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:53:55.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50747) > >2014-07-21 23:53:56.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55190) > >2014-07-21 23:53:58.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42904) > >2014-07-21 23:53:59.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50799) > >2014-07-21 23:54:00.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55242) > >2014-07-21 23:54:02.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42955) > >2014-07-21 23:54:03.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50850) > >2014-07-21 23:54:04.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:04.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55294) > >2014-07-21 23:54:06.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43006) > >2014-07-21 23:54:07.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50902) > >2014-07-21 23:54:08.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55346) > >2014-07-21 23:54:10.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43058) > >2014-07-21 23:54:11.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50954) > >2014-07-21 23:54:12.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55400) > >2014-07-21 23:54:14.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43109) > >2014-07-21 23:54:14.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:15.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51007) > >2014-07-21 23:54:16.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55452) > >2014-07-21 23:54:18.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43160) > >2014-07-21 23:54:19.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51059) > >2014-07-21 23:54:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55507) > >2014-07-21 23:54:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:22.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43210) > >2014-07-21 23:54:23.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51113) > >2014-07-21 23:54:24.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55560) > >2014-07-21 23:54:25.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:26.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43261) > >2014-07-21 23:54:27.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51165) > >2014-07-21 23:54:28.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55612) > >2014-07-21 23:54:30.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43313) > >2014-07-21 23:54:31.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51216) > >2014-07-21 23:54:32.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55664) > >2014-07-21 23:54:34.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:34.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43366) > >2014-07-21 23:54:35.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51268) > >2014-07-21 23:54:36.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55719) > >2014-07-21 23:54:38.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43418) > >2014-07-21 23:54:39.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51319) > >2014-07-21 23:54:40.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55770) > >2014-07-21 23:54:42.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43469) > >2014-07-21 23:54:43.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51372) > >2014-07-21 23:54:44.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55823) > >2014-07-21 23:54:44.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:46.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43520) > >2014-07-21 23:54:47.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51424) > >2014-07-21 23:54:48.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55875) > >2014-07-21 23:54:50.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43571) > >2014-07-21 23:54:50.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:51.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51478) > >2014-07-21 23:54:52.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55929) > >2014-07-21 23:54:54.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43622) > >2014-07-21 23:54:55.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:54:55.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51531) > >2014-07-21 23:54:56.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55985) > >2014-07-21 23:54:58.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43673) > >2014-07-21 23:54:59.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51582) > >2014-07-21 23:55:00.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56038) > >2014-07-21 23:55:02.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43724) > >2014-07-21 23:55:03.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51634) > >2014-07-21 23:55:04.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:04.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56090) > >2014-07-21 23:55:06.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43775) > >2014-07-21 23:55:07.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51686) > >2014-07-21 23:55:08.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56142) > >2014-07-21 23:55:10.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43826) > >2014-07-21 23:55:11.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51738) > >2014-07-21 23:55:12.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56194) > >2014-07-21 23:55:14.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43877) > >2014-07-21 23:55:14.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:15.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51791) > >2014-07-21 23:55:16.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56249) > >2014-07-21 23:55:18.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43928) > >2014-07-21 23:55:19.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51842) > >2014-07-21 23:55:20.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56300) > >2014-07-21 23:55:20.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:22.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43979) > >2014-07-21 23:55:23.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51894) > >2014-07-21 23:55:24.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56353) > >2014-07-21 23:55:25.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:26.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44030) > >2014-07-21 23:55:27.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51948) > >2014-07-21 23:55:28.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56410) > >2014-07-21 23:55:30.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44081) > >2014-07-21 23:55:31.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51999) > >2014-07-21 23:55:32.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56461) > >2014-07-21 23:55:34.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:34.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44132) > >2014-07-21 23:55:35.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52053) > >2014-07-21 23:55:36.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56515) > >2014-07-21 23:55:38.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44183) > >2014-07-21 23:55:39.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52104) > >2014-07-21 23:55:40.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56569) > >2014-07-21 23:55:42.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44234) > >2014-07-21 23:55:43.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52156) > >2014-07-21 23:55:44.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56623) > >2014-07-21 23:55:44.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:46.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44285) > >2014-07-21 23:55:47.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52209) > >2014-07-21 23:55:48.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56676) > >2014-07-21 23:55:49.994 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:55:49.994 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:55:49.995 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:55:50.012 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:55:50.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44336) > >2014-07-21 23:55:50.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:51.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52262) > >2014-07-21 23:55:52.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56733) > >2014-07-21 23:55:54.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44391) > >2014-07-21 23:55:55.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:55:55.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52315) > >2014-07-21 23:55:56.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56788) > >2014-07-21 23:55:58.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44442) > >2014-07-21 23:55:59.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52366) > >2014-07-21 23:56:00.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56839) > >2014-07-21 23:56:02.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44493) > >2014-07-21 23:56:03.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52418) > >2014-07-21 23:56:04.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:04.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56891) > >2014-07-21 23:56:06.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44544) > >2014-07-21 23:56:07.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52470) > >2014-07-21 23:56:08.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56944) > >2014-07-21 23:56:10.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44596) > >2014-07-21 23:56:11.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52522) > >2014-07-21 23:56:12.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56997) > >2014-07-21 23:56:14.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44647) > >2014-07-21 23:56:14.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:15.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52575) > >2014-07-21 23:56:16.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57050) > >2014-07-21 23:56:18.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44698) > >2014-07-21 23:56:19.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52627) > >2014-07-21 23:56:20.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57103) > >2014-07-21 23:56:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:22.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44749) > >2014-07-21 23:56:23.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52681) > >2014-07-21 23:56:24.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57158) > >2014-07-21 23:56:25.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:26.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44800) > >2014-07-21 23:56:27.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52733) > >2014-07-21 23:56:28.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57210) > >2014-07-21 23:56:30.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44851) > >2014-07-21 23:56:31.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52784) > >2014-07-21 23:56:32.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57262) > >2014-07-21 23:56:34.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:34.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44905) > >2014-07-21 23:56:35.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52836) > >2014-07-21 23:56:36.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57316) > >2014-07-21 23:56:38.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44957) > >2014-07-21 23:56:39.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52887) > >2014-07-21 23:56:40.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57368) > >2014-07-21 23:56:42.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45008) > >2014-07-21 23:56:43.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52940) > >2014-07-21 23:56:44.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57421) > >2014-07-21 23:56:44.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:46.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45059) > >2014-07-21 23:56:47.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52992) > >2014-07-21 23:56:48.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57473) > >2014-07-21 23:56:50.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45110) > >2014-07-21 23:56:50.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:51.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53045) > >2014-07-21 23:56:52.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57528) > >2014-07-21 23:56:54.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45160) > >2014-07-21 23:56:55.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:56:55.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53099) > >2014-07-21 23:56:56.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57584) > >2014-07-21 23:56:58.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45212) > >2014-07-21 23:56:59.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53151) > >2014-07-21 23:57:00.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57638) > >2014-07-21 23:57:02.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45263) > >2014-07-21 23:57:03.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53203) > >2014-07-21 23:57:04.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:04.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57690) > >2014-07-21 23:57:06.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45314) > >2014-07-21 23:57:07.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53255) > >2014-07-21 23:57:08.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57742) > >2014-07-21 23:57:10.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45365) > >2014-07-21 23:57:11.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53306) > >2014-07-21 23:57:12.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57793) > >2014-07-21 23:57:14.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45416) > >2014-07-21 23:57:14.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:15.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53359) > >2014-07-21 23:57:16.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57848) > >2014-07-21 23:57:18.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45467) > >2014-07-21 23:57:19.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53410) > >2014-07-21 23:57:20.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57899) > >2014-07-21 23:57:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:22.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45518) > >2014-07-21 23:57:23.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53462) > >2014-07-21 23:57:24.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57951) > >2014-07-21 23:57:25.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:26.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45569) > >2014-07-21 23:57:27.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53515) > >2014-07-21 23:57:28.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58009) > >2014-07-21 23:57:30.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45620) > >2014-07-21 23:57:31.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53567) > >2014-07-21 23:57:32.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58061) > >2014-07-21 23:57:34.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:34.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45671) > >2014-07-21 23:57:35.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53621) > >2014-07-21 23:57:36.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58117) > >2014-07-21 23:57:38.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45722) > >2014-07-21 23:57:39.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53672) > >2014-07-21 23:57:40.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58169) > >2014-07-21 23:57:42.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45773) > >2014-07-21 23:57:43.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53723) > >2014-07-21 23:57:44.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58221) > >2014-07-21 23:57:44.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:46.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45824) > >2014-07-21 23:57:47.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53776) > >2014-07-21 23:57:48.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58274) > >2014-07-21 23:57:50.015 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:57:50.015 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:57:50.016 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:57:50.029 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:57:50.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45875) > >2014-07-21 23:57:50.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:51.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53828) > >2014-07-21 23:57:52.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58328) > >2014-07-21 23:57:54.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45930) > >2014-07-21 23:57:55.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:57:55.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53880) > >2014-07-21 23:57:56.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58384) > >2014-07-21 23:57:58.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45981) > >2014-07-21 23:58:00.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53930) > >2014-07-21 23:58:00.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58435) > >2014-07-21 23:58:02.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46032) > >2014-07-21 23:58:04.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53982) > >2014-07-21 23:58:04.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:04.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58487) > >2014-07-21 23:58:06.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46083) > >2014-07-21 23:58:08.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54034) > >2014-07-21 23:58:08.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58540) > >2014-07-21 23:58:10.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46135) > >2014-07-21 23:58:12.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54086) > >2014-07-21 23:58:12.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58593) > >2014-07-21 23:58:14.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46186) > >2014-07-21 23:58:14.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:16.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54139) > >2014-07-21 23:58:16.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58646) > >2014-07-21 23:58:18.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46237) > >2014-07-21 23:58:20.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54191) > >2014-07-21 23:58:20.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58699) > >2014-07-21 23:58:20.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:22.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46288) > >2014-07-21 23:58:24.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54245) > >2014-07-21 23:58:24.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58754) > >2014-07-21 23:58:25.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:26.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46339) > >2014-07-21 23:58:28.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54297) > >2014-07-21 23:58:28.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58806) > >2014-07-21 23:58:30.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46390) > >2014-07-21 23:58:32.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54348) > >2014-07-21 23:58:32.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58858) > >2014-07-21 23:58:34.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:34.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46444) > >2014-07-21 23:58:36.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54399) > >2014-07-21 23:58:36.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58912) > >2014-07-21 23:58:38.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46496) > >2014-07-21 23:58:40.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54450) > >2014-07-21 23:58:40.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58964) > >2014-07-21 23:58:42.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46547) > >2014-07-21 23:58:44.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54502) > >2014-07-21 23:58:44.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59016) > >2014-07-21 23:58:44.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:46.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46598) > >2014-07-21 23:58:48.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54555) > >2014-07-21 23:58:48.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59069) > >2014-07-21 23:58:50.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46649) > >2014-07-21 23:58:50.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:52.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54608) > >2014-07-21 23:58:52.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59122) > >2014-07-21 23:58:54.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46700) > >2014-07-21 23:58:55.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:58:56.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54662) > >2014-07-21 23:58:56.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59179) > >2014-07-21 23:58:58.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46752) > >2014-07-21 23:59:00.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54714) > >2014-07-21 23:59:00.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59233) > >2014-07-21 23:59:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46803) > >2014-07-21 23:59:04.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54766) > >2014-07-21 23:59:04.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:04.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59285) > >2014-07-21 23:59:06.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46854) > >2014-07-21 23:59:08.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54818) > >2014-07-21 23:59:08.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59337) > >2014-07-21 23:59:10.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46905) > >2014-07-21 23:59:12.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54869) > >2014-07-21 23:59:12.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59388) > >2014-07-21 23:59:14.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46956) > >2014-07-21 23:59:14.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:16.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54922) > >2014-07-21 23:59:16.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59441) > >2014-07-21 23:59:18.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47007) > >2014-07-21 23:59:20.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54973) > >2014-07-21 23:59:20.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59494) > >2014-07-21 23:59:20.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:22.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47058) > >2014-07-21 23:59:24.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55025) > >2014-07-21 23:59:24.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59546) > >2014-07-21 23:59:25.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:26.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47109) > >2014-07-21 23:59:28.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55078) > >2014-07-21 23:59:28.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59603) > >2014-07-21 23:59:30.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47160) > >2014-07-21 23:59:32.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55130) > >2014-07-21 23:59:32.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59654) > >2014-07-21 23:59:34.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:34.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47211) > >2014-07-21 23:59:36.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55184) > >2014-07-21 23:59:36.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59710) > >2014-07-21 23:59:38.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47262) > >2014-07-21 23:59:40.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55236) > >2014-07-21 23:59:40.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59762) > >2014-07-21 23:59:42.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47313) > >2014-07-21 23:59:44.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55288) > >2014-07-21 23:59:44.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59815) > >2014-07-21 23:59:44.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:46.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47364) > >2014-07-21 23:59:48.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55341) > >2014-07-21 23:59:48.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59868) > >2014-07-21 23:59:50.031 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-21 23:59:50.031 29190 TRACE neutron.openstack.common.rpc.common >2014-07-21 23:59:50.032 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-21 23:59:50.044 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-21 23:59:50.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47415) > >2014-07-21 23:59:50.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:52.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55392) > >2014-07-21 23:59:52.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59923) > >2014-07-21 23:59:54.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47469) > >2014-07-21 23:59:55.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-21 23:59:56.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55445) > >2014-07-21 23:59:56.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59980) > >2014-07-21 23:59:58.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47521) > >2014-07-22 00:00:00.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55496) > >2014-07-22 00:00:00.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60031) > >2014-07-22 00:00:02.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47573) > >2014-07-22 00:00:04.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55548) > >2014-07-22 00:00:04.322 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:04.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60083) > >2014-07-22 00:00:06.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47623) > >2014-07-22 00:00:08.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55600) > >2014-07-22 00:00:08.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60136) > >2014-07-22 00:00:10.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47675) > >2014-07-22 00:00:12.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55653) > >2014-07-22 00:00:12.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60190) > >2014-07-22 00:00:14.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47726) > >2014-07-22 00:00:14.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:16.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55706) > >2014-07-22 00:00:16.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60243) > >2014-07-22 00:00:18.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47777) > >2014-07-22 00:00:20.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55758) > >2014-07-22 00:00:20.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60296) > >2014-07-22 00:00:20.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:22.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47828) > >2014-07-22 00:00:24.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55812) > >2014-07-22 00:00:24.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60351) > >2014-07-22 00:00:25.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:26.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47879) > >2014-07-22 00:00:28.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55864) > >2014-07-22 00:00:28.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60403) > >2014-07-22 00:00:30.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47930) > >2014-07-22 00:00:32.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55915) > >2014-07-22 00:00:32.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60454) > >2014-07-22 00:00:34.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:34.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47983) > >2014-07-22 00:00:36.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55967) > >2014-07-22 00:00:36.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60509) > >2014-07-22 00:00:38.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48034) > >2014-07-22 00:00:40.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56018) > >2014-07-22 00:00:40.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60561) > >2014-07-22 00:00:42.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48086) > >2014-07-22 00:00:44.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56070) > >2014-07-22 00:00:44.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60613) > >2014-07-22 00:00:44.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:46.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48137) > >2014-07-22 00:00:48.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56123) > >2014-07-22 00:00:48.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60666) > >2014-07-22 00:00:50.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48188) > >2014-07-22 00:00:50.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:52.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56177) > >2014-07-22 00:00:52.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60720) > >2014-07-22 00:00:54.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48239) > >2014-07-22 00:00:55.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:00:56.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56231) > >2014-07-22 00:00:56.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60774) > >2014-07-22 00:00:58.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48291) > >2014-07-22 00:01:00.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56282) > >2014-07-22 00:01:00.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60828) > >2014-07-22 00:01:02.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48342) > >2014-07-22 00:01:04.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56333) > >2014-07-22 00:01:04.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:04.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60881) > >2014-07-22 00:01:06.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48393) > >2014-07-22 00:01:08.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56385) > >2014-07-22 00:01:08.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60933) > >2014-07-22 00:01:10.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48444) > >2014-07-22 00:01:12.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56436) > >2014-07-22 00:01:12.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60984) > >2014-07-22 00:01:14.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48495) > >2014-07-22 00:01:14.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:16.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56488) > >2014-07-22 00:01:16.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32803) > >2014-07-22 00:01:18.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48546) > >2014-07-22 00:01:20.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56539) > >2014-07-22 00:01:20.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32856) > >2014-07-22 00:01:20.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:22.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48597) > >2014-07-22 00:01:24.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56591) > >2014-07-22 00:01:24.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32908) > >2014-07-22 00:01:25.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:26.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48648) > >2014-07-22 00:01:28.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56644) > >2014-07-22 00:01:28.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32965) > >2014-07-22 00:01:30.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48699) > >2014-07-22 00:01:32.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56696) > >2014-07-22 00:01:32.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33017) > >2014-07-22 00:01:34.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:34.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48750) > >2014-07-22 00:01:36.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56750) > >2014-07-22 00:01:36.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33071) > >2014-07-22 00:01:38.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48801) > >2014-07-22 00:01:40.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56801) > >2014-07-22 00:01:40.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33125) > >2014-07-22 00:01:42.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48852) > >2014-07-22 00:01:44.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56853) > >2014-07-22 00:01:44.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33179) > >2014-07-22 00:01:44.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:46.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48903) > >2014-07-22 00:01:48.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56906) > >2014-07-22 00:01:48.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33232) > >2014-07-22 00:01:50.045 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:01:50.045 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:01:50.046 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:01:50.058 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:01:50.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48954) > >2014-07-22 00:01:50.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:52.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56958) > >2014-07-22 00:01:52.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33286) > >2014-07-22 00:01:54.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49007) > >2014-07-22 00:01:55.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:01:56.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57011) > >2014-07-22 00:01:56.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33343) > >2014-07-22 00:01:58.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49060) > >2014-07-22 00:02:00.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57062) > >2014-07-22 00:02:00.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33394) > >2014-07-22 00:02:02.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49111) > >2014-07-22 00:02:04.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57114) > >2014-07-22 00:02:04.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:04.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33446) > >2014-07-22 00:02:06.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49162) > >2014-07-22 00:02:08.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57166) > >2014-07-22 00:02:08.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33499) > >2014-07-22 00:02:10.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49214) > >2014-07-22 00:02:12.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57218) > >2014-07-22 00:02:12.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33553) > >2014-07-22 00:02:14.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49265) > >2014-07-22 00:02:14.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:16.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57272) > >2014-07-22 00:02:16.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33606) > >2014-07-22 00:02:18.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49316) > >2014-07-22 00:02:20.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57324) > >2014-07-22 00:02:20.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33659) > >2014-07-22 00:02:20.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:22.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49367) > >2014-07-22 00:02:24.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57378) > >2014-07-22 00:02:24.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33714) > >2014-07-22 00:02:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:26.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49418) > >2014-07-22 00:02:28.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57430) > >2014-07-22 00:02:28.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33766) > >2014-07-22 00:02:30.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49469) > >2014-07-22 00:02:32.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57481) > >2014-07-22 00:02:32.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33817) > >2014-07-22 00:02:34.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:34.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49523) > >2014-07-22 00:02:36.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57533) > >2014-07-22 00:02:36.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33872) > >2014-07-22 00:02:38.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49574) > >2014-07-22 00:02:40.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57584) > >2014-07-22 00:02:40.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33924) > >2014-07-22 00:02:42.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49626) > >2014-07-22 00:02:44.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57635) > >2014-07-22 00:02:44.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33975) > >2014-07-22 00:02:44.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:46.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49676) > >2014-07-22 00:02:48.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57688) > >2014-07-22 00:02:48.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34028) > >2014-07-22 00:02:50.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49727) > >2014-07-22 00:02:50.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:52.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57740) > >2014-07-22 00:02:52.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34080) > >2014-07-22 00:02:54.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49778) > >2014-07-22 00:02:55.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:02:56.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57794) > >2014-07-22 00:02:56.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34134) > >2014-07-22 00:02:58.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49830) > >2014-07-22 00:03:00.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57846) > >2014-07-22 00:03:00.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34189) > >2014-07-22 00:03:02.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49881) > >2014-07-22 00:03:04.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57898) > >2014-07-22 00:03:04.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:04.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34243) > >2014-07-22 00:03:06.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49932) > >2014-07-22 00:03:08.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57950) > >2014-07-22 00:03:08.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34295) > >2014-07-22 00:03:10.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49983) > >2014-07-22 00:03:12.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58003) > >2014-07-22 00:03:12.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34346) > >2014-07-22 00:03:14.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:14.965 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.8', 50034) > >2014-07-22 00:03:16.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58056) > >2014-07-22 00:03:16.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34400) > >2014-07-22 00:03:18.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50086) > >2014-07-22 00:03:20.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58107) > >2014-07-22 00:03:20.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34453) > >2014-07-22 00:03:20.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:22.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50137) > >2014-07-22 00:03:24.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58163) > >2014-07-22 00:03:24.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34505) > >2014-07-22 00:03:25.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:26.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50188) > >2014-07-22 00:03:28.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58216) > >2014-07-22 00:03:28.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34562) > >2014-07-22 00:03:30.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50239) > >2014-07-22 00:03:32.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58268) > >2014-07-22 00:03:32.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34614) > >2014-07-22 00:03:34.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:34.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50290) > >2014-07-22 00:03:36.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58322) > >2014-07-22 00:03:36.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34669) > >2014-07-22 00:03:38.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50341) > >2014-07-22 00:03:40.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58373) > >2014-07-22 00:03:40.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34723) > >2014-07-22 00:03:42.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50392) > >2014-07-22 00:03:44.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58424) > >2014-07-22 00:03:44.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34776) > >2014-07-22 00:03:44.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:46.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50443) > >2014-07-22 00:03:48.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58477) > >2014-07-22 00:03:48.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34828) > >2014-07-22 00:03:50.061 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:03:50.061 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:03:50.062 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:03:50.079 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:03:50.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:51.017 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 50494) > >2014-07-22 00:03:52.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58529) > >2014-07-22 00:03:52.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34882) > >2014-07-22 00:03:54.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50547) > >2014-07-22 00:03:55.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:03:56.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58582) > >2014-07-22 00:03:56.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34938) > >2014-07-22 00:03:58.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50600) > >2014-07-22 00:04:00.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58633) > >2014-07-22 00:04:00.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34990) > >2014-07-22 00:04:02.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50651) > >2014-07-22 00:04:04.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58685) > >2014-07-22 00:04:04.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:04.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35042) > >2014-07-22 00:04:06.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50702) > >2014-07-22 00:04:08.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58737) > >2014-07-22 00:04:08.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35094) > >2014-07-22 00:04:10.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50754) > >2014-07-22 00:04:12.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58789) > >2014-07-22 00:04:12.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35149) > >2014-07-22 00:04:14.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:15.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50805) > >2014-07-22 00:04:16.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58844) > >2014-07-22 00:04:16.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35203) > >2014-07-22 00:04:19.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50856) > >2014-07-22 00:04:20.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58896) > >2014-07-22 00:04:20.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35256) > >2014-07-22 00:04:20.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:23.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50907) > >2014-07-22 00:04:24.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58950) > >2014-07-22 00:04:24.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35309) > >2014-07-22 00:04:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:27.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50958) > >2014-07-22 00:04:28.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59002) > >2014-07-22 00:04:28.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35363) > >2014-07-22 00:04:31.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51009) > >2014-07-22 00:04:32.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59053) > >2014-07-22 00:04:32.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35414) > >2014-07-22 00:04:34.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:35.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51063) > >2014-07-22 00:04:36.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59104) > >2014-07-22 00:04:36.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35469) > >2014-07-22 00:04:39.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51114) > >2014-07-22 00:04:40.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59155) > >2014-07-22 00:04:40.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35520) > >2014-07-22 00:04:43.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51166) > >2014-07-22 00:04:44.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59208) > >2014-07-22 00:04:44.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35572) > >2014-07-22 00:04:44.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:47.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51217) > >2014-07-22 00:04:48.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59261) > >2014-07-22 00:04:48.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35625) > >2014-07-22 00:04:50.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:51.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51268) > >2014-07-22 00:04:52.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59316) > >2014-07-22 00:04:52.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35677) > >2014-07-22 00:04:55.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51319) > >2014-07-22 00:04:55.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:04:56.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59370) > >2014-07-22 00:04:56.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35732) > >2014-07-22 00:04:59.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51370) > >2014-07-22 00:05:00.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59422) > >2014-07-22 00:05:00.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35786) > >2014-07-22 00:05:03.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51422) > >2014-07-22 00:05:04.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59474) > >2014-07-22 00:05:04.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:04.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35840) > >2014-07-22 00:05:07.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51473) > >2014-07-22 00:05:08.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59526) > >2014-07-22 00:05:08.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35892) > >2014-07-22 00:05:11.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51524) > >2014-07-22 00:05:12.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59577) > >2014-07-22 00:05:12.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35943) > >2014-07-22 00:05:14.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:15.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51575) > >2014-07-22 00:05:16.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59631) > >2014-07-22 00:05:16.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35996) > >2014-07-22 00:05:19.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51626) > >2014-07-22 00:05:20.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59682) > >2014-07-22 00:05:20.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36049) > >2014-07-22 00:05:20.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:23.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51677) > >2014-07-22 00:05:24.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59734) > >2014-07-22 00:05:24.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36101) > >2014-07-22 00:05:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:27.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51730) > >2014-07-22 00:05:28.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59789) > >2014-07-22 00:05:28.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36158) > >2014-07-22 00:05:31.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51781) > >2014-07-22 00:05:32.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59842) > >2014-07-22 00:05:32.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36211) > >2014-07-22 00:05:34.474 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:35.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51832) > >2014-07-22 00:05:36.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59896) > >2014-07-22 00:05:36.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36265) > >2014-07-22 00:05:39.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51883) > >2014-07-22 00:05:40.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59946) > >2014-07-22 00:05:40.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36318) > >2014-07-22 00:05:43.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51934) > >2014-07-22 00:05:44.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59997) > >2014-07-22 00:05:44.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36372) > >2014-07-22 00:05:44.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:47.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51985) > >2014-07-22 00:05:48.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60050) > >2014-07-22 00:05:48.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36425) > >2014-07-22 00:05:50.082 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:05:50.082 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:05:50.083 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:05:50.095 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:05:50.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:51.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52035) > >2014-07-22 00:05:52.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60102) > >2014-07-22 00:05:52.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36479) > >2014-07-22 00:05:55.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52086) > >2014-07-22 00:05:55.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:05:56.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60154) > >2014-07-22 00:05:56.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36534) > >2014-07-22 00:05:59.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52141) > >2014-07-22 00:06:00.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60205) > >2014-07-22 00:06:00.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36586) > >2014-07-22 00:06:03.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52192) > >2014-07-22 00:06:04.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60259) > >2014-07-22 00:06:04.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:04.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36638) > >2014-07-22 00:06:07.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52242) > >2014-07-22 00:06:08.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60311) > >2014-07-22 00:06:08.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36690) > >2014-07-22 00:06:11.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52294) > >2014-07-22 00:06:12.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60362) > >2014-07-22 00:06:12.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36744) > >2014-07-22 00:06:14.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:15.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52345) > >2014-07-22 00:06:16.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60417) > >2014-07-22 00:06:16.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36799) > >2014-07-22 00:06:19.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52396) > >2014-07-22 00:06:20.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60469) > >2014-07-22 00:06:20.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36852) > >2014-07-22 00:06:20.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:23.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52447) > >2014-07-22 00:06:24.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60523) > >2014-07-22 00:06:24.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36905) > >2014-07-22 00:06:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:27.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52498) > >2014-07-22 00:06:28.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60575) > >2014-07-22 00:06:28.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36959) > >2014-07-22 00:06:31.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52549) > >2014-07-22 00:06:32.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60626) > >2014-07-22 00:06:32.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37010) > >2014-07-22 00:06:34.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:35.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52602) > >2014-07-22 00:06:36.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60678) > >2014-07-22 00:06:36.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37065) > >2014-07-22 00:06:39.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52654) > >2014-07-22 00:06:40.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60729) > >2014-07-22 00:06:40.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37116) > >2014-07-22 00:06:43.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52706) > >2014-07-22 00:06:44.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60780) > >2014-07-22 00:06:44.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37168) > >2014-07-22 00:06:44.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:47.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52757) > >2014-07-22 00:06:48.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60833) > >2014-07-22 00:06:48.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37221) > >2014-07-22 00:06:50.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:51.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52808) > >2014-07-22 00:06:52.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60886) > >2014-07-22 00:06:52.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37273) > >2014-07-22 00:06:55.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52859) > >2014-07-22 00:06:55.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:06:56.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60940) > >2014-07-22 00:06:56.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37327) > >2014-07-22 00:06:59.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52910) > >2014-07-22 00:07:00.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60993) > >2014-07-22 00:07:00.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37383) > >2014-07-22 00:07:03.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52962) > >2014-07-22 00:07:04.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32812) > >2014-07-22 00:07:04.541 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:04.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37437) > >2014-07-22 00:07:07.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53013) > >2014-07-22 00:07:08.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32864) > >2014-07-22 00:07:08.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37489) > >2014-07-22 00:07:11.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53064) > >2014-07-22 00:07:12.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32915) > >2014-07-22 00:07:12.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37540) > >2014-07-22 00:07:14.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:15.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53115) > >2014-07-22 00:07:16.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32968) > >2014-07-22 00:07:16.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37593) > >2014-07-22 00:07:19.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53166) > >2014-07-22 00:07:20.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33019) > >2014-07-22 00:07:20.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37646) > >2014-07-22 00:07:20.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:23.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53217) > >2014-07-22 00:07:24.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33071) > >2014-07-22 00:07:24.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37698) > >2014-07-22 00:07:25.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:27.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53268) > >2014-07-22 00:07:28.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33123) > >2014-07-22 00:07:28.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37754) > >2014-07-22 00:07:31.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53319) > >2014-07-22 00:07:32.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33176) > >2014-07-22 00:07:32.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37807) > >2014-07-22 00:07:34.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:35.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53370) > >2014-07-22 00:07:36.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33230) > >2014-07-22 00:07:36.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37861) > >2014-07-22 00:07:39.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53421) > >2014-07-22 00:07:40.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33281) > >2014-07-22 00:07:40.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37914) > >2014-07-22 00:07:43.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53472) > >2014-07-22 00:07:44.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33332) > >2014-07-22 00:07:44.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37968) > >2014-07-22 00:07:44.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:47.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53523) > >2014-07-22 00:07:48.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33385) > >2014-07-22 00:07:48.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38021) > >2014-07-22 00:07:50.098 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:07:50.098 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:07:50.099 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:07:50.110 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:07:50.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:51.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53574) > >2014-07-22 00:07:52.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33437) > >2014-07-22 00:07:52.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38075) > >2014-07-22 00:07:55.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53625) > >2014-07-22 00:07:55.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:07:56.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33489) > >2014-07-22 00:07:56.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38130) > >2014-07-22 00:07:59.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53680) > >2014-07-22 00:08:00.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33541) > >2014-07-22 00:08:00.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38183) > >2014-07-22 00:08:03.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53731) > >2014-07-22 00:08:04.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33593) > >2014-07-22 00:08:04.594 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:04.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38235) > >2014-07-22 00:08:07.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53782) > >2014-07-22 00:08:08.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33645) > >2014-07-22 00:08:08.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38287) > >2014-07-22 00:08:11.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53834) > >2014-07-22 00:08:12.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33696) > >2014-07-22 00:08:12.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38340) > >2014-07-22 00:08:14.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:15.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53885) > >2014-07-22 00:08:16.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33751) > >2014-07-22 00:08:16.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38395) > >2014-07-22 00:08:19.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53935) > >2014-07-22 00:08:20.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33803) > >2014-07-22 00:08:20.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38448) > >2014-07-22 00:08:20.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:23.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53986) > >2014-07-22 00:08:24.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33857) > >2014-07-22 00:08:24.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38501) > >2014-07-22 00:08:25.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:27.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54037) > >2014-07-22 00:08:28.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33909) > >2014-07-22 00:08:28.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38555) > >2014-07-22 00:08:31.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54088) > >2014-07-22 00:08:32.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33960) > >2014-07-22 00:08:32.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38606) > >2014-07-22 00:08:34.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:35.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54141) > >2014-07-22 00:08:36.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34012) > >2014-07-22 00:08:36.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38660) > >2014-07-22 00:08:39.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54193) > >2014-07-22 00:08:40.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34063) > >2014-07-22 00:08:40.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38712) > >2014-07-22 00:08:43.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54244) > >2014-07-22 00:08:44.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34113) > >2014-07-22 00:08:44.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38764) > >2014-07-22 00:08:44.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:47.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54296) > >2014-07-22 00:08:48.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34166) > >2014-07-22 00:08:48.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38817) > >2014-07-22 00:08:50.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:51.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54347) > >2014-07-22 00:08:52.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34218) > >2014-07-22 00:08:52.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38869) > >2014-07-22 00:08:55.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54398) > >2014-07-22 00:08:55.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:08:56.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34271) > >2014-07-22 00:08:56.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38922) > >2014-07-22 00:08:59.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54449) > >2014-07-22 00:09:00.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34324) > >2014-07-22 00:09:00.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38975) > >2014-07-22 00:09:03.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54501) > >2014-07-22 00:09:04.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34376) > >2014-07-22 00:09:04.619 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:04.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39030) > >2014-07-22 00:09:07.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54552) > >2014-07-22 00:09:08.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34428) > >2014-07-22 00:09:08.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39084) > >2014-07-22 00:09:11.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54603) > >2014-07-22 00:09:12.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34480) > >2014-07-22 00:09:12.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39136) > >2014-07-22 00:09:14.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:15.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54654) > >2014-07-22 00:09:16.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34534) > >2014-07-22 00:09:16.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39190) > >2014-07-22 00:09:19.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54705) > >2014-07-22 00:09:20.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34585) > >2014-07-22 00:09:20.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39242) > >2014-07-22 00:09:20.985 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:23.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54756) > >2014-07-22 00:09:24.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34637) > >2014-07-22 00:09:24.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39294) > >2014-07-22 00:09:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:27.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54807) > >2014-07-22 00:09:28.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34689) > >2014-07-22 00:09:28.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39350) > >2014-07-22 00:09:31.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54858) > >2014-07-22 00:09:32.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34742) > >2014-07-22 00:09:32.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39403) > >2014-07-22 00:09:34.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:35.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54909) > >2014-07-22 00:09:36.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34796) > >2014-07-22 00:09:36.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39459) > >2014-07-22 00:09:39.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54960) > >2014-07-22 00:09:40.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34847) > >2014-07-22 00:09:40.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39510) > >2014-07-22 00:09:43.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55011) > >2014-07-22 00:09:44.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34898) > >2014-07-22 00:09:44.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39564) > >2014-07-22 00:09:44.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:47.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55062) > >2014-07-22 00:09:48.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34951) > >2014-07-22 00:09:48.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39617) > >2014-07-22 00:09:50.112 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:09:50.112 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:09:50.113 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:09:50.125 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:09:50.987 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:51.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55113) > >2014-07-22 00:09:52.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35004) > >2014-07-22 00:09:52.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39672) > >2014-07-22 00:09:55.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55164) > >2014-07-22 00:09:55.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:09:56.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35058) > >2014-07-22 00:09:56.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39727) > >2014-07-22 00:09:59.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55219) > >2014-07-22 00:10:00.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35109) > >2014-07-22 00:10:00.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39780) > >2014-07-22 00:10:03.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55270) > >2014-07-22 00:10:04.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35161) > >2014-07-22 00:10:04.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:04.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39832) > >2014-07-22 00:10:07.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55321) > >2014-07-22 00:10:08.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35213) > >2014-07-22 00:10:08.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39884) > >2014-07-22 00:10:11.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55373) > >2014-07-22 00:10:12.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35264) > >2014-07-22 00:10:12.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39937) > >2014-07-22 00:10:14.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:15.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55424) > >2014-07-22 00:10:16.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35319) > >2014-07-22 00:10:16.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39992) > >2014-07-22 00:10:19.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55475) > >2014-07-22 00:10:20.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35371) > >2014-07-22 00:10:20.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40045) > >2014-07-22 00:10:20.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:23.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55526) > >2014-07-22 00:10:24.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35425) > >2014-07-22 00:10:24.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40098) > >2014-07-22 00:10:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:27.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55577) > >2014-07-22 00:10:28.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35476) > >2014-07-22 00:10:28.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40152) > >2014-07-22 00:10:31.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55628) > >2014-07-22 00:10:32.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35527) > >2014-07-22 00:10:32.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40203) > >2014-07-22 00:10:34.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:35.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55681) > >2014-07-22 00:10:36.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35579) > >2014-07-22 00:10:36.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40256) > >2014-07-22 00:10:39.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55733) > >2014-07-22 00:10:40.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35630) > >2014-07-22 00:10:40.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40308) > >2014-07-22 00:10:43.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55784) > >2014-07-22 00:10:44.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35681) > >2014-07-22 00:10:44.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40360) > >2014-07-22 00:10:44.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:47.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55836) > >2014-07-22 00:10:48.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35734) > >2014-07-22 00:10:48.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40413) > >2014-07-22 00:10:50.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:51.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55887) > >2014-07-22 00:10:52.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35787) > >2014-07-22 00:10:52.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40466) > >2014-07-22 00:10:55.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55938) > >2014-07-22 00:10:55.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:10:56.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35839) > >2014-07-22 00:10:56.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40518) > >2014-07-22 00:10:59.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55989) > >2014-07-22 00:11:00.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35892) > >2014-07-22 00:11:00.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40571) > >2014-07-22 00:11:03.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56041) > >2014-07-22 00:11:04.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35943) > >2014-07-22 00:11:04.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:04.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40625) > >2014-07-22 00:11:07.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56092) > >2014-07-22 00:11:08.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35995) > >2014-07-22 00:11:08.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40678) > >2014-07-22 00:11:11.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56143) > >2014-07-22 00:11:12.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36046) > >2014-07-22 00:11:12.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40729) > >2014-07-22 00:11:14.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:15.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56195) > >2014-07-22 00:11:16.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36098) > >2014-07-22 00:11:16.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40781) > >2014-07-22 00:11:19.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56245) > >2014-07-22 00:11:20.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36148) > >2014-07-22 00:11:20.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40834) > >2014-07-22 00:11:21.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:23.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56296) > >2014-07-22 00:11:24.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36200) > >2014-07-22 00:11:24.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40886) > >2014-07-22 00:11:25.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:27.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56347) > >2014-07-22 00:11:28.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36252) > >2014-07-22 00:11:28.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40938) > >2014-07-22 00:11:31.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56398) > >2014-07-22 00:11:32.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36305) > >2014-07-22 00:11:32.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40995) > >2014-07-22 00:11:34.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:35.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56449) > >2014-07-22 00:11:36.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36359) > >2014-07-22 00:11:36.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41049) > >2014-07-22 00:11:39.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56500) > >2014-07-22 00:11:40.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36410) > >2014-07-22 00:11:40.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41102) > >2014-07-22 00:11:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56551) > >2014-07-22 00:11:44.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36461) > >2014-07-22 00:11:44.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41156) > >2014-07-22 00:11:44.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:47.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56602) > >2014-07-22 00:11:48.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36513) > >2014-07-22 00:11:48.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41208) > >2014-07-22 00:11:50.127 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:11:50.127 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:11:50.128 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:11:50.139 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:11:50.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:51.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56653) > >2014-07-22 00:11:52.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36567) > >2014-07-22 00:11:52.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41264) > >2014-07-22 00:11:55.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:11:55.365 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.8', 56704) > >2014-07-22 00:11:56.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36620) > >2014-07-22 00:11:56.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41319) > >2014-07-22 00:11:59.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56759) > >2014-07-22 00:12:00.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36671) > >2014-07-22 00:12:00.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41372) > >2014-07-22 00:12:03.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56810) > >2014-07-22 00:12:04.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36723) > >2014-07-22 00:12:04.737 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:04.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41424) > >2014-07-22 00:12:07.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56861) > >2014-07-22 00:12:08.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36775) > >2014-07-22 00:12:08.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41476) > >2014-07-22 00:12:11.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56912) > >2014-07-22 00:12:12.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36826) > >2014-07-22 00:12:12.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41528) > >2014-07-22 00:12:14.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:15.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56963) > >2014-07-22 00:12:16.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36881) > >2014-07-22 00:12:16.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41584) > >2014-07-22 00:12:19.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57014) > >2014-07-22 00:12:20.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36933) > >2014-07-22 00:12:20.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41637) > >2014-07-22 00:12:20.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:23.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57065) > >2014-07-22 00:12:24.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36987) > >2014-07-22 00:12:24.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41690) > >2014-07-22 00:12:25.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:27.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57116) > >2014-07-22 00:12:28.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37039) > >2014-07-22 00:12:28.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41742) > >2014-07-22 00:12:31.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57167) > >2014-07-22 00:12:32.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37090) > >2014-07-22 00:12:32.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41796) > >2014-07-22 00:12:34.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:35.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57220) > >2014-07-22 00:12:36.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37142) > >2014-07-22 00:12:36.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41850) > >2014-07-22 00:12:39.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57272) > >2014-07-22 00:12:40.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37193) > >2014-07-22 00:12:40.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41902) > >2014-07-22 00:12:43.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57323) > >2014-07-22 00:12:44.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37244) > >2014-07-22 00:12:44.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:44.927 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 41953) > >2014-07-22 00:12:47.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57375) > >2014-07-22 00:12:48.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37298) > >2014-07-22 00:12:48.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42007) > >2014-07-22 00:12:50.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:51.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57426) > >2014-07-22 00:12:52.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37350) > >2014-07-22 00:12:52.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42059) > >2014-07-22 00:12:55.342 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:12:55.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57477) > >2014-07-22 00:12:56.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37402) > >2014-07-22 00:12:56.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42111) > >2014-07-22 00:12:59.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57528) > >2014-07-22 00:13:00.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37454) > >2014-07-22 00:13:00.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42164) > >2014-07-22 00:13:03.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57579) > >2014-07-22 00:13:04.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37507) > >2014-07-22 00:13:04.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:04.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42219) > >2014-07-22 00:13:07.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57631) > >2014-07-22 00:13:08.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37559) > >2014-07-22 00:13:08.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42273) > >2014-07-22 00:13:11.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57682) > >2014-07-22 00:13:12.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37611) > >2014-07-22 00:13:12.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42325) > >2014-07-22 00:13:14.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:15.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57733) > >2014-07-22 00:13:16.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37665) > >2014-07-22 00:13:16.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42379) > >2014-07-22 00:13:19.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57784) > >2014-07-22 00:13:20.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37716) > >2014-07-22 00:13:20.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42432) > >2014-07-22 00:13:20.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:23.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57835) > >2014-07-22 00:13:24.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37768) > >2014-07-22 00:13:24.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42484) > >2014-07-22 00:13:25.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:27.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57886) > >2014-07-22 00:13:28.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37820) > >2014-07-22 00:13:28.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42536) > >2014-07-22 00:13:31.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57937) > >2014-07-22 00:13:32.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37871) > >2014-07-22 00:13:32.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42591) > >2014-07-22 00:13:34.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:35.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57988) > >2014-07-22 00:13:36.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37927) > >2014-07-22 00:13:36.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42647) > >2014-07-22 00:13:39.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58039) > >2014-07-22 00:13:40.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37978) > >2014-07-22 00:13:40.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42700) > >2014-07-22 00:13:43.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58090) > >2014-07-22 00:13:44.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38029) > >2014-07-22 00:13:44.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:44.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42754) > >2014-07-22 00:13:47.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58141) > >2014-07-22 00:13:48.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38081) > >2014-07-22 00:13:48.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42806) > >2014-07-22 00:13:50.141 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:13:50.141 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:13:50.142 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:13:50.155 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:13:51.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:51.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58191) > >2014-07-22 00:13:52.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38135) > >2014-07-22 00:13:52.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42862) > >2014-07-22 00:13:55.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:13:55.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58242) > >2014-07-22 00:13:56.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38188) > >2014-07-22 00:13:56.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42915) > >2014-07-22 00:13:59.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58297) > >2014-07-22 00:14:00.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38239) > >2014-07-22 00:14:00.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42970) > >2014-07-22 00:14:03.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58348) > >2014-07-22 00:14:04.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38291) > >2014-07-22 00:14:04.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:04.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43022) > >2014-07-22 00:14:07.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58399) > >2014-07-22 00:14:08.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38343) > >2014-07-22 00:14:08.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43074) > >2014-07-22 00:14:11.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58451) > >2014-07-22 00:14:12.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38394) > >2014-07-22 00:14:12.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43126) > >2014-07-22 00:14:14.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:15.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58502) > >2014-07-22 00:14:16.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38449) > >2014-07-22 00:14:16.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43182) > >2014-07-22 00:14:19.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58553) > >2014-07-22 00:14:20.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38502) > >2014-07-22 00:14:20.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43235) > >2014-07-22 00:14:21.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:23.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58604) > >2014-07-22 00:14:24.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38554) > >2014-07-22 00:14:24.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43288) > >2014-07-22 00:14:25.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:27.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58655) > >2014-07-22 00:14:28.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38606) > >2014-07-22 00:14:28.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43340) > >2014-07-22 00:14:31.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58706) > >2014-07-22 00:14:32.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38657) > >2014-07-22 00:14:32.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43393) > >2014-07-22 00:14:34.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:35.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58759) > >2014-07-22 00:14:36.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38709) > >2014-07-22 00:14:36.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43447) > >2014-07-22 00:14:39.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58810) > >2014-07-22 00:14:40.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38760) > >2014-07-22 00:14:40.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43499) > >2014-07-22 00:14:43.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58862) > >2014-07-22 00:14:44.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38811) > >2014-07-22 00:14:44.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:44.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43550) > >2014-07-22 00:14:47.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58914) > >2014-07-22 00:14:48.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38863) > >2014-07-22 00:14:48.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43603) > >2014-07-22 00:14:50.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:51.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58965) > >2014-07-22 00:14:52.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38916) > >2014-07-22 00:14:52.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43656) > >2014-07-22 00:14:55.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:14:55.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59016) > >2014-07-22 00:14:56.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38969) > >2014-07-22 00:14:56.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43709) > >2014-07-22 00:14:59.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59067) > >2014-07-22 00:15:00.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39023) > >2014-07-22 00:15:01.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43762) > >2014-07-22 00:15:03.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59118) > >2014-07-22 00:15:04.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39077) > >2014-07-22 00:15:04.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:05.036 29190 INFO neutron.wsgi [req-1bf3872c-1ea7-41a4-9aa1-2313ffe71eb2 None] (29190) accepted ('192.168.0.7', 43818) > >2014-07-22 00:15:07.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59170) > >2014-07-22 00:15:08.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39133) > >2014-07-22 00:15:09.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43871) > >2014-07-22 00:15:11.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59221) > >2014-07-22 00:15:12.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39184) > >2014-07-22 00:15:13.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43922) > >2014-07-22 00:15:14.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:15.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59273) > >2014-07-22 00:15:16.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39238) > >2014-07-22 00:15:17.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43976) > >2014-07-22 00:15:19.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59324) > >2014-07-22 00:15:20.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39289) > >2014-07-22 00:15:21.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:21.078 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 44027) > >2014-07-22 00:15:23.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59376) > >2014-07-22 00:15:24.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39341) > >2014-07-22 00:15:25.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44081) > >2014-07-22 00:15:25.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:27.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59431) > >2014-07-22 00:15:28.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39393) > >2014-07-22 00:15:29.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44133) > >2014-07-22 00:15:31.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59482) > >2014-07-22 00:15:32.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39443) > >2014-07-22 00:15:33.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44188) > >2014-07-22 00:15:34.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:35.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59533) > >2014-07-22 00:15:36.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39500) > >2014-07-22 00:15:37.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44244) > >2014-07-22 00:15:39.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59583) > >2014-07-22 00:15:40.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39563) > >2014-07-22 00:15:41.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44303) > >2014-07-22 00:15:43.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59640) > >2014-07-22 00:15:44.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39620) > >2014-07-22 00:15:44.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:45.081 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 44355) > >2014-07-22 00:15:47.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59691) > >2014-07-22 00:15:48.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39672) > >2014-07-22 00:15:49.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44407) > >2014-07-22 00:15:50.157 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:15:50.157 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:15:50.157 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:15:50.202 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:15:50.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:51.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59744) > >2014-07-22 00:15:52.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39731) > >2014-07-22 00:15:53.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44465) > >2014-07-22 00:15:55.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:15:55.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59809) > >2014-07-22 00:15:56.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39784) > >2014-07-22 00:15:57.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44521) > >2014-07-22 00:15:59.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59864) > >2014-07-22 00:16:00.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39835) > >2014-07-22 00:16:01.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44576) > >2014-07-22 00:16:03.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59924) > >2014-07-22 00:16:04.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39892) > >2014-07-22 00:16:04.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:05.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44628) > >2014-07-22 00:16:07.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59987) > >2014-07-22 00:16:08.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39949) > >2014-07-22 00:16:09.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44680) > >2014-07-22 00:16:11.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60049) > >2014-07-22 00:16:12.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40011) > >2014-07-22 00:16:13.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44732) > >2014-07-22 00:16:14.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:15.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60105) > >2014-07-22 00:16:16.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40077) > >2014-07-22 00:16:17.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44788) > >2014-07-22 00:16:19.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60164) > >2014-07-22 00:16:20.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40139) > >2014-07-22 00:16:21.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:21.060 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 44841) > >2014-07-22 00:16:23.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60227) > >2014-07-22 00:16:24.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40209) > >2014-07-22 00:16:25.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44894) > >2014-07-22 00:16:25.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:27.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60290) > >2014-07-22 00:16:28.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40280) > >2014-07-22 00:16:29.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44946) > >2014-07-22 00:16:31.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60356) > >2014-07-22 00:16:32.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40337) > >2014-07-22 00:16:33.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45000) > >2014-07-22 00:16:34.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:35.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60418) > >2014-07-22 00:16:36.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40388) > >2014-07-22 00:16:37.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45054) > >2014-07-22 00:16:39.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60475) > >2014-07-22 00:16:40.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40439) > >2014-07-22 00:16:41.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45105) > >2014-07-22 00:16:43.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60529) > >2014-07-22 00:16:44.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40495) > >2014-07-22 00:16:44.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:45.107 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 45157) > >2014-07-22 00:16:47.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60585) > >2014-07-22 00:16:48.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40550) > >2014-07-22 00:16:49.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45210) > >2014-07-22 00:16:51.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:51.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60638) > >2014-07-22 00:16:52.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40603) > >2014-07-22 00:16:53.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45264) > >2014-07-22 00:16:55.363 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:16:55.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60689) > >2014-07-22 00:16:56.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40656) > >2014-07-22 00:16:57.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45317) > >2014-07-22 00:16:59.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60740) > >2014-07-22 00:17:00.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40710) > >2014-07-22 00:17:01.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45367) > >2014-07-22 00:17:03.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60791) > >2014-07-22 00:17:04.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:05.086 29190 INFO neutron.wsgi [req-5a2fa4d6-0660-4d66-b5b4-418cb4e7d2aa None] (29190) accepted ('192.168.0.6', 40764) > >2014-07-22 00:17:05.086 29190 INFO neutron.wsgi [req-5a2fa4d6-0660-4d66-b5b4-418cb4e7d2aa None] (29190) accepted ('192.168.0.7', 45421) > >2014-07-22 00:17:07.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60843) > >2014-07-22 00:17:09.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40822) > >2014-07-22 00:17:09.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45476) > >2014-07-22 00:17:11.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60894) > >2014-07-22 00:17:13.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40874) > >2014-07-22 00:17:13.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45529) > >2014-07-22 00:17:14.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:15.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60948) > >2014-07-22 00:17:17.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40933) > >2014-07-22 00:17:17.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45583) > >2014-07-22 00:17:19.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60998) > >2014-07-22 00:17:20.998 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:21.037 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 40983) > >2014-07-22 00:17:21.153 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 45633) > >2014-07-22 00:17:23.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32817) > >2014-07-22 00:17:25.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41036) > >2014-07-22 00:17:25.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45687) > >2014-07-22 00:17:25.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32868) > >2014-07-22 00:17:29.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41087) > >2014-07-22 00:17:29.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45738) > >2014-07-22 00:17:31.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32921) > >2014-07-22 00:17:33.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41140) > >2014-07-22 00:17:33.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45793) > >2014-07-22 00:17:34.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:35.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32972) > >2014-07-22 00:17:37.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41201) > >2014-07-22 00:17:37.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45849) > >2014-07-22 00:17:39.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33023) > >2014-07-22 00:17:41.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41253) > >2014-07-22 00:17:41.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45902) > >2014-07-22 00:17:43.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33074) > >2014-07-22 00:17:44.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:45.116 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 41304) > >2014-07-22 00:17:45.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45956) > >2014-07-22 00:17:47.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33124) > >2014-07-22 00:17:49.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41357) > >2014-07-22 00:17:49.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46008) > >2014-07-22 00:17:50.204 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:17:50.204 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:17:50.205 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:17:50.218 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:17:50.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:51.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33175) > >2014-07-22 00:17:53.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41410) > >2014-07-22 00:17:53.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46063) > >2014-07-22 00:17:55.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:17:55.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33226) > >2014-07-22 00:17:57.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41462) > >2014-07-22 00:17:57.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46115) > >2014-07-22 00:17:59.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33279) > >2014-07-22 00:18:01.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41513) > >2014-07-22 00:18:01.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46170) > >2014-07-22 00:18:03.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33332) > >2014-07-22 00:18:04.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:05.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41567) > >2014-07-22 00:18:05.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46223) > >2014-07-22 00:18:07.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33383) > >2014-07-22 00:18:09.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41624) > >2014-07-22 00:18:09.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46276) > >2014-07-22 00:18:11.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33435) > >2014-07-22 00:18:13.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41676) > >2014-07-22 00:18:13.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46329) > >2014-07-22 00:18:14.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:15.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33486) > >2014-07-22 00:18:17.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41730) > >2014-07-22 00:18:17.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46384) > >2014-07-22 00:18:19.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33538) > >2014-07-22 00:18:20.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:21.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41785) > >2014-07-22 00:18:21.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46439) > >2014-07-22 00:18:23.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33589) > >2014-07-22 00:18:25.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41838) > >2014-07-22 00:18:25.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46491) > >2014-07-22 00:18:25.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:27.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33639) > >2014-07-22 00:18:29.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41890) > >2014-07-22 00:18:29.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46543) > >2014-07-22 00:18:31.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33690) > >2014-07-22 00:18:33.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41941) > >2014-07-22 00:18:33.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46596) > >2014-07-22 00:18:34.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:35.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33743) > >2014-07-22 00:18:37.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41993) > >2014-07-22 00:18:37.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46650) > >2014-07-22 00:18:39.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33794) > >2014-07-22 00:18:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42044) > >2014-07-22 00:18:41.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46701) > >2014-07-22 00:18:43.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33846) > >2014-07-22 00:18:44.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:45.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42096) > >2014-07-22 00:18:45.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46754) > >2014-07-22 00:18:47.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33897) > >2014-07-22 00:18:49.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42147) > >2014-07-22 00:18:49.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46806) > >2014-07-22 00:18:50.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:51.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33949) > >2014-07-22 00:18:53.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42201) > >2014-07-22 00:18:53.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46860) > >2014-07-22 00:18:55.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:18:55.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34000) > >2014-07-22 00:18:57.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42254) > >2014-07-22 00:18:57.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46913) > >2014-07-22 00:18:59.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34051) > >2014-07-22 00:19:01.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42305) > >2014-07-22 00:19:01.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46964) > >2014-07-22 00:19:03.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34102) > >2014-07-22 00:19:05.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:05.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42359) > >2014-07-22 00:19:05.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47018) > >2014-07-22 00:19:07.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34154) > >2014-07-22 00:19:09.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42411) > >2014-07-22 00:19:09.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47072) > >2014-07-22 00:19:11.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34205) > >2014-07-22 00:19:13.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42462) > >2014-07-22 00:19:13.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47125) > >2014-07-22 00:19:14.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:15.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34256) > >2014-07-22 00:19:17.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42515) > >2014-07-22 00:19:17.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47178) > >2014-07-22 00:19:19.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34307) > >2014-07-22 00:19:21.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:21.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42567) > >2014-07-22 00:19:21.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47231) > >2014-07-22 00:19:23.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34358) > >2014-07-22 00:19:25.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42619) > >2014-07-22 00:19:25.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47284) > >2014-07-22 00:19:25.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:27.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34409) > >2014-07-22 00:19:29.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42671) > >2014-07-22 00:19:29.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47336) > >2014-07-22 00:19:31.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34460) > >2014-07-22 00:19:33.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42722) > >2014-07-22 00:19:33.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47391) > >2014-07-22 00:19:35.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:35.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34511) > >2014-07-22 00:19:37.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42776) > >2014-07-22 00:19:37.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47445) > >2014-07-22 00:19:39.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34562) > >2014-07-22 00:19:41.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42827) > >2014-07-22 00:19:41.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47498) > >2014-07-22 00:19:43.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34613) > >2014-07-22 00:19:44.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:45.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42879) > >2014-07-22 00:19:45.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47553) > >2014-07-22 00:19:47.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34664) > >2014-07-22 00:19:49.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42930) > >2014-07-22 00:19:49.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47604) > >2014-07-22 00:19:50.220 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:19:50.220 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:19:50.221 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:19:50.234 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:19:51.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:51.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34715) > >2014-07-22 00:19:53.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42983) > >2014-07-22 00:19:53.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47659) > >2014-07-22 00:19:55.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:19:55.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34766) > >2014-07-22 00:19:57.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43036) > >2014-07-22 00:19:57.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47712) > >2014-07-22 00:19:59.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34819) > >2014-07-22 00:20:01.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43088) > >2014-07-22 00:20:01.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47767) > >2014-07-22 00:20:03.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34872) > >2014-07-22 00:20:05.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:05.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43140) > >2014-07-22 00:20:05.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47822) > >2014-07-22 00:20:07.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34923) > >2014-07-22 00:20:09.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43194) > >2014-07-22 00:20:09.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47876) > >2014-07-22 00:20:11.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34975) > >2014-07-22 00:20:13.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43245) > >2014-07-22 00:20:13.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47928) > >2014-07-22 00:20:14.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:15.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35026) > >2014-07-22 00:20:17.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43299) > >2014-07-22 00:20:17.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47982) > >2014-07-22 00:20:19.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35077) > >2014-07-22 00:20:21.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:21.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43353) > >2014-07-22 00:20:21.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48038) > >2014-07-22 00:20:23.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35128) > >2014-07-22 00:20:25.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43408) > >2014-07-22 00:20:25.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48090) > >2014-07-22 00:20:25.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:27.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35179) > >2014-07-22 00:20:29.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43460) > >2014-07-22 00:20:29.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48142) > >2014-07-22 00:20:31.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35230) > >2014-07-22 00:20:33.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43511) > >2014-07-22 00:20:33.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48193) > >2014-07-22 00:20:35.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:35.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35283) > >2014-07-22 00:20:37.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43563) > >2014-07-22 00:20:37.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48249) > >2014-07-22 00:20:39.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35334) > >2014-07-22 00:20:41.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43614) > >2014-07-22 00:20:41.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48300) > >2014-07-22 00:20:43.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35385) > >2014-07-22 00:20:44.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:45.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43666) > >2014-07-22 00:20:45.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48353) > >2014-07-22 00:20:47.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35436) > >2014-07-22 00:20:49.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43717) > >2014-07-22 00:20:49.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48404) > >2014-07-22 00:20:51.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:51.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35488) > >2014-07-22 00:20:53.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43771) > >2014-07-22 00:20:53.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48458) > >2014-07-22 00:20:55.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:20:55.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35539) > >2014-07-22 00:20:57.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43822) > >2014-07-22 00:20:57.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48510) > >2014-07-22 00:20:59.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35590) > >2014-07-22 00:21:01.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43872) > >2014-07-22 00:21:01.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48561) > >2014-07-22 00:21:03.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35641) > >2014-07-22 00:21:05.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:05.261 29190 INFO neutron.wsgi [req-02452482-2cef-45d2-802d-e82ac3eea6d2 None] (29190) accepted ('192.168.0.6', 43923) > >2014-07-22 00:21:05.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48615) > >2014-07-22 00:21:07.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35692) > >2014-07-22 00:21:09.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43976) > >2014-07-22 00:21:09.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48669) > >2014-07-22 00:21:11.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35744) > >2014-07-22 00:21:13.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44027) > >2014-07-22 00:21:13.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48722) > >2014-07-22 00:21:14.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:15.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35795) > >2014-07-22 00:21:17.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44079) > >2014-07-22 00:21:17.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48774) > >2014-07-22 00:21:19.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35846) > >2014-07-22 00:21:21.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:21.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44131) > >2014-07-22 00:21:21.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48826) > >2014-07-22 00:21:23.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35897) > >2014-07-22 00:21:25.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44182) > >2014-07-22 00:21:25.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48879) > >2014-07-22 00:21:25.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:27.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35948) > >2014-07-22 00:21:29.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44234) > >2014-07-22 00:21:29.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48931) > >2014-07-22 00:21:31.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35999) > >2014-07-22 00:21:33.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44285) > >2014-07-22 00:21:33.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48986) > >2014-07-22 00:21:35.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:35.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36050) > >2014-07-22 00:21:37.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44338) > >2014-07-22 00:21:37.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49039) > >2014-07-22 00:21:39.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36101) > >2014-07-22 00:21:41.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44390) > >2014-07-22 00:21:41.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49093) > >2014-07-22 00:21:43.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36152) > >2014-07-22 00:21:44.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:45.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44442) > >2014-07-22 00:21:45.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49148) > >2014-07-22 00:21:47.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36203) > >2014-07-22 00:21:49.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44493) > >2014-07-22 00:21:49.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49199) > >2014-07-22 00:21:50.237 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:21:50.237 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:21:50.238 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:21:50.250 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:21:51.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:51.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36254) > >2014-07-22 00:21:53.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44546) > >2014-07-22 00:21:53.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49254) > >2014-07-22 00:21:55.370 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:21:56.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36305) > >2014-07-22 00:21:57.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44599) > >2014-07-22 00:21:57.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49307) > >2014-07-22 00:21:59.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36356) > >2014-07-22 00:22:01.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44651) > >2014-07-22 00:22:01.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49362) > >2014-07-22 00:22:03.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36411) > >2014-07-22 00:22:05.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:05.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44704) > >2014-07-22 00:22:05.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49416) > >2014-07-22 00:22:07.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36462) > >2014-07-22 00:22:09.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44757) > >2014-07-22 00:22:09.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49469) > >2014-07-22 00:22:11.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36514) > >2014-07-22 00:22:13.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44808) > >2014-07-22 00:22:13.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49521) > >2014-07-22 00:22:14.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:16.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36565) > >2014-07-22 00:22:17.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44861) > >2014-07-22 00:22:17.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49575) > >2014-07-22 00:22:19.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36616) > >2014-07-22 00:22:21.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:21.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44917) > >2014-07-22 00:22:21.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49631) > >2014-07-22 00:22:24.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36667) > >2014-07-22 00:22:25.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44969) > >2014-07-22 00:22:25.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:25.388 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 49683) > >2014-07-22 00:22:27.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36718) > >2014-07-22 00:22:29.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45021) > >2014-07-22 00:22:29.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49735) > >2014-07-22 00:22:32.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36769) > >2014-07-22 00:22:33.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45072) > >2014-07-22 00:22:33.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49786) > >2014-07-22 00:22:35.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:36.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36822) > >2014-07-22 00:22:37.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45124) > >2014-07-22 00:22:37.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49842) > >2014-07-22 00:22:40.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36873) > >2014-07-22 00:22:41.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45175) > >2014-07-22 00:22:41.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49893) > >2014-07-22 00:22:44.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36924) > >2014-07-22 00:22:44.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:45.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45227) > >2014-07-22 00:22:45.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49946) > >2014-07-22 00:22:48.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36975) > >2014-07-22 00:22:49.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45278) > >2014-07-22 00:22:49.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49997) > >2014-07-22 00:22:51.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:52.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37027) > >2014-07-22 00:22:53.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45331) > >2014-07-22 00:22:53.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50051) > >2014-07-22 00:22:55.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:22:56.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37078) > >2014-07-22 00:22:57.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45383) > >2014-07-22 00:22:57.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50103) > >2014-07-22 00:23:00.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37129) > >2014-07-22 00:23:01.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45434) > >2014-07-22 00:23:01.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50154) > >2014-07-22 00:23:04.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37180) > >2014-07-22 00:23:05.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:05.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45488) > >2014-07-22 00:23:05.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50209) > >2014-07-22 00:23:08.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37231) > >2014-07-22 00:23:09.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45540) > >2014-07-22 00:23:09.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50263) > >2014-07-22 00:23:12.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37283) > >2014-07-22 00:23:13.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45591) > >2014-07-22 00:23:13.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50317) > >2014-07-22 00:23:14.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:16.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37334) > >2014-07-22 00:23:17.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45644) > >2014-07-22 00:23:17.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50370) > >2014-07-22 00:23:20.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37385) > >2014-07-22 00:23:21.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:21.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45697) > >2014-07-22 00:23:21.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50423) > >2014-07-22 00:23:24.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37436) > >2014-07-22 00:23:25.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45748) > >2014-07-22 00:23:25.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:25.428 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.7', 50476) > >2014-07-22 00:23:28.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37487) > >2014-07-22 00:23:29.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45802) > >2014-07-22 00:23:29.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50528) > >2014-07-22 00:23:32.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37538) > >2014-07-22 00:23:33.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45853) > >2014-07-22 00:23:33.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50583) > >2014-07-22 00:23:35.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:36.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37589) > >2014-07-22 00:23:37.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45906) > >2014-07-22 00:23:37.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50638) > >2014-07-22 00:23:40.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37640) > >2014-07-22 00:23:41.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45958) > >2014-07-22 00:23:41.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50690) > >2014-07-22 00:23:44.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37691) > >2014-07-22 00:23:44.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:45.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46010) > >2014-07-22 00:23:45.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50745) > >2014-07-22 00:23:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37742) > >2014-07-22 00:23:49.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46061) > >2014-07-22 00:23:49.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50796) > >2014-07-22 00:23:50.253 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:23:50.253 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:23:50.254 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:23:50.266 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:23:51.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:52.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37793) > >2014-07-22 00:23:53.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46114) > >2014-07-22 00:23:53.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50851) > >2014-07-22 00:23:55.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:23:56.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37844) > >2014-07-22 00:23:57.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46167) > >2014-07-22 00:23:57.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50904) > >2014-07-22 00:24:00.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37895) > >2014-07-22 00:24:01.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46219) > >2014-07-22 00:24:01.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50959) > >2014-07-22 00:24:04.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37950) > >2014-07-22 00:24:05.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:05.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46272) > >2014-07-22 00:24:05.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51013) > >2014-07-22 00:24:08.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38001) > >2014-07-22 00:24:09.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46325) > >2014-07-22 00:24:09.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51066) > >2014-07-22 00:24:12.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38052) > >2014-07-22 00:24:13.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46376) > >2014-07-22 00:24:13.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51118) > >2014-07-22 00:24:14.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:16.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38103) > >2014-07-22 00:24:17.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46429) > >2014-07-22 00:24:17.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51172) > >2014-07-22 00:24:20.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38154) > >2014-07-22 00:24:21.032 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:21.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46485) > >2014-07-22 00:24:21.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51228) > >2014-07-22 00:24:24.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38205) > >2014-07-22 00:24:25.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:25.438 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 46537) > >2014-07-22 00:24:25.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51280) > >2014-07-22 00:24:28.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38256) > >2014-07-22 00:24:29.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46589) > >2014-07-22 00:24:29.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51332) > >2014-07-22 00:24:32.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38307) > >2014-07-22 00:24:33.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46640) > >2014-07-22 00:24:33.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51383) > >2014-07-22 00:24:35.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:36.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38360) > >2014-07-22 00:24:37.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46692) > >2014-07-22 00:24:37.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51439) > >2014-07-22 00:24:40.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38411) > >2014-07-22 00:24:41.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46743) > >2014-07-22 00:24:41.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51490) > >2014-07-22 00:24:44.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38463) > >2014-07-22 00:24:44.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:45.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46795) > >2014-07-22 00:24:45.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51541) > >2014-07-22 00:24:48.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38515) > >2014-07-22 00:24:49.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46846) > >2014-07-22 00:24:49.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51593) > >2014-07-22 00:24:51.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:52.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38567) > >2014-07-22 00:24:53.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46899) > >2014-07-22 00:24:53.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51647) > >2014-07-22 00:24:55.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:24:56.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38618) > >2014-07-22 00:24:57.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46952) > >2014-07-22 00:24:57.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51700) > >2014-07-22 00:25:00.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38669) > >2014-07-22 00:25:01.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47003) > >2014-07-22 00:25:01.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51751) > >2014-07-22 00:25:04.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38720) > >2014-07-22 00:25:05.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:05.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47056) > >2014-07-22 00:25:05.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51804) > >2014-07-22 00:25:08.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38771) > >2014-07-22 00:25:09.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47109) > >2014-07-22 00:25:09.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51857) > >2014-07-22 00:25:12.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38823) > >2014-07-22 00:25:13.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47161) > >2014-07-22 00:25:13.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51912) > >2014-07-22 00:25:14.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:16.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38874) > >2014-07-22 00:25:17.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47214) > >2014-07-22 00:25:17.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51967) > >2014-07-22 00:25:20.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38925) > >2014-07-22 00:25:21.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:21.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47267) > >2014-07-22 00:25:21.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52020) > >2014-07-22 00:25:24.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38976) > >2014-07-22 00:25:25.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:25.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47318) > >2014-07-22 00:25:25.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52073) > >2014-07-22 00:25:28.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39027) > >2014-07-22 00:25:29.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47370) > >2014-07-22 00:25:29.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52125) > >2014-07-22 00:25:32.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39078) > >2014-07-22 00:25:33.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47421) > >2014-07-22 00:25:33.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52180) > >2014-07-22 00:25:35.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:36.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39129) > >2014-07-22 00:25:37.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47474) > >2014-07-22 00:25:37.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52235) > >2014-07-22 00:25:40.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39180) > >2014-07-22 00:25:41.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47526) > >2014-07-22 00:25:41.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52287) > >2014-07-22 00:25:44.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39231) > >2014-07-22 00:25:44.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:45.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47578) > >2014-07-22 00:25:45.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52342) > >2014-07-22 00:25:48.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39282) > >2014-07-22 00:25:49.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47629) > >2014-07-22 00:25:49.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52393) > >2014-07-22 00:25:50.267 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:25:50.267 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:25:50.268 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:25:50.280 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:25:51.032 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:52.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39333) > >2014-07-22 00:25:53.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47683) > >2014-07-22 00:25:53.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52449) > >2014-07-22 00:25:55.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:25:56.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39384) > >2014-07-22 00:25:57.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47736) > >2014-07-22 00:25:57.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52502) > >2014-07-22 00:26:00.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39435) > >2014-07-22 00:26:01.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47787) > >2014-07-22 00:26:01.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52553) > >2014-07-22 00:26:04.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39490) > >2014-07-22 00:26:05.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:05.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47839) > >2014-07-22 00:26:05.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52610) > >2014-07-22 00:26:08.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39541) > >2014-07-22 00:26:09.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47892) > >2014-07-22 00:26:09.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52663) > >2014-07-22 00:26:12.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39593) > >2014-07-22 00:26:13.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47943) > >2014-07-22 00:26:13.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52714) > >2014-07-22 00:26:14.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:16.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39644) > >2014-07-22 00:26:17.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47996) > >2014-07-22 00:26:17.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52767) > >2014-07-22 00:26:20.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39695) > >2014-07-22 00:26:21.033 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:21.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48052) > >2014-07-22 00:26:21.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52824) > >2014-07-22 00:26:24.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39746) > >2014-07-22 00:26:25.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:25.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48104) > >2014-07-22 00:26:25.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52876) > >2014-07-22 00:26:28.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39796) > >2014-07-22 00:26:29.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48156) > >2014-07-22 00:26:29.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52928) > >2014-07-22 00:26:32.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39847) > >2014-07-22 00:26:33.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48206) > >2014-07-22 00:26:33.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52979) > >2014-07-22 00:26:35.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:36.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39900) > >2014-07-22 00:26:37.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48258) > >2014-07-22 00:26:37.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53035) > >2014-07-22 00:26:40.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39951) > >2014-07-22 00:26:41.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48308) > >2014-07-22 00:26:41.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53086) > >2014-07-22 00:26:44.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40002) > >2014-07-22 00:26:44.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:45.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48360) > >2014-07-22 00:26:45.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53138) > >2014-07-22 00:26:48.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40054) > >2014-07-22 00:26:49.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48411) > >2014-07-22 00:26:49.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53190) > >2014-07-22 00:26:51.033 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:52.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40105) > >2014-07-22 00:26:53.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48464) > >2014-07-22 00:26:53.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53244) > >2014-07-22 00:26:55.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:26:56.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40157) > >2014-07-22 00:26:57.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48516) > >2014-07-22 00:26:57.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53296) > >2014-07-22 00:27:00.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40208) > >2014-07-22 00:27:01.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48567) > >2014-07-22 00:27:01.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53347) > >2014-07-22 00:27:04.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40259) > >2014-07-22 00:27:05.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:05.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48619) > >2014-07-22 00:27:05.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53398) > >2014-07-22 00:27:08.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40310) > >2014-07-22 00:27:09.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48672) > >2014-07-22 00:27:09.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53451) > >2014-07-22 00:27:12.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40362) > >2014-07-22 00:27:13.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48724) > >2014-07-22 00:27:13.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53507) > >2014-07-22 00:27:14.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:16.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40413) > >2014-07-22 00:27:17.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48777) > >2014-07-22 00:27:17.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53562) > >2014-07-22 00:27:20.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40464) > >2014-07-22 00:27:21.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:21.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48830) > >2014-07-22 00:27:21.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53615) > >2014-07-22 00:27:24.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40515) > >2014-07-22 00:27:25.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:25.541 29190 INFO neutron.wsgi [req-b8d30b7b-c3ee-4dbc-b03e-d619b4606445 None] (29190) accepted ('192.168.0.6', 48881) > >2014-07-22 00:27:25.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53666) > >2014-07-22 00:27:28.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40566) > >2014-07-22 00:27:29.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48933) > >2014-07-22 00:27:29.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53720) > >2014-07-22 00:27:32.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40617) > >2014-07-22 00:27:33.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48984) > >2014-07-22 00:27:33.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53771) > >2014-07-22 00:27:35.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:36.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40668) > >2014-07-22 00:27:37.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49037) > >2014-07-22 00:27:37.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53828) > >2014-07-22 00:27:40.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40719) > >2014-07-22 00:27:41.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49089) > >2014-07-22 00:27:41.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53882) > >2014-07-22 00:27:44.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40770) > >2014-07-22 00:27:44.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:45.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49141) > >2014-07-22 00:27:45.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53936) > >2014-07-22 00:27:48.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40821) > >2014-07-22 00:27:49.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49192) > >2014-07-22 00:27:49.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53988) > >2014-07-22 00:27:50.282 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:27:50.282 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:27:50.283 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:27:50.295 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:27:51.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:52.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40872) > >2014-07-22 00:27:53.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49244) > >2014-07-22 00:27:53.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54042) > >2014-07-22 00:27:55.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:27:56.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40923) > >2014-07-22 00:27:57.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49297) > >2014-07-22 00:27:57.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54095) > >2014-07-22 00:28:00.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40974) > >2014-07-22 00:28:01.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49348) > >2014-07-22 00:28:01.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54146) > >2014-07-22 00:28:04.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41029) > >2014-07-22 00:28:05.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:05.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49402) > >2014-07-22 00:28:05.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54203) > >2014-07-22 00:28:08.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41080) > >2014-07-22 00:28:09.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49455) > >2014-07-22 00:28:09.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54257) > >2014-07-22 00:28:12.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41132) > >2014-07-22 00:28:13.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49506) > >2014-07-22 00:28:13.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54308) > >2014-07-22 00:28:14.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:16.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41183) > >2014-07-22 00:28:17.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49559) > >2014-07-22 00:28:17.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54361) > >2014-07-22 00:28:20.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41234) > >2014-07-22 00:28:21.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:21.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49615) > >2014-07-22 00:28:21.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54417) > >2014-07-22 00:28:24.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41284) > >2014-07-22 00:28:25.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:25.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49667) > >2014-07-22 00:28:25.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54470) > >2014-07-22 00:28:28.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41335) > >2014-07-22 00:28:29.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49719) > >2014-07-22 00:28:29.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54522) > >2014-07-22 00:28:32.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41386) > >2014-07-22 00:28:33.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49770) > >2014-07-22 00:28:33.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54573) > >2014-07-22 00:28:35.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:36.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41439) > >2014-07-22 00:28:37.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49822) > >2014-07-22 00:28:37.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54627) > >2014-07-22 00:28:40.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41490) > >2014-07-22 00:28:41.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49873) > >2014-07-22 00:28:41.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54680) > >2014-07-22 00:28:44.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41541) > >2014-07-22 00:28:44.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:45.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49925) > >2014-07-22 00:28:45.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54732) > >2014-07-22 00:28:48.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41593) > >2014-07-22 00:28:49.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49976) > >2014-07-22 00:28:49.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54784) > >2014-07-22 00:28:51.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:52.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41644) > >2014-07-22 00:28:53.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50029) > >2014-07-22 00:28:53.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54837) > >2014-07-22 00:28:55.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:28:56.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41696) > >2014-07-22 00:28:57.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50082) > >2014-07-22 00:28:57.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54891) > >2014-07-22 00:29:00.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41747) > >2014-07-22 00:29:01.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50133) > >2014-07-22 00:29:01.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54942) > >2014-07-22 00:29:04.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41798) > >2014-07-22 00:29:05.261 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:05.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50186) > >2014-07-22 00:29:05.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54995) > >2014-07-22 00:29:08.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41849) > >2014-07-22 00:29:09.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50238) > >2014-07-22 00:29:09.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55048) > >2014-07-22 00:29:12.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41900) > >2014-07-22 00:29:13.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50291) > >2014-07-22 00:29:13.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55104) > >2014-07-22 00:29:14.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:16.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41952) > >2014-07-22 00:29:17.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50344) > >2014-07-22 00:29:17.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55159) > >2014-07-22 00:29:20.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42003) > >2014-07-22 00:29:21.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:21.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50397) > >2014-07-22 00:29:21.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55212) > >2014-07-22 00:29:24.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42054) > >2014-07-22 00:29:25.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:25.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50448) > >2014-07-22 00:29:25.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55264) > >2014-07-22 00:29:28.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42105) > >2014-07-22 00:29:29.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50500) > >2014-07-22 00:29:29.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55317) > >2014-07-22 00:29:32.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42156) > >2014-07-22 00:29:33.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50551) > >2014-07-22 00:29:33.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55368) > >2014-07-22 00:29:35.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:36.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42207) > >2014-07-22 00:29:37.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50603) > >2014-07-22 00:29:37.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55426) > >2014-07-22 00:29:40.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42258) > >2014-07-22 00:29:41.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50655) > >2014-07-22 00:29:41.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55478) > >2014-07-22 00:29:44.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42309) > >2014-07-22 00:29:44.937 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:45.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50708) > >2014-07-22 00:29:45.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55533) > >2014-07-22 00:29:48.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42360) > >2014-07-22 00:29:49.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50759) > >2014-07-22 00:29:49.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55585) > >2014-07-22 00:29:50.297 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:29:50.297 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:29:50.297 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:29:50.312 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:29:51.036 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:52.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42411) > >2014-07-22 00:29:53.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50812) > >2014-07-22 00:29:53.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55640) > >2014-07-22 00:29:55.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:29:56.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42462) > >2014-07-22 00:29:57.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50866) > >2014-07-22 00:29:57.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55694) > >2014-07-22 00:30:00.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42512) > >2014-07-22 00:30:01.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50917) > >2014-07-22 00:30:01.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55745) > >2014-07-22 00:30:04.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42567) > >2014-07-22 00:30:05.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:05.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50970) > >2014-07-22 00:30:05.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55802) > >2014-07-22 00:30:08.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42618) > >2014-07-22 00:30:09.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51023) > >2014-07-22 00:30:09.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55856) > >2014-07-22 00:30:12.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42670) > >2014-07-22 00:30:13.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51075) > >2014-07-22 00:30:13.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55907) > >2014-07-22 00:30:14.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:16.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42721) > >2014-07-22 00:30:17.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51128) > >2014-07-22 00:30:17.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55960) > >2014-07-22 00:30:20.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42772) > >2014-07-22 00:30:21.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:21.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51184) > >2014-07-22 00:30:21.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56016) > >2014-07-22 00:30:24.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42823) > >2014-07-22 00:30:25.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:25.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51237) > >2014-07-22 00:30:25.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56070) > >2014-07-22 00:30:28.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42874) > >2014-07-22 00:30:29.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51288) > >2014-07-22 00:30:29.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56120) > >2014-07-22 00:30:32.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42925) > >2014-07-22 00:30:33.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51339) > >2014-07-22 00:30:33.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56171) > >2014-07-22 00:30:35.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:36.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42978) > >2014-07-22 00:30:37.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51391) > >2014-07-22 00:30:37.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56225) > >2014-07-22 00:30:40.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43029) > >2014-07-22 00:30:41.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51442) > >2014-07-22 00:30:41.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56278) > >2014-07-22 00:30:44.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43080) > >2014-07-22 00:30:44.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:45.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51494) > >2014-07-22 00:30:45.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56330) > >2014-07-22 00:30:48.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43131) > >2014-07-22 00:30:49.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51545) > >2014-07-22 00:30:49.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56382) > >2014-07-22 00:30:51.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:52.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43183) > >2014-07-22 00:30:53.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51598) > >2014-07-22 00:30:53.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56435) > >2014-07-22 00:30:55.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:30:56.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43235) > >2014-07-22 00:30:57.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51651) > >2014-07-22 00:30:57.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56489) > >2014-07-22 00:31:00.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43286) > >2014-07-22 00:31:01.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51702) > >2014-07-22 00:31:01.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56540) > >2014-07-22 00:31:04.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43337) > >2014-07-22 00:31:05.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:05.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51754) > >2014-07-22 00:31:05.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56592) > >2014-07-22 00:31:08.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43388) > >2014-07-22 00:31:09.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51806) > >2014-07-22 00:31:09.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56644) > >2014-07-22 00:31:12.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43439) > >2014-07-22 00:31:13.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51858) > >2014-07-22 00:31:13.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56699) > >2014-07-22 00:31:14.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:16.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43491) > >2014-07-22 00:31:17.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51910) > >2014-07-22 00:31:17.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56753) > >2014-07-22 00:31:20.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43542) > >2014-07-22 00:31:21.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:21.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51962) > >2014-07-22 00:31:21.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56804) > >2014-07-22 00:31:24.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43593) > >2014-07-22 00:31:25.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:25.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52014) > >2014-07-22 00:31:25.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56856) > >2014-07-22 00:31:28.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43644) > >2014-07-22 00:31:29.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52065) > >2014-07-22 00:31:29.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56909) > >2014-07-22 00:31:32.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43695) > >2014-07-22 00:31:33.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52116) > >2014-07-22 00:31:33.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56960) > >2014-07-22 00:31:35.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:36.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43746) > >2014-07-22 00:31:37.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52167) > >2014-07-22 00:31:37.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57018) > >2014-07-22 00:31:40.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43797) > >2014-07-22 00:31:41.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52219) > >2014-07-22 00:31:41.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57070) > >2014-07-22 00:31:44.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43848) > >2014-07-22 00:31:44.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:45.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52272) > >2014-07-22 00:31:45.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57125) > >2014-07-22 00:31:48.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43899) > >2014-07-22 00:31:49.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52323) > >2014-07-22 00:31:49.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57177) > >2014-07-22 00:31:50.314 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:31:50.314 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:31:50.315 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:31:50.326 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:31:51.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:52.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43950) > >2014-07-22 00:31:53.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52375) > >2014-07-22 00:31:53.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57231) > >2014-07-22 00:31:55.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:31:56.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44001) > >2014-07-22 00:31:57.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52429) > >2014-07-22 00:31:57.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57285) > >2014-07-22 00:32:00.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44052) > >2014-07-22 00:32:01.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52479) > >2014-07-22 00:32:01.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57336) > >2014-07-22 00:32:04.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44106) > >2014-07-22 00:32:05.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:05.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52532) > >2014-07-22 00:32:05.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57393) > >2014-07-22 00:32:08.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44158) > >2014-07-22 00:32:09.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52584) > >2014-07-22 00:32:09.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57447) > >2014-07-22 00:32:12.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44210) > >2014-07-22 00:32:13.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52635) > >2014-07-22 00:32:13.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57498) > >2014-07-22 00:32:14.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:16.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44261) > >2014-07-22 00:32:17.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52688) > >2014-07-22 00:32:17.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57551) > >2014-07-22 00:32:20.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44312) > >2014-07-22 00:32:21.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:21.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52745) > >2014-07-22 00:32:21.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57608) > >2014-07-22 00:32:24.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44363) > >2014-07-22 00:32:25.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:25.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52798) > >2014-07-22 00:32:25.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57662) > >2014-07-22 00:32:28.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44414) > >2014-07-22 00:32:29.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52849) > >2014-07-22 00:32:29.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57713) > >2014-07-22 00:32:32.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44464) > >2014-07-22 00:32:33.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52900) > >2014-07-22 00:32:33.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57765) > >2014-07-22 00:32:35.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:36.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44517) > >2014-07-22 00:32:37.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52952) > >2014-07-22 00:32:37.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57819) > >2014-07-22 00:32:40.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44568) > >2014-07-22 00:32:41.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53003) > >2014-07-22 00:32:41.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57872) > >2014-07-22 00:32:44.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44619) > >2014-07-22 00:32:44.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:45.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53055) > >2014-07-22 00:32:45.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57924) > >2014-07-22 00:32:48.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44670) > >2014-07-22 00:32:49.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53106) > >2014-07-22 00:32:49.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57976) > >2014-07-22 00:32:51.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:52.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44722) > >2014-07-22 00:32:53.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53158) > >2014-07-22 00:32:53.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58028) > >2014-07-22 00:32:55.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:32:56.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44774) > >2014-07-22 00:32:57.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53211) > >2014-07-22 00:32:57.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58082) > >2014-07-22 00:33:00.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44825) > >2014-07-22 00:33:01.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53262) > >2014-07-22 00:33:01.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58133) > >2014-07-22 00:33:04.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44876) > >2014-07-22 00:33:05.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:05.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53316) > >2014-07-22 00:33:05.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58186) > >2014-07-22 00:33:08.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44927) > >2014-07-22 00:33:09.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53367) > >2014-07-22 00:33:09.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58237) > >2014-07-22 00:33:12.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44978) > >2014-07-22 00:33:13.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53421) > >2014-07-22 00:33:13.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58291) > >2014-07-22 00:33:14.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:16.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45030) > >2014-07-22 00:33:17.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53474) > >2014-07-22 00:33:17.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58347) > >2014-07-22 00:33:20.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45081) > >2014-07-22 00:33:21.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:21.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53527) > >2014-07-22 00:33:21.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58401) > >2014-07-22 00:33:24.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45132) > >2014-07-22 00:33:25.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:25.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53579) > >2014-07-22 00:33:25.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58453) > >2014-07-22 00:33:28.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45183) > >2014-07-22 00:33:29.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53630) > >2014-07-22 00:33:29.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58506) > >2014-07-22 00:33:32.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45234) > >2014-07-22 00:33:33.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53681) > >2014-07-22 00:33:33.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58557) > >2014-07-22 00:33:35.371 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:36.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45285) > >2014-07-22 00:33:37.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53733) > >2014-07-22 00:33:37.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58615) > >2014-07-22 00:33:40.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45336) > >2014-07-22 00:33:41.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53785) > >2014-07-22 00:33:41.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58667) > >2014-07-22 00:33:44.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45387) > >2014-07-22 00:33:44.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53838) > >2014-07-22 00:33:45.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58722) > >2014-07-22 00:33:48.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45438) > >2014-07-22 00:33:49.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53889) > >2014-07-22 00:33:49.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58774) > >2014-07-22 00:33:50.327 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:33:50.327 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:33:50.328 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:33:50.340 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:33:51.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:52.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45489) > >2014-07-22 00:33:53.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53941) > >2014-07-22 00:33:53.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58828) > >2014-07-22 00:33:55.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:33:56.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45540) > >2014-07-22 00:33:57.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53996) > >2014-07-22 00:33:57.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58882) > >2014-07-22 00:34:00.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45590) > >2014-07-22 00:34:01.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54047) > >2014-07-22 00:34:01.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58933) > >2014-07-22 00:34:04.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45643) > >2014-07-22 00:34:05.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:05.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54100) > >2014-07-22 00:34:05.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58990) > >2014-07-22 00:34:08.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45696) > >2014-07-22 00:34:09.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54153) > >2014-07-22 00:34:09.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59044) > >2014-07-22 00:34:12.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45748) > >2014-07-22 00:34:13.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54204) > >2014-07-22 00:34:13.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59095) > >2014-07-22 00:34:14.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:16.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45799) > >2014-07-22 00:34:17.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54257) > >2014-07-22 00:34:17.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59148) > >2014-07-22 00:34:20.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45850) > >2014-07-22 00:34:21.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:21.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54314) > >2014-07-22 00:34:21.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59205) > >2014-07-22 00:34:24.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45901) > >2014-07-22 00:34:25.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:25.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54367) > >2014-07-22 00:34:25.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59259) > >2014-07-22 00:34:28.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45952) > >2014-07-22 00:34:29.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54418) > >2014-07-22 00:34:29.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59310) > >2014-07-22 00:34:32.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46003) > >2014-07-22 00:34:33.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54469) > >2014-07-22 00:34:33.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59361) > >2014-07-22 00:34:35.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:36.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46056) > >2014-07-22 00:34:37.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54521) > >2014-07-22 00:34:37.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59415) > >2014-07-22 00:34:40.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46107) > >2014-07-22 00:34:41.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54572) > >2014-07-22 00:34:41.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59468) > >2014-07-22 00:34:44.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46158) > >2014-07-22 00:34:44.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:45.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54624) > >2014-07-22 00:34:45.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59520) > >2014-07-22 00:34:48.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46209) > >2014-07-22 00:34:49.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54677) > >2014-07-22 00:34:49.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59573) > >2014-07-22 00:34:51.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:52.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46261) > >2014-07-22 00:34:53.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54730) > >2014-07-22 00:34:53.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59627) > >2014-07-22 00:34:55.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:34:56.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46312) > >2014-07-22 00:34:57.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54784) > >2014-07-22 00:34:57.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59682) > >2014-07-22 00:35:00.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46364) > >2014-07-22 00:35:01.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54836) > >2014-07-22 00:35:01.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59734) > >2014-07-22 00:35:04.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46415) > >2014-07-22 00:35:05.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:05.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54889) > >2014-07-22 00:35:05.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59787) > >2014-07-22 00:35:08.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46466) > >2014-07-22 00:35:09.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54940) > >2014-07-22 00:35:09.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59838) > >2014-07-22 00:35:12.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46517) > >2014-07-22 00:35:13.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54993) > >2014-07-22 00:35:13.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59891) > >2014-07-22 00:35:14.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:16.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46569) > >2014-07-22 00:35:17.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55046) > >2014-07-22 00:35:17.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59947) > >2014-07-22 00:35:20.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46620) > >2014-07-22 00:35:21.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:21.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55099) > >2014-07-22 00:35:21.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60002) > >2014-07-22 00:35:24.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46673) > >2014-07-22 00:35:25.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:25.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55154) > >2014-07-22 00:35:25.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60055) > >2014-07-22 00:35:28.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46724) > >2014-07-22 00:35:29.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55205) > >2014-07-22 00:35:29.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60108) > >2014-07-22 00:35:32.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46775) > >2014-07-22 00:35:33.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55256) > >2014-07-22 00:35:33.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60159) > >2014-07-22 00:35:35.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:36.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46826) > >2014-07-22 00:35:37.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55308) > >2014-07-22 00:35:37.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60217) > >2014-07-22 00:35:40.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46876) > >2014-07-22 00:35:41.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55360) > >2014-07-22 00:35:41.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60269) > >2014-07-22 00:35:44.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46927) > >2014-07-22 00:35:44.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:45.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55413) > >2014-07-22 00:35:45.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60324) > >2014-07-22 00:35:48.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46978) > >2014-07-22 00:35:49.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55464) > >2014-07-22 00:35:49.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60376) > >2014-07-22 00:35:50.342 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:35:50.342 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:35:50.342 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:35:50.355 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:35:51.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:52.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47029) > >2014-07-22 00:35:53.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55516) > >2014-07-22 00:35:53.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60430) > >2014-07-22 00:35:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:35:56.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47080) > >2014-07-22 00:35:57.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55570) > >2014-07-22 00:35:57.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60484) > >2014-07-22 00:36:00.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47131) > >2014-07-22 00:36:01.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55621) > >2014-07-22 00:36:01.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60535) > >2014-07-22 00:36:04.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47184) > >2014-07-22 00:36:05.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:05.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55674) > >2014-07-22 00:36:05.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60591) > >2014-07-22 00:36:08.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47237) > >2014-07-22 00:36:09.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55727) > >2014-07-22 00:36:09.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60646) > >2014-07-22 00:36:12.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47289) > >2014-07-22 00:36:13.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55779) > >2014-07-22 00:36:13.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60698) > >2014-07-22 00:36:14.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:16.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47340) > >2014-07-22 00:36:17.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55832) > >2014-07-22 00:36:17.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60751) > >2014-07-22 00:36:20.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47391) > >2014-07-22 00:36:21.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:21.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55888) > >2014-07-22 00:36:21.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60807) > >2014-07-22 00:36:24.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47442) > >2014-07-22 00:36:25.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:25.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55941) > >2014-07-22 00:36:25.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60860) > >2014-07-22 00:36:28.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47493) > >2014-07-22 00:36:29.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55992) > >2014-07-22 00:36:29.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60912) > >2014-07-22 00:36:32.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47544) > >2014-07-22 00:36:33.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56043) > >2014-07-22 00:36:33.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60962) > >2014-07-22 00:36:35.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:36.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47597) > >2014-07-22 00:36:37.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56095) > >2014-07-22 00:36:37.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32783) > >2014-07-22 00:36:40.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47648) > >2014-07-22 00:36:41.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56146) > >2014-07-22 00:36:41.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32834) > >2014-07-22 00:36:44.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47699) > >2014-07-22 00:36:44.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:45.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56198) > >2014-07-22 00:36:45.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32888) > >2014-07-22 00:36:48.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47750) > >2014-07-22 00:36:49.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56249) > >2014-07-22 00:36:49.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32939) > >2014-07-22 00:36:51.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:52.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47802) > >2014-07-22 00:36:53.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56301) > >2014-07-22 00:36:53.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32991) > >2014-07-22 00:36:55.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:36:56.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47853) > >2014-07-22 00:36:57.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56355) > >2014-07-22 00:36:57.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33045) > >2014-07-22 00:37:00.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47905) > >2014-07-22 00:37:01.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56406) > >2014-07-22 00:37:01.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33097) > >2014-07-22 00:37:04.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47956) > >2014-07-22 00:37:05.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:05.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56459) > >2014-07-22 00:37:05.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33150) > >2014-07-22 00:37:08.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48007) > >2014-07-22 00:37:09.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56510) > >2014-07-22 00:37:10.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33201) > >2014-07-22 00:37:12.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48058) > >2014-07-22 00:37:13.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56564) > >2014-07-22 00:37:14.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33255) > >2014-07-22 00:37:14.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:16.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48109) > >2014-07-22 00:37:17.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56616) > >2014-07-22 00:37:18.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33310) > >2014-07-22 00:37:20.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48161) > >2014-07-22 00:37:21.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:21.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56668) > >2014-07-22 00:37:22.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33364) > >2014-07-22 00:37:24.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48212) > >2014-07-22 00:37:25.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:25.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56720) > >2014-07-22 00:37:26.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33416) > >2014-07-22 00:37:28.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48263) > >2014-07-22 00:37:29.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56771) > >2014-07-22 00:37:30.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33469) > >2014-07-22 00:37:32.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48314) > >2014-07-22 00:37:33.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56820) > >2014-07-22 00:37:34.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33520) > >2014-07-22 00:37:35.479 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:36.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48365) > >2014-07-22 00:37:37.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56872) > >2014-07-22 00:37:38.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33578) > >2014-07-22 00:37:40.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48416) > >2014-07-22 00:37:41.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56924) > >2014-07-22 00:37:42.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33630) > >2014-07-22 00:37:44.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48467) > >2014-07-22 00:37:45.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:45.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56975) > >2014-07-22 00:37:46.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33684) > >2014-07-22 00:37:48.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48518) > >2014-07-22 00:37:49.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57027) > >2014-07-22 00:37:50.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33737) > >2014-07-22 00:37:50.357 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:37:50.357 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:37:50.358 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:37:50.370 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:37:51.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:52.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48569) > >2014-07-22 00:37:53.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57079) > >2014-07-22 00:37:54.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33791) > >2014-07-22 00:37:55.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:37:56.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48620) > >2014-07-22 00:37:57.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57132) > >2014-07-22 00:37:58.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33844) > >2014-07-22 00:38:00.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48671) > >2014-07-22 00:38:01.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57183) > >2014-07-22 00:38:02.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33895) > >2014-07-22 00:38:04.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48722) > >2014-07-22 00:38:05.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:05.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57236) > >2014-07-22 00:38:06.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33951) > >2014-07-22 00:38:08.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48777) > >2014-07-22 00:38:09.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57289) > >2014-07-22 00:38:10.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34006) > >2014-07-22 00:38:12.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48829) > >2014-07-22 00:38:13.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57340) > >2014-07-22 00:38:14.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34057) > >2014-07-22 00:38:14.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:16.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48880) > >2014-07-22 00:38:17.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57393) > >2014-07-22 00:38:18.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34110) > >2014-07-22 00:38:20.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48931) > >2014-07-22 00:38:21.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:21.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57449) > >2014-07-22 00:38:22.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34167) > >2014-07-22 00:38:24.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48982) > >2014-07-22 00:38:25.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:25.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57503) > >2014-07-22 00:38:26.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34220) > >2014-07-22 00:38:28.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49033) > >2014-07-22 00:38:29.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57554) > >2014-07-22 00:38:30.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34272) > >2014-07-22 00:38:32.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49084) > >2014-07-22 00:38:33.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57605) > >2014-07-22 00:38:34.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34323) > >2014-07-22 00:38:35.513 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:36.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49136) > >2014-07-22 00:38:38.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57657) > >2014-07-22 00:38:38.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34377) > >2014-07-22 00:38:40.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49187) > >2014-07-22 00:38:42.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57708) > >2014-07-22 00:38:42.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34428) > >2014-07-22 00:38:44.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49238) > >2014-07-22 00:38:45.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:46.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57760) > >2014-07-22 00:38:46.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34482) > >2014-07-22 00:38:48.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49289) > >2014-07-22 00:38:50.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57811) > >2014-07-22 00:38:50.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34533) > >2014-07-22 00:38:51.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:52.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49340) > >2014-07-22 00:38:54.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57863) > >2014-07-22 00:38:54.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34586) > >2014-07-22 00:38:55.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:38:56.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49392) > >2014-07-22 00:38:58.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57917) > >2014-07-22 00:38:58.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34640) > >2014-07-22 00:39:00.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49444) > >2014-07-22 00:39:02.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57969) > >2014-07-22 00:39:02.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34693) > >2014-07-22 00:39:04.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49495) > >2014-07-22 00:39:05.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:06.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58022) > >2014-07-22 00:39:06.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34746) > >2014-07-22 00:39:08.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49546) > >2014-07-22 00:39:10.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58073) > >2014-07-22 00:39:10.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34797) > >2014-07-22 00:39:12.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49597) > >2014-07-22 00:39:14.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58125) > >2014-07-22 00:39:14.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34849) > >2014-07-22 00:39:15.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:16.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49648) > >2014-07-22 00:39:18.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58179) > >2014-07-22 00:39:18.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34906) > >2014-07-22 00:39:20.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49700) > >2014-07-22 00:39:21.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:22.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58232) > >2014-07-22 00:39:22.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34961) > >2014-07-22 00:39:24.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49751) > >2014-07-22 00:39:25.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:26.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58284) > >2014-07-22 00:39:26.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35013) > >2014-07-22 00:39:28.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49802) > >2014-07-22 00:39:30.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58335) > >2014-07-22 00:39:30.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35066) > >2014-07-22 00:39:32.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49853) > >2014-07-22 00:39:34.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58386) > >2014-07-22 00:39:34.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35116) > >2014-07-22 00:39:35.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:36.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49904) > >2014-07-22 00:39:38.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58438) > >2014-07-22 00:39:38.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35174) > >2014-07-22 00:39:40.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49955) > >2014-07-22 00:39:42.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58490) > >2014-07-22 00:39:42.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35226) > >2014-07-22 00:39:44.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50006) > >2014-07-22 00:39:45.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:46.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58542) > >2014-07-22 00:39:46.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35280) > >2014-07-22 00:39:48.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50057) > >2014-07-22 00:39:50.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58594) > >2014-07-22 00:39:50.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35333) > >2014-07-22 00:39:50.373 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:39:50.373 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:39:50.374 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:39:50.385 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:39:51.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:52.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50107) > >2014-07-22 00:39:54.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58646) > >2014-07-22 00:39:54.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35387) > >2014-07-22 00:39:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:39:56.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50158) > >2014-07-22 00:39:58.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58700) > >2014-07-22 00:39:58.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35441) > >2014-07-22 00:40:00.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50209) > >2014-07-22 00:40:02.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58751) > >2014-07-22 00:40:02.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35492) > >2014-07-22 00:40:04.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50260) > >2014-07-22 00:40:05.554 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:06.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58804) > >2014-07-22 00:40:06.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35548) > >2014-07-22 00:40:08.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50315) > >2014-07-22 00:40:10.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58858) > >2014-07-22 00:40:10.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35604) > >2014-07-22 00:40:12.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50367) > >2014-07-22 00:40:14.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58909) > >2014-07-22 00:40:14.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35655) > >2014-07-22 00:40:15.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:16.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50418) > >2014-07-22 00:40:18.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58963) > >2014-07-22 00:40:18.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35708) > >2014-07-22 00:40:20.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50469) > >2014-07-22 00:40:21.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:22.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59019) > >2014-07-22 00:40:22.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35764) > >2014-07-22 00:40:24.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50520) > >2014-07-22 00:40:25.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:26.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59072) > >2014-07-22 00:40:26.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35817) > >2014-07-22 00:40:28.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50571) > >2014-07-22 00:40:30.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59123) > >2014-07-22 00:40:30.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35869) > >2014-07-22 00:40:32.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50622) > >2014-07-22 00:40:34.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59174) > >2014-07-22 00:40:34.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35920) > >2014-07-22 00:40:35.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:36.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50675) > >2014-07-22 00:40:38.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59226) > >2014-07-22 00:40:38.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35974) > >2014-07-22 00:40:40.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50726) > >2014-07-22 00:40:42.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59277) > >2014-07-22 00:40:42.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36025) > >2014-07-22 00:40:44.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50777) > >2014-07-22 00:40:45.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:46.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59329) > >2014-07-22 00:40:46.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36079) > >2014-07-22 00:40:48.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50828) > >2014-07-22 00:40:50.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59380) > >2014-07-22 00:40:50.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36130) > >2014-07-22 00:40:51.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:52.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50879) > >2014-07-22 00:40:54.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59432) > >2014-07-22 00:40:54.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36183) > >2014-07-22 00:40:55.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:40:56.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50931) > >2014-07-22 00:40:58.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59485) > >2014-07-22 00:40:58.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36236) > >2014-07-22 00:41:00.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50982) > >2014-07-22 00:41:02.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59536) > >2014-07-22 00:41:02.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36288) > >2014-07-22 00:41:04.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51033) > >2014-07-22 00:41:05.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:06.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59588) > >2014-07-22 00:41:06.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36340) > >2014-07-22 00:41:08.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51084) > >2014-07-22 00:41:10.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59639) > >2014-07-22 00:41:10.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36391) > >2014-07-22 00:41:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51135) > >2014-07-22 00:41:14.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59691) > >2014-07-22 00:41:14.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36443) > >2014-07-22 00:41:15.026 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:16.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51186) > >2014-07-22 00:41:18.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59744) > >2014-07-22 00:41:18.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36496) > >2014-07-22 00:41:20.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51238) > >2014-07-22 00:41:21.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:22.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59797) > >2014-07-22 00:41:22.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36552) > >2014-07-22 00:41:24.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51289) > >2014-07-22 00:41:25.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:26.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59849) > >2014-07-22 00:41:26.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36606) > >2014-07-22 00:41:28.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51340) > >2014-07-22 00:41:30.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59900) > >2014-07-22 00:41:30.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36659) > >2014-07-22 00:41:32.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51391) > >2014-07-22 00:41:34.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59951) > >2014-07-22 00:41:34.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36710) > >2014-07-22 00:41:35.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:36.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51442) > >2014-07-22 00:41:38.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60003) > >2014-07-22 00:41:38.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36768) > >2014-07-22 00:41:40.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51493) > >2014-07-22 00:41:42.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60055) > >2014-07-22 00:41:42.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36820) > >2014-07-22 00:41:44.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51544) > >2014-07-22 00:41:45.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:46.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60107) > >2014-07-22 00:41:46.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36874) > >2014-07-22 00:41:48.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51595) > >2014-07-22 00:41:50.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60159) > >2014-07-22 00:41:50.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36927) > >2014-07-22 00:41:50.386 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:41:50.386 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:41:50.387 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:41:50.399 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:41:51.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:52.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51646) > >2014-07-22 00:41:54.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60211) > >2014-07-22 00:41:54.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36981) > >2014-07-22 00:41:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:41:56.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51697) > >2014-07-22 00:41:58.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60265) > >2014-07-22 00:41:58.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37035) > >2014-07-22 00:42:00.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51748) > >2014-07-22 00:42:02.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60316) > >2014-07-22 00:42:02.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37086) > >2014-07-22 00:42:04.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51799) > >2014-07-22 00:42:05.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:06.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60369) > >2014-07-22 00:42:06.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37141) > >2014-07-22 00:42:08.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51854) > >2014-07-22 00:42:10.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60423) > >2014-07-22 00:42:10.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37198) > >2014-07-22 00:42:12.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51906) > >2014-07-22 00:42:14.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60474) > >2014-07-22 00:42:14.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37248) > >2014-07-22 00:42:15.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:16.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51957) > >2014-07-22 00:42:18.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60527) > >2014-07-22 00:42:18.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37301) > >2014-07-22 00:42:20.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52008) > >2014-07-22 00:42:21.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:22.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60581) > >2014-07-22 00:42:22.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37355) > >2014-07-22 00:42:24.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52059) > >2014-07-22 00:42:25.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:26.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60636) > >2014-07-22 00:42:26.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37410) > >2014-07-22 00:42:28.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52110) > >2014-07-22 00:42:30.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60687) > >2014-07-22 00:42:30.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37462) > >2014-07-22 00:42:32.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52161) > >2014-07-22 00:42:34.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60738) > >2014-07-22 00:42:34.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37513) > >2014-07-22 00:42:35.613 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:36.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52214) > >2014-07-22 00:42:38.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60790) > >2014-07-22 00:42:38.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37566) > >2014-07-22 00:42:40.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52265) > >2014-07-22 00:42:42.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60841) > >2014-07-22 00:42:42.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37617) > >2014-07-22 00:42:44.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52316) > >2014-07-22 00:42:45.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:46.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60893) > >2014-07-22 00:42:46.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37671) > >2014-07-22 00:42:48.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52368) > >2014-07-22 00:42:50.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60944) > >2014-07-22 00:42:50.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37722) > >2014-07-22 00:42:51.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:52.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52419) > >2014-07-22 00:42:54.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60995) > >2014-07-22 00:42:54.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37774) > >2014-07-22 00:42:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:42:56.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52471) > >2014-07-22 00:42:58.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32815) > >2014-07-22 00:42:58.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37828) > >2014-07-22 00:43:00.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52522) > >2014-07-22 00:43:02.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32866) > >2014-07-22 00:43:02.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37880) > >2014-07-22 00:43:04.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52574) > >2014-07-22 00:43:05.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:06.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32919) > >2014-07-22 00:43:06.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37933) > >2014-07-22 00:43:08.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52625) > >2014-07-22 00:43:10.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32970) > >2014-07-22 00:43:10.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37984) > >2014-07-22 00:43:12.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52676) > >2014-07-22 00:43:14.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33020) > >2014-07-22 00:43:14.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38035) > >2014-07-22 00:43:15.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:16.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52727) > >2014-07-22 00:43:18.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33075) > >2014-07-22 00:43:18.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38090) > >2014-07-22 00:43:20.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52779) > >2014-07-22 00:43:21.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:22.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33127) > >2014-07-22 00:43:22.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38145) > >2014-07-22 00:43:24.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52830) > >2014-07-22 00:43:25.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:26.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33179) > >2014-07-22 00:43:26.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38200) > >2014-07-22 00:43:28.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52881) > >2014-07-22 00:43:30.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33230) > >2014-07-22 00:43:30.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38251) > >2014-07-22 00:43:32.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52932) > >2014-07-22 00:43:34.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33281) > >2014-07-22 00:43:34.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38304) > >2014-07-22 00:43:35.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:36.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52983) > >2014-07-22 00:43:38.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33333) > >2014-07-22 00:43:38.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38358) > >2014-07-22 00:43:40.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53034) > >2014-07-22 00:43:42.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33384) > >2014-07-22 00:43:42.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38413) > >2014-07-22 00:43:44.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53085) > >2014-07-22 00:43:45.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:46.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33437) > >2014-07-22 00:43:46.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38468) > >2014-07-22 00:43:48.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53136) > >2014-07-22 00:43:50.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33489) > >2014-07-22 00:43:50.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38520) > >2014-07-22 00:43:50.401 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:43:50.401 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:43:50.402 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:43:50.415 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:43:51.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:52.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53187) > >2014-07-22 00:43:54.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33541) > >2014-07-22 00:43:54.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38575) > >2014-07-22 00:43:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:43:56.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53238) > >2014-07-22 00:43:58.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33594) > >2014-07-22 00:43:58.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38628) > >2014-07-22 00:44:00.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53289) > >2014-07-22 00:44:02.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33646) > >2014-07-22 00:44:02.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38680) > >2014-07-22 00:44:04.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53340) > >2014-07-22 00:44:05.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:06.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33699) > >2014-07-22 00:44:06.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38735) > >2014-07-22 00:44:08.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53395) > >2014-07-22 00:44:10.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33753) > >2014-07-22 00:44:10.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38792) > >2014-07-22 00:44:12.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53447) > >2014-07-22 00:44:14.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33804) > >2014-07-22 00:44:14.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38843) > >2014-07-22 00:44:15.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:16.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53498) > >2014-07-22 00:44:18.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33857) > >2014-07-22 00:44:18.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38896) > >2014-07-22 00:44:20.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53549) > >2014-07-22 00:44:21.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:22.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33911) > >2014-07-22 00:44:22.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38950) > >2014-07-22 00:44:24.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53600) > >2014-07-22 00:44:25.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:26.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33966) > >2014-07-22 00:44:26.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39005) > >2014-07-22 00:44:28.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53651) > >2014-07-22 00:44:30.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34017) > >2014-07-22 00:44:30.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39056) > >2014-07-22 00:44:32.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53701) > >2014-07-22 00:44:34.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34068) > >2014-07-22 00:44:34.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39108) > >2014-07-22 00:44:35.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:36.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53754) > >2014-07-22 00:44:38.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34120) > >2014-07-22 00:44:38.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39162) > >2014-07-22 00:44:40.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53805) > >2014-07-22 00:44:42.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34171) > >2014-07-22 00:44:42.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39213) > >2014-07-22 00:44:45.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53856) > >2014-07-22 00:44:45.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:46.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34223) > >2014-07-22 00:44:46.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39265) > >2014-07-22 00:44:49.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53907) > >2014-07-22 00:44:50.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34274) > >2014-07-22 00:44:50.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39318) > >2014-07-22 00:44:51.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:53.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53958) > >2014-07-22 00:44:54.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34326) > >2014-07-22 00:44:54.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39370) > >2014-07-22 00:44:55.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:44:57.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54010) > >2014-07-22 00:44:58.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34380) > >2014-07-22 00:44:58.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39425) > >2014-07-22 00:45:01.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54061) > >2014-07-22 00:45:02.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34432) > >2014-07-22 00:45:02.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39476) > >2014-07-22 00:45:05.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54113) > >2014-07-22 00:45:05.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:06.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34486) > >2014-07-22 00:45:06.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39530) > >2014-07-22 00:45:09.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54163) > >2014-07-22 00:45:10.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34541) > >2014-07-22 00:45:10.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39581) > >2014-07-22 00:45:13.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54214) > >2014-07-22 00:45:14.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34592) > >2014-07-22 00:45:14.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39631) > >2014-07-22 00:45:15.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:17.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54266) > >2014-07-22 00:45:18.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34647) > >2014-07-22 00:45:18.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39686) > >2014-07-22 00:45:21.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54317) > >2014-07-22 00:45:21.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:22.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34700) > >2014-07-22 00:45:22.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39742) > >2014-07-22 00:45:25.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54370) > >2014-07-22 00:45:25.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:26.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34753) > >2014-07-22 00:45:26.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39797) > >2014-07-22 00:45:29.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54425) > >2014-07-22 00:45:30.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34804) > >2014-07-22 00:45:30.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39848) > >2014-07-22 00:45:33.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54476) > >2014-07-22 00:45:34.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34855) > >2014-07-22 00:45:34.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39901) > >2014-07-22 00:45:35.729 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:37.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54527) > >2014-07-22 00:45:38.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34908) > >2014-07-22 00:45:38.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39955) > >2014-07-22 00:45:41.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54578) > >2014-07-22 00:45:42.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34974) > >2014-07-22 00:45:42.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40016) > >2014-07-22 00:45:45.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54635) > >2014-07-22 00:45:45.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:46.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35030) > >2014-07-22 00:45:46.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40071) > >2014-07-22 00:45:49.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54686) > >2014-07-22 00:45:50.417 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:45:50.417 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:45:50.418 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:45:50.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35081) > >2014-07-22 00:45:50.473 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:45:50.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40122) > >2014-07-22 00:45:51.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:53.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54740) > >2014-07-22 00:45:54.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35140) > >2014-07-22 00:45:54.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40183) > >2014-07-22 00:45:55.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:45:57.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54804) > >2014-07-22 00:45:58.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35193) > >2014-07-22 00:45:58.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40236) > >2014-07-22 00:46:01.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54856) > >2014-07-22 00:46:02.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35248) > >2014-07-22 00:46:02.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40289) > >2014-07-22 00:46:05.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54910) > >2014-07-22 00:46:05.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:06.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35306) > >2014-07-22 00:46:06.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40342) > >2014-07-22 00:46:09.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54975) > >2014-07-22 00:46:10.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35369) > >2014-07-22 00:46:10.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40400) > >2014-07-22 00:46:13.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55037) > >2014-07-22 00:46:14.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35432) > >2014-07-22 00:46:14.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40451) > >2014-07-22 00:46:15.073 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:17.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55096) > >2014-07-22 00:46:18.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35496) > >2014-07-22 00:46:18.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40503) > >2014-07-22 00:46:21.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:21.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55154) > >2014-07-22 00:46:22.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35567) > >2014-07-22 00:46:22.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40558) > >2014-07-22 00:46:25.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55214) > >2014-07-22 00:46:25.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:26.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35636) > >2014-07-22 00:46:26.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40613) > >2014-07-22 00:46:29.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55280) > >2014-07-22 00:46:30.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35701) > >2014-07-22 00:46:30.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40665) > >2014-07-22 00:46:33.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55340) > >2014-07-22 00:46:34.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35755) > >2014-07-22 00:46:34.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40717) > >2014-07-22 00:46:35.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:37.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55407) > >2014-07-22 00:46:38.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35807) > >2014-07-22 00:46:38.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40771) > >2014-07-22 00:46:41.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55464) > >2014-07-22 00:46:42.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35858) > >2014-07-22 00:46:42.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40822) > >2014-07-22 00:46:45.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:45.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55521) > >2014-07-22 00:46:46.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35913) > >2014-07-22 00:46:46.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40874) > >2014-07-22 00:46:49.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55572) > >2014-07-22 00:46:50.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35965) > >2014-07-22 00:46:50.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40927) > >2014-07-22 00:46:51.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:53.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55629) > >2014-07-22 00:46:54.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36017) > >2014-07-22 00:46:54.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40979) > >2014-07-22 00:46:55.460 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:46:57.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55682) > >2014-07-22 00:46:58.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36073) > >2014-07-22 00:46:58.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41032) > >2014-07-22 00:47:01.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55733) > >2014-07-22 00:47:02.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36128) > >2014-07-22 00:47:02.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41084) > >2014-07-22 00:47:05.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55785) > >2014-07-22 00:47:05.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:06.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36183) > >2014-07-22 00:47:06.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41138) > >2014-07-22 00:47:09.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55836) > >2014-07-22 00:47:10.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36234) > >2014-07-22 00:47:10.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41190) > >2014-07-22 00:47:13.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55887) > >2014-07-22 00:47:14.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36285) > >2014-07-22 00:47:14.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41241) > >2014-07-22 00:47:15.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:17.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55937) > >2014-07-22 00:47:18.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36342) > >2014-07-22 00:47:18.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41295) > >2014-07-22 00:47:21.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:21.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55988) > >2014-07-22 00:47:22.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36398) > >2014-07-22 00:47:22.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41351) > >2014-07-22 00:47:25.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56040) > >2014-07-22 00:47:25.504 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:26.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36451) > >2014-07-22 00:47:26.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41406) > >2014-07-22 00:47:29.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56091) > >2014-07-22 00:47:30.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36503) > >2014-07-22 00:47:30.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41457) > >2014-07-22 00:47:33.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56142) > >2014-07-22 00:47:34.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36554) > >2014-07-22 00:47:34.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41510) > >2014-07-22 00:47:35.783 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:37.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56193) > >2014-07-22 00:47:38.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36610) > >2014-07-22 00:47:38.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41566) > >2014-07-22 00:47:41.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56244) > >2014-07-22 00:47:42.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36661) > >2014-07-22 00:47:42.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41621) > >2014-07-22 00:47:45.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:45.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56295) > >2014-07-22 00:47:46.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36714) > >2014-07-22 00:47:46.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41676) > >2014-07-22 00:47:49.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56346) > >2014-07-22 00:47:50.477 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:47:50.477 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:47:50.478 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:47:50.489 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:47:50.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36765) > >2014-07-22 00:47:50.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41729) > >2014-07-22 00:47:51.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:53.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56397) > >2014-07-22 00:47:54.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36818) > >2014-07-22 00:47:54.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41783) > >2014-07-22 00:47:55.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:47:57.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56448) > >2014-07-22 00:47:58.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36869) > >2014-07-22 00:47:58.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41835) > >2014-07-22 00:48:01.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56499) > >2014-07-22 00:48:02.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36921) > >2014-07-22 00:48:02.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41887) > >2014-07-22 00:48:05.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56550) > >2014-07-22 00:48:05.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:06.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36974) > >2014-07-22 00:48:06.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41940) > >2014-07-22 00:48:09.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56603) > >2014-07-22 00:48:10.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37025) > >2014-07-22 00:48:10.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41996) > >2014-07-22 00:48:13.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56657) > >2014-07-22 00:48:14.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37076) > >2014-07-22 00:48:14.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42047) > >2014-07-22 00:48:15.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:17.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56708) > >2014-07-22 00:48:18.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37129) > >2014-07-22 00:48:18.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42100) > >2014-07-22 00:48:21.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:21.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56759) > >2014-07-22 00:48:22.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37183) > >2014-07-22 00:48:22.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42154) > >2014-07-22 00:48:25.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56810) > >2014-07-22 00:48:25.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:26.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37238) > >2014-07-22 00:48:26.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42209) > >2014-07-22 00:48:29.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56861) > >2014-07-22 00:48:30.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37289) > >2014-07-22 00:48:30.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42260) > >2014-07-22 00:48:33.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56912) > >2014-07-22 00:48:34.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37340) > >2014-07-22 00:48:34.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42312) > >2014-07-22 00:48:35.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:37.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56965) > >2014-07-22 00:48:38.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37392) > >2014-07-22 00:48:38.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42366) > >2014-07-22 00:48:41.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57016) > >2014-07-22 00:48:42.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37443) > >2014-07-22 00:48:42.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42417) > >2014-07-22 00:48:45.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:45.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57067) > >2014-07-22 00:48:46.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37495) > >2014-07-22 00:48:46.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42469) > >2014-07-22 00:48:49.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57118) > >2014-07-22 00:48:50.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37546) > >2014-07-22 00:48:50.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42522) > >2014-07-22 00:48:51.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:53.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57169) > >2014-07-22 00:48:54.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37598) > >2014-07-22 00:48:54.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42574) > >2014-07-22 00:48:55.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:48:57.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57220) > >2014-07-22 00:48:58.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37651) > >2014-07-22 00:48:58.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42628) > >2014-07-22 00:49:01.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57272) > >2014-07-22 00:49:02.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37703) > >2014-07-22 00:49:02.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42680) > >2014-07-22 00:49:05.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57324) > >2014-07-22 00:49:05.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:06.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37756) > >2014-07-22 00:49:06.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42734) > >2014-07-22 00:49:09.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57375) > >2014-07-22 00:49:10.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37808) > >2014-07-22 00:49:10.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42786) > >2014-07-22 00:49:13.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57426) > >2014-07-22 00:49:14.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37859) > >2014-07-22 00:49:14.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42837) > >2014-07-22 00:49:15.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:17.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57477) > >2014-07-22 00:49:18.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37913) > >2014-07-22 00:49:18.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42891) > >2014-07-22 00:49:21.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:21.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57528) > >2014-07-22 00:49:22.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37966) > >2014-07-22 00:49:22.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42944) > >2014-07-22 00:49:25.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57580) > >2014-07-22 00:49:25.611 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:26.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38018) > >2014-07-22 00:49:26.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43000) > >2014-07-22 00:49:29.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57631) > >2014-07-22 00:49:30.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38069) > >2014-07-22 00:49:30.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43053) > >2014-07-22 00:49:33.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57682) > >2014-07-22 00:49:34.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38120) > >2014-07-22 00:49:34.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43106) > >2014-07-22 00:49:35.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:37.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57733) > >2014-07-22 00:49:38.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38174) > >2014-07-22 00:49:38.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43162) > >2014-07-22 00:49:41.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57784) > >2014-07-22 00:49:42.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38225) > >2014-07-22 00:49:42.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43217) > >2014-07-22 00:49:45.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:45.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57835) > >2014-07-22 00:49:46.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38278) > >2014-07-22 00:49:46.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43272) > >2014-07-22 00:49:49.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57886) > >2014-07-22 00:49:50.491 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:49:50.491 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:49:50.491 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:49:50.502 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:49:50.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38329) > >2014-07-22 00:49:50.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43325) > >2014-07-22 00:49:51.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:53.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57937) > >2014-07-22 00:49:54.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38382) > >2014-07-22 00:49:54.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43379) > >2014-07-22 00:49:55.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:49:57.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57988) > >2014-07-22 00:49:58.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38435) > >2014-07-22 00:49:58.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43432) > >2014-07-22 00:50:01.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58039) > >2014-07-22 00:50:02.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38487) > >2014-07-22 00:50:02.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43484) > >2014-07-22 00:50:05.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58090) > >2014-07-22 00:50:05.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:06.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38540) > >2014-07-22 00:50:06.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43537) > >2014-07-22 00:50:09.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58141) > >2014-07-22 00:50:10.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38591) > >2014-07-22 00:50:10.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43593) > >2014-07-22 00:50:13.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58197) > >2014-07-22 00:50:14.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38642) > >2014-07-22 00:50:14.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43645) > >2014-07-22 00:50:15.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:17.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58248) > >2014-07-22 00:50:18.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38695) > >2014-07-22 00:50:18.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43698) > >2014-07-22 00:50:21.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:21.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58299) > >2014-07-22 00:50:22.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38750) > >2014-07-22 00:50:22.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43752) > >2014-07-22 00:50:25.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58350) > >2014-07-22 00:50:25.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:26.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38805) > >2014-07-22 00:50:26.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43808) > >2014-07-22 00:50:29.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58401) > >2014-07-22 00:50:30.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38856) > >2014-07-22 00:50:30.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43859) > >2014-07-22 00:50:33.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58452) > >2014-07-22 00:50:34.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38907) > >2014-07-22 00:50:34.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43911) > >2014-07-22 00:50:35.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:37.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58505) > >2014-07-22 00:50:38.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38959) > >2014-07-22 00:50:38.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43965) > >2014-07-22 00:50:41.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58556) > >2014-07-22 00:50:42.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39010) > >2014-07-22 00:50:42.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44016) > >2014-07-22 00:50:45.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:45.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58607) > >2014-07-22 00:50:46.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39062) > >2014-07-22 00:50:46.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44068) > >2014-07-22 00:50:49.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58658) > >2014-07-22 00:50:50.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39113) > >2014-07-22 00:50:50.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44121) > >2014-07-22 00:50:51.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:53.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58709) > >2014-07-22 00:50:54.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39165) > >2014-07-22 00:50:54.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44173) > >2014-07-22 00:50:55.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:50:57.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58760) > >2014-07-22 00:50:58.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39217) > >2014-07-22 00:50:58.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44225) > >2014-07-22 00:51:01.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58812) > >2014-07-22 00:51:02.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39269) > >2014-07-22 00:51:02.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44278) > >2014-07-22 00:51:05.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58863) > >2014-07-22 00:51:05.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:06.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39321) > >2014-07-22 00:51:06.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44331) > >2014-07-22 00:51:09.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58915) > >2014-07-22 00:51:10.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39372) > >2014-07-22 00:51:11.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44381) > >2014-07-22 00:51:13.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58966) > >2014-07-22 00:51:14.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39423) > >2014-07-22 00:51:15.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44432) > >2014-07-22 00:51:15.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:17.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59017) > >2014-07-22 00:51:18.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39475) > >2014-07-22 00:51:19.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44484) > >2014-07-22 00:51:21.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:21.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59068) > >2014-07-22 00:51:22.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39529) > >2014-07-22 00:51:23.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44538) > >2014-07-22 00:51:25.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59120) > >2014-07-22 00:51:25.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:26.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39582) > >2014-07-22 00:51:27.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44594) > >2014-07-22 00:51:29.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59171) > >2014-07-22 00:51:30.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39633) > >2014-07-22 00:51:31.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44647) > >2014-07-22 00:51:33.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59222) > >2014-07-22 00:51:34.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39683) > >2014-07-22 00:51:35.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44700) > >2014-07-22 00:51:35.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:37.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59273) > >2014-07-22 00:51:38.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39737) > >2014-07-22 00:51:39.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44756) > >2014-07-22 00:51:41.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59324) > >2014-07-22 00:51:42.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39788) > >2014-07-22 00:51:43.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44812) > >2014-07-22 00:51:45.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:45.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59375) > >2014-07-22 00:51:46.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39841) > >2014-07-22 00:51:47.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44866) > >2014-07-22 00:51:49.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59425) > >2014-07-22 00:51:50.504 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:51:50.504 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:51:50.505 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:51:50.517 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:51:50.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39892) > >2014-07-22 00:51:51.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44919) > >2014-07-22 00:51:51.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:53.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59476) > >2014-07-22 00:51:54.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39945) > >2014-07-22 00:51:55.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44973) > >2014-07-22 00:51:55.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:51:57.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59527) > >2014-07-22 00:51:58.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39998) > >2014-07-22 00:51:59.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45026) > >2014-07-22 00:52:01.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59577) > >2014-07-22 00:52:02.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40050) > >2014-07-22 00:52:03.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45078) > >2014-07-22 00:52:05.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59627) > >2014-07-22 00:52:05.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:06.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40103) > >2014-07-22 00:52:07.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45131) > >2014-07-22 00:52:09.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59678) > >2014-07-22 00:52:10.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40154) > >2014-07-22 00:52:11.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45186) > >2014-07-22 00:52:13.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59734) > >2014-07-22 00:52:14.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40205) > >2014-07-22 00:52:15.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45238) > >2014-07-22 00:52:15.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:17.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59785) > >2014-07-22 00:52:18.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40258) > >2014-07-22 00:52:19.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45291) > >2014-07-22 00:52:21.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:21.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59836) > >2014-07-22 00:52:22.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40314) > >2014-07-22 00:52:23.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45347) > >2014-07-22 00:52:25.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59887) > >2014-07-22 00:52:25.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:26.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40370) > >2014-07-22 00:52:27.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45403) > >2014-07-22 00:52:29.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59938) > >2014-07-22 00:52:30.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40421) > >2014-07-22 00:52:31.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45454) > >2014-07-22 00:52:33.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59989) > >2014-07-22 00:52:34.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40472) > >2014-07-22 00:52:35.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45506) > >2014-07-22 00:52:35.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:37.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60042) > >2014-07-22 00:52:38.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40524) > >2014-07-22 00:52:39.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45560) > >2014-07-22 00:52:41.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60093) > >2014-07-22 00:52:42.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40575) > >2014-07-22 00:52:43.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45611) > >2014-07-22 00:52:45.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:45.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60144) > >2014-07-22 00:52:46.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40627) > >2014-07-22 00:52:47.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45663) > >2014-07-22 00:52:49.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60195) > >2014-07-22 00:52:50.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40678) > >2014-07-22 00:52:51.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:51.103 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 45716) > >2014-07-22 00:52:53.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60246) > >2014-07-22 00:52:54.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40730) > >2014-07-22 00:52:55.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45768) > >2014-07-22 00:52:55.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:52:57.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60297) > >2014-07-22 00:52:58.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40782) > >2014-07-22 00:52:59.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45820) > >2014-07-22 00:53:01.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60349) > >2014-07-22 00:53:02.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40834) > >2014-07-22 00:53:03.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45873) > >2014-07-22 00:53:05.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60400) > >2014-07-22 00:53:05.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:06.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40887) > >2014-07-22 00:53:07.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45926) > >2014-07-22 00:53:09.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60452) > >2014-07-22 00:53:10.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40939) > >2014-07-22 00:53:11.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45979) > >2014-07-22 00:53:13.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60503) > >2014-07-22 00:53:14.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40990) > >2014-07-22 00:53:15.066 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:15.092 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 46030) > >2014-07-22 00:53:17.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60554) > >2014-07-22 00:53:18.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41043) > >2014-07-22 00:53:19.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46083) > >2014-07-22 00:53:21.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:21.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60605) > >2014-07-22 00:53:22.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41097) > >2014-07-22 00:53:23.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46137) > >2014-07-22 00:53:25.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60656) > >2014-07-22 00:53:25.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:27.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41149) > >2014-07-22 00:53:27.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46193) > >2014-07-22 00:53:29.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60708) > >2014-07-22 00:53:31.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41200) > >2014-07-22 00:53:31.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46246) > >2014-07-22 00:53:33.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60759) > >2014-07-22 00:53:35.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41251) > >2014-07-22 00:53:35.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46299) > >2014-07-22 00:53:35.941 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:37.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60810) > >2014-07-22 00:53:39.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41305) > >2014-07-22 00:53:39.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46355) > >2014-07-22 00:53:41.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60861) > >2014-07-22 00:53:43.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41356) > >2014-07-22 00:53:43.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46410) > >2014-07-22 00:53:45.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:45.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60912) > >2014-07-22 00:53:47.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41409) > >2014-07-22 00:53:47.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46465) > >2014-07-22 00:53:49.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60963) > >2014-07-22 00:53:50.519 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:53:50.519 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:53:50.520 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:53:50.532 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:53:51.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41460) > >2014-07-22 00:53:51.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:51.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46518) > >2014-07-22 00:53:53.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32781) > >2014-07-22 00:53:55.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41513) > >2014-07-22 00:53:55.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46572) > >2014-07-22 00:53:55.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:53:57.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32832) > >2014-07-22 00:53:59.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41566) > >2014-07-22 00:53:59.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46625) > >2014-07-22 00:54:01.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32883) > >2014-07-22 00:54:03.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41618) > >2014-07-22 00:54:03.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46677) > >2014-07-22 00:54:05.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32934) > >2014-07-22 00:54:05.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:07.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41671) > >2014-07-22 00:54:07.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46730) > >2014-07-22 00:54:09.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32985) > >2014-07-22 00:54:11.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41722) > >2014-07-22 00:54:11.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46784) > >2014-07-22 00:54:13.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33041) > >2014-07-22 00:54:15.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41773) > >2014-07-22 00:54:15.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:15.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46837) > >2014-07-22 00:54:17.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33093) > >2014-07-22 00:54:19.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41826) > >2014-07-22 00:54:19.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46890) > >2014-07-22 00:54:21.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:21.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33144) > >2014-07-22 00:54:23.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41881) > >2014-07-22 00:54:23.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46945) > >2014-07-22 00:54:25.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33195) > >2014-07-22 00:54:25.878 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:27.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41935) > >2014-07-22 00:54:27.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47000) > >2014-07-22 00:54:29.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33246) > >2014-07-22 00:54:31.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41987) > >2014-07-22 00:54:31.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47051) > >2014-07-22 00:54:33.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33297) > >2014-07-22 00:54:35.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42038) > >2014-07-22 00:54:35.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47102) > >2014-07-22 00:54:35.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:37.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33350) > >2014-07-22 00:54:39.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42090) > >2014-07-22 00:54:39.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47157) > >2014-07-22 00:54:41.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33401) > >2014-07-22 00:54:43.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42141) > >2014-07-22 00:54:43.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47208) > >2014-07-22 00:54:45.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:45.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33452) > >2014-07-22 00:54:47.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42193) > >2014-07-22 00:54:47.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47260) > >2014-07-22 00:54:49.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33503) > >2014-07-22 00:54:51.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:51.074 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 42244) > >2014-07-22 00:54:51.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47311) > >2014-07-22 00:54:53.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33554) > >2014-07-22 00:54:55.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42296) > >2014-07-22 00:54:55.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47365) > >2014-07-22 00:54:55.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:54:57.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33605) > >2014-07-22 00:54:59.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42349) > >2014-07-22 00:54:59.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47418) > >2014-07-22 00:55:01.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33657) > >2014-07-22 00:55:03.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42401) > >2014-07-22 00:55:03.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47472) > >2014-07-22 00:55:05.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33708) > >2014-07-22 00:55:05.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:07.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42454) > >2014-07-22 00:55:07.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47525) > >2014-07-22 00:55:09.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33760) > >2014-07-22 00:55:11.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42505) > >2014-07-22 00:55:11.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47577) > >2014-07-22 00:55:13.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33811) > >2014-07-22 00:55:15.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42556) > >2014-07-22 00:55:15.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:15.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47628) > >2014-07-22 00:55:17.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33862) > >2014-07-22 00:55:19.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42609) > >2014-07-22 00:55:19.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47681) > >2014-07-22 00:55:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:21.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33913) > >2014-07-22 00:55:23.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42662) > >2014-07-22 00:55:23.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47734) > >2014-07-22 00:55:25.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33964) > >2014-07-22 00:55:25.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:27.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42716) > >2014-07-22 00:55:27.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47791) > >2014-07-22 00:55:29.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34016) > >2014-07-22 00:55:31.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42767) > >2014-07-22 00:55:31.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47844) > >2014-07-22 00:55:33.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34067) > >2014-07-22 00:55:35.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42818) > >2014-07-22 00:55:35.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47897) > >2014-07-22 00:55:35.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:37.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34118) > >2014-07-22 00:55:39.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42872) > >2014-07-22 00:55:39.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47953) > >2014-07-22 00:55:41.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34169) > >2014-07-22 00:55:43.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42923) > >2014-07-22 00:55:43.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48008) > >2014-07-22 00:55:45.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:45.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34220) > >2014-07-22 00:55:47.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42976) > >2014-07-22 00:55:47.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48063) > >2014-07-22 00:55:49.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34271) > >2014-07-22 00:55:50.534 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:55:50.534 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:55:50.535 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:55:50.547 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:55:51.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:51.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43027) > >2014-07-22 00:55:51.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48116) > >2014-07-22 00:55:53.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34322) > >2014-07-22 00:55:55.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43079) > >2014-07-22 00:55:55.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48168) > >2014-07-22 00:55:55.954 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:55:57.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34373) > >2014-07-22 00:55:59.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43132) > >2014-07-22 00:55:59.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48221) > >2014-07-22 00:56:01.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34424) > >2014-07-22 00:56:03.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43184) > >2014-07-22 00:56:03.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48273) > >2014-07-22 00:56:05.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34475) > >2014-07-22 00:56:06.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:07.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43237) > >2014-07-22 00:56:07.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48326) > >2014-07-22 00:56:09.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34526) > >2014-07-22 00:56:11.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43289) > >2014-07-22 00:56:11.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48381) > >2014-07-22 00:56:13.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34582) > >2014-07-22 00:56:15.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:15.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43340) > >2014-07-22 00:56:15.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48434) > >2014-07-22 00:56:17.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34633) > >2014-07-22 00:56:19.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43393) > >2014-07-22 00:56:19.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48487) > >2014-07-22 00:56:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:21.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34684) > >2014-07-22 00:56:23.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43447) > >2014-07-22 00:56:23.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48541) > >2014-07-22 00:56:25.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34735) > >2014-07-22 00:56:25.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:27.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43502) > >2014-07-22 00:56:27.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48597) > >2014-07-22 00:56:29.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34786) > >2014-07-22 00:56:31.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43554) > >2014-07-22 00:56:31.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48647) > >2014-07-22 00:56:33.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34837) > >2014-07-22 00:56:35.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43605) > >2014-07-22 00:56:35.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48698) > >2014-07-22 00:56:36.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:37.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34890) > >2014-07-22 00:56:39.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43657) > >2014-07-22 00:56:39.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48753) > >2014-07-22 00:56:41.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34941) > >2014-07-22 00:56:43.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43708) > >2014-07-22 00:56:43.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48804) > >2014-07-22 00:56:45.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:45.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34992) > >2014-07-22 00:56:47.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43760) > >2014-07-22 00:56:47.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48857) > >2014-07-22 00:56:49.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35043) > >2014-07-22 00:56:51.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:51.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43811) > >2014-07-22 00:56:51.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48908) > >2014-07-22 00:56:53.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35094) > >2014-07-22 00:56:55.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43863) > >2014-07-22 00:56:55.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48962) > >2014-07-22 00:56:56.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:56:57.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35145) > >2014-07-22 00:56:59.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43915) > >2014-07-22 00:56:59.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49014) > >2014-07-22 00:57:01.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35196) > >2014-07-22 00:57:03.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43967) > >2014-07-22 00:57:03.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49067) > >2014-07-22 00:57:05.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35248) > >2014-07-22 00:57:06.039 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:07.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44019) > >2014-07-22 00:57:07.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49120) > >2014-07-22 00:57:09.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35300) > >2014-07-22 00:57:11.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44070) > >2014-07-22 00:57:11.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49172) > >2014-07-22 00:57:13.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35351) > >2014-07-22 00:57:15.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:15.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44121) > >2014-07-22 00:57:15.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49223) > >2014-07-22 00:57:17.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35401) > >2014-07-22 00:57:19.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44174) > >2014-07-22 00:57:19.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49276) > >2014-07-22 00:57:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:21.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35452) > >2014-07-22 00:57:23.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44228) > >2014-07-22 00:57:23.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49330) > >2014-07-22 00:57:25.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35503) > >2014-07-22 00:57:26.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:27.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44283) > >2014-07-22 00:57:27.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49387) > >2014-07-22 00:57:29.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35555) > >2014-07-22 00:57:31.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44334) > >2014-07-22 00:57:31.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49439) > >2014-07-22 00:57:33.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35606) > >2014-07-22 00:57:35.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44385) > >2014-07-22 00:57:35.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49494) > >2014-07-22 00:57:36.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:37.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35657) > >2014-07-22 00:57:39.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44439) > >2014-07-22 00:57:39.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49550) > >2014-07-22 00:57:41.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35708) > >2014-07-22 00:57:43.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44490) > >2014-07-22 00:57:43.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49605) > >2014-07-22 00:57:45.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:45.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35759) > >2014-07-22 00:57:47.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44543) > >2014-07-22 00:57:47.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49660) > >2014-07-22 00:57:49.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35809) > >2014-07-22 00:57:50.550 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:57:50.550 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:57:50.551 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:57:50.563 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:57:51.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:51.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44594) > >2014-07-22 00:57:51.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49714) > >2014-07-22 00:57:53.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35861) > >2014-07-22 00:57:55.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44646) > >2014-07-22 00:57:55.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49766) > >2014-07-22 00:57:56.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:57:57.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35912) > >2014-07-22 00:57:59.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44699) > >2014-07-22 00:57:59.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49819) > >2014-07-22 00:58:01.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35962) > >2014-07-22 00:58:03.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44751) > >2014-07-22 00:58:03.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49871) > >2014-07-22 00:58:05.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36013) > >2014-07-22 00:58:06.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:07.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44804) > >2014-07-22 00:58:07.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49924) > >2014-07-22 00:58:09.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36064) > >2014-07-22 00:58:11.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44856) > >2014-07-22 00:58:11.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49977) > >2014-07-22 00:58:13.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36120) > >2014-07-22 00:58:15.071 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:15.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44907) > >2014-07-22 00:58:15.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50033) > >2014-07-22 00:58:17.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36171) > >2014-07-22 00:58:19.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44960) > >2014-07-22 00:58:19.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50085) > >2014-07-22 00:58:21.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:21.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36222) > >2014-07-22 00:58:23.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45014) > >2014-07-22 00:58:23.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50139) > >2014-07-22 00:58:25.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36273) > >2014-07-22 00:58:26.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:27.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45069) > >2014-07-22 00:58:27.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50194) > >2014-07-22 00:58:29.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36324) > >2014-07-22 00:58:31.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45121) > >2014-07-22 00:58:31.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50246) > >2014-07-22 00:58:33.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36375) > >2014-07-22 00:58:35.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45172) > >2014-07-22 00:58:35.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50297) > >2014-07-22 00:58:36.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:37.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36428) > >2014-07-22 00:58:39.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45224) > >2014-07-22 00:58:39.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50352) > >2014-07-22 00:58:41.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36479) > >2014-07-22 00:58:43.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45274) > >2014-07-22 00:58:43.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50403) > >2014-07-22 00:58:45.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:45.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36530) > >2014-07-22 00:58:47.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45326) > >2014-07-22 00:58:47.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50455) > >2014-07-22 00:58:49.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36581) > >2014-07-22 00:58:51.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:51.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45377) > >2014-07-22 00:58:51.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50507) > >2014-07-22 00:58:53.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36632) > >2014-07-22 00:58:55.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45429) > >2014-07-22 00:58:55.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50560) > >2014-07-22 00:58:56.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:58:57.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36683) > >2014-07-22 00:58:59.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45481) > >2014-07-22 00:58:59.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50612) > >2014-07-22 00:59:01.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36734) > >2014-07-22 00:59:03.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45533) > >2014-07-22 00:59:03.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50664) > >2014-07-22 00:59:05.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36786) > >2014-07-22 00:59:06.096 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:07.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45586) > >2014-07-22 00:59:07.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50718) > >2014-07-22 00:59:09.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36837) > >2014-07-22 00:59:11.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45637) > >2014-07-22 00:59:11.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50770) > >2014-07-22 00:59:13.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36889) > >2014-07-22 00:59:15.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:15.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45688) > >2014-07-22 00:59:15.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50822) > >2014-07-22 00:59:17.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36940) > >2014-07-22 00:59:19.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45741) > >2014-07-22 00:59:19.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50874) > >2014-07-22 00:59:21.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:21.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36991) > >2014-07-22 00:59:23.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45794) > >2014-07-22 00:59:23.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50927) > >2014-07-22 00:59:25.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37042) > >2014-07-22 00:59:26.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:27.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45850) > >2014-07-22 00:59:27.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50983) > >2014-07-22 00:59:29.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37094) > >2014-07-22 00:59:31.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45901) > >2014-07-22 00:59:31.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51037) > >2014-07-22 00:59:33.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37145) > >2014-07-22 00:59:35.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45952) > >2014-07-22 00:59:35.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51092) > >2014-07-22 00:59:36.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:37.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37196) > >2014-07-22 00:59:39.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46006) > >2014-07-22 00:59:39.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51148) > >2014-07-22 00:59:41.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37247) > >2014-07-22 00:59:43.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46057) > >2014-07-22 00:59:43.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51199) > >2014-07-22 00:59:45.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:45.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37298) > >2014-07-22 00:59:47.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46109) > >2014-07-22 00:59:47.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51258) > >2014-07-22 00:59:49.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37349) > >2014-07-22 00:59:50.565 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 00:59:50.565 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 00:59:50.566 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 00:59:50.578 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 00:59:51.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:51.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46161) > >2014-07-22 00:59:51.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51312) > >2014-07-22 00:59:53.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37400) > >2014-07-22 00:59:55.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46213) > >2014-07-22 00:59:55.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51364) > >2014-07-22 00:59:56.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 00:59:57.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37451) > >2014-07-22 00:59:59.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46266) > >2014-07-22 00:59:59.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51417) > >2014-07-22 01:00:01.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37502) > >2014-07-22 01:00:03.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46319) > >2014-07-22 01:00:03.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51470) > >2014-07-22 01:00:05.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37553) > >2014-07-22 01:00:06.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:07.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46372) > >2014-07-22 01:00:07.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51523) > >2014-07-22 01:00:09.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37604) > >2014-07-22 01:00:11.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46423) > >2014-07-22 01:00:11.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51575) > >2014-07-22 01:00:13.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37660) > >2014-07-22 01:00:15.096 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:15.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46474) > >2014-07-22 01:00:15.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51631) > >2014-07-22 01:00:17.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37711) > >2014-07-22 01:00:19.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46527) > >2014-07-22 01:00:19.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51683) > >2014-07-22 01:00:21.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:21.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37762) > >2014-07-22 01:00:23.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46581) > >2014-07-22 01:00:23.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51737) > >2014-07-22 01:00:25.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37813) > >2014-07-22 01:00:26.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:27.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46636) > >2014-07-22 01:00:27.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51792) > >2014-07-22 01:00:29.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37864) > >2014-07-22 01:00:31.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46688) > >2014-07-22 01:00:31.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51844) > >2014-07-22 01:00:33.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37915) > >2014-07-22 01:00:35.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46739) > >2014-07-22 01:00:35.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51895) > >2014-07-22 01:00:36.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:37.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37968) > >2014-07-22 01:00:39.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46791) > >2014-07-22 01:00:39.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51950) > >2014-07-22 01:00:41.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38019) > >2014-07-22 01:00:43.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46842) > >2014-07-22 01:00:43.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52001) > >2014-07-22 01:00:45.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:45.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38070) > >2014-07-22 01:00:47.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46894) > >2014-07-22 01:00:47.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52053) > >2014-07-22 01:00:49.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38121) > >2014-07-22 01:00:51.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:51.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46944) > >2014-07-22 01:00:51.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52105) > >2014-07-22 01:00:53.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38172) > >2014-07-22 01:00:55.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46996) > >2014-07-22 01:00:55.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52158) > >2014-07-22 01:00:56.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:00:57.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38223) > >2014-07-22 01:00:59.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47048) > >2014-07-22 01:00:59.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52210) > >2014-07-22 01:01:02.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38274) > >2014-07-22 01:01:03.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47100) > >2014-07-22 01:01:03.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52262) > >2014-07-22 01:01:05.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38326) > >2014-07-22 01:01:06.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:07.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47152) > >2014-07-22 01:01:07.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52315) > >2014-07-22 01:01:09.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38377) > >2014-07-22 01:01:11.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47203) > >2014-07-22 01:01:11.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52367) > >2014-07-22 01:01:13.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38429) > >2014-07-22 01:01:15.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:15.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47255) > >2014-07-22 01:01:15.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52419) > >2014-07-22 01:01:17.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38480) > >2014-07-22 01:01:19.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47306) > >2014-07-22 01:01:19.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52470) > >2014-07-22 01:01:21.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:21.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38531) > >2014-07-22 01:01:23.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47358) > >2014-07-22 01:01:23.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52522) > >2014-07-22 01:01:25.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38582) > >2014-07-22 01:01:26.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:27.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47414) > >2014-07-22 01:01:27.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52578) > >2014-07-22 01:01:30.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38633) > >2014-07-22 01:01:31.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47466) > >2014-07-22 01:01:31.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52632) > >2014-07-22 01:01:34.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38685) > >2014-07-22 01:01:35.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47517) > >2014-07-22 01:01:35.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52687) > >2014-07-22 01:01:36.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:38.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38736) > >2014-07-22 01:01:39.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47571) > >2014-07-22 01:01:39.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52743) > >2014-07-22 01:01:41.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38787) > >2014-07-22 01:01:43.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47622) > >2014-07-22 01:01:43.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52793) > >2014-07-22 01:01:45.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:46.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38838) > >2014-07-22 01:01:47.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47674) > >2014-07-22 01:01:47.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52852) > >2014-07-22 01:01:50.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38889) > >2014-07-22 01:01:50.580 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:01:50.580 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:01:50.581 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:01:50.595 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:01:51.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:51.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47727) > >2014-07-22 01:01:51.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52906) > >2014-07-22 01:01:54.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38940) > >2014-07-22 01:01:55.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47779) > >2014-07-22 01:01:55.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52958) > >2014-07-22 01:01:56.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:01:58.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38992) > >2014-07-22 01:01:59.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47832) > >2014-07-22 01:01:59.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53011) > >2014-07-22 01:02:02.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39043) > >2014-07-22 01:02:03.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47885) > >2014-07-22 01:02:03.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53063) > >2014-07-22 01:02:06.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39094) > >2014-07-22 01:02:06.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:07.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47938) > >2014-07-22 01:02:07.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53117) > >2014-07-22 01:02:10.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39145) > >2014-07-22 01:02:11.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47989) > >2014-07-22 01:02:11.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53169) > >2014-07-22 01:02:14.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39201) > >2014-07-22 01:02:15.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:15.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48041) > >2014-07-22 01:02:15.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53225) > >2014-07-22 01:02:18.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39252) > >2014-07-22 01:02:19.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48093) > >2014-07-22 01:02:19.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53277) > >2014-07-22 01:02:21.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:22.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39303) > >2014-07-22 01:02:23.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48147) > >2014-07-22 01:02:23.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53331) > >2014-07-22 01:02:26.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39354) > >2014-07-22 01:02:26.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:27.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48202) > >2014-07-22 01:02:27.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53386) > >2014-07-22 01:02:30.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39405) > >2014-07-22 01:02:31.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48254) > >2014-07-22 01:02:31.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53438) > >2014-07-22 01:02:34.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39456) > >2014-07-22 01:02:35.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48305) > >2014-07-22 01:02:35.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53489) > >2014-07-22 01:02:36.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:38.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39509) > >2014-07-22 01:02:39.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48356) > >2014-07-22 01:02:39.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53543) > >2014-07-22 01:02:42.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39560) > >2014-07-22 01:02:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48407) > >2014-07-22 01:02:43.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53595) > >2014-07-22 01:02:45.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:46.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39611) > >2014-07-22 01:02:47.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48459) > >2014-07-22 01:02:47.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53647) > >2014-07-22 01:02:50.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39662) > >2014-07-22 01:02:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:51.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48511) > >2014-07-22 01:02:51.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53699) > >2014-07-22 01:02:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39712) > >2014-07-22 01:02:55.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48562) > >2014-07-22 01:02:55.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53750) > >2014-07-22 01:02:56.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:02:58.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39763) > >2014-07-22 01:02:59.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48614) > >2014-07-22 01:02:59.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53804) > >2014-07-22 01:03:02.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39814) > >2014-07-22 01:03:03.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48665) > >2014-07-22 01:03:03.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53855) > >2014-07-22 01:03:06.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39866) > >2014-07-22 01:03:06.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:07.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48719) > >2014-07-22 01:03:07.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53910) > >2014-07-22 01:03:10.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39917) > >2014-07-22 01:03:11.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48770) > >2014-07-22 01:03:11.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53961) > >2014-07-22 01:03:14.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39968) > >2014-07-22 01:03:15.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:15.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48824) > >2014-07-22 01:03:15.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54014) > >2014-07-22 01:03:18.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40019) > >2014-07-22 01:03:19.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48876) > >2014-07-22 01:03:19.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54066) > >2014-07-22 01:03:21.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:22.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40070) > >2014-07-22 01:03:23.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48929) > >2014-07-22 01:03:23.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54119) > >2014-07-22 01:03:26.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40121) > >2014-07-22 01:03:26.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:27.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48985) > >2014-07-22 01:03:27.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54173) > >2014-07-22 01:03:30.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40172) > >2014-07-22 01:03:31.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49040) > >2014-07-22 01:03:31.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54229) > >2014-07-22 01:03:34.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40224) > >2014-07-22 01:03:35.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49092) > >2014-07-22 01:03:35.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54282) > >2014-07-22 01:03:36.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:38.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40275) > >2014-07-22 01:03:39.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49146) > >2014-07-22 01:03:39.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54340) > >2014-07-22 01:03:42.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40326) > >2014-07-22 01:03:43.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49197) > >2014-07-22 01:03:43.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54391) > >2014-07-22 01:03:45.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:46.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40377) > >2014-07-22 01:03:47.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49249) > >2014-07-22 01:03:47.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54449) > >2014-07-22 01:03:50.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40428) > >2014-07-22 01:03:50.597 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:03:50.597 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:03:50.597 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:03:50.610 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:03:51.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:51.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49302) > >2014-07-22 01:03:51.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54504) > >2014-07-22 01:03:54.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40479) > >2014-07-22 01:03:55.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49353) > >2014-07-22 01:03:55.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54555) > >2014-07-22 01:03:56.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:03:58.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40530) > >2014-07-22 01:03:59.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49405) > >2014-07-22 01:03:59.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54607) > >2014-07-22 01:04:02.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40580) > >2014-07-22 01:04:03.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49458) > >2014-07-22 01:04:03.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54660) > >2014-07-22 01:04:06.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40631) > >2014-07-22 01:04:06.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:07.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49512) > >2014-07-22 01:04:07.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54714) > >2014-07-22 01:04:10.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40682) > >2014-07-22 01:04:11.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49562) > >2014-07-22 01:04:11.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54766) > >2014-07-22 01:04:14.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40737) > >2014-07-22 01:04:15.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:15.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49614) > >2014-07-22 01:04:15.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54822) > >2014-07-22 01:04:18.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40789) > >2014-07-22 01:04:19.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49666) > >2014-07-22 01:04:19.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54874) > >2014-07-22 01:04:21.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:22.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40840) > >2014-07-22 01:04:23.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49720) > >2014-07-22 01:04:23.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54928) > >2014-07-22 01:04:26.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40891) > >2014-07-22 01:04:26.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:27.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49774) > >2014-07-22 01:04:27.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54982) > >2014-07-22 01:04:30.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40942) > >2014-07-22 01:04:31.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49827) > >2014-07-22 01:04:31.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55035) > >2014-07-22 01:04:34.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40993) > >2014-07-22 01:04:35.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49878) > >2014-07-22 01:04:35.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55086) > >2014-07-22 01:04:36.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:38.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41046) > >2014-07-22 01:04:39.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49930) > >2014-07-22 01:04:39.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55140) > >2014-07-22 01:04:42.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41097) > >2014-07-22 01:04:43.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49981) > >2014-07-22 01:04:43.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55192) > >2014-07-22 01:04:45.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:46.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41148) > >2014-07-22 01:04:47.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50035) > >2014-07-22 01:04:47.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55244) > >2014-07-22 01:04:50.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41199) > >2014-07-22 01:04:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:51.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50087) > >2014-07-22 01:04:51.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55296) > >2014-07-22 01:04:54.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41250) > >2014-07-22 01:04:55.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50140) > >2014-07-22 01:04:55.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55347) > >2014-07-22 01:04:56.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:04:58.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41301) > >2014-07-22 01:04:59.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50192) > >2014-07-22 01:04:59.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55401) > >2014-07-22 01:05:02.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41352) > >2014-07-22 01:05:03.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50243) > >2014-07-22 01:05:03.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55452) > >2014-07-22 01:05:06.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41403) > >2014-07-22 01:05:06.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:07.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50297) > >2014-07-22 01:05:07.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55507) > >2014-07-22 01:05:10.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41455) > >2014-07-22 01:05:11.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50349) > >2014-07-22 01:05:11.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55559) > >2014-07-22 01:05:14.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41507) > >2014-07-22 01:05:15.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:15.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50401) > >2014-07-22 01:05:15.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55612) > >2014-07-22 01:05:18.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41558) > >2014-07-22 01:05:19.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50453) > >2014-07-22 01:05:19.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55664) > >2014-07-22 01:05:21.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:22.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41609) > >2014-07-22 01:05:23.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50505) > >2014-07-22 01:05:23.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55716) > >2014-07-22 01:05:26.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41662) > >2014-07-22 01:05:26.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:27.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50562) > >2014-07-22 01:05:27.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55771) > >2014-07-22 01:05:30.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41713) > >2014-07-22 01:05:31.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50615) > >2014-07-22 01:05:31.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55826) > >2014-07-22 01:05:34.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41765) > >2014-07-22 01:05:35.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50666) > >2014-07-22 01:05:35.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55878) > >2014-07-22 01:05:36.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:38.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41816) > >2014-07-22 01:05:39.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50720) > >2014-07-22 01:05:39.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55938) > >2014-07-22 01:05:42.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41867) > >2014-07-22 01:05:43.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50772) > >2014-07-22 01:05:43.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55989) > >2014-07-22 01:05:45.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:46.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41918) > >2014-07-22 01:05:47.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50824) > >2014-07-22 01:05:47.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56047) > >2014-07-22 01:05:50.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41969) > >2014-07-22 01:05:50.611 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:05:50.611 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:05:50.612 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:05:50.624 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:05:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:51.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50877) > >2014-07-22 01:05:51.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56102) > >2014-07-22 01:05:54.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42020) > >2014-07-22 01:05:55.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50928) > >2014-07-22 01:05:55.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56154) > >2014-07-22 01:05:56.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:05:58.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42071) > >2014-07-22 01:05:59.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50980) > >2014-07-22 01:05:59.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56206) > >2014-07-22 01:06:02.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42122) > >2014-07-22 01:06:03.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51032) > >2014-07-22 01:06:03.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56258) > >2014-07-22 01:06:06.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42173) > >2014-07-22 01:06:06.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:07.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51088) > >2014-07-22 01:06:07.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56312) > >2014-07-22 01:06:10.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42224) > >2014-07-22 01:06:11.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51140) > >2014-07-22 01:06:11.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56365) > >2014-07-22 01:06:14.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42277) > >2014-07-22 01:06:15.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:15.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51192) > >2014-07-22 01:06:15.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56421) > >2014-07-22 01:06:18.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42331) > >2014-07-22 01:06:19.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51244) > >2014-07-22 01:06:19.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56473) > >2014-07-22 01:06:21.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:22.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42382) > >2014-07-22 01:06:23.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51298) > >2014-07-22 01:06:23.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56527) > >2014-07-22 01:06:26.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42433) > >2014-07-22 01:06:26.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:27.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51352) > >2014-07-22 01:06:27.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56581) > >2014-07-22 01:06:30.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42484) > >2014-07-22 01:06:31.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51405) > >2014-07-22 01:06:31.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56634) > >2014-07-22 01:06:34.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42535) > >2014-07-22 01:06:35.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51456) > >2014-07-22 01:06:35.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56685) > >2014-07-22 01:06:36.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:38.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42588) > >2014-07-22 01:06:39.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51507) > >2014-07-22 01:06:39.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56739) > >2014-07-22 01:06:42.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42640) > >2014-07-22 01:06:43.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51558) > >2014-07-22 01:06:43.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56792) > >2014-07-22 01:06:45.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:46.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42691) > >2014-07-22 01:06:47.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51610) > >2014-07-22 01:06:47.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56844) > >2014-07-22 01:06:50.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42742) > >2014-07-22 01:06:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:51.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51662) > >2014-07-22 01:06:51.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56896) > >2014-07-22 01:06:54.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42793) > >2014-07-22 01:06:55.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51713) > >2014-07-22 01:06:55.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56947) > >2014-07-22 01:06:56.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:06:58.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42844) > >2014-07-22 01:06:59.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51765) > >2014-07-22 01:06:59.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57001) > >2014-07-22 01:07:02.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42895) > >2014-07-22 01:07:03.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51816) > >2014-07-22 01:07:03.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57052) > >2014-07-22 01:07:06.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42946) > >2014-07-22 01:07:06.312 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:07.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51869) > >2014-07-22 01:07:07.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57105) > >2014-07-22 01:07:10.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42998) > >2014-07-22 01:07:11.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51920) > >2014-07-22 01:07:11.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57157) > >2014-07-22 01:07:14.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43049) > >2014-07-22 01:07:15.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:15.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51973) > >2014-07-22 01:07:15.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57211) > >2014-07-22 01:07:18.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43101) > >2014-07-22 01:07:19.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52024) > >2014-07-22 01:07:19.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57262) > >2014-07-22 01:07:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:22.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43152) > >2014-07-22 01:07:23.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52076) > >2014-07-22 01:07:23.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57314) > >2014-07-22 01:07:26.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43203) > >2014-07-22 01:07:26.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:27.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52128) > >2014-07-22 01:07:27.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57366) > >2014-07-22 01:07:30.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43254) > >2014-07-22 01:07:31.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52181) > >2014-07-22 01:07:31.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57419) > >2014-07-22 01:07:34.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43306) > >2014-07-22 01:07:35.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52232) > >2014-07-22 01:07:35.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57472) > >2014-07-22 01:07:36.324 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:38.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43357) > >2014-07-22 01:07:39.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52286) > >2014-07-22 01:07:39.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57531) > >2014-07-22 01:07:42.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43408) > >2014-07-22 01:07:43.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52337) > >2014-07-22 01:07:43.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57582) > >2014-07-22 01:07:45.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:46.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43459) > >2014-07-22 01:07:47.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52389) > >2014-07-22 01:07:47.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57640) > >2014-07-22 01:07:50.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43510) > >2014-07-22 01:07:50.625 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:07:50.625 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:07:50.626 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:07:50.639 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:07:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:51.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52442) > >2014-07-22 01:07:51.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57695) > >2014-07-22 01:07:54.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43561) > >2014-07-22 01:07:55.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52493) > >2014-07-22 01:07:55.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57747) > >2014-07-22 01:07:56.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:07:58.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43612) > >2014-07-22 01:07:59.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52545) > >2014-07-22 01:07:59.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57799) > >2014-07-22 01:08:02.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43663) > >2014-07-22 01:08:03.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52597) > >2014-07-22 01:08:03.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57851) > >2014-07-22 01:08:06.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43714) > >2014-07-22 01:08:06.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:07.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52651) > >2014-07-22 01:08:07.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57905) > >2014-07-22 01:08:10.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43765) > >2014-07-22 01:08:11.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52702) > >2014-07-22 01:08:11.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57957) > >2014-07-22 01:08:14.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43818) > >2014-07-22 01:08:15.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:15.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52754) > >2014-07-22 01:08:15.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58012) > >2014-07-22 01:08:18.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43871) > >2014-07-22 01:08:19.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52806) > >2014-07-22 01:08:19.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58065) > >2014-07-22 01:08:21.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:22.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43922) > >2014-07-22 01:08:23.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52860) > >2014-07-22 01:08:23.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58119) > >2014-07-22 01:08:26.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43973) > >2014-07-22 01:08:26.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:27.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52913) > >2014-07-22 01:08:27.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58173) > >2014-07-22 01:08:30.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44024) > >2014-07-22 01:08:31.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52966) > >2014-07-22 01:08:31.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58226) > >2014-07-22 01:08:34.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44075) > >2014-07-22 01:08:35.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53017) > >2014-07-22 01:08:35.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58277) > >2014-07-22 01:08:36.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:38.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44128) > >2014-07-22 01:08:39.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53069) > >2014-07-22 01:08:39.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58331) > >2014-07-22 01:08:42.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44179) > >2014-07-22 01:08:43.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53120) > >2014-07-22 01:08:43.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58383) > >2014-07-22 01:08:45.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:46.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44230) > >2014-07-22 01:08:47.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53172) > >2014-07-22 01:08:47.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58435) > >2014-07-22 01:08:50.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44280) > >2014-07-22 01:08:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:51.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53224) > >2014-07-22 01:08:51.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58487) > >2014-07-22 01:08:54.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44331) > >2014-07-22 01:08:55.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53275) > >2014-07-22 01:08:55.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58538) > >2014-07-22 01:08:56.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:08:58.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44382) > >2014-07-22 01:08:59.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53327) > >2014-07-22 01:08:59.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58592) > >2014-07-22 01:09:02.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44433) > >2014-07-22 01:09:03.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53378) > >2014-07-22 01:09:03.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58643) > >2014-07-22 01:09:06.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44484) > >2014-07-22 01:09:06.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:07.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53432) > >2014-07-22 01:09:07.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58697) > >2014-07-22 01:09:10.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44536) > >2014-07-22 01:09:11.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53484) > >2014-07-22 01:09:11.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58751) > >2014-07-22 01:09:14.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44587) > >2014-07-22 01:09:15.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:15.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53536) > >2014-07-22 01:09:15.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58804) > >2014-07-22 01:09:18.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44639) > >2014-07-22 01:09:19.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53588) > >2014-07-22 01:09:19.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58856) > >2014-07-22 01:09:21.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:22.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44690) > >2014-07-22 01:09:23.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53640) > >2014-07-22 01:09:23.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58908) > >2014-07-22 01:09:26.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44741) > >2014-07-22 01:09:26.627 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:27.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53693) > >2014-07-22 01:09:27.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58961) > >2014-07-22 01:09:30.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44792) > >2014-07-22 01:09:31.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53747) > >2014-07-22 01:09:31.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59016) > >2014-07-22 01:09:34.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44843) > >2014-07-22 01:09:35.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53797) > >2014-07-22 01:09:35.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59070) > >2014-07-22 01:09:36.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:38.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44895) > >2014-07-22 01:09:39.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53851) > >2014-07-22 01:09:39.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59129) > >2014-07-22 01:09:42.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44946) > >2014-07-22 01:09:43.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53902) > >2014-07-22 01:09:43.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59180) > >2014-07-22 01:09:45.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:46.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44997) > >2014-07-22 01:09:47.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53954) > >2014-07-22 01:09:47.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59238) > >2014-07-22 01:09:50.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45048) > >2014-07-22 01:09:50.640 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:09:50.640 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:09:50.641 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:09:50.653 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:09:51.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:51.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54007) > >2014-07-22 01:09:51.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59293) > >2014-07-22 01:09:54.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45099) > >2014-07-22 01:09:55.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54058) > >2014-07-22 01:09:55.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59344) > >2014-07-22 01:09:56.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:09:58.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45150) > >2014-07-22 01:09:59.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54110) > >2014-07-22 01:09:59.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59397) > >2014-07-22 01:10:02.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45201) > >2014-07-22 01:10:03.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54162) > >2014-07-22 01:10:03.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59449) > >2014-07-22 01:10:06.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45252) > >2014-07-22 01:10:06.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:07.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54216) > >2014-07-22 01:10:07.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59503) > >2014-07-22 01:10:10.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45303) > >2014-07-22 01:10:11.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54267) > >2014-07-22 01:10:11.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59555) > >2014-07-22 01:10:14.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45354) > >2014-07-22 01:10:15.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:15.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54319) > >2014-07-22 01:10:15.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59609) > >2014-07-22 01:10:18.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45409) > >2014-07-22 01:10:19.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54371) > >2014-07-22 01:10:19.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59663) > >2014-07-22 01:10:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:22.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45460) > >2014-07-22 01:10:23.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54426) > >2014-07-22 01:10:23.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59718) > >2014-07-22 01:10:26.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45511) > >2014-07-22 01:10:26.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:27.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54480) > >2014-07-22 01:10:27.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59772) > >2014-07-22 01:10:30.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45562) > >2014-07-22 01:10:31.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54533) > >2014-07-22 01:10:31.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59825) > >2014-07-22 01:10:34.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45613) > >2014-07-22 01:10:35.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54584) > >2014-07-22 01:10:35.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59876) > >2014-07-22 01:10:36.443 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:38.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45666) > >2014-07-22 01:10:39.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54636) > >2014-07-22 01:10:39.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59930) > >2014-07-22 01:10:42.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45717) > >2014-07-22 01:10:43.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54687) > >2014-07-22 01:10:43.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59981) > >2014-07-22 01:10:45.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:46.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45768) > >2014-07-22 01:10:47.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54739) > >2014-07-22 01:10:47.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60034) > >2014-07-22 01:10:50.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45819) > >2014-07-22 01:10:51.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:51.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54791) > >2014-07-22 01:10:51.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60086) > >2014-07-22 01:10:54.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45870) > >2014-07-22 01:10:55.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54842) > >2014-07-22 01:10:55.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60137) > >2014-07-22 01:10:56.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:10:58.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45921) > >2014-07-22 01:10:59.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54894) > >2014-07-22 01:10:59.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60189) > >2014-07-22 01:11:02.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45972) > >2014-07-22 01:11:03.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54945) > >2014-07-22 01:11:03.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60242) > >2014-07-22 01:11:06.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46023) > >2014-07-22 01:11:06.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:07.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54998) > >2014-07-22 01:11:07.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60295) > >2014-07-22 01:11:10.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46075) > >2014-07-22 01:11:11.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55049) > >2014-07-22 01:11:11.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60347) > >2014-07-22 01:11:14.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46126) > >2014-07-22 01:11:15.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:15.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55101) > >2014-07-22 01:11:15.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60399) > >2014-07-22 01:11:18.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46178) > >2014-07-22 01:11:19.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55152) > >2014-07-22 01:11:19.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60451) > >2014-07-22 01:11:21.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:22.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46229) > >2014-07-22 01:11:23.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55204) > >2014-07-22 01:11:23.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60503) > >2014-07-22 01:11:26.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46280) > >2014-07-22 01:11:26.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:27.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55257) > >2014-07-22 01:11:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60556) > >2014-07-22 01:11:30.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46331) > >2014-07-22 01:11:31.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55310) > >2014-07-22 01:11:31.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60609) > >2014-07-22 01:11:34.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46382) > >2014-07-22 01:11:35.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55362) > >2014-07-22 01:11:35.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60664) > >2014-07-22 01:11:36.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:38.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46434) > >2014-07-22 01:11:39.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55416) > >2014-07-22 01:11:39.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60724) > >2014-07-22 01:11:42.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46485) > >2014-07-22 01:11:43.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55467) > >2014-07-22 01:11:43.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60775) > >2014-07-22 01:11:45.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:46.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46536) > >2014-07-22 01:11:47.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55520) > >2014-07-22 01:11:47.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60833) > >2014-07-22 01:11:50.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46587) > >2014-07-22 01:11:50.656 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:11:50.656 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:11:50.656 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:11:50.668 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:11:51.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:51.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55573) > >2014-07-22 01:11:51.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60888) > >2014-07-22 01:11:54.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46638) > >2014-07-22 01:11:55.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55623) > >2014-07-22 01:11:55.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60939) > >2014-07-22 01:11:56.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:11:58.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46689) > >2014-07-22 01:11:59.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55675) > >2014-07-22 01:11:59.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60992) > >2014-07-22 01:12:02.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46740) > >2014-07-22 01:12:03.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55726) > >2014-07-22 01:12:03.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32810) > >2014-07-22 01:12:06.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46791) > >2014-07-22 01:12:06.508 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:07.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55781) > >2014-07-22 01:12:07.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32865) > >2014-07-22 01:12:10.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46842) > >2014-07-22 01:12:11.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55832) > >2014-07-22 01:12:11.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32917) > >2014-07-22 01:12:14.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46894) > >2014-07-22 01:12:15.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:15.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55884) > >2014-07-22 01:12:15.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32971) > >2014-07-22 01:12:18.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46949) > >2014-07-22 01:12:19.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55936) > >2014-07-22 01:12:19.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33025) > >2014-07-22 01:12:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:22.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47000) > >2014-07-22 01:12:23.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55991) > >2014-07-22 01:12:23.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33080) > >2014-07-22 01:12:26.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47051) > >2014-07-22 01:12:26.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:27.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56045) > >2014-07-22 01:12:27.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33134) > >2014-07-22 01:12:30.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47102) > >2014-07-22 01:12:31.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56098) > >2014-07-22 01:12:31.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33187) > >2014-07-22 01:12:34.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47153) > >2014-07-22 01:12:35.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56149) > >2014-07-22 01:12:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33238) > >2014-07-22 01:12:36.497 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:38.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47206) > >2014-07-22 01:12:39.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56201) > >2014-07-22 01:12:39.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33291) > >2014-07-22 01:12:42.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47257) > >2014-07-22 01:12:43.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56252) > >2014-07-22 01:12:43.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33342) > >2014-07-22 01:12:45.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:46.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47308) > >2014-07-22 01:12:47.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56304) > >2014-07-22 01:12:47.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33395) > >2014-07-22 01:12:50.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47359) > >2014-07-22 01:12:51.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:51.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56356) > >2014-07-22 01:12:51.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33447) > >2014-07-22 01:12:54.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47410) > >2014-07-22 01:12:55.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56407) > >2014-07-22 01:12:55.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33498) > >2014-07-22 01:12:56.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:12:58.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47461) > >2014-07-22 01:12:59.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56459) > >2014-07-22 01:12:59.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33550) > >2014-07-22 01:13:02.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47512) > >2014-07-22 01:13:03.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56510) > >2014-07-22 01:13:03.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33603) > >2014-07-22 01:13:06.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47563) > >2014-07-22 01:13:06.565 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:07.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56564) > >2014-07-22 01:13:07.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33657) > >2014-07-22 01:13:10.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47614) > >2014-07-22 01:13:11.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56616) > >2014-07-22 01:13:11.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33710) > >2014-07-22 01:13:14.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47666) > >2014-07-22 01:13:15.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:15.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56668) > >2014-07-22 01:13:15.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33762) > >2014-07-22 01:13:18.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47718) > >2014-07-22 01:13:19.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56720) > >2014-07-22 01:13:19.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33815) > >2014-07-22 01:13:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:22.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47769) > >2014-07-22 01:13:23.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56772) > >2014-07-22 01:13:23.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33867) > >2014-07-22 01:13:26.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47820) > >2014-07-22 01:13:26.827 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:27.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56825) > >2014-07-22 01:13:27.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33920) > >2014-07-22 01:13:30.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47871) > >2014-07-22 01:13:31.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56878) > >2014-07-22 01:13:31.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33973) > >2014-07-22 01:13:34.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47921) > >2014-07-22 01:13:35.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56930) > >2014-07-22 01:13:35.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34027) > >2014-07-22 01:13:36.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:38.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47973) > >2014-07-22 01:13:39.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56984) > >2014-07-22 01:13:39.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34085) > >2014-07-22 01:13:42.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48024) > >2014-07-22 01:13:43.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57035) > >2014-07-22 01:13:43.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34138) > >2014-07-22 01:13:45.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:46.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48075) > >2014-07-22 01:13:47.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57087) > >2014-07-22 01:13:47.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34196) > >2014-07-22 01:13:50.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48127) > >2014-07-22 01:13:50.670 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:13:50.670 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:13:50.671 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:13:50.682 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:13:51.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:51.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57140) > >2014-07-22 01:13:51.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34251) > >2014-07-22 01:13:54.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48178) > >2014-07-22 01:13:55.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57191) > >2014-07-22 01:13:55.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34302) > >2014-07-22 01:13:56.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:13:58.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48229) > >2014-07-22 01:13:59.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57243) > >2014-07-22 01:13:59.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34355) > >2014-07-22 01:14:02.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48280) > >2014-07-22 01:14:03.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57294) > >2014-07-22 01:14:03.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34406) > >2014-07-22 01:14:06.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48331) > >2014-07-22 01:14:06.573 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:07.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57349) > >2014-07-22 01:14:07.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34461) > >2014-07-22 01:14:10.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48382) > >2014-07-22 01:14:11.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57400) > >2014-07-22 01:14:11.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34513) > >2014-07-22 01:14:14.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48433) > >2014-07-22 01:14:15.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:15.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57452) > >2014-07-22 01:14:15.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34565) > >2014-07-22 01:14:18.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48488) > >2014-07-22 01:14:19.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57503) > >2014-07-22 01:14:19.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34621) > >2014-07-22 01:14:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:22.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48539) > >2014-07-22 01:14:23.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57558) > >2014-07-22 01:14:23.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34676) > >2014-07-22 01:14:26.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48590) > >2014-07-22 01:14:26.884 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:27.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57612) > >2014-07-22 01:14:27.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34730) > >2014-07-22 01:14:30.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48641) > >2014-07-22 01:14:31.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57664) > >2014-07-22 01:14:31.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34783) > >2014-07-22 01:14:34.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48692) > >2014-07-22 01:14:35.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57716) > >2014-07-22 01:14:35.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34834) > >2014-07-22 01:14:36.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:38.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48745) > >2014-07-22 01:14:39.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57767) > >2014-07-22 01:14:39.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34888) > >2014-07-22 01:14:42.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48796) > >2014-07-22 01:14:43.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57818) > >2014-07-22 01:14:43.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34939) > >2014-07-22 01:14:45.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:46.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48847) > >2014-07-22 01:14:47.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57870) > >2014-07-22 01:14:47.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34992) > >2014-07-22 01:14:50.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48898) > >2014-07-22 01:14:51.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:51.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57922) > >2014-07-22 01:14:51.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35044) > >2014-07-22 01:14:54.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48949) > >2014-07-22 01:14:55.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57973) > >2014-07-22 01:14:55.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35095) > >2014-07-22 01:14:56.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:14:58.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49000) > >2014-07-22 01:14:59.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58025) > >2014-07-22 01:14:59.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35147) > >2014-07-22 01:15:02.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49051) > >2014-07-22 01:15:03.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58078) > >2014-07-22 01:15:03.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35201) > >2014-07-22 01:15:06.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49102) > >2014-07-22 01:15:06.616 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:07.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58134) > >2014-07-22 01:15:07.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35255) > >2014-07-22 01:15:10.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49153) > >2014-07-22 01:15:11.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58188) > >2014-07-22 01:15:11.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35306) > >2014-07-22 01:15:14.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49206) > >2014-07-22 01:15:15.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:15.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58240) > >2014-07-22 01:15:15.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35359) > >2014-07-22 01:15:18.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49257) > >2014-07-22 01:15:19.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58292) > >2014-07-22 01:15:19.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35412) > >2014-07-22 01:15:21.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:22.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49310) > >2014-07-22 01:15:23.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58344) > >2014-07-22 01:15:23.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35464) > >2014-07-22 01:15:26.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49365) > >2014-07-22 01:15:26.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:27.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58397) > >2014-07-22 01:15:27.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35517) > >2014-07-22 01:15:30.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49416) > >2014-07-22 01:15:31.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58449) > >2014-07-22 01:15:32.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35569) > >2014-07-22 01:15:34.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49467) > >2014-07-22 01:15:35.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58503) > >2014-07-22 01:15:36.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35622) > >2014-07-22 01:15:36.585 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:38.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49519) > >2014-07-22 01:15:39.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58572) > >2014-07-22 01:15:40.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35689) > >2014-07-22 01:15:42.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49575) > >2014-07-22 01:15:43.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58626) > >2014-07-22 01:15:44.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35742) > >2014-07-22 01:15:45.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:46.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49626) > >2014-07-22 01:15:47.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58678) > >2014-07-22 01:15:48.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35796) > >2014-07-22 01:15:50.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49682) > >2014-07-22 01:15:50.691 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:15:50.691 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:15:50.692 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:15:50.707 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:15:51.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:51.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58737) > >2014-07-22 01:15:52.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35860) > >2014-07-22 01:15:54.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49744) > >2014-07-22 01:15:56.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58787) > >2014-07-22 01:15:56.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35911) > >2014-07-22 01:15:56.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:15:58.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49797) > >2014-07-22 01:16:00.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58844) > >2014-07-22 01:16:00.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35964) > >2014-07-22 01:16:02.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49862) > >2014-07-22 01:16:04.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58908) > >2014-07-22 01:16:04.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36015) > >2014-07-22 01:16:06.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:06.741 29190 INFO neutron.wsgi [req-8da47908-003b-4c76-a37b-576c6ecf0490 None] (29190) accepted ('192.168.0.8', 49925) > >2014-07-22 01:16:08.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58975) > >2014-07-22 01:16:08.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36070) > >2014-07-22 01:16:10.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49983) > >2014-07-22 01:16:12.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59037) > >2014-07-22 01:16:12.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36123) > >2014-07-22 01:16:14.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50044) > >2014-07-22 01:16:15.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:16.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59105) > >2014-07-22 01:16:16.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36175) > >2014-07-22 01:16:18.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50113) > >2014-07-22 01:16:20.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59174) > >2014-07-22 01:16:20.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36231) > >2014-07-22 01:16:21.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:22.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50179) > >2014-07-22 01:16:24.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59242) > >2014-07-22 01:16:24.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36287) > >2014-07-22 01:16:26.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50245) > >2014-07-22 01:16:27.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:28.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59298) > >2014-07-22 01:16:28.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36340) > >2014-07-22 01:16:30.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50302) > >2014-07-22 01:16:32.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59350) > >2014-07-22 01:16:32.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36393) > >2014-07-22 01:16:34.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50356) > >2014-07-22 01:16:36.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59402) > >2014-07-22 01:16:36.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36445) > >2014-07-22 01:16:36.641 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:38.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50413) > >2014-07-22 01:16:40.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59458) > >2014-07-22 01:16:40.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36499) > >2014-07-22 01:16:42.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50470) > >2014-07-22 01:16:44.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59509) > >2014-07-22 01:16:44.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36550) > >2014-07-22 01:16:45.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:46.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50522) > >2014-07-22 01:16:48.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59561) > >2014-07-22 01:16:48.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36603) > >2014-07-22 01:16:50.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50573) > >2014-07-22 01:16:51.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:52.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59619) > >2014-07-22 01:16:52.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36655) > >2014-07-22 01:16:54.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50624) > >2014-07-22 01:16:56.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59670) > >2014-07-22 01:16:56.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36705) > >2014-07-22 01:16:57.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:16:58.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50675) > >2014-07-22 01:17:00.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59724) > >2014-07-22 01:17:00.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36757) > >2014-07-22 01:17:02.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50725) > >2014-07-22 01:17:04.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59775) > >2014-07-22 01:17:04.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36809) > >2014-07-22 01:17:06.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:06.848 29190 INFO neutron.wsgi [req-8076c823-bd72-4057-80e8-b279218f3527 None] (29190) accepted ('192.168.0.8', 50776) > >2014-07-22 01:17:08.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59832) > >2014-07-22 01:17:08.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36863) > >2014-07-22 01:17:10.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50827) > >2014-07-22 01:17:12.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59886) > >2014-07-22 01:17:12.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36914) > >2014-07-22 01:17:14.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50880) > >2014-07-22 01:17:15.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:16.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59941) > >2014-07-22 01:17:16.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36967) > >2014-07-22 01:17:18.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50934) > >2014-07-22 01:17:20.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59995) > >2014-07-22 01:17:20.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37020) > >2014-07-22 01:17:21.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:22.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50986) > >2014-07-22 01:17:24.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60048) > >2014-07-22 01:17:24.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37073) > >2014-07-22 01:17:26.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51038) > >2014-07-22 01:17:27.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:28.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60102) > >2014-07-22 01:17:28.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37126) > >2014-07-22 01:17:30.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51089) > >2014-07-22 01:17:32.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60153) > >2014-07-22 01:17:32.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37177) > >2014-07-22 01:17:34.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51142) > >2014-07-22 01:17:36.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60209) > >2014-07-22 01:17:36.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37231) > >2014-07-22 01:17:36.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:38.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51193) > >2014-07-22 01:17:40.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60264) > >2014-07-22 01:17:40.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37288) > >2014-07-22 01:17:42.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51245) > >2014-07-22 01:17:44.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60315) > >2014-07-22 01:17:44.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37345) > >2014-07-22 01:17:45.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:46.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51296) > >2014-07-22 01:17:48.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60367) > >2014-07-22 01:17:48.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37403) > >2014-07-22 01:17:50.719 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:17:50.719 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:17:50.720 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:17:50.732 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:17:50.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51347) > >2014-07-22 01:17:51.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:52.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60420) > >2014-07-22 01:17:52.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37458) > >2014-07-22 01:17:54.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51399) > >2014-07-22 01:17:56.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60471) > >2014-07-22 01:17:56.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37509) > >2014-07-22 01:17:57.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:17:58.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51450) > >2014-07-22 01:18:00.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60523) > >2014-07-22 01:18:00.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37562) > >2014-07-22 01:18:02.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51501) > >2014-07-22 01:18:04.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60576) > >2014-07-22 01:18:04.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37613) > >2014-07-22 01:18:06.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:06.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51552) > >2014-07-22 01:18:08.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60631) > >2014-07-22 01:18:08.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37668) > >2014-07-22 01:18:10.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51603) > >2014-07-22 01:18:12.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60683) > >2014-07-22 01:18:12.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37721) > >2014-07-22 01:18:14.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51655) > >2014-07-22 01:18:15.096 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:16.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60735) > >2014-07-22 01:18:16.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37773) > >2014-07-22 01:18:18.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51711) > >2014-07-22 01:18:20.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60788) > >2014-07-22 01:18:20.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37829) > >2014-07-22 01:18:21.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:22.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51762) > >2014-07-22 01:18:24.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60842) > >2014-07-22 01:18:24.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37883) > >2014-07-22 01:18:26.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51813) > >2014-07-22 01:18:27.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:28.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60896) > >2014-07-22 01:18:28.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37937) > >2014-07-22 01:18:30.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51864) > >2014-07-22 01:18:32.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60947) > >2014-07-22 01:18:32.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37988) > >2014-07-22 01:18:34.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51915) > >2014-07-22 01:18:36.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 61000) > >2014-07-22 01:18:36.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38041) > >2014-07-22 01:18:36.687 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:38.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51967) > >2014-07-22 01:18:40.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32819) > >2014-07-22 01:18:40.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38095) > >2014-07-22 01:18:42.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52018) > >2014-07-22 01:18:44.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32870) > >2014-07-22 01:18:44.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38146) > >2014-07-22 01:18:45.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:46.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52069) > >2014-07-22 01:18:48.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32921) > >2014-07-22 01:18:48.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38198) > >2014-07-22 01:18:50.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52120) > >2014-07-22 01:18:51.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:52.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32973) > >2014-07-22 01:18:52.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38251) > >2014-07-22 01:18:54.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52171) > >2014-07-22 01:18:56.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33024) > >2014-07-22 01:18:56.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38302) > >2014-07-22 01:18:57.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:18:58.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52222) > >2014-07-22 01:19:00.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33075) > >2014-07-22 01:19:00.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38354) > >2014-07-22 01:19:02.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52272) > >2014-07-22 01:19:04.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33126) > >2014-07-22 01:19:04.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38405) > >2014-07-22 01:19:06.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:06.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52323) > >2014-07-22 01:19:08.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33180) > >2014-07-22 01:19:08.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38461) > >2014-07-22 01:19:10.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52374) > >2014-07-22 01:19:12.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33231) > >2014-07-22 01:19:12.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38512) > >2014-07-22 01:19:14.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52426) > >2014-07-22 01:19:15.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:16.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33283) > >2014-07-22 01:19:16.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38565) > >2014-07-22 01:19:18.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52477) > >2014-07-22 01:19:20.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33335) > >2014-07-22 01:19:20.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38617) > >2014-07-22 01:19:21.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:22.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52529) > >2014-07-22 01:19:24.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33388) > >2014-07-22 01:19:24.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38671) > >2014-07-22 01:19:26.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52580) > >2014-07-22 01:19:27.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:28.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33441) > >2014-07-22 01:19:28.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38724) > >2014-07-22 01:19:30.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52631) > >2014-07-22 01:19:32.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33492) > >2014-07-22 01:19:32.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38775) > >2014-07-22 01:19:34.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52682) > >2014-07-22 01:19:36.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33545) > >2014-07-22 01:19:36.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38829) > >2014-07-22 01:19:36.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:38.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52733) > >2014-07-22 01:19:40.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33600) > >2014-07-22 01:19:40.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38885) > >2014-07-22 01:19:42.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52785) > >2014-07-22 01:19:44.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33651) > >2014-07-22 01:19:44.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38943) > >2014-07-22 01:19:45.099 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:46.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52836) > >2014-07-22 01:19:48.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33703) > >2014-07-22 01:19:48.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38997) > >2014-07-22 01:19:50.735 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:19:50.735 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:19:50.736 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:19:50.749 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:19:50.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52887) > >2014-07-22 01:19:51.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:52.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33755) > >2014-07-22 01:19:52.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39055) > >2014-07-22 01:19:54.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52938) > >2014-07-22 01:19:56.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33807) > >2014-07-22 01:19:56.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39107) > >2014-07-22 01:19:57.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:19:58.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52989) > >2014-07-22 01:20:00.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33859) > >2014-07-22 01:20:00.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39160) > >2014-07-22 01:20:02.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53040) > >2014-07-22 01:20:04.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33910) > >2014-07-22 01:20:04.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39211) > >2014-07-22 01:20:06.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:06.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53091) > >2014-07-22 01:20:08.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33963) > >2014-07-22 01:20:08.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39264) > >2014-07-22 01:20:10.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53142) > >2014-07-22 01:20:12.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34016) > >2014-07-22 01:20:12.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39318) > >2014-07-22 01:20:14.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53194) > >2014-07-22 01:20:15.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:16.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34068) > >2014-07-22 01:20:16.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39370) > >2014-07-22 01:20:18.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53248) > >2014-07-22 01:20:20.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34120) > >2014-07-22 01:20:20.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39425) > >2014-07-22 01:20:21.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:22.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53300) > >2014-07-22 01:20:24.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34174) > >2014-07-22 01:20:24.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39479) > >2014-07-22 01:20:26.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53351) > >2014-07-22 01:20:27.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:28.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34230) > >2014-07-22 01:20:28.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39533) > >2014-07-22 01:20:30.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53402) > >2014-07-22 01:20:32.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34282) > >2014-07-22 01:20:32.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39585) > >2014-07-22 01:20:34.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53453) > >2014-07-22 01:20:36.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34335) > >2014-07-22 01:20:36.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39638) > >2014-07-22 01:20:36.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:38.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53505) > >2014-07-22 01:20:40.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34387) > >2014-07-22 01:20:40.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39692) > >2014-07-22 01:20:42.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53557) > >2014-07-22 01:20:44.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34438) > >2014-07-22 01:20:44.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39744) > >2014-07-22 01:20:45.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:46.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53608) > >2014-07-22 01:20:48.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34490) > >2014-07-22 01:20:48.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39796) > >2014-07-22 01:20:50.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53659) > >2014-07-22 01:20:51.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:52.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34542) > >2014-07-22 01:20:52.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39849) > >2014-07-22 01:20:54.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53710) > >2014-07-22 01:20:56.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34593) > >2014-07-22 01:20:56.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39900) > >2014-07-22 01:20:57.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:20:58.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53761) > >2014-07-22 01:21:00.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34645) > >2014-07-22 01:21:00.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39952) > >2014-07-22 01:21:02.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53812) > >2014-07-22 01:21:04.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34696) > >2014-07-22 01:21:04.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40003) > >2014-07-22 01:21:06.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:06.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53863) > >2014-07-22 01:21:08.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34749) > >2014-07-22 01:21:08.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40058) > >2014-07-22 01:21:10.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53914) > >2014-07-22 01:21:12.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34800) > >2014-07-22 01:21:12.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40109) > >2014-07-22 01:21:14.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53965) > >2014-07-22 01:21:15.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:16.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34852) > >2014-07-22 01:21:16.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40161) > >2014-07-22 01:21:18.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54017) > >2014-07-22 01:21:20.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34903) > >2014-07-22 01:21:20.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40212) > >2014-07-22 01:21:21.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:22.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54069) > >2014-07-22 01:21:24.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34955) > >2014-07-22 01:21:24.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40265) > >2014-07-22 01:21:26.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54120) > >2014-07-22 01:21:27.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:28.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35008) > >2014-07-22 01:21:28.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40318) > >2014-07-22 01:21:31.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54171) > >2014-07-22 01:21:32.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35059) > >2014-07-22 01:21:32.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40369) > >2014-07-22 01:21:34.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54222) > >2014-07-22 01:21:36.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35112) > >2014-07-22 01:21:36.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40422) > >2014-07-22 01:21:36.763 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:38.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54273) > >2014-07-22 01:21:40.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35167) > >2014-07-22 01:21:40.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40479) > >2014-07-22 01:21:42.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54325) > >2014-07-22 01:21:44.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35218) > >2014-07-22 01:21:44.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40535) > >2014-07-22 01:21:45.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:47.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54376) > >2014-07-22 01:21:48.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35270) > >2014-07-22 01:21:48.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40591) > >2014-07-22 01:21:50.751 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:21:50.751 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:21:50.752 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:21:50.764 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:21:51.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54427) > >2014-07-22 01:21:51.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:52.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35322) > >2014-07-22 01:21:52.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40649) > >2014-07-22 01:21:55.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54478) > >2014-07-22 01:21:56.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35374) > >2014-07-22 01:21:56.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40701) > >2014-07-22 01:21:57.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:21:59.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54529) > >2014-07-22 01:22:00.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35426) > >2014-07-22 01:22:00.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40754) > >2014-07-22 01:22:03.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54580) > >2014-07-22 01:22:04.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35477) > >2014-07-22 01:22:04.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40805) > >2014-07-22 01:22:06.789 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:07.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54631) > >2014-07-22 01:22:08.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35530) > >2014-07-22 01:22:08.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40858) > >2014-07-22 01:22:11.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54682) > >2014-07-22 01:22:12.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35583) > >2014-07-22 01:22:12.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40912) > >2014-07-22 01:22:15.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54734) > >2014-07-22 01:22:15.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:16.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35635) > >2014-07-22 01:22:16.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40964) > >2014-07-22 01:22:19.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54786) > >2014-07-22 01:22:20.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35687) > >2014-07-22 01:22:20.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41020) > >2014-07-22 01:22:21.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:23.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54840) > >2014-07-22 01:22:24.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35741) > >2014-07-22 01:22:24.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41074) > >2014-07-22 01:22:27.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54891) > >2014-07-22 01:22:27.295 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:28.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35795) > >2014-07-22 01:22:28.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41128) > >2014-07-22 01:22:31.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54942) > >2014-07-22 01:22:32.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35847) > >2014-07-22 01:22:32.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41180) > >2014-07-22 01:22:35.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54993) > >2014-07-22 01:22:36.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35900) > >2014-07-22 01:22:36.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41233) > >2014-07-22 01:22:36.790 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:39.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55046) > >2014-07-22 01:22:40.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35952) > >2014-07-22 01:22:40.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41287) > >2014-07-22 01:22:43.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55097) > >2014-07-22 01:22:44.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36003) > >2014-07-22 01:22:44.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41338) > >2014-07-22 01:22:45.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:47.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55148) > >2014-07-22 01:22:48.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36055) > >2014-07-22 01:22:48.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41390) > >2014-07-22 01:22:51.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55199) > >2014-07-22 01:22:51.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:52.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36107) > >2014-07-22 01:22:52.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41443) > >2014-07-22 01:22:55.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55250) > >2014-07-22 01:22:56.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36158) > >2014-07-22 01:22:56.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41494) > >2014-07-22 01:22:57.324 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:22:59.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55301) > >2014-07-22 01:23:00.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36210) > >2014-07-22 01:23:00.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41546) > >2014-07-22 01:23:03.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55352) > >2014-07-22 01:23:04.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36261) > >2014-07-22 01:23:04.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41596) > >2014-07-22 01:23:06.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:07.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55403) > >2014-07-22 01:23:08.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36313) > >2014-07-22 01:23:08.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41651) > >2014-07-22 01:23:11.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55454) > >2014-07-22 01:23:12.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36365) > >2014-07-22 01:23:12.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41703) > >2014-07-22 01:23:15.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55505) > >2014-07-22 01:23:15.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:16.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36417) > >2014-07-22 01:23:16.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41756) > >2014-07-22 01:23:19.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55557) > >2014-07-22 01:23:20.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36469) > >2014-07-22 01:23:20.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41808) > >2014-07-22 01:23:21.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:23.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55609) > >2014-07-22 01:23:24.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36522) > >2014-07-22 01:23:24.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41862) > >2014-07-22 01:23:27.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55660) > >2014-07-22 01:23:27.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:28.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36575) > >2014-07-22 01:23:28.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41915) > >2014-07-22 01:23:31.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55711) > >2014-07-22 01:23:32.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36626) > >2014-07-22 01:23:32.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41966) > >2014-07-22 01:23:35.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55762) > >2014-07-22 01:23:36.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36678) > >2014-07-22 01:23:36.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42018) > >2014-07-22 01:23:36.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:39.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55813) > >2014-07-22 01:23:40.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36734) > >2014-07-22 01:23:40.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42074) > >2014-07-22 01:23:43.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55865) > >2014-07-22 01:23:44.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36785) > >2014-07-22 01:23:44.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42132) > >2014-07-22 01:23:45.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:47.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55916) > >2014-07-22 01:23:48.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36837) > >2014-07-22 01:23:48.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42188) > >2014-07-22 01:23:50.765 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:23:50.765 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:23:50.767 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:23:50.778 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:23:51.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55967) > >2014-07-22 01:23:51.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:52.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36889) > >2014-07-22 01:23:52.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42246) > >2014-07-22 01:23:55.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56018) > >2014-07-22 01:23:56.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36941) > >2014-07-22 01:23:56.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42298) > >2014-07-22 01:23:57.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:23:59.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56069) > >2014-07-22 01:24:00.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36993) > >2014-07-22 01:24:00.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42351) > >2014-07-22 01:24:03.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56120) > >2014-07-22 01:24:04.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37044) > >2014-07-22 01:24:04.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42402) > >2014-07-22 01:24:06.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:07.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56171) > >2014-07-22 01:24:08.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37097) > >2014-07-22 01:24:08.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42455) > >2014-07-22 01:24:11.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56223) > >2014-07-22 01:24:12.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37150) > >2014-07-22 01:24:12.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42509) > >2014-07-22 01:24:15.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56274) > >2014-07-22 01:24:15.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:16.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37202) > >2014-07-22 01:24:16.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42561) > >2014-07-22 01:24:19.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56326) > >2014-07-22 01:24:20.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37254) > >2014-07-22 01:24:20.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42616) > >2014-07-22 01:24:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:23.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56380) > >2014-07-22 01:24:24.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37308) > >2014-07-22 01:24:24.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42671) > >2014-07-22 01:24:27.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56431) > >2014-07-22 01:24:27.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:28.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37362) > >2014-07-22 01:24:28.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42725) > >2014-07-22 01:24:31.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56482) > >2014-07-22 01:24:32.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37412) > >2014-07-22 01:24:32.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42777) > >2014-07-22 01:24:35.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56533) > >2014-07-22 01:24:36.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37465) > >2014-07-22 01:24:36.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42830) > >2014-07-22 01:24:36.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:39.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56585) > >2014-07-22 01:24:40.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37517) > >2014-07-22 01:24:40.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42884) > >2014-07-22 01:24:43.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56636) > >2014-07-22 01:24:44.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37568) > >2014-07-22 01:24:44.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42935) > >2014-07-22 01:24:45.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:47.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56687) > >2014-07-22 01:24:48.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37620) > >2014-07-22 01:24:48.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42987) > >2014-07-22 01:24:51.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56737) > >2014-07-22 01:24:51.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:52.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37672) > >2014-07-22 01:24:52.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43040) > >2014-07-22 01:24:55.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56788) > >2014-07-22 01:24:56.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37723) > >2014-07-22 01:24:56.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43091) > >2014-07-22 01:24:57.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:24:59.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56839) > >2014-07-22 01:25:00.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37775) > >2014-07-22 01:25:00.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43143) > >2014-07-22 01:25:03.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56890) > >2014-07-22 01:25:04.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37826) > >2014-07-22 01:25:04.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43194) > >2014-07-22 01:25:06.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:07.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56941) > >2014-07-22 01:25:08.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37879) > >2014-07-22 01:25:08.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43249) > >2014-07-22 01:25:11.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56992) > >2014-07-22 01:25:12.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37932) > >2014-07-22 01:25:12.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43302) > >2014-07-22 01:25:15.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:15.210 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.8', 57043) > >2014-07-22 01:25:16.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37984) > >2014-07-22 01:25:16.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43354) > >2014-07-22 01:25:19.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57095) > >2014-07-22 01:25:20.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38036) > >2014-07-22 01:25:20.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43407) > >2014-07-22 01:25:21.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:23.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57146) > >2014-07-22 01:25:24.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38088) > >2014-07-22 01:25:24.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43460) > >2014-07-22 01:25:27.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57198) > >2014-07-22 01:25:27.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:28.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38141) > >2014-07-22 01:25:28.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43513) > >2014-07-22 01:25:31.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57249) > >2014-07-22 01:25:32.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38192) > >2014-07-22 01:25:32.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43564) > >2014-07-22 01:25:35.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57300) > >2014-07-22 01:25:36.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38244) > >2014-07-22 01:25:36.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43615) > >2014-07-22 01:25:36.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:39.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57351) > >2014-07-22 01:25:40.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38300) > >2014-07-22 01:25:40.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43671) > >2014-07-22 01:25:43.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57402) > >2014-07-22 01:25:44.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38351) > >2014-07-22 01:25:44.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43729) > >2014-07-22 01:25:45.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:47.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57454) > >2014-07-22 01:25:48.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38403) > >2014-07-22 01:25:48.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43785) > >2014-07-22 01:25:50.781 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:25:50.781 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:25:50.782 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:25:50.796 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:25:51.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:51.236 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 57505) > >2014-07-22 01:25:52.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38455) > >2014-07-22 01:25:52.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43843) > >2014-07-22 01:25:55.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57556) > >2014-07-22 01:25:56.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38507) > >2014-07-22 01:25:56.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43895) > >2014-07-22 01:25:57.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:25:59.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57607) > >2014-07-22 01:26:00.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38559) > >2014-07-22 01:26:00.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43948) > >2014-07-22 01:26:03.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57658) > >2014-07-22 01:26:04.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38610) > >2014-07-22 01:26:04.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43999) > >2014-07-22 01:26:06.888 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:07.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57709) > >2014-07-22 01:26:08.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38663) > >2014-07-22 01:26:08.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44052) > >2014-07-22 01:26:11.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57761) > >2014-07-22 01:26:12.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38715) > >2014-07-22 01:26:12.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44106) > >2014-07-22 01:26:15.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:15.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57812) > >2014-07-22 01:26:16.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38768) > >2014-07-22 01:26:16.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44158) > >2014-07-22 01:26:19.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57863) > >2014-07-22 01:26:20.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38820) > >2014-07-22 01:26:20.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44212) > >2014-07-22 01:26:21.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:23.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57918) > >2014-07-22 01:26:24.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38875) > >2014-07-22 01:26:24.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44269) > >2014-07-22 01:26:27.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57969) > >2014-07-22 01:26:27.490 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:28.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38929) > >2014-07-22 01:26:28.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44323) > >2014-07-22 01:26:31.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58019) > >2014-07-22 01:26:32.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38980) > >2014-07-22 01:26:32.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44374) > >2014-07-22 01:26:35.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58070) > >2014-07-22 01:26:36.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39033) > >2014-07-22 01:26:36.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44427) > >2014-07-22 01:26:36.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:39.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58123) > >2014-07-22 01:26:40.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39085) > >2014-07-22 01:26:40.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44481) > >2014-07-22 01:26:43.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58174) > >2014-07-22 01:26:44.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39136) > >2014-07-22 01:26:44.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44532) > >2014-07-22 01:26:45.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:47.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58225) > >2014-07-22 01:26:48.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39188) > >2014-07-22 01:26:48.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44584) > >2014-07-22 01:26:51.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:51.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58276) > >2014-07-22 01:26:52.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39240) > >2014-07-22 01:26:52.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44636) > >2014-07-22 01:26:55.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58327) > >2014-07-22 01:26:56.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39291) > >2014-07-22 01:26:56.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44688) > >2014-07-22 01:26:57.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:26:59.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58378) > >2014-07-22 01:27:00.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39343) > >2014-07-22 01:27:00.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44740) > >2014-07-22 01:27:03.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58429) > >2014-07-22 01:27:04.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39394) > >2014-07-22 01:27:04.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44790) > >2014-07-22 01:27:06.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:07.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58480) > >2014-07-22 01:27:08.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39447) > >2014-07-22 01:27:08.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44843) > >2014-07-22 01:27:11.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58531) > >2014-07-22 01:27:12.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39499) > >2014-07-22 01:27:12.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44897) > >2014-07-22 01:27:15.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:15.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58582) > >2014-07-22 01:27:16.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39551) > >2014-07-22 01:27:16.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44949) > >2014-07-22 01:27:19.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58634) > >2014-07-22 01:27:20.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39603) > >2014-07-22 01:27:20.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45002) > >2014-07-22 01:27:21.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:23.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58685) > >2014-07-22 01:27:24.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39655) > >2014-07-22 01:27:24.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45054) > >2014-07-22 01:27:27.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58737) > >2014-07-22 01:27:27.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:28.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39708) > >2014-07-22 01:27:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45108) > >2014-07-22 01:27:31.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58788) > >2014-07-22 01:27:32.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39760) > >2014-07-22 01:27:32.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45160) > >2014-07-22 01:27:35.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58839) > >2014-07-22 01:27:36.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39813) > >2014-07-22 01:27:36.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45212) > >2014-07-22 01:27:36.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:39.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58890) > >2014-07-22 01:27:40.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39869) > >2014-07-22 01:27:40.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45268) > >2014-07-22 01:27:43.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58941) > >2014-07-22 01:27:44.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39920) > >2014-07-22 01:27:44.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45326) > >2014-07-22 01:27:45.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:47.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58993) > >2014-07-22 01:27:48.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39972) > >2014-07-22 01:27:48.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45382) > >2014-07-22 01:27:50.799 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:27:50.799 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:27:50.800 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:27:50.813 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:27:51.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:51.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59044) > >2014-07-22 01:27:52.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40024) > >2014-07-22 01:27:52.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45440) > >2014-07-22 01:27:55.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59095) > >2014-07-22 01:27:56.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40076) > >2014-07-22 01:27:56.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45492) > >2014-07-22 01:27:57.557 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:27:59.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59146) > >2014-07-22 01:28:00.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40128) > >2014-07-22 01:28:00.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45544) > >2014-07-22 01:28:03.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59197) > >2014-07-22 01:28:04.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40179) > >2014-07-22 01:28:04.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45596) > >2014-07-22 01:28:06.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:07.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59248) > >2014-07-22 01:28:08.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40232) > >2014-07-22 01:28:08.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45649) > >2014-07-22 01:28:11.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59300) > >2014-07-22 01:28:12.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40284) > >2014-07-22 01:28:12.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45702) > >2014-07-22 01:28:15.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:15.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59351) > >2014-07-22 01:28:16.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40337) > >2014-07-22 01:28:16.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45755) > >2014-07-22 01:28:19.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59402) > >2014-07-22 01:28:20.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40389) > >2014-07-22 01:28:20.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45809) > >2014-07-22 01:28:21.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:23.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59457) > >2014-07-22 01:28:24.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40443) > >2014-07-22 01:28:24.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45865) > >2014-07-22 01:28:27.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59508) > >2014-07-22 01:28:27.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:28.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40497) > >2014-07-22 01:28:28.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45919) > >2014-07-22 01:28:31.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59559) > >2014-07-22 01:28:32.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40549) > >2014-07-22 01:28:32.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45971) > >2014-07-22 01:28:35.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59610) > >2014-07-22 01:28:36.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40602) > >2014-07-22 01:28:36.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46024) > >2014-07-22 01:28:36.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:39.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59663) > >2014-07-22 01:28:40.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40654) > >2014-07-22 01:28:40.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46078) > >2014-07-22 01:28:43.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59714) > >2014-07-22 01:28:44.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40704) > >2014-07-22 01:28:44.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46128) > >2014-07-22 01:28:45.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:47.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59765) > >2014-07-22 01:28:48.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40756) > >2014-07-22 01:28:48.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46180) > >2014-07-22 01:28:51.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:51.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59816) > >2014-07-22 01:28:52.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40808) > >2014-07-22 01:28:52.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46233) > >2014-07-22 01:28:55.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59867) > >2014-07-22 01:28:56.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40859) > >2014-07-22 01:28:56.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46285) > >2014-07-22 01:28:57.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:28:59.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59918) > >2014-07-22 01:29:00.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40911) > >2014-07-22 01:29:00.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46337) > >2014-07-22 01:29:03.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59969) > >2014-07-22 01:29:04.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40962) > >2014-07-22 01:29:04.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46388) > >2014-07-22 01:29:06.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:07.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60020) > >2014-07-22 01:29:08.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41015) > >2014-07-22 01:29:08.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46441) > >2014-07-22 01:29:11.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60071) > >2014-07-22 01:29:12.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41068) > >2014-07-22 01:29:12.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46496) > >2014-07-22 01:29:15.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:15.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60122) > >2014-07-22 01:29:16.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41120) > >2014-07-22 01:29:16.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46548) > >2014-07-22 01:29:19.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60173) > >2014-07-22 01:29:20.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41172) > >2014-07-22 01:29:20.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46601) > >2014-07-22 01:29:21.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:23.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60225) > >2014-07-22 01:29:24.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41223) > >2014-07-22 01:29:24.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46653) > >2014-07-22 01:29:27.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60277) > >2014-07-22 01:29:27.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:28.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41276) > >2014-07-22 01:29:28.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46707) > >2014-07-22 01:29:31.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60328) > >2014-07-22 01:29:32.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41327) > >2014-07-22 01:29:32.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46758) > >2014-07-22 01:29:35.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60379) > >2014-07-22 01:29:36.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41379) > >2014-07-22 01:29:36.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46810) > >2014-07-22 01:29:36.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:39.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60430) > >2014-07-22 01:29:40.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41434) > >2014-07-22 01:29:40.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46865) > >2014-07-22 01:29:43.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60481) > >2014-07-22 01:29:44.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41486) > >2014-07-22 01:29:44.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46923) > >2014-07-22 01:29:45.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:47.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60533) > >2014-07-22 01:29:48.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41538) > >2014-07-22 01:29:48.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46978) > >2014-07-22 01:29:50.815 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:29:50.815 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:29:50.816 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:29:50.827 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:29:51.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:51.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60584) > >2014-07-22 01:29:52.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41590) > >2014-07-22 01:29:52.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47038) > >2014-07-22 01:29:55.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60635) > >2014-07-22 01:29:56.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41642) > >2014-07-22 01:29:56.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47090) > >2014-07-22 01:29:57.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:29:59.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60686) > >2014-07-22 01:30:00.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41695) > >2014-07-22 01:30:00.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47142) > >2014-07-22 01:30:03.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60737) > >2014-07-22 01:30:04.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41745) > >2014-07-22 01:30:04.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47194) > >2014-07-22 01:30:06.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:07.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60788) > >2014-07-22 01:30:08.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41798) > >2014-07-22 01:30:08.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47247) > >2014-07-22 01:30:11.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60840) > >2014-07-22 01:30:12.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41850) > >2014-07-22 01:30:12.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47300) > >2014-07-22 01:30:15.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:15.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60891) > >2014-07-22 01:30:16.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41903) > >2014-07-22 01:30:16.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47353) > >2014-07-22 01:30:19.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60942) > >2014-07-22 01:30:20.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41955) > >2014-07-22 01:30:20.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47407) > >2014-07-22 01:30:21.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:23.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60997) > >2014-07-22 01:30:24.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42010) > >2014-07-22 01:30:24.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47464) > >2014-07-22 01:30:27.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32815) > >2014-07-22 01:30:27.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:28.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42064) > >2014-07-22 01:30:28.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47518) > >2014-07-22 01:30:31.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32866) > >2014-07-22 01:30:32.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42115) > >2014-07-22 01:30:32.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47569) > >2014-07-22 01:30:35.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32916) > >2014-07-22 01:30:36.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42167) > >2014-07-22 01:30:36.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47621) > >2014-07-22 01:30:36.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:39.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32969) > >2014-07-22 01:30:40.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42220) > >2014-07-22 01:30:40.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47676) > >2014-07-22 01:30:43.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33020) > >2014-07-22 01:30:44.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42271) > >2014-07-22 01:30:44.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47727) > >2014-07-22 01:30:45.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:47.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33070) > >2014-07-22 01:30:48.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42323) > >2014-07-22 01:30:48.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47779) > >2014-07-22 01:30:51.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:51.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33121) > >2014-07-22 01:30:52.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42375) > >2014-07-22 01:30:52.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47831) > >2014-07-22 01:30:55.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33172) > >2014-07-22 01:30:56.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42426) > >2014-07-22 01:30:56.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47882) > >2014-07-22 01:30:57.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:30:59.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33223) > >2014-07-22 01:31:00.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42478) > >2014-07-22 01:31:00.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47934) > >2014-07-22 01:31:03.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33274) > >2014-07-22 01:31:04.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42529) > >2014-07-22 01:31:04.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47985) > >2014-07-22 01:31:07.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:07.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33325) > >2014-07-22 01:31:08.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42581) > >2014-07-22 01:31:08.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48037) > >2014-07-22 01:31:11.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33376) > >2014-07-22 01:31:12.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42633) > >2014-07-22 01:31:12.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48091) > >2014-07-22 01:31:15.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:15.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33427) > >2014-07-22 01:31:16.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42685) > >2014-07-22 01:31:16.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48143) > >2014-07-22 01:31:19.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33478) > >2014-07-22 01:31:20.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42736) > >2014-07-22 01:31:20.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48195) > >2014-07-22 01:31:21.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:23.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33530) > >2014-07-22 01:31:24.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42788) > >2014-07-22 01:31:24.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48247) > >2014-07-22 01:31:27.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33582) > >2014-07-22 01:31:27.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:28.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42841) > >2014-07-22 01:31:28.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48301) > >2014-07-22 01:31:31.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33633) > >2014-07-22 01:31:32.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42892) > >2014-07-22 01:31:32.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48352) > >2014-07-22 01:31:35.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33684) > >2014-07-22 01:31:36.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42944) > >2014-07-22 01:31:36.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48404) > >2014-07-22 01:31:37.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:39.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33735) > >2014-07-22 01:31:40.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42998) > >2014-07-22 01:31:40.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48458) > >2014-07-22 01:31:43.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33786) > >2014-07-22 01:31:44.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43051) > >2014-07-22 01:31:44.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48513) > >2014-07-22 01:31:45.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:47.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33839) > >2014-07-22 01:31:48.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43103) > >2014-07-22 01:31:48.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48572) > >2014-07-22 01:31:50.830 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:31:50.830 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:31:50.831 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:31:50.843 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:31:51.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:51.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33890) > >2014-07-22 01:31:52.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43155) > >2014-07-22 01:31:52.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48632) > >2014-07-22 01:31:55.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33941) > >2014-07-22 01:31:56.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43207) > >2014-07-22 01:31:56.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48684) > >2014-07-22 01:31:57.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:31:59.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33992) > >2014-07-22 01:32:00.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43259) > >2014-07-22 01:32:00.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48736) > >2014-07-22 01:32:03.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34043) > >2014-07-22 01:32:04.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43310) > >2014-07-22 01:32:04.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48788) > >2014-07-22 01:32:07.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:07.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34094) > >2014-07-22 01:32:08.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43363) > >2014-07-22 01:32:08.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48841) > >2014-07-22 01:32:11.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34146) > >2014-07-22 01:32:12.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43415) > >2014-07-22 01:32:12.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48894) > >2014-07-22 01:32:15.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:15.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34196) > >2014-07-22 01:32:16.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43468) > >2014-07-22 01:32:16.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48947) > >2014-07-22 01:32:19.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34247) > >2014-07-22 01:32:20.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43520) > >2014-07-22 01:32:20.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49001) > >2014-07-22 01:32:21.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:23.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34302) > >2014-07-22 01:32:24.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43575) > >2014-07-22 01:32:24.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49058) > >2014-07-22 01:32:27.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34353) > >2014-07-22 01:32:27.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:28.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43629) > >2014-07-22 01:32:28.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49112) > >2014-07-22 01:32:31.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34404) > >2014-07-22 01:32:32.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43680) > >2014-07-22 01:32:32.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49163) > >2014-07-22 01:32:35.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34455) > >2014-07-22 01:32:36.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43732) > >2014-07-22 01:32:36.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49215) > >2014-07-22 01:32:37.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:39.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34508) > >2014-07-22 01:32:40.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43785) > >2014-07-22 01:32:40.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49270) > >2014-07-22 01:32:43.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34559) > >2014-07-22 01:32:44.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43836) > >2014-07-22 01:32:44.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49321) > >2014-07-22 01:32:45.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:47.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34610) > >2014-07-22 01:32:48.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43888) > >2014-07-22 01:32:48.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49373) > >2014-07-22 01:32:51.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:51.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34661) > >2014-07-22 01:32:52.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43940) > >2014-07-22 01:32:52.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49425) > >2014-07-22 01:32:55.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34712) > >2014-07-22 01:32:56.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43991) > >2014-07-22 01:32:56.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49477) > >2014-07-22 01:32:57.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:32:59.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34763) > >2014-07-22 01:33:00.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44043) > >2014-07-22 01:33:00.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49529) > >2014-07-22 01:33:03.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34814) > >2014-07-22 01:33:04.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44094) > >2014-07-22 01:33:04.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49580) > >2014-07-22 01:33:07.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:07.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34865) > >2014-07-22 01:33:08.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44147) > >2014-07-22 01:33:08.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49633) > >2014-07-22 01:33:11.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34916) > >2014-07-22 01:33:12.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44200) > >2014-07-22 01:33:12.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49688) > >2014-07-22 01:33:15.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:15.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34967) > >2014-07-22 01:33:16.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44252) > >2014-07-22 01:33:16.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49740) > >2014-07-22 01:33:19.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35018) > >2014-07-22 01:33:20.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44304) > >2014-07-22 01:33:20.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49791) > >2014-07-22 01:33:21.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:23.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35070) > >2014-07-22 01:33:24.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44356) > >2014-07-22 01:33:24.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49844) > >2014-07-22 01:33:27.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35121) > >2014-07-22 01:33:27.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:28.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44409) > >2014-07-22 01:33:28.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49898) > >2014-07-22 01:33:31.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35173) > >2014-07-22 01:33:32.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44460) > >2014-07-22 01:33:32.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49949) > >2014-07-22 01:33:35.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35224) > >2014-07-22 01:33:36.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44512) > >2014-07-22 01:33:36.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50001) > >2014-07-22 01:33:37.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:39.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35275) > >2014-07-22 01:33:40.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44566) > >2014-07-22 01:33:40.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50055) > >2014-07-22 01:33:43.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35326) > >2014-07-22 01:33:44.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44619) > >2014-07-22 01:33:44.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50110) > >2014-07-22 01:33:45.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:47.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35377) > >2014-07-22 01:33:48.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44671) > >2014-07-22 01:33:48.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50169) > >2014-07-22 01:33:50.850 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:33:50.850 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:33:50.851 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:33:50.862 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:33:51.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:51.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35429) > >2014-07-22 01:33:52.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44723) > >2014-07-22 01:33:52.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50229) > >2014-07-22 01:33:55.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35480) > >2014-07-22 01:33:56.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44775) > >2014-07-22 01:33:56.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50281) > >2014-07-22 01:33:57.846 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:33:59.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35531) > >2014-07-22 01:34:00.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44827) > >2014-07-22 01:34:00.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50333) > >2014-07-22 01:34:03.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35582) > >2014-07-22 01:34:04.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44878) > >2014-07-22 01:34:04.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50385) > >2014-07-22 01:34:07.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:07.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35633) > >2014-07-22 01:34:08.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44931) > >2014-07-22 01:34:09.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50438) > >2014-07-22 01:34:11.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35685) > >2014-07-22 01:34:12.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44983) > >2014-07-22 01:34:13.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50491) > >2014-07-22 01:34:15.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:15.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35736) > >2014-07-22 01:34:16.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45036) > >2014-07-22 01:34:17.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50544) > >2014-07-22 01:34:19.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35787) > >2014-07-22 01:34:20.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45089) > >2014-07-22 01:34:21.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50597) > >2014-07-22 01:34:21.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35842) > >2014-07-22 01:34:24.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45142) > >2014-07-22 01:34:25.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50655) > >2014-07-22 01:34:27.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35893) > >2014-07-22 01:34:27.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:28.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45196) > >2014-07-22 01:34:29.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50709) > >2014-07-22 01:34:31.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35944) > >2014-07-22 01:34:32.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45247) > >2014-07-22 01:34:33.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50759) > >2014-07-22 01:34:35.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35995) > >2014-07-22 01:34:36.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45299) > >2014-07-22 01:34:37.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50811) > >2014-07-22 01:34:37.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:39.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36049) > >2014-07-22 01:34:40.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45352) > >2014-07-22 01:34:41.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50866) > >2014-07-22 01:34:43.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36100) > >2014-07-22 01:34:44.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45403) > >2014-07-22 01:34:45.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50917) > >2014-07-22 01:34:45.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:47.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36151) > >2014-07-22 01:34:48.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45455) > >2014-07-22 01:34:49.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50969) > >2014-07-22 01:34:51.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:51.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36202) > >2014-07-22 01:34:52.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45509) > >2014-07-22 01:34:53.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51023) > >2014-07-22 01:34:55.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36253) > >2014-07-22 01:34:56.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45561) > >2014-07-22 01:34:57.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51075) > >2014-07-22 01:34:57.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:34:59.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36304) > >2014-07-22 01:35:00.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45613) > >2014-07-22 01:35:01.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51128) > >2014-07-22 01:35:03.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36355) > >2014-07-22 01:35:04.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45663) > >2014-07-22 01:35:05.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51179) > >2014-07-22 01:35:07.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:07.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36406) > >2014-07-22 01:35:08.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45716) > >2014-07-22 01:35:09.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51232) > >2014-07-22 01:35:11.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36457) > >2014-07-22 01:35:12.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45768) > >2014-07-22 01:35:13.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51284) > >2014-07-22 01:35:15.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:15.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36508) > >2014-07-22 01:35:16.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45820) > >2014-07-22 01:35:17.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51338) > >2014-07-22 01:35:19.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36559) > >2014-07-22 01:35:20.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45872) > >2014-07-22 01:35:21.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51390) > >2014-07-22 01:35:21.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:23.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36611) > >2014-07-22 01:35:24.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45927) > >2014-07-22 01:35:25.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51444) > >2014-07-22 01:35:27.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36664) > >2014-07-22 01:35:27.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:28.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45980) > >2014-07-22 01:35:29.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51497) > >2014-07-22 01:35:31.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36716) > >2014-07-22 01:35:32.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46032) > >2014-07-22 01:35:33.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51550) > >2014-07-22 01:35:35.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36767) > >2014-07-22 01:35:36.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46084) > >2014-07-22 01:35:37.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51602) > >2014-07-22 01:35:37.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:39.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36818) > >2014-07-22 01:35:40.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46138) > >2014-07-22 01:35:41.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51656) > >2014-07-22 01:35:43.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36869) > >2014-07-22 01:35:44.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46190) > >2014-07-22 01:35:45.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51711) > >2014-07-22 01:35:45.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:47.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36920) > >2014-07-22 01:35:48.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46242) > >2014-07-22 01:35:49.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51770) > >2014-07-22 01:35:50.864 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:35:50.864 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:35:50.865 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:35:50.877 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:35:51.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:51.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36972) > >2014-07-22 01:35:52.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46294) > >2014-07-22 01:35:53.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51826) > >2014-07-22 01:35:55.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37023) > >2014-07-22 01:35:56.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46345) > >2014-07-22 01:35:57.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51881) > >2014-07-22 01:35:57.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:35:59.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37074) > >2014-07-22 01:36:01.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46398) > >2014-07-22 01:36:01.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51934) > >2014-07-22 01:36:03.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37125) > >2014-07-22 01:36:05.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46449) > >2014-07-22 01:36:05.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51986) > >2014-07-22 01:36:07.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:07.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37175) > >2014-07-22 01:36:09.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46502) > >2014-07-22 01:36:09.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52039) > >2014-07-22 01:36:11.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37227) > >2014-07-22 01:36:13.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46554) > >2014-07-22 01:36:13.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52092) > >2014-07-22 01:36:15.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:15.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37278) > >2014-07-22 01:36:17.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46607) > >2014-07-22 01:36:17.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52144) > >2014-07-22 01:36:19.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37329) > >2014-07-22 01:36:21.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46660) > >2014-07-22 01:36:21.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52197) > >2014-07-22 01:36:21.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:23.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37383) > >2014-07-22 01:36:25.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46714) > >2014-07-22 01:36:25.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52255) > >2014-07-22 01:36:27.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37435) > >2014-07-22 01:36:27.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:29.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46768) > >2014-07-22 01:36:29.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52309) > >2014-07-22 01:36:31.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37486) > >2014-07-22 01:36:33.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46819) > >2014-07-22 01:36:33.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52360) > >2014-07-22 01:36:35.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37537) > >2014-07-22 01:36:37.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46871) > >2014-07-22 01:36:37.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52412) > >2014-07-22 01:36:37.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:39.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37590) > >2014-07-22 01:36:41.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46924) > >2014-07-22 01:36:41.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52467) > >2014-07-22 01:36:43.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37641) > >2014-07-22 01:36:45.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46975) > >2014-07-22 01:36:45.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52518) > >2014-07-22 01:36:45.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:47.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37692) > >2014-07-22 01:36:49.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47027) > >2014-07-22 01:36:49.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52570) > >2014-07-22 01:36:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:51.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37742) > >2014-07-22 01:36:53.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47079) > >2014-07-22 01:36:53.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52622) > >2014-07-22 01:36:55.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37793) > >2014-07-22 01:36:57.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47130) > >2014-07-22 01:36:57.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52673) > >2014-07-22 01:36:57.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:36:59.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37844) > >2014-07-22 01:37:01.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47182) > >2014-07-22 01:37:01.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52726) > >2014-07-22 01:37:03.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37895) > >2014-07-22 01:37:05.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47233) > >2014-07-22 01:37:05.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52777) > >2014-07-22 01:37:07.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:07.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37946) > >2014-07-22 01:37:09.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47286) > >2014-07-22 01:37:09.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52830) > >2014-07-22 01:37:11.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37997) > >2014-07-22 01:37:13.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47338) > >2014-07-22 01:37:13.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52882) > >2014-07-22 01:37:15.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:15.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38048) > >2014-07-22 01:37:17.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47391) > >2014-07-22 01:37:17.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52937) > >2014-07-22 01:37:19.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38099) > >2014-07-22 01:37:21.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47442) > >2014-07-22 01:37:21.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52988) > >2014-07-22 01:37:21.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:23.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38150) > >2014-07-22 01:37:25.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47494) > >2014-07-22 01:37:25.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53041) > >2014-07-22 01:37:27.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38202) > >2014-07-22 01:37:28.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:29.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47546) > >2014-07-22 01:37:29.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53093) > >2014-07-22 01:37:31.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38254) > >2014-07-22 01:37:33.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47597) > >2014-07-22 01:37:33.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53145) > >2014-07-22 01:37:35.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38304) > >2014-07-22 01:37:37.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47648) > >2014-07-22 01:37:37.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53196) > >2014-07-22 01:37:37.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:39.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38355) > >2014-07-22 01:37:41.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47702) > >2014-07-22 01:37:41.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53250) > >2014-07-22 01:37:43.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38406) > >2014-07-22 01:37:45.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47754) > >2014-07-22 01:37:45.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:45.147 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 53304) > >2014-07-22 01:37:47.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38457) > >2014-07-22 01:37:49.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47807) > >2014-07-22 01:37:49.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53363) > >2014-07-22 01:37:50.879 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:37:50.879 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:37:50.879 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:37:50.896 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:37:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:51.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38509) > >2014-07-22 01:37:53.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47859) > >2014-07-22 01:37:53.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53418) > >2014-07-22 01:37:55.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38560) > >2014-07-22 01:37:57.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47910) > >2014-07-22 01:37:57.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53475) > >2014-07-22 01:37:58.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:37:59.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38611) > >2014-07-22 01:38:01.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47963) > >2014-07-22 01:38:01.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53528) > >2014-07-22 01:38:03.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38662) > >2014-07-22 01:38:05.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48014) > >2014-07-22 01:38:05.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53580) > >2014-07-22 01:38:07.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:07.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38713) > >2014-07-22 01:38:09.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48068) > >2014-07-22 01:38:09.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53633) > >2014-07-22 01:38:11.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38765) > >2014-07-22 01:38:13.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48119) > >2014-07-22 01:38:13.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53685) > >2014-07-22 01:38:15.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:15.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38816) > >2014-07-22 01:38:17.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48172) > >2014-07-22 01:38:17.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53739) > >2014-07-22 01:38:19.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38867) > >2014-07-22 01:38:21.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48226) > >2014-07-22 01:38:21.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53793) > >2014-07-22 01:38:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:23.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38919) > >2014-07-22 01:38:25.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48280) > >2014-07-22 01:38:25.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53851) > >2014-07-22 01:38:27.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38973) > >2014-07-22 01:38:28.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:29.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48334) > >2014-07-22 01:38:29.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53905) > >2014-07-22 01:38:31.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39024) > >2014-07-22 01:38:33.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48385) > >2014-07-22 01:38:33.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53956) > >2014-07-22 01:38:35.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39075) > >2014-07-22 01:38:37.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48437) > >2014-07-22 01:38:37.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54008) > >2014-07-22 01:38:37.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:39.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39128) > >2014-07-22 01:38:41.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48490) > >2014-07-22 01:38:41.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54063) > >2014-07-22 01:38:43.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39179) > >2014-07-22 01:38:45.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48541) > >2014-07-22 01:38:45.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:45.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54114) > >2014-07-22 01:38:47.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39230) > >2014-07-22 01:38:49.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48593) > >2014-07-22 01:38:49.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54166) > >2014-07-22 01:38:51.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:51.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39281) > >2014-07-22 01:38:53.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48645) > >2014-07-22 01:38:53.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54218) > >2014-07-22 01:38:55.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39332) > >2014-07-22 01:38:57.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48696) > >2014-07-22 01:38:57.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54269) > >2014-07-22 01:38:58.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:38:59.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39383) > >2014-07-22 01:39:01.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48748) > >2014-07-22 01:39:01.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54322) > >2014-07-22 01:39:03.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39434) > >2014-07-22 01:39:05.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48799) > >2014-07-22 01:39:05.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54373) > >2014-07-22 01:39:07.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:07.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39485) > >2014-07-22 01:39:09.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48852) > >2014-07-22 01:39:09.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54426) > >2014-07-22 01:39:11.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39536) > >2014-07-22 01:39:13.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48903) > >2014-07-22 01:39:13.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54477) > >2014-07-22 01:39:15.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:15.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39587) > >2014-07-22 01:39:17.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48956) > >2014-07-22 01:39:17.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54531) > >2014-07-22 01:39:19.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39638) > >2014-07-22 01:39:21.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49008) > >2014-07-22 01:39:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:21.205 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 54583) > >2014-07-22 01:39:23.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39689) > >2014-07-22 01:39:25.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49060) > >2014-07-22 01:39:25.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54636) > >2014-07-22 01:39:27.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39741) > >2014-07-22 01:39:28.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:29.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49113) > >2014-07-22 01:39:29.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54689) > >2014-07-22 01:39:31.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39793) > >2014-07-22 01:39:33.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49165) > >2014-07-22 01:39:33.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54742) > >2014-07-22 01:39:35.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39844) > >2014-07-22 01:39:37.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49217) > >2014-07-22 01:39:37.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54794) > >2014-07-22 01:39:37.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:39.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39895) > >2014-07-22 01:39:41.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49271) > >2014-07-22 01:39:41.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54848) > >2014-07-22 01:39:43.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39946) > >2014-07-22 01:39:45.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:45.173 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 49322) > >2014-07-22 01:39:45.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54901) > >2014-07-22 01:39:47.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39997) > >2014-07-22 01:39:49.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49376) > >2014-07-22 01:39:49.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54958) > >2014-07-22 01:39:50.898 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:39:50.898 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:39:50.899 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:39:50.911 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:39:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:51.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40050) > >2014-07-22 01:39:53.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49428) > >2014-07-22 01:39:53.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55015) > >2014-07-22 01:39:55.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40101) > >2014-07-22 01:39:57.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49479) > >2014-07-22 01:39:57.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55072) > >2014-07-22 01:39:58.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:39:59.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40152) > >2014-07-22 01:40:01.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49532) > >2014-07-22 01:40:01.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55125) > >2014-07-22 01:40:03.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40204) > >2014-07-22 01:40:05.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49582) > >2014-07-22 01:40:05.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55177) > >2014-07-22 01:40:07.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:07.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40255) > >2014-07-22 01:40:09.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49635) > >2014-07-22 01:40:09.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55230) > >2014-07-22 01:40:11.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40307) > >2014-07-22 01:40:13.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49687) > >2014-07-22 01:40:13.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55283) > >2014-07-22 01:40:15.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:15.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40358) > >2014-07-22 01:40:17.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49740) > >2014-07-22 01:40:17.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55336) > >2014-07-22 01:40:19.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40409) > >2014-07-22 01:40:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:21.191 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 49793) > >2014-07-22 01:40:21.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55389) > >2014-07-22 01:40:23.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40461) > >2014-07-22 01:40:25.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49847) > >2014-07-22 01:40:25.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55446) > >2014-07-22 01:40:27.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40515) > >2014-07-22 01:40:28.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:29.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49901) > >2014-07-22 01:40:29.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55501) > >2014-07-22 01:40:31.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40566) > >2014-07-22 01:40:33.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49952) > >2014-07-22 01:40:33.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55552) > >2014-07-22 01:40:35.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40617) > >2014-07-22 01:40:37.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50005) > >2014-07-22 01:40:37.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:37.267 29190 INFO neutron.wsgi [req-fbd65bda-2caf-4a5f-b6be-c4f3b0c0238e None] (29190) accepted ('192.168.0.7', 55604) > >2014-07-22 01:40:39.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40670) > >2014-07-22 01:40:41.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50058) > >2014-07-22 01:40:41.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55659) > >2014-07-22 01:40:43.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40721) > >2014-07-22 01:40:45.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:45.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50109) > >2014-07-22 01:40:45.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55711) > >2014-07-22 01:40:47.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40772) > >2014-07-22 01:40:49.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50160) > >2014-07-22 01:40:49.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55763) > >2014-07-22 01:40:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:51.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40823) > >2014-07-22 01:40:53.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50212) > >2014-07-22 01:40:53.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55815) > >2014-07-22 01:40:55.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40874) > >2014-07-22 01:40:57.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50263) > >2014-07-22 01:40:57.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55866) > >2014-07-22 01:40:58.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:40:59.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40925) > >2014-07-22 01:41:01.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50315) > >2014-07-22 01:41:01.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55919) > >2014-07-22 01:41:03.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40976) > >2014-07-22 01:41:05.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50366) > >2014-07-22 01:41:05.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55970) > >2014-07-22 01:41:07.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:07.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41027) > >2014-07-22 01:41:09.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50418) > >2014-07-22 01:41:09.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56022) > >2014-07-22 01:41:11.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41078) > >2014-07-22 01:41:13.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50469) > >2014-07-22 01:41:13.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56073) > >2014-07-22 01:41:15.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:15.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41129) > >2014-07-22 01:41:17.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50521) > >2014-07-22 01:41:17.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56129) > >2014-07-22 01:41:19.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41179) > >2014-07-22 01:41:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:21.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50572) > >2014-07-22 01:41:21.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56179) > >2014-07-22 01:41:23.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41230) > >2014-07-22 01:41:25.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50624) > >2014-07-22 01:41:25.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56231) > >2014-07-22 01:41:27.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41282) > >2014-07-22 01:41:28.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:29.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50677) > >2014-07-22 01:41:29.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56285) > >2014-07-22 01:41:31.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41333) > >2014-07-22 01:41:33.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50729) > >2014-07-22 01:41:33.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56338) > >2014-07-22 01:41:35.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41385) > >2014-07-22 01:41:37.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50780) > >2014-07-22 01:41:37.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:37.320 29190 INFO neutron.wsgi [req-6798a935-26e7-456a-81e0-84740b08cf50 None] (29190) accepted ('192.168.0.7', 56390) > >2014-07-22 01:41:39.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41436) > >2014-07-22 01:41:41.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50835) > >2014-07-22 01:41:41.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56444) > >2014-07-22 01:41:43.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41487) > >2014-07-22 01:41:45.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:45.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50886) > >2014-07-22 01:41:45.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56497) > >2014-07-22 01:41:47.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41538) > >2014-07-22 01:41:49.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50940) > >2014-07-22 01:41:49.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56555) > >2014-07-22 01:41:50.914 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:41:50.914 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:41:50.915 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:41:50.928 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:41:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:51.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41589) > >2014-07-22 01:41:53.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50992) > >2014-07-22 01:41:53.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56612) > >2014-07-22 01:41:55.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41642) > >2014-07-22 01:41:57.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51043) > >2014-07-22 01:41:57.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56669) > >2014-07-22 01:41:58.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:41:59.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41693) > >2014-07-22 01:42:01.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51096) > >2014-07-22 01:42:01.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56722) > >2014-07-22 01:42:03.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41744) > >2014-07-22 01:42:05.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51147) > >2014-07-22 01:42:05.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56774) > >2014-07-22 01:42:07.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:07.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41795) > >2014-07-22 01:42:09.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51200) > >2014-07-22 01:42:09.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56827) > >2014-07-22 01:42:11.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41847) > >2014-07-22 01:42:13.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51252) > >2014-07-22 01:42:13.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56880) > >2014-07-22 01:42:15.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:15.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41898) > >2014-07-22 01:42:17.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51305) > >2014-07-22 01:42:17.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56933) > >2014-07-22 01:42:19.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41949) > >2014-07-22 01:42:21.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:21.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51358) > >2014-07-22 01:42:21.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56986) > >2014-07-22 01:42:23.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42000) > >2014-07-22 01:42:25.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51412) > >2014-07-22 01:42:25.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57042) > >2014-07-22 01:42:27.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42056) > >2014-07-22 01:42:28.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:29.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51466) > >2014-07-22 01:42:29.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57098) > >2014-07-22 01:42:31.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42107) > >2014-07-22 01:42:33.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51517) > >2014-07-22 01:42:33.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57149) > >2014-07-22 01:42:35.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42158) > >2014-07-22 01:42:37.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51569) > >2014-07-22 01:42:37.311 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:37.376 29190 INFO neutron.wsgi [req-35ff6d07-9525-4c6e-a332-346bc5c0d549 None] (29190) accepted ('192.168.0.7', 57201) > >2014-07-22 01:42:39.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42211) > >2014-07-22 01:42:41.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51622) > >2014-07-22 01:42:41.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57256) > >2014-07-22 01:42:43.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42261) > >2014-07-22 01:42:45.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:45.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51673) > >2014-07-22 01:42:45.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57307) > >2014-07-22 01:42:47.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42312) > >2014-07-22 01:42:49.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51725) > >2014-07-22 01:42:49.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57359) > >2014-07-22 01:42:51.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:51.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42363) > >2014-07-22 01:42:53.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51777) > >2014-07-22 01:42:53.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57411) > >2014-07-22 01:42:55.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42414) > >2014-07-22 01:42:57.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51828) > >2014-07-22 01:42:57.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57462) > >2014-07-22 01:42:58.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:42:59.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42464) > >2014-07-22 01:43:01.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51880) > >2014-07-22 01:43:01.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57514) > >2014-07-22 01:43:03.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42515) > >2014-07-22 01:43:05.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51931) > >2014-07-22 01:43:05.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57566) > >2014-07-22 01:43:07.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:07.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42566) > >2014-07-22 01:43:09.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51984) > >2014-07-22 01:43:09.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57619) > >2014-07-22 01:43:11.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42617) > >2014-07-22 01:43:13.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52035) > >2014-07-22 01:43:13.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57670) > >2014-07-22 01:43:15.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:15.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42668) > >2014-07-22 01:43:17.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52088) > >2014-07-22 01:43:17.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57723) > >2014-07-22 01:43:19.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42719) > >2014-07-22 01:43:21.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:21.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52140) > >2014-07-22 01:43:21.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57778) > >2014-07-22 01:43:23.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42770) > >2014-07-22 01:43:25.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52192) > >2014-07-22 01:43:25.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57829) > >2014-07-22 01:43:27.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42822) > >2014-07-22 01:43:28.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:29.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52245) > >2014-07-22 01:43:29.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57883) > >2014-07-22 01:43:31.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42873) > >2014-07-22 01:43:33.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52297) > >2014-07-22 01:43:33.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57935) > >2014-07-22 01:43:35.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42925) > >2014-07-22 01:43:37.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52348) > >2014-07-22 01:43:37.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:37.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57987) > >2014-07-22 01:43:39.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42976) > >2014-07-22 01:43:41.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52403) > >2014-07-22 01:43:41.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58042) > >2014-07-22 01:43:43.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43027) > >2014-07-22 01:43:45.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:45.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52454) > >2014-07-22 01:43:45.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58096) > >2014-07-22 01:43:47.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43078) > >2014-07-22 01:43:49.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52508) > >2014-07-22 01:43:49.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58153) > >2014-07-22 01:43:50.930 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:43:50.930 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:43:50.931 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:43:50.942 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:43:51.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:51.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43129) > >2014-07-22 01:43:53.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52560) > >2014-07-22 01:43:53.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58210) > >2014-07-22 01:43:55.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43181) > >2014-07-22 01:43:57.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52611) > >2014-07-22 01:43:57.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58267) > >2014-07-22 01:43:58.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:43:59.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43232) > >2014-07-22 01:44:01.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52664) > >2014-07-22 01:44:01.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58320) > >2014-07-22 01:44:03.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43283) > >2014-07-22 01:44:05.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52715) > >2014-07-22 01:44:05.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58372) > >2014-07-22 01:44:07.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:07.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43334) > >2014-07-22 01:44:09.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52768) > >2014-07-22 01:44:09.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58425) > >2014-07-22 01:44:11.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43386) > >2014-07-22 01:44:13.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52820) > >2014-07-22 01:44:13.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58478) > >2014-07-22 01:44:15.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:15.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43437) > >2014-07-22 01:44:17.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52873) > >2014-07-22 01:44:17.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58531) > >2014-07-22 01:44:20.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43488) > >2014-07-22 01:44:21.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:21.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52925) > >2014-07-22 01:44:21.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58584) > >2014-07-22 01:44:23.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43539) > >2014-07-22 01:44:25.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52980) > >2014-07-22 01:44:25.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58640) > >2014-07-22 01:44:27.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43594) > >2014-07-22 01:44:28.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:29.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53034) > >2014-07-22 01:44:29.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58696) > >2014-07-22 01:44:32.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43645) > >2014-07-22 01:44:33.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53085) > >2014-07-22 01:44:33.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58747) > >2014-07-22 01:44:36.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43696) > >2014-07-22 01:44:37.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53136) > >2014-07-22 01:44:37.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:37.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58798) > >2014-07-22 01:44:40.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43749) > >2014-07-22 01:44:41.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53191) > >2014-07-22 01:44:41.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58855) > >2014-07-22 01:44:44.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43800) > >2014-07-22 01:44:45.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:45.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53243) > >2014-07-22 01:44:45.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58907) > >2014-07-22 01:44:48.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43851) > >2014-07-22 01:44:49.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53294) > >2014-07-22 01:44:49.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58958) > >2014-07-22 01:44:51.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:44:52.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43902) > >2014-07-22 01:44:53.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53346) > >2014-07-22 01:44:53.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59010) > >2014-07-22 01:44:56.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43953) > >2014-07-22 01:44:57.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53397) > >2014-07-22 01:44:57.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59061) > >2014-07-22 01:44:58.366 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:00.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44005) > >2014-07-22 01:45:01.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53450) > >2014-07-22 01:45:01.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59113) > >2014-07-22 01:45:04.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44056) > >2014-07-22 01:45:05.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53502) > >2014-07-22 01:45:05.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59164) > >2014-07-22 01:45:07.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:08.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44107) > >2014-07-22 01:45:09.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53558) > >2014-07-22 01:45:09.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59215) > >2014-07-22 01:45:12.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44158) > >2014-07-22 01:45:13.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53609) > >2014-07-22 01:45:13.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59266) > >2014-07-22 01:45:15.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:16.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44210) > >2014-07-22 01:45:17.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53662) > >2014-07-22 01:45:17.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59319) > >2014-07-22 01:45:20.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44261) > >2014-07-22 01:45:21.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:21.437 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 53716) > >2014-07-22 01:45:21.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59375) > >2014-07-22 01:45:24.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44313) > >2014-07-22 01:45:25.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53768) > >2014-07-22 01:45:25.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59426) > >2014-07-22 01:45:28.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44368) > >2014-07-22 01:45:28.382 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:29.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53820) > >2014-07-22 01:45:29.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59480) > >2014-07-22 01:45:32.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44420) > >2014-07-22 01:45:33.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53871) > >2014-07-22 01:45:33.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59530) > >2014-07-22 01:45:36.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44472) > >2014-07-22 01:45:37.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:37.482 29190 INFO neutron.wsgi [req-1de4003f-e964-4c55-8d36-5c2efd48daa8 None] (29190) accepted ('192.168.0.6', 53923) > >2014-07-22 01:45:37.482 29190 INFO neutron.wsgi [req-1de4003f-e964-4c55-8d36-5c2efd48daa8 None] (29190) accepted ('192.168.0.7', 59582) > >2014-07-22 01:45:40.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44522) > >2014-07-22 01:45:41.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53993) > >2014-07-22 01:45:41.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59644) > >2014-07-22 01:45:44.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44579) > >2014-07-22 01:45:45.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:45.775 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 54049) > >2014-07-22 01:45:45.775 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.7', 59698) > >2014-07-22 01:45:48.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44630) > >2014-07-22 01:45:49.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54101) > >2014-07-22 01:45:49.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59754) > >2014-07-22 01:45:50.945 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:45:50.945 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:45:50.946 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:45:50.991 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:45:51.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:45:52.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44688) > >2014-07-22 01:45:53.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54160) > >2014-07-22 01:45:53.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59817) > >2014-07-22 01:45:56.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44750) > >2014-07-22 01:45:57.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54211) > >2014-07-22 01:45:57.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59873) > >2014-07-22 01:45:58.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:00.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44806) > >2014-07-22 01:46:01.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54269) > >2014-07-22 01:46:01.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59928) > >2014-07-22 01:46:04.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44869) > >2014-07-22 01:46:05.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54328) > >2014-07-22 01:46:05.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59980) > >2014-07-22 01:46:07.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:08.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44932) > >2014-07-22 01:46:09.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54392) > >2014-07-22 01:46:09.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60032) > >2014-07-22 01:46:12.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44991) > >2014-07-22 01:46:13.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54454) > >2014-07-22 01:46:13.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60084) > >2014-07-22 01:46:15.178 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:16.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45051) > >2014-07-22 01:46:17.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54522) > >2014-07-22 01:46:17.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60137) > >2014-07-22 01:46:20.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45117) > >2014-07-22 01:46:21.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:21.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54591) > >2014-07-22 01:46:21.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60189) > >2014-07-22 01:46:24.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45180) > >2014-07-22 01:46:25.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54663) > >2014-07-22 01:46:25.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60246) > >2014-07-22 01:46:28.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45250) > >2014-07-22 01:46:28.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:29.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54717) > >2014-07-22 01:46:29.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60302) > >2014-07-22 01:46:32.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45305) > >2014-07-22 01:46:33.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54772) > >2014-07-22 01:46:33.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60354) > >2014-07-22 01:46:36.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45360) > >2014-07-22 01:46:37.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:37.647 29190 INFO neutron.wsgi [req-53d75055-fcdb-404a-813d-e384efa526b5 None] (29190) accepted ('192.168.0.6', 54825) > >2014-07-22 01:46:37.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60407) > >2014-07-22 01:46:40.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45417) > >2014-07-22 01:46:41.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54877) > >2014-07-22 01:46:41.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60460) > >2014-07-22 01:46:44.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45470) > >2014-07-22 01:46:45.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:45.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54933) > >2014-07-22 01:46:45.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60513) > >2014-07-22 01:46:48.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45523) > >2014-07-22 01:46:49.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54984) > >2014-07-22 01:46:49.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60564) > >2014-07-22 01:46:51.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:46:52.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45575) > >2014-07-22 01:46:53.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55036) > >2014-07-22 01:46:53.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60616) > >2014-07-22 01:46:56.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45626) > >2014-07-22 01:46:57.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55093) > >2014-07-22 01:46:57.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60667) > >2014-07-22 01:46:58.494 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:00.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45677) > >2014-07-22 01:47:01.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55145) > >2014-07-22 01:47:01.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60719) > >2014-07-22 01:47:04.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45728) > >2014-07-22 01:47:05.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55198) > >2014-07-22 01:47:05.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60771) > >2014-07-22 01:47:07.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:08.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45779) > >2014-07-22 01:47:09.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55250) > >2014-07-22 01:47:09.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60823) > >2014-07-22 01:47:12.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45830) > >2014-07-22 01:47:13.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55304) > >2014-07-22 01:47:13.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60874) > >2014-07-22 01:47:15.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:16.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45881) > >2014-07-22 01:47:17.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55359) > >2014-07-22 01:47:17.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60926) > >2014-07-22 01:47:20.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45932) > >2014-07-22 01:47:21.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:21.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55413) > >2014-07-22 01:47:21.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60982) > >2014-07-22 01:47:24.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45983) > >2014-07-22 01:47:25.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55465) > >2014-07-22 01:47:25.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32800) > >2014-07-22 01:47:28.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46034) > >2014-07-22 01:47:28.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:29.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55518) > >2014-07-22 01:47:29.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32854) > >2014-07-22 01:47:32.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46086) > >2014-07-22 01:47:33.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55569) > >2014-07-22 01:47:33.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32905) > >2014-07-22 01:47:36.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46138) > >2014-07-22 01:47:37.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:37.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55622) > >2014-07-22 01:47:37.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32959) > >2014-07-22 01:47:40.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46189) > >2014-07-22 01:47:41.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55673) > >2014-07-22 01:47:41.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33010) > >2014-07-22 01:47:44.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46239) > >2014-07-22 01:47:45.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:45.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55729) > >2014-07-22 01:47:45.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33065) > >2014-07-22 01:47:48.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46290) > >2014-07-22 01:47:49.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55780) > >2014-07-22 01:47:49.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33118) > >2014-07-22 01:47:50.993 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:47:50.993 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:47:50.994 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:47:51.007 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:47:51.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:47:52.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46341) > >2014-07-22 01:47:53.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55833) > >2014-07-22 01:47:53.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33176) > >2014-07-22 01:47:56.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46393) > >2014-07-22 01:47:57.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55884) > >2014-07-22 01:47:57.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33232) > >2014-07-22 01:47:58.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:00.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46444) > >2014-07-22 01:48:01.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55937) > >2014-07-22 01:48:01.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33289) > >2014-07-22 01:48:04.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46495) > >2014-07-22 01:48:05.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55988) > >2014-07-22 01:48:05.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33340) > >2014-07-22 01:48:07.456 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:08.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46546) > >2014-07-22 01:48:09.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56040) > >2014-07-22 01:48:09.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33393) > >2014-07-22 01:48:12.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46598) > >2014-07-22 01:48:13.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56092) > >2014-07-22 01:48:13.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33446) > >2014-07-22 01:48:15.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:16.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46649) > >2014-07-22 01:48:17.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56145) > >2014-07-22 01:48:17.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33499) > >2014-07-22 01:48:20.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46700) > >2014-07-22 01:48:21.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:21.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56198) > >2014-07-22 01:48:21.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33552) > >2014-07-22 01:48:24.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46751) > >2014-07-22 01:48:25.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56252) > >2014-07-22 01:48:25.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33606) > >2014-07-22 01:48:28.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46806) > >2014-07-22 01:48:28.554 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:29.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56306) > >2014-07-22 01:48:29.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33664) > >2014-07-22 01:48:32.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46857) > >2014-07-22 01:48:33.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56357) > >2014-07-22 01:48:33.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33715) > >2014-07-22 01:48:36.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46908) > >2014-07-22 01:48:37.462 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:37.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56409) > >2014-07-22 01:48:37.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33767) > >2014-07-22 01:48:40.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46961) > >2014-07-22 01:48:41.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56462) > >2014-07-22 01:48:41.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33822) > >2014-07-22 01:48:44.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47012) > >2014-07-22 01:48:45.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:45.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56515) > >2014-07-22 01:48:45.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33875) > >2014-07-22 01:48:48.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47063) > >2014-07-22 01:48:49.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56566) > >2014-07-22 01:48:49.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33926) > >2014-07-22 01:48:51.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:48:52.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47114) > >2014-07-22 01:48:53.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56618) > >2014-07-22 01:48:53.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33978) > >2014-07-22 01:48:56.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47165) > >2014-07-22 01:48:57.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56669) > >2014-07-22 01:48:57.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34029) > >2014-07-22 01:48:58.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:00.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47216) > >2014-07-22 01:49:01.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56721) > >2014-07-22 01:49:01.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34081) > >2014-07-22 01:49:04.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47267) > >2014-07-22 01:49:05.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56772) > >2014-07-22 01:49:05.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34132) > >2014-07-22 01:49:07.481 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:08.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47318) > >2014-07-22 01:49:09.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56824) > >2014-07-22 01:49:09.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34185) > >2014-07-22 01:49:12.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47369) > >2014-07-22 01:49:13.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56875) > >2014-07-22 01:49:13.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34236) > >2014-07-22 01:49:15.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:16.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47420) > >2014-07-22 01:49:17.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56928) > >2014-07-22 01:49:17.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34289) > >2014-07-22 01:49:20.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47471) > >2014-07-22 01:49:21.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:21.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56982) > >2014-07-22 01:49:21.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34345) > >2014-07-22 01:49:24.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47522) > >2014-07-22 01:49:25.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57033) > >2014-07-22 01:49:25.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34396) > >2014-07-22 01:49:28.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47573) > >2014-07-22 01:49:28.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:29.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57086) > >2014-07-22 01:49:29.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34449) > >2014-07-22 01:49:32.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47625) > >2014-07-22 01:49:33.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57137) > >2014-07-22 01:49:33.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34501) > >2014-07-22 01:49:36.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47676) > >2014-07-22 01:49:37.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:37.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57189) > >2014-07-22 01:49:37.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34554) > >2014-07-22 01:49:40.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47728) > >2014-07-22 01:49:41.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57242) > >2014-07-22 01:49:41.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34607) > >2014-07-22 01:49:44.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47779) > >2014-07-22 01:49:45.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:45.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57296) > >2014-07-22 01:49:45.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34663) > >2014-07-22 01:49:48.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47830) > >2014-07-22 01:49:49.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57347) > >2014-07-22 01:49:49.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34716) > >2014-07-22 01:49:51.009 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:49:51.009 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:49:51.010 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:49:51.027 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:49:51.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:49:52.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47881) > >2014-07-22 01:49:53.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57401) > >2014-07-22 01:49:53.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34774) > >2014-07-22 01:49:56.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47932) > >2014-07-22 01:49:57.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57452) > >2014-07-22 01:49:57.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34830) > >2014-07-22 01:49:58.619 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:00.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47984) > >2014-07-22 01:50:01.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57505) > >2014-07-22 01:50:01.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34888) > >2014-07-22 01:50:04.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48035) > >2014-07-22 01:50:05.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57557) > >2014-07-22 01:50:05.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34939) > >2014-07-22 01:50:07.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:08.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48086) > >2014-07-22 01:50:09.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57609) > >2014-07-22 01:50:09.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34992) > >2014-07-22 01:50:12.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48138) > >2014-07-22 01:50:13.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57660) > >2014-07-22 01:50:13.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35044) > >2014-07-22 01:50:15.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:16.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48189) > >2014-07-22 01:50:17.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57713) > >2014-07-22 01:50:17.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35097) > >2014-07-22 01:50:20.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48240) > >2014-07-22 01:50:21.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:21.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57766) > >2014-07-22 01:50:21.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35150) > >2014-07-22 01:50:24.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48291) > >2014-07-22 01:50:25.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57820) > >2014-07-22 01:50:25.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35204) > >2014-07-22 01:50:28.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48345) > >2014-07-22 01:50:28.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:29.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57874) > >2014-07-22 01:50:29.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35262) > >2014-07-22 01:50:32.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48397) > >2014-07-22 01:50:33.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57926) > >2014-07-22 01:50:33.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35314) > >2014-07-22 01:50:36.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48448) > >2014-07-22 01:50:37.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:37.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57978) > >2014-07-22 01:50:37.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35366) > >2014-07-22 01:50:40.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48501) > >2014-07-22 01:50:41.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58030) > >2014-07-22 01:50:41.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35421) > >2014-07-22 01:50:44.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48552) > >2014-07-22 01:50:45.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:45.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58083) > >2014-07-22 01:50:45.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35474) > >2014-07-22 01:50:48.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48603) > >2014-07-22 01:50:49.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58134) > >2014-07-22 01:50:49.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35525) > >2014-07-22 01:50:51.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:50:52.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48654) > >2014-07-22 01:50:53.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58186) > >2014-07-22 01:50:53.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35577) > >2014-07-22 01:50:56.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48705) > >2014-07-22 01:50:57.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58237) > >2014-07-22 01:50:57.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35628) > >2014-07-22 01:50:58.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:00.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48756) > >2014-07-22 01:51:01.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58289) > >2014-07-22 01:51:01.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35680) > >2014-07-22 01:51:04.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48807) > >2014-07-22 01:51:05.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58340) > >2014-07-22 01:51:05.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35731) > >2014-07-22 01:51:07.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:08.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48858) > >2014-07-22 01:51:09.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58392) > >2014-07-22 01:51:09.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35784) > >2014-07-22 01:51:12.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48909) > >2014-07-22 01:51:13.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58443) > >2014-07-22 01:51:13.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35835) > >2014-07-22 01:51:15.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:16.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48960) > >2014-07-22 01:51:17.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58496) > >2014-07-22 01:51:17.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35888) > >2014-07-22 01:51:20.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49011) > >2014-07-22 01:51:21.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:21.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58548) > >2014-07-22 01:51:21.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35940) > >2014-07-22 01:51:24.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49062) > >2014-07-22 01:51:25.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58599) > >2014-07-22 01:51:25.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35993) > >2014-07-22 01:51:28.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49113) > >2014-07-22 01:51:28.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:29.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58652) > >2014-07-22 01:51:29.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36046) > >2014-07-22 01:51:32.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49165) > >2014-07-22 01:51:33.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58703) > >2014-07-22 01:51:33.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36098) > >2014-07-22 01:51:36.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49216) > >2014-07-22 01:51:37.536 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:37.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58755) > >2014-07-22 01:51:38.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36149) > >2014-07-22 01:51:40.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49268) > >2014-07-22 01:51:41.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58808) > >2014-07-22 01:51:42.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36203) > >2014-07-22 01:51:44.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49319) > >2014-07-22 01:51:45.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:45.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58862) > >2014-07-22 01:51:46.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36259) > >2014-07-22 01:51:48.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49369) > >2014-07-22 01:51:49.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58913) > >2014-07-22 01:51:50.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36312) > >2014-07-22 01:51:51.029 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:51:51.029 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:51:51.030 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:51:51.041 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:51:51.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:51:52.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49420) > >2014-07-22 01:51:53.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58967) > >2014-07-22 01:51:54.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36370) > >2014-07-22 01:51:56.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49471) > >2014-07-22 01:51:57.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59018) > >2014-07-22 01:51:58.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36424) > >2014-07-22 01:51:58.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:00.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49523) > >2014-07-22 01:52:01.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59070) > >2014-07-22 01:52:02.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36482) > >2014-07-22 01:52:04.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49574) > >2014-07-22 01:52:05.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59122) > >2014-07-22 01:52:06.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36534) > >2014-07-22 01:52:07.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:08.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49625) > >2014-07-22 01:52:09.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59174) > >2014-07-22 01:52:10.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36587) > >2014-07-22 01:52:12.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49677) > >2014-07-22 01:52:13.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59224) > >2014-07-22 01:52:14.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36639) > >2014-07-22 01:52:15.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:16.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49728) > >2014-07-22 01:52:17.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59276) > >2014-07-22 01:52:18.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36690) > >2014-07-22 01:52:20.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49778) > >2014-07-22 01:52:21.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:21.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59331) > >2014-07-22 01:52:22.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36745) > >2014-07-22 01:52:24.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49829) > >2014-07-22 01:52:25.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59384) > >2014-07-22 01:52:26.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36798) > >2014-07-22 01:52:28.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49882) > >2014-07-22 01:52:28.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:29.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59440) > >2014-07-22 01:52:30.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36858) > >2014-07-22 01:52:32.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49936) > >2014-07-22 01:52:33.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59492) > >2014-07-22 01:52:34.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36910) > >2014-07-22 01:52:36.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49987) > >2014-07-22 01:52:37.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:37.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59545) > >2014-07-22 01:52:38.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36963) > >2014-07-22 01:52:40.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50040) > >2014-07-22 01:52:41.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59596) > >2014-07-22 01:52:42.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37016) > >2014-07-22 01:52:44.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50091) > >2014-07-22 01:52:45.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:45.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59649) > >2014-07-22 01:52:46.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37069) > >2014-07-22 01:52:48.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50142) > >2014-07-22 01:52:49.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59700) > >2014-07-22 01:52:50.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37120) > >2014-07-22 01:52:51.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:52:52.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50193) > >2014-07-22 01:52:53.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59752) > >2014-07-22 01:52:54.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37172) > >2014-07-22 01:52:56.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50244) > >2014-07-22 01:52:57.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59803) > >2014-07-22 01:52:58.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37223) > >2014-07-22 01:52:58.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:00.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50295) > >2014-07-22 01:53:01.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59855) > >2014-07-22 01:53:02.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37275) > >2014-07-22 01:53:04.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50346) > >2014-07-22 01:53:05.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59906) > >2014-07-22 01:53:06.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37326) > >2014-07-22 01:53:07.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:08.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50397) > >2014-07-22 01:53:09.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59958) > >2014-07-22 01:53:10.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37379) > >2014-07-22 01:53:12.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50449) > >2014-07-22 01:53:13.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60009) > >2014-07-22 01:53:14.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37430) > >2014-07-22 01:53:15.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:16.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50500) > >2014-07-22 01:53:17.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60062) > >2014-07-22 01:53:18.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37483) > >2014-07-22 01:53:20.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50551) > >2014-07-22 01:53:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:21.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60116) > >2014-07-22 01:53:22.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37537) > >2014-07-22 01:53:24.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50602) > >2014-07-22 01:53:25.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60166) > >2014-07-22 01:53:26.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37590) > >2014-07-22 01:53:28.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50653) > >2014-07-22 01:53:28.778 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:29.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60219) > >2014-07-22 01:53:30.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37642) > >2014-07-22 01:53:32.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50704) > >2014-07-22 01:53:33.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60270) > >2014-07-22 01:53:34.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37694) > >2014-07-22 01:53:36.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50756) > >2014-07-22 01:53:37.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:37.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60322) > >2014-07-22 01:53:38.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37746) > >2014-07-22 01:53:40.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50808) > >2014-07-22 01:53:41.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60375) > >2014-07-22 01:53:42.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37800) > >2014-07-22 01:53:44.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50858) > >2014-07-22 01:53:45.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:45.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60429) > >2014-07-22 01:53:46.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37856) > >2014-07-22 01:53:48.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50909) > >2014-07-22 01:53:49.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60480) > >2014-07-22 01:53:50.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37909) > >2014-07-22 01:53:51.041 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:53:51.041 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:53:51.042 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:53:51.057 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:53:51.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:53:52.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50960) > >2014-07-22 01:53:53.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60533) > >2014-07-22 01:53:54.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37966) > >2014-07-22 01:53:56.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51011) > >2014-07-22 01:53:57.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60585) > >2014-07-22 01:53:58.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38020) > >2014-07-22 01:53:58.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:00.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51063) > >2014-07-22 01:54:02.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60638) > >2014-07-22 01:54:02.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38078) > >2014-07-22 01:54:04.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51114) > >2014-07-22 01:54:06.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60690) > >2014-07-22 01:54:06.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38132) > >2014-07-22 01:54:07.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:08.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51165) > >2014-07-22 01:54:10.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60742) > >2014-07-22 01:54:10.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38185) > >2014-07-22 01:54:12.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51217) > >2014-07-22 01:54:14.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60793) > >2014-07-22 01:54:14.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38237) > >2014-07-22 01:54:15.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:16.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51268) > >2014-07-22 01:54:18.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60845) > >2014-07-22 01:54:18.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38289) > >2014-07-22 01:54:20.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51319) > >2014-07-22 01:54:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:22.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60899) > >2014-07-22 01:54:22.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38343) > >2014-07-22 01:54:24.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51370) > >2014-07-22 01:54:26.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60952) > >2014-07-22 01:54:26.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38396) > >2014-07-22 01:54:28.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51422) > >2014-07-22 01:54:28.830 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:30.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32774) > >2014-07-22 01:54:30.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38455) > >2014-07-22 01:54:32.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51476) > >2014-07-22 01:54:34.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32826) > >2014-07-22 01:54:34.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38507) > >2014-07-22 01:54:36.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51527) > >2014-07-22 01:54:37.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:38.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32878) > >2014-07-22 01:54:38.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38559) > >2014-07-22 01:54:40.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51580) > >2014-07-22 01:54:42.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32931) > >2014-07-22 01:54:42.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38614) > >2014-07-22 01:54:44.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51631) > >2014-07-22 01:54:45.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:46.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32984) > >2014-07-22 01:54:46.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38667) > >2014-07-22 01:54:48.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51682) > >2014-07-22 01:54:50.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33035) > >2014-07-22 01:54:50.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38718) > >2014-07-22 01:54:51.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:54:52.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51733) > >2014-07-22 01:54:54.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33087) > >2014-07-22 01:54:54.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38770) > >2014-07-22 01:54:56.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51784) > >2014-07-22 01:54:58.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33139) > >2014-07-22 01:54:58.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38821) > >2014-07-22 01:54:58.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:00.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51835) > >2014-07-22 01:55:02.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33191) > >2014-07-22 01:55:02.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38873) > >2014-07-22 01:55:04.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51886) > >2014-07-22 01:55:06.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33242) > >2014-07-22 01:55:06.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38924) > >2014-07-22 01:55:07.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:08.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51937) > >2014-07-22 01:55:10.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33294) > >2014-07-22 01:55:10.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38977) > >2014-07-22 01:55:12.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51988) > >2014-07-22 01:55:14.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33346) > >2014-07-22 01:55:14.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39029) > >2014-07-22 01:55:15.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:16.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52039) > >2014-07-22 01:55:18.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33398) > >2014-07-22 01:55:18.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39081) > >2014-07-22 01:55:20.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52090) > >2014-07-22 01:55:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:22.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33452) > >2014-07-22 01:55:22.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39135) > >2014-07-22 01:55:24.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52141) > >2014-07-22 01:55:26.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33503) > >2014-07-22 01:55:26.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39188) > >2014-07-22 01:55:28.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52192) > >2014-07-22 01:55:28.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:30.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33556) > >2014-07-22 01:55:30.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39241) > >2014-07-22 01:55:32.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52243) > >2014-07-22 01:55:34.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33607) > >2014-07-22 01:55:34.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39293) > >2014-07-22 01:55:36.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52295) > >2014-07-22 01:55:37.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:38.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33659) > >2014-07-22 01:55:38.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39345) > >2014-07-22 01:55:40.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52347) > >2014-07-22 01:55:42.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33712) > >2014-07-22 01:55:42.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39399) > >2014-07-22 01:55:44.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52398) > >2014-07-22 01:55:45.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:46.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33766) > >2014-07-22 01:55:46.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39455) > >2014-07-22 01:55:48.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52449) > >2014-07-22 01:55:50.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33817) > >2014-07-22 01:55:50.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39508) > >2014-07-22 01:55:51.059 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:55:51.059 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:55:51.060 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:55:51.076 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:55:51.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:55:52.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52500) > >2014-07-22 01:55:54.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33869) > >2014-07-22 01:55:54.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39564) > >2014-07-22 01:55:56.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52551) > >2014-07-22 01:55:58.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33922) > >2014-07-22 01:55:58.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39617) > >2014-07-22 01:55:58.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:00.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52603) > >2014-07-22 01:56:02.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33974) > >2014-07-22 01:56:02.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39676) > >2014-07-22 01:56:04.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52654) > >2014-07-22 01:56:06.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34026) > >2014-07-22 01:56:06.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39730) > >2014-07-22 01:56:07.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:08.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52705) > >2014-07-22 01:56:10.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34077) > >2014-07-22 01:56:10.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39783) > >2014-07-22 01:56:12.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52757) > >2014-07-22 01:56:14.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34128) > >2014-07-22 01:56:14.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39835) > >2014-07-22 01:56:15.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:16.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52808) > >2014-07-22 01:56:18.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34180) > >2014-07-22 01:56:18.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39887) > >2014-07-22 01:56:20.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52859) > >2014-07-22 01:56:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:22.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34235) > >2014-07-22 01:56:22.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39943) > >2014-07-22 01:56:24.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52910) > >2014-07-22 01:56:26.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34288) > >2014-07-22 01:56:26.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39995) > >2014-07-22 01:56:28.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52962) > >2014-07-22 01:56:28.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:30.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34343) > >2014-07-22 01:56:30.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40053) > >2014-07-22 01:56:32.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53016) > >2014-07-22 01:56:34.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34394) > >2014-07-22 01:56:34.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40105) > >2014-07-22 01:56:36.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53067) > >2014-07-22 01:56:37.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:38.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34446) > >2014-07-22 01:56:38.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40157) > >2014-07-22 01:56:40.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53120) > >2014-07-22 01:56:42.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34499) > >2014-07-22 01:56:42.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40212) > >2014-07-22 01:56:44.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53171) > >2014-07-22 01:56:45.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:46.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34552) > >2014-07-22 01:56:46.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40265) > >2014-07-22 01:56:48.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53222) > >2014-07-22 01:56:50.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34603) > >2014-07-22 01:56:50.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40316) > >2014-07-22 01:56:51.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:56:52.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53273) > >2014-07-22 01:56:54.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34655) > >2014-07-22 01:56:54.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40368) > >2014-07-22 01:56:56.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53324) > >2014-07-22 01:56:58.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34706) > >2014-07-22 01:56:58.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40419) > >2014-07-22 01:56:58.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:00.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53375) > >2014-07-22 01:57:02.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34758) > >2014-07-22 01:57:02.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40471) > >2014-07-22 01:57:04.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53426) > >2014-07-22 01:57:06.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34809) > >2014-07-22 01:57:06.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40522) > >2014-07-22 01:57:07.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:08.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53477) > >2014-07-22 01:57:10.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34861) > >2014-07-22 01:57:10.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40574) > >2014-07-22 01:57:12.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53529) > >2014-07-22 01:57:14.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34912) > >2014-07-22 01:57:14.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40626) > >2014-07-22 01:57:15.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:16.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53580) > >2014-07-22 01:57:18.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34964) > >2014-07-22 01:57:18.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40678) > >2014-07-22 01:57:20.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53631) > >2014-07-22 01:57:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:22.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35018) > >2014-07-22 01:57:22.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40732) > >2014-07-22 01:57:24.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53682) > >2014-07-22 01:57:26.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35069) > >2014-07-22 01:57:26.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40785) > >2014-07-22 01:57:28.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53733) > >2014-07-22 01:57:28.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:30.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35122) > >2014-07-22 01:57:30.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40837) > >2014-07-22 01:57:32.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53784) > >2014-07-22 01:57:34.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35174) > >2014-07-22 01:57:34.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40889) > >2014-07-22 01:57:36.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53836) > >2014-07-22 01:57:37.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:38.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35228) > >2014-07-22 01:57:38.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40943) > >2014-07-22 01:57:40.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53886) > >2014-07-22 01:57:42.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35279) > >2014-07-22 01:57:42.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40995) > >2014-07-22 01:57:44.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53938) > >2014-07-22 01:57:45.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:46.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35332) > >2014-07-22 01:57:46.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41052) > >2014-07-22 01:57:48.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53989) > >2014-07-22 01:57:50.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35383) > >2014-07-22 01:57:50.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41105) > >2014-07-22 01:57:51.079 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:57:51.079 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:57:51.080 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:57:51.091 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:57:51.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:57:52.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54039) > >2014-07-22 01:57:54.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35435) > >2014-07-22 01:57:54.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41160) > >2014-07-22 01:57:56.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54090) > >2014-07-22 01:57:58.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35488) > >2014-07-22 01:57:58.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41213) > >2014-07-22 01:57:58.983 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:00.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54141) > >2014-07-22 01:58:02.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35540) > >2014-07-22 01:58:02.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41272) > >2014-07-22 01:58:04.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54193) > >2014-07-22 01:58:06.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35592) > >2014-07-22 01:58:06.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41326) > >2014-07-22 01:58:07.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:08.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54244) > >2014-07-22 01:58:10.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35644) > >2014-07-22 01:58:10.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41379) > >2014-07-22 01:58:12.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54296) > >2014-07-22 01:58:14.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35695) > >2014-07-22 01:58:14.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41431) > >2014-07-22 01:58:15.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:16.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54347) > >2014-07-22 01:58:18.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35747) > >2014-07-22 01:58:18.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41483) > >2014-07-22 01:58:20.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54398) > >2014-07-22 01:58:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:22.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35802) > >2014-07-22 01:58:22.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41539) > >2014-07-22 01:58:24.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54449) > >2014-07-22 01:58:26.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35855) > >2014-07-22 01:58:26.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41591) > >2014-07-22 01:58:28.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54500) > >2014-07-22 01:58:29.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:30.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35910) > >2014-07-22 01:58:30.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41647) > >2014-07-22 01:58:32.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54555) > >2014-07-22 01:58:34.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35961) > >2014-07-22 01:58:34.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41701) > >2014-07-22 01:58:36.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54606) > >2014-07-22 01:58:37.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:38.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36013) > >2014-07-22 01:58:38.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41753) > >2014-07-22 01:58:40.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54659) > >2014-07-22 01:58:42.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36066) > >2014-07-22 01:58:42.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41808) > >2014-07-22 01:58:44.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54710) > >2014-07-22 01:58:45.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:46.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36119) > >2014-07-22 01:58:46.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41861) > >2014-07-22 01:58:48.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54761) > >2014-07-22 01:58:50.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36170) > >2014-07-22 01:58:50.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41912) > >2014-07-22 01:58:51.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:58:52.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54812) > >2014-07-22 01:58:54.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36221) > >2014-07-22 01:58:54.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41964) > >2014-07-22 01:58:56.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54863) > >2014-07-22 01:58:58.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36272) > >2014-07-22 01:58:58.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42014) > >2014-07-22 01:58:59.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:00.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54914) > >2014-07-22 01:59:02.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36324) > >2014-07-22 01:59:02.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42066) > >2014-07-22 01:59:04.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54965) > >2014-07-22 01:59:06.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36375) > >2014-07-22 01:59:06.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42117) > >2014-07-22 01:59:07.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:08.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55016) > >2014-07-22 01:59:10.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36427) > >2014-07-22 01:59:10.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42169) > >2014-07-22 01:59:12.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55067) > >2014-07-22 01:59:14.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36478) > >2014-07-22 01:59:14.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42221) > >2014-07-22 01:59:15.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:16.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55118) > >2014-07-22 01:59:18.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36530) > >2014-07-22 01:59:18.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42273) > >2014-07-22 01:59:20.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55168) > >2014-07-22 01:59:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:22.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36584) > >2014-07-22 01:59:22.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42327) > >2014-07-22 01:59:24.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55219) > >2014-07-22 01:59:26.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36635) > >2014-07-22 01:59:26.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42378) > >2014-07-22 01:59:28.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55270) > >2014-07-22 01:59:29.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:30.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36688) > >2014-07-22 01:59:30.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42433) > >2014-07-22 01:59:32.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55321) > >2014-07-22 01:59:34.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36740) > >2014-07-22 01:59:34.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42485) > >2014-07-22 01:59:36.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55373) > >2014-07-22 01:59:37.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:38.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36792) > >2014-07-22 01:59:38.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42538) > >2014-07-22 01:59:40.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55424) > >2014-07-22 01:59:42.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36845) > >2014-07-22 01:59:42.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42592) > >2014-07-22 01:59:44.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55476) > >2014-07-22 01:59:45.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:46.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36899) > >2014-07-22 01:59:46.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42648) > >2014-07-22 01:59:48.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55527) > >2014-07-22 01:59:50.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36950) > >2014-07-22 01:59:50.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42701) > >2014-07-22 01:59:51.092 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 01:59:51.092 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 01:59:51.092 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 01:59:51.104 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 01:59:51.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 01:59:52.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55578) > >2014-07-22 01:59:54.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37002) > >2014-07-22 01:59:54.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42757) > >2014-07-22 01:59:56.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55629) > >2014-07-22 01:59:58.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37055) > >2014-07-22 01:59:58.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42810) > >2014-07-22 01:59:59.073 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:00.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55680) > >2014-07-22 02:00:02.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37107) > >2014-07-22 02:00:02.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42869) > >2014-07-22 02:00:04.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55732) > >2014-07-22 02:00:06.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37159) > >2014-07-22 02:00:06.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42923) > >2014-07-22 02:00:07.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:08.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55783) > >2014-07-22 02:00:10.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37211) > >2014-07-22 02:00:10.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42976) > >2014-07-22 02:00:12.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55835) > >2014-07-22 02:00:14.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37262) > >2014-07-22 02:00:14.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43028) > >2014-07-22 02:00:15.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:16.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55886) > >2014-07-22 02:00:18.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37314) > >2014-07-22 02:00:18.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43080) > >2014-07-22 02:00:20.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55937) > >2014-07-22 02:00:21.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:22.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37368) > >2014-07-22 02:00:22.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43135) > >2014-07-22 02:00:24.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55988) > >2014-07-22 02:00:26.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37421) > >2014-07-22 02:00:26.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43187) > >2014-07-22 02:00:28.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56039) > >2014-07-22 02:00:29.102 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:30.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37475) > >2014-07-22 02:00:30.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43242) > >2014-07-22 02:00:32.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56095) > >2014-07-22 02:00:34.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37527) > >2014-07-22 02:00:34.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43297) > >2014-07-22 02:00:36.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56146) > >2014-07-22 02:00:37.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:38.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37579) > >2014-07-22 02:00:38.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43349) > >2014-07-22 02:00:40.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56199) > >2014-07-22 02:00:42.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37633) > >2014-07-22 02:00:42.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43405) > >2014-07-22 02:00:44.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56250) > >2014-07-22 02:00:45.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:46.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37685) > >2014-07-22 02:00:46.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43458) > >2014-07-22 02:00:48.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56301) > >2014-07-22 02:00:50.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37737) > >2014-07-22 02:00:50.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43509) > >2014-07-22 02:00:51.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:00:52.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56352) > >2014-07-22 02:00:54.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37789) > >2014-07-22 02:00:54.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43561) > >2014-07-22 02:00:56.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56403) > >2014-07-22 02:00:58.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37840) > >2014-07-22 02:00:58.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43612) > >2014-07-22 02:00:59.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:00.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56454) > >2014-07-22 02:01:02.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37892) > >2014-07-22 02:01:02.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43664) > >2014-07-22 02:01:04.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56505) > >2014-07-22 02:01:06.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37943) > >2014-07-22 02:01:06.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43715) > >2014-07-22 02:01:07.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:08.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56556) > >2014-07-22 02:01:10.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37995) > >2014-07-22 02:01:10.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43767) > >2014-07-22 02:01:12.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56607) > >2014-07-22 02:01:14.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38046) > >2014-07-22 02:01:14.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43819) > >2014-07-22 02:01:15.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:16.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56658) > >2014-07-22 02:01:18.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38098) > >2014-07-22 02:01:18.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43871) > >2014-07-22 02:01:20.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56709) > >2014-07-22 02:01:21.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:22.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38151) > >2014-07-22 02:01:22.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43924) > >2014-07-22 02:01:24.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56760) > >2014-07-22 02:01:26.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38202) > >2014-07-22 02:01:26.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43975) > >2014-07-22 02:01:28.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56811) > >2014-07-22 02:01:29.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:30.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38256) > >2014-07-22 02:01:30.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44030) > >2014-07-22 02:01:32.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56862) > >2014-07-22 02:01:34.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38308) > >2014-07-22 02:01:34.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44082) > >2014-07-22 02:01:36.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56913) > >2014-07-22 02:01:37.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:38.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38360) > >2014-07-22 02:01:38.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44135) > >2014-07-22 02:01:40.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56965) > >2014-07-22 02:01:42.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38413) > >2014-07-22 02:01:42.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44188) > >2014-07-22 02:01:44.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57017) > >2014-07-22 02:01:45.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:46.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38466) > >2014-07-22 02:01:46.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44245) > >2014-07-22 02:01:48.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57068) > >2014-07-22 02:01:50.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38517) > >2014-07-22 02:01:50.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44298) > >2014-07-22 02:01:51.107 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:01:51.107 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:01:51.108 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:01:51.121 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:01:51.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:01:53.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57119) > >2014-07-22 02:01:54.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38569) > >2014-07-22 02:01:54.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44354) > >2014-07-22 02:01:56.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57170) > >2014-07-22 02:01:58.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38621) > >2014-07-22 02:01:58.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44406) > >2014-07-22 02:01:59.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:01.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57221) > >2014-07-22 02:02:02.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38674) > >2014-07-22 02:02:02.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44465) > >2014-07-22 02:02:05.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57273) > >2014-07-22 02:02:06.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38726) > >2014-07-22 02:02:06.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44518) > >2014-07-22 02:02:07.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:09.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57324) > >2014-07-22 02:02:10.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38778) > >2014-07-22 02:02:10.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44573) > >2014-07-22 02:02:13.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57376) > >2014-07-22 02:02:14.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38829) > >2014-07-22 02:02:14.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44626) > >2014-07-22 02:02:15.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:17.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57427) > >2014-07-22 02:02:18.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38881) > >2014-07-22 02:02:18.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44678) > >2014-07-22 02:02:21.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57478) > >2014-07-22 02:02:21.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:22.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38936) > >2014-07-22 02:02:22.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44733) > >2014-07-22 02:02:25.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57529) > >2014-07-22 02:02:26.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38988) > >2014-07-22 02:02:26.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44785) > >2014-07-22 02:02:29.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57580) > >2014-07-22 02:02:29.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:30.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39042) > >2014-07-22 02:02:30.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44839) > >2014-07-22 02:02:33.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57635) > >2014-07-22 02:02:34.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39094) > >2014-07-22 02:02:34.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44895) > >2014-07-22 02:02:37.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57686) > >2014-07-22 02:02:37.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:38.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39147) > >2014-07-22 02:02:38.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44948) > >2014-07-22 02:02:41.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57739) > >2014-07-22 02:02:42.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39198) > >2014-07-22 02:02:42.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45001) > >2014-07-22 02:02:45.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57790) > >2014-07-22 02:02:45.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:46.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39250) > >2014-07-22 02:02:46.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45053) > >2014-07-22 02:02:49.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57841) > >2014-07-22 02:02:50.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39302) > >2014-07-22 02:02:50.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45105) > >2014-07-22 02:02:51.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:02:53.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57892) > >2014-07-22 02:02:54.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39354) > >2014-07-22 02:02:54.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45157) > >2014-07-22 02:02:57.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57943) > >2014-07-22 02:02:58.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39405) > >2014-07-22 02:02:58.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45208) > >2014-07-22 02:02:59.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:01.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57994) > >2014-07-22 02:03:02.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39457) > >2014-07-22 02:03:02.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45260) > >2014-07-22 02:03:05.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58045) > >2014-07-22 02:03:06.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39508) > >2014-07-22 02:03:06.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45311) > >2014-07-22 02:03:07.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:09.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58096) > >2014-07-22 02:03:10.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39560) > >2014-07-22 02:03:10.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45363) > >2014-07-22 02:03:13.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58147) > >2014-07-22 02:03:14.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39610) > >2014-07-22 02:03:14.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45415) > >2014-07-22 02:03:15.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:17.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58198) > >2014-07-22 02:03:18.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39664) > >2014-07-22 02:03:18.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45467) > >2014-07-22 02:03:21.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58249) > >2014-07-22 02:03:21.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:22.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39718) > >2014-07-22 02:03:22.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45521) > >2014-07-22 02:03:25.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58300) > >2014-07-22 02:03:26.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39769) > >2014-07-22 02:03:26.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45571) > >2014-07-22 02:03:29.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58351) > >2014-07-22 02:03:29.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:30.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39824) > >2014-07-22 02:03:30.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45626) > >2014-07-22 02:03:33.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58401) > >2014-07-22 02:03:34.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39876) > >2014-07-22 02:03:34.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45677) > >2014-07-22 02:03:37.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58452) > >2014-07-22 02:03:37.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:38.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39928) > >2014-07-22 02:03:38.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45730) > >2014-07-22 02:03:41.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58503) > >2014-07-22 02:03:42.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39980) > >2014-07-22 02:03:42.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45783) > >2014-07-22 02:03:45.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58555) > >2014-07-22 02:03:45.165 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:46.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40037) > >2014-07-22 02:03:46.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45840) > >2014-07-22 02:03:49.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58606) > >2014-07-22 02:03:50.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40088) > >2014-07-22 02:03:50.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45893) > >2014-07-22 02:03:51.123 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:03:51.123 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:03:51.123 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:03:51.153 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:03:51.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:03:53.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58657) > >2014-07-22 02:03:54.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40140) > >2014-07-22 02:03:54.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45947) > >2014-07-22 02:03:57.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58708) > >2014-07-22 02:03:58.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40191) > >2014-07-22 02:03:58.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46000) > >2014-07-22 02:03:59.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:01.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58759) > >2014-07-22 02:04:02.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40245) > >2014-07-22 02:04:02.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46058) > >2014-07-22 02:04:05.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58811) > >2014-07-22 02:04:06.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40296) > >2014-07-22 02:04:06.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46113) > >2014-07-22 02:04:07.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:09.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58862) > >2014-07-22 02:04:10.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40350) > >2014-07-22 02:04:10.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46169) > >2014-07-22 02:04:13.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58914) > >2014-07-22 02:04:14.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40400) > >2014-07-22 02:04:14.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46221) > >2014-07-22 02:04:15.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:17.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58965) > >2014-07-22 02:04:18.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40452) > >2014-07-22 02:04:18.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46272) > >2014-07-22 02:04:21.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59016) > >2014-07-22 02:04:21.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:22.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40507) > >2014-07-22 02:04:22.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46327) > >2014-07-22 02:04:25.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59067) > >2014-07-22 02:04:26.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40559) > >2014-07-22 02:04:26.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46379) > >2014-07-22 02:04:29.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59118) > >2014-07-22 02:04:29.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:30.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40613) > >2014-07-22 02:04:30.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46433) > >2014-07-22 02:04:33.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59173) > >2014-07-22 02:04:34.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40665) > >2014-07-22 02:04:34.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46489) > >2014-07-22 02:04:37.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59224) > >2014-07-22 02:04:37.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:38.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40717) > >2014-07-22 02:04:38.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46541) > >2014-07-22 02:04:41.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59277) > >2014-07-22 02:04:42.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40770) > >2014-07-22 02:04:42.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46596) > >2014-07-22 02:04:45.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59328) > >2014-07-22 02:04:45.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:46.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40825) > >2014-07-22 02:04:46.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46649) > >2014-07-22 02:04:49.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59379) > >2014-07-22 02:04:50.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40877) > >2014-07-22 02:04:50.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46701) > >2014-07-22 02:04:51.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:04:53.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59430) > >2014-07-22 02:04:54.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40929) > >2014-07-22 02:04:54.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46753) > >2014-07-22 02:04:57.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59481) > >2014-07-22 02:04:58.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40982) > >2014-07-22 02:04:58.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46804) > >2014-07-22 02:04:59.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:01.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59532) > >2014-07-22 02:05:02.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41034) > >2014-07-22 02:05:02.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46856) > >2014-07-22 02:05:05.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59583) > >2014-07-22 02:05:06.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41085) > >2014-07-22 02:05:06.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46907) > >2014-07-22 02:05:07.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:09.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59634) > >2014-07-22 02:05:10.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41137) > >2014-07-22 02:05:10.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46959) > >2014-07-22 02:05:13.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59685) > >2014-07-22 02:05:14.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41188) > >2014-07-22 02:05:14.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47011) > >2014-07-22 02:05:15.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59735) > >2014-07-22 02:05:18.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41240) > >2014-07-22 02:05:18.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47063) > >2014-07-22 02:05:21.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59786) > >2014-07-22 02:05:21.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:22.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41295) > >2014-07-22 02:05:22.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47118) > >2014-07-22 02:05:25.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59840) > >2014-07-22 02:05:26.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41349) > >2014-07-22 02:05:26.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47170) > >2014-07-22 02:05:29.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59891) > >2014-07-22 02:05:29.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:30.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41403) > >2014-07-22 02:05:30.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47226) > >2014-07-22 02:05:33.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59942) > >2014-07-22 02:05:34.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41454) > >2014-07-22 02:05:34.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47277) > >2014-07-22 02:05:37.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59993) > >2014-07-22 02:05:37.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:38.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41506) > >2014-07-22 02:05:38.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47329) > >2014-07-22 02:05:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60045) > >2014-07-22 02:05:42.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41557) > >2014-07-22 02:05:42.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47381) > >2014-07-22 02:05:45.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60096) > >2014-07-22 02:05:45.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:46.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41611) > >2014-07-22 02:05:46.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47438) > >2014-07-22 02:05:49.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60148) > >2014-07-22 02:05:50.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41662) > >2014-07-22 02:05:50.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47491) > >2014-07-22 02:05:51.155 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:05:51.155 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:05:51.156 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:05:51.169 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:05:51.218 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:05:53.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60199) > >2014-07-22 02:05:54.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41714) > >2014-07-22 02:05:54.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47545) > >2014-07-22 02:05:57.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60250) > >2014-07-22 02:05:58.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41765) > >2014-07-22 02:05:58.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47598) > >2014-07-22 02:05:59.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:01.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60301) > >2014-07-22 02:06:02.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41819) > >2014-07-22 02:06:02.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47652) > >2014-07-22 02:06:05.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60352) > >2014-07-22 02:06:06.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41871) > >2014-07-22 02:06:06.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47711) > >2014-07-22 02:06:07.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:09.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60404) > >2014-07-22 02:06:10.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41925) > >2014-07-22 02:06:10.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47765) > >2014-07-22 02:06:13.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60456) > >2014-07-22 02:06:14.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41976) > >2014-07-22 02:06:14.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47818) > >2014-07-22 02:06:15.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:17.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60507) > >2014-07-22 02:06:18.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42028) > >2014-07-22 02:06:18.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47870) > >2014-07-22 02:06:21.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60558) > >2014-07-22 02:06:21.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:22.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42083) > >2014-07-22 02:06:22.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47926) > >2014-07-22 02:06:25.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60609) > >2014-07-22 02:06:26.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42136) > >2014-07-22 02:06:26.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47978) > >2014-07-22 02:06:29.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60660) > >2014-07-22 02:06:29.365 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:30.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42190) > >2014-07-22 02:06:30.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48032) > >2014-07-22 02:06:33.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60715) > >2014-07-22 02:06:34.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42242) > >2014-07-22 02:06:34.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48088) > >2014-07-22 02:06:37.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60766) > >2014-07-22 02:06:37.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:38.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42295) > >2014-07-22 02:06:38.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48140) > >2014-07-22 02:06:41.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60819) > >2014-07-22 02:06:42.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42347) > >2014-07-22 02:06:42.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48194) > >2014-07-22 02:06:45.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:45.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60870) > >2014-07-22 02:06:46.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42400) > >2014-07-22 02:06:46.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48247) > >2014-07-22 02:06:49.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60921) > >2014-07-22 02:06:50.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42452) > >2014-07-22 02:06:50.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48299) > >2014-07-22 02:06:51.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:06:53.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60972) > >2014-07-22 02:06:54.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42504) > >2014-07-22 02:06:54.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48351) > >2014-07-22 02:06:57.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32790) > >2014-07-22 02:06:58.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42555) > >2014-07-22 02:06:58.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48402) > >2014-07-22 02:06:59.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:01.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32841) > >2014-07-22 02:07:02.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42607) > >2014-07-22 02:07:02.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48454) > >2014-07-22 02:07:05.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32892) > >2014-07-22 02:07:06.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42658) > >2014-07-22 02:07:06.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48505) > >2014-07-22 02:07:07.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:09.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32943) > >2014-07-22 02:07:10.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42710) > >2014-07-22 02:07:10.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48557) > >2014-07-22 02:07:13.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32994) > >2014-07-22 02:07:14.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42761) > >2014-07-22 02:07:14.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48609) > >2014-07-22 02:07:15.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:17.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33045) > >2014-07-22 02:07:18.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42813) > >2014-07-22 02:07:18.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48662) > >2014-07-22 02:07:21.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:21.322 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 33096) > >2014-07-22 02:07:22.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42866) > >2014-07-22 02:07:22.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48715) > >2014-07-22 02:07:25.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33147) > >2014-07-22 02:07:26.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42917) > >2014-07-22 02:07:26.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48766) > >2014-07-22 02:07:29.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33198) > >2014-07-22 02:07:29.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:30.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42969) > >2014-07-22 02:07:30.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48818) > >2014-07-22 02:07:33.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33249) > >2014-07-22 02:07:34.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43020) > >2014-07-22 02:07:34.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48871) > >2014-07-22 02:07:37.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33300) > >2014-07-22 02:07:37.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:38.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43073) > >2014-07-22 02:07:38.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48923) > >2014-07-22 02:07:41.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33352) > >2014-07-22 02:07:42.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43124) > >2014-07-22 02:07:42.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48975) > >2014-07-22 02:07:45.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:45.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33403) > >2014-07-22 02:07:46.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43178) > >2014-07-22 02:07:46.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49032) > >2014-07-22 02:07:49.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33455) > >2014-07-22 02:07:50.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43230) > >2014-07-22 02:07:50.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49085) > >2014-07-22 02:07:51.173 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:07:51.173 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:07:51.174 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:07:51.188 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:07:51.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:07:53.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33506) > >2014-07-22 02:07:54.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43282) > >2014-07-22 02:07:54.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49139) > >2014-07-22 02:07:57.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33557) > >2014-07-22 02:07:58.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43333) > >2014-07-22 02:07:58.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49192) > >2014-07-22 02:07:59.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:01.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33608) > >2014-07-22 02:08:02.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43387) > >2014-07-22 02:08:02.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49246) > >2014-07-22 02:08:05.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33659) > >2014-07-22 02:08:06.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43438) > >2014-07-22 02:08:06.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49304) > >2014-07-22 02:08:07.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:09.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33711) > >2014-07-22 02:08:10.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43491) > >2014-07-22 02:08:10.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49359) > >2014-07-22 02:08:13.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33763) > >2014-07-22 02:08:14.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43542) > >2014-07-22 02:08:14.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49412) > >2014-07-22 02:08:15.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:17.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33814) > >2014-07-22 02:08:18.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43594) > >2014-07-22 02:08:18.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49464) > >2014-07-22 02:08:21.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:21.346 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 33865) > >2014-07-22 02:08:22.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43648) > >2014-07-22 02:08:22.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49518) > >2014-07-22 02:08:25.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33916) > >2014-07-22 02:08:26.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43701) > >2014-07-22 02:08:26.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49571) > >2014-07-22 02:08:29.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33967) > >2014-07-22 02:08:29.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:30.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43755) > >2014-07-22 02:08:30.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49626) > >2014-07-22 02:08:33.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34021) > >2014-07-22 02:08:34.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43807) > >2014-07-22 02:08:34.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49682) > >2014-07-22 02:08:37.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34073) > >2014-07-22 02:08:37.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:38.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43860) > >2014-07-22 02:08:38.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49735) > >2014-07-22 02:08:41.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34126) > >2014-07-22 02:08:42.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43912) > >2014-07-22 02:08:42.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49789) > >2014-07-22 02:08:45.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:45.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34177) > >2014-07-22 02:08:46.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43965) > >2014-07-22 02:08:46.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49842) > >2014-07-22 02:08:49.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34228) > >2014-07-22 02:08:50.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44016) > >2014-07-22 02:08:50.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49894) > >2014-07-22 02:08:51.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:08:53.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34279) > >2014-07-22 02:08:54.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44068) > >2014-07-22 02:08:54.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49946) > >2014-07-22 02:08:57.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34330) > >2014-07-22 02:08:58.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44119) > >2014-07-22 02:08:58.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49996) > >2014-07-22 02:08:59.475 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:01.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34381) > >2014-07-22 02:09:02.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44171) > >2014-07-22 02:09:02.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50048) > >2014-07-22 02:09:05.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34431) > >2014-07-22 02:09:06.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44222) > >2014-07-22 02:09:06.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50099) > >2014-07-22 02:09:07.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:09.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34482) > >2014-07-22 02:09:10.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44274) > >2014-07-22 02:09:10.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50151) > >2014-07-22 02:09:13.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34533) > >2014-07-22 02:09:14.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44325) > >2014-07-22 02:09:14.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50202) > >2014-07-22 02:09:15.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:17.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34584) > >2014-07-22 02:09:18.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44377) > >2014-07-22 02:09:18.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50256) > >2014-07-22 02:09:21.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:21.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34635) > >2014-07-22 02:09:22.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44431) > >2014-07-22 02:09:22.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50310) > >2014-07-22 02:09:25.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34686) > >2014-07-22 02:09:26.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44482) > >2014-07-22 02:09:26.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50361) > >2014-07-22 02:09:29.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34737) > >2014-07-22 02:09:29.475 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:30.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44535) > >2014-07-22 02:09:30.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50414) > >2014-07-22 02:09:33.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34788) > >2014-07-22 02:09:34.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44586) > >2014-07-22 02:09:34.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50467) > >2014-07-22 02:09:37.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34839) > >2014-07-22 02:09:37.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:38.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44637) > >2014-07-22 02:09:38.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50519) > >2014-07-22 02:09:41.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34890) > >2014-07-22 02:09:42.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44690) > >2014-07-22 02:09:42.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50573) > >2014-07-22 02:09:45.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:45.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34942) > >2014-07-22 02:09:46.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44745) > >2014-07-22 02:09:46.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50630) > >2014-07-22 02:09:49.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34994) > >2014-07-22 02:09:50.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44796) > >2014-07-22 02:09:50.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50683) > >2014-07-22 02:09:51.190 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:09:51.190 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:09:51.190 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:09:51.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:09:51.271 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:09:53.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35045) > >2014-07-22 02:09:54.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44848) > >2014-07-22 02:09:54.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50737) > >2014-07-22 02:09:57.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35095) > >2014-07-22 02:09:58.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44899) > >2014-07-22 02:09:58.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50790) > >2014-07-22 02:09:59.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:01.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35146) > >2014-07-22 02:10:02.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44952) > >2014-07-22 02:10:02.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50843) > >2014-07-22 02:10:05.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35197) > >2014-07-22 02:10:06.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45004) > >2014-07-22 02:10:06.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50901) > >2014-07-22 02:10:08.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:09.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35249) > >2014-07-22 02:10:10.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45057) > >2014-07-22 02:10:10.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50955) > >2014-07-22 02:10:13.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35301) > >2014-07-22 02:10:14.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45108) > >2014-07-22 02:10:14.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51010) > >2014-07-22 02:10:15.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:17.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35352) > >2014-07-22 02:10:18.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45160) > >2014-07-22 02:10:18.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51062) > >2014-07-22 02:10:21.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:21.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35403) > >2014-07-22 02:10:22.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45215) > >2014-07-22 02:10:22.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51117) > >2014-07-22 02:10:25.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35454) > >2014-07-22 02:10:26.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45268) > >2014-07-22 02:10:26.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51170) > >2014-07-22 02:10:29.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35505) > >2014-07-22 02:10:29.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:30.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45322) > >2014-07-22 02:10:30.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51224) > >2014-07-22 02:10:33.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35557) > >2014-07-22 02:10:34.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45373) > >2014-07-22 02:10:34.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51279) > >2014-07-22 02:10:37.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35610) > >2014-07-22 02:10:38.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:38.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45426) > >2014-07-22 02:10:38.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51332) > >2014-07-22 02:10:41.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35663) > >2014-07-22 02:10:42.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45478) > >2014-07-22 02:10:42.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51386) > >2014-07-22 02:10:45.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:45.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35714) > >2014-07-22 02:10:46.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45531) > >2014-07-22 02:10:46.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51439) > >2014-07-22 02:10:49.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35765) > >2014-07-22 02:10:50.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45583) > >2014-07-22 02:10:50.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51491) > >2014-07-22 02:10:51.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:10:53.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35816) > >2014-07-22 02:10:54.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45635) > >2014-07-22 02:10:54.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51543) > >2014-07-22 02:10:57.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35867) > >2014-07-22 02:10:58.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45686) > >2014-07-22 02:10:58.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51594) > >2014-07-22 02:10:59.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:01.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35918) > >2014-07-22 02:11:02.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45738) > >2014-07-22 02:11:02.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51646) > >2014-07-22 02:11:05.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35969) > >2014-07-22 02:11:06.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45789) > >2014-07-22 02:11:06.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51697) > >2014-07-22 02:11:08.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:09.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36020) > >2014-07-22 02:11:10.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45841) > >2014-07-22 02:11:10.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51749) > >2014-07-22 02:11:13.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36071) > >2014-07-22 02:11:14.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45892) > >2014-07-22 02:11:14.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51800) > >2014-07-22 02:11:15.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:17.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36122) > >2014-07-22 02:11:18.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45944) > >2014-07-22 02:11:18.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51853) > >2014-07-22 02:11:21.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:21.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36173) > >2014-07-22 02:11:22.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45996) > >2014-07-22 02:11:22.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51905) > >2014-07-22 02:11:25.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36224) > >2014-07-22 02:11:26.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46048) > >2014-07-22 02:11:26.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51957) > >2014-07-22 02:11:29.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36275) > >2014-07-22 02:11:29.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:30.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46101) > >2014-07-22 02:11:30.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52010) > >2014-07-22 02:11:33.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36326) > >2014-07-22 02:11:34.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46152) > >2014-07-22 02:11:34.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52063) > >2014-07-22 02:11:37.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36377) > >2014-07-22 02:11:38.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:38.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46204) > >2014-07-22 02:11:38.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52115) > >2014-07-22 02:11:41.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36428) > >2014-07-22 02:11:42.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46257) > >2014-07-22 02:11:42.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52169) > >2014-07-22 02:11:45.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:45.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36480) > >2014-07-22 02:11:46.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46312) > >2014-07-22 02:11:46.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52226) > >2014-07-22 02:11:49.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36532) > >2014-07-22 02:11:50.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46363) > >2014-07-22 02:11:50.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52280) > >2014-07-22 02:11:51.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:11:51.272 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:11:51.272 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:11:51.272 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:11:51.289 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:11:53.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36583) > >2014-07-22 02:11:54.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46415) > >2014-07-22 02:11:54.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52334) > >2014-07-22 02:11:57.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36634) > >2014-07-22 02:11:58.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46466) > >2014-07-22 02:11:58.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52387) > >2014-07-22 02:11:59.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:01.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36685) > >2014-07-22 02:12:02.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46518) > >2014-07-22 02:12:02.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52439) > >2014-07-22 02:12:05.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36736) > >2014-07-22 02:12:06.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46571) > >2014-07-22 02:12:06.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52496) > >2014-07-22 02:12:08.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:09.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36788) > >2014-07-22 02:12:10.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46624) > >2014-07-22 02:12:10.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52552) > >2014-07-22 02:12:13.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36840) > >2014-07-22 02:12:14.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46675) > >2014-07-22 02:12:14.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52607) > >2014-07-22 02:12:15.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:17.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36891) > >2014-07-22 02:12:18.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46727) > >2014-07-22 02:12:18.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52659) > >2014-07-22 02:12:21.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:21.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36942) > >2014-07-22 02:12:22.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46782) > >2014-07-22 02:12:22.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52714) > >2014-07-22 02:12:25.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36993) > >2014-07-22 02:12:26.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46835) > >2014-07-22 02:12:26.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52767) > >2014-07-22 02:12:29.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37044) > >2014-07-22 02:12:29.612 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:30.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46889) > >2014-07-22 02:12:30.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52821) > >2014-07-22 02:12:33.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37096) > >2014-07-22 02:12:34.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46940) > >2014-07-22 02:12:34.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52875) > >2014-07-22 02:12:37.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37150) > >2014-07-22 02:12:38.061 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:38.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46993) > >2014-07-22 02:12:38.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52930) > >2014-07-22 02:12:41.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37203) > >2014-07-22 02:12:42.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47044) > >2014-07-22 02:12:42.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52983) > >2014-07-22 02:12:45.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:45.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37254) > >2014-07-22 02:12:46.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47096) > >2014-07-22 02:12:46.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53035) > >2014-07-22 02:12:49.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37305) > >2014-07-22 02:12:50.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47148) > >2014-07-22 02:12:50.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53087) > >2014-07-22 02:12:51.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:12:53.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37356) > >2014-07-22 02:12:54.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47200) > >2014-07-22 02:12:54.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53140) > >2014-07-22 02:12:57.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37407) > >2014-07-22 02:12:58.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47251) > >2014-07-22 02:12:58.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53191) > >2014-07-22 02:12:59.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:01.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37458) > >2014-07-22 02:13:02.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47303) > >2014-07-22 02:13:02.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53243) > >2014-07-22 02:13:05.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37509) > >2014-07-22 02:13:06.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47354) > >2014-07-22 02:13:06.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53294) > >2014-07-22 02:13:08.071 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:09.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37560) > >2014-07-22 02:13:10.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47406) > >2014-07-22 02:13:10.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53346) > >2014-07-22 02:13:13.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37611) > >2014-07-22 02:13:14.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47457) > >2014-07-22 02:13:14.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53397) > >2014-07-22 02:13:15.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:17.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37662) > >2014-07-22 02:13:18.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47509) > >2014-07-22 02:13:18.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53450) > >2014-07-22 02:13:21.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:21.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37713) > >2014-07-22 02:13:22.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47562) > >2014-07-22 02:13:22.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53503) > >2014-07-22 02:13:25.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37764) > >2014-07-22 02:13:26.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47614) > >2014-07-22 02:13:26.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53555) > >2014-07-22 02:13:29.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37815) > >2014-07-22 02:13:29.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:30.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47667) > >2014-07-22 02:13:30.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53608) > >2014-07-22 02:13:33.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37866) > >2014-07-22 02:13:34.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47718) > >2014-07-22 02:13:34.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53661) > >2014-07-22 02:13:37.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37917) > >2014-07-22 02:13:38.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:38.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47770) > >2014-07-22 02:13:38.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53713) > >2014-07-22 02:13:41.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37968) > >2014-07-22 02:13:42.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47824) > >2014-07-22 02:13:42.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53768) > >2014-07-22 02:13:45.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:45.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38020) > >2014-07-22 02:13:46.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47879) > >2014-07-22 02:13:46.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53824) > >2014-07-22 02:13:49.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38071) > >2014-07-22 02:13:50.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47930) > >2014-07-22 02:13:50.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53878) > >2014-07-22 02:13:51.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:13:51.292 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:13:51.292 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:13:51.293 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:13:51.329 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:13:53.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38123) > >2014-07-22 02:13:54.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47981) > >2014-07-22 02:13:54.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53932) > >2014-07-22 02:13:57.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38174) > >2014-07-22 02:13:58.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48032) > >2014-07-22 02:13:58.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53985) > >2014-07-22 02:13:59.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:01.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38225) > >2014-07-22 02:14:02.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48084) > >2014-07-22 02:14:02.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54038) > >2014-07-22 02:14:05.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38276) > >2014-07-22 02:14:06.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48137) > >2014-07-22 02:14:06.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54094) > >2014-07-22 02:14:08.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:09.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38327) > >2014-07-22 02:14:10.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48190) > >2014-07-22 02:14:10.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54150) > >2014-07-22 02:14:13.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38380) > >2014-07-22 02:14:14.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48241) > >2014-07-22 02:14:14.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54205) > >2014-07-22 02:14:15.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:17.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38431) > >2014-07-22 02:14:18.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48293) > >2014-07-22 02:14:18.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54257) > >2014-07-22 02:14:21.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:21.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38482) > >2014-07-22 02:14:22.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48348) > >2014-07-22 02:14:22.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54312) > >2014-07-22 02:14:25.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38533) > >2014-07-22 02:14:26.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48401) > >2014-07-22 02:14:26.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54365) > >2014-07-22 02:14:29.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38584) > >2014-07-22 02:14:29.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:30.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48455) > >2014-07-22 02:14:30.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54419) > >2014-07-22 02:14:33.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38635) > >2014-07-22 02:14:34.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48506) > >2014-07-22 02:14:34.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54471) > >2014-07-22 02:14:37.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38690) > >2014-07-22 02:14:38.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:38.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48559) > >2014-07-22 02:14:38.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54527) > >2014-07-22 02:14:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38742) > >2014-07-22 02:14:42.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48611) > >2014-07-22 02:14:42.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54581) > >2014-07-22 02:14:45.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:45.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38793) > >2014-07-22 02:14:46.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48664) > >2014-07-22 02:14:46.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54634) > >2014-07-22 02:14:49.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38844) > >2014-07-22 02:14:50.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48715) > >2014-07-22 02:14:50.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54686) > >2014-07-22 02:14:51.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:14:53.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38895) > >2014-07-22 02:14:54.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48768) > >2014-07-22 02:14:54.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54738) > >2014-07-22 02:14:57.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38946) > >2014-07-22 02:14:58.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48818) > >2014-07-22 02:14:58.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54789) > >2014-07-22 02:14:59.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:01.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38997) > >2014-07-22 02:15:02.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48871) > >2014-07-22 02:15:02.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54841) > >2014-07-22 02:15:05.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39048) > >2014-07-22 02:15:06.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48923) > >2014-07-22 02:15:06.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54891) > >2014-07-22 02:15:08.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:09.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39099) > >2014-07-22 02:15:10.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48979) > >2014-07-22 02:15:10.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54942) > >2014-07-22 02:15:13.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39150) > >2014-07-22 02:15:14.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49030) > >2014-07-22 02:15:14.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54993) > >2014-07-22 02:15:15.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:17.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39202) > >2014-07-22 02:15:18.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49082) > >2014-07-22 02:15:18.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55045) > >2014-07-22 02:15:21.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:21.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39253) > >2014-07-22 02:15:22.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49135) > >2014-07-22 02:15:22.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55100) > >2014-07-22 02:15:25.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39304) > >2014-07-22 02:15:26.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49187) > >2014-07-22 02:15:26.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55152) > >2014-07-22 02:15:29.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39359) > >2014-07-22 02:15:29.741 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:30.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49240) > >2014-07-22 02:15:30.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55205) > >2014-07-22 02:15:33.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39409) > >2014-07-22 02:15:34.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49293) > >2014-07-22 02:15:34.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55257) > >2014-07-22 02:15:37.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39460) > >2014-07-22 02:15:38.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:38.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49345) > >2014-07-22 02:15:38.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55310) > >2014-07-22 02:15:41.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39510) > >2014-07-22 02:15:42.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49397) > >2014-07-22 02:15:42.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55364) > >2014-07-22 02:15:45.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:45.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39568) > >2014-07-22 02:15:46.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49462) > >2014-07-22 02:15:46.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55424) > >2014-07-22 02:15:49.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39618) > >2014-07-22 02:15:50.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49517) > >2014-07-22 02:15:50.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55479) > >2014-07-22 02:15:51.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:15:51.368 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:15:51.368 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:15:51.369 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:15:51.381 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:15:53.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39671) > >2014-07-22 02:15:54.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49578) > >2014-07-22 02:15:54.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55533) > >2014-07-22 02:15:57.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39737) > >2014-07-22 02:15:58.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49629) > >2014-07-22 02:15:58.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55592) > >2014-07-22 02:15:59.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:01.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39789) > >2014-07-22 02:16:02.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49680) > >2014-07-22 02:16:02.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55643) > >2014-07-22 02:16:05.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39847) > >2014-07-22 02:16:06.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49735) > >2014-07-22 02:16:06.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55700) > >2014-07-22 02:16:08.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:09.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39909) > >2014-07-22 02:16:10.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49788) > >2014-07-22 02:16:10.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55756) > >2014-07-22 02:16:13.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39972) > >2014-07-22 02:16:14.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49839) > >2014-07-22 02:16:14.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55811) > >2014-07-22 02:16:15.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:17.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40030) > >2014-07-22 02:16:18.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49894) > >2014-07-22 02:16:18.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55864) > >2014-07-22 02:16:21.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:21.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40096) > >2014-07-22 02:16:22.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49954) > >2014-07-22 02:16:22.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55917) > >2014-07-22 02:16:25.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40157) > >2014-07-22 02:16:26.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50019) > >2014-07-22 02:16:26.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55970) > >2014-07-22 02:16:29.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40217) > >2014-07-22 02:16:30.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:30.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50080) > >2014-07-22 02:16:31.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56024) > >2014-07-22 02:16:33.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40282) > >2014-07-22 02:16:34.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50131) > >2014-07-22 02:16:35.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56076) > >2014-07-22 02:16:37.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40343) > >2014-07-22 02:16:38.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:38.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50183) > >2014-07-22 02:16:39.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56131) > >2014-07-22 02:16:41.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40402) > >2014-07-22 02:16:42.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50235) > >2014-07-22 02:16:43.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56186) > >2014-07-22 02:16:45.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:45.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40454) > >2014-07-22 02:16:46.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50294) > >2014-07-22 02:16:47.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56239) > >2014-07-22 02:16:49.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40511) > >2014-07-22 02:16:51.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50352) > >2014-07-22 02:16:51.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56290) > >2014-07-22 02:16:51.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:16:53.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40562) > >2014-07-22 02:16:55.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50417) > >2014-07-22 02:16:55.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56343) > >2014-07-22 02:16:57.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40614) > >2014-07-22 02:16:59.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50485) > >2014-07-22 02:16:59.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56394) > >2014-07-22 02:16:59.857 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:01.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40666) > >2014-07-22 02:17:03.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50551) > >2014-07-22 02:17:03.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56446) > >2014-07-22 02:17:05.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40717) > >2014-07-22 02:17:07.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50602) > >2014-07-22 02:17:07.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56497) > >2014-07-22 02:17:08.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:09.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40768) > >2014-07-22 02:17:11.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50657) > >2014-07-22 02:17:11.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56549) > >2014-07-22 02:17:13.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40819) > >2014-07-22 02:17:15.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50711) > >2014-07-22 02:17:15.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56600) > >2014-07-22 02:17:15.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:17.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40871) > >2014-07-22 02:17:19.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50765) > >2014-07-22 02:17:19.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56653) > >2014-07-22 02:17:21.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:21.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40925) > >2014-07-22 02:17:23.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50824) > >2014-07-22 02:17:23.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56707) > >2014-07-22 02:17:25.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40976) > >2014-07-22 02:17:27.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50879) > >2014-07-22 02:17:27.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56759) > >2014-07-22 02:17:29.846 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:29.906 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 41028) > >2014-07-22 02:17:31.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50935) > >2014-07-22 02:17:31.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56812) > >2014-07-22 02:17:33.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41079) > >2014-07-22 02:17:35.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50985) > >2014-07-22 02:17:35.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56861) > >2014-07-22 02:17:37.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41131) > >2014-07-22 02:17:38.216 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:39.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51039) > >2014-07-22 02:17:39.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56916) > >2014-07-22 02:17:41.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41183) > >2014-07-22 02:17:43.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51094) > >2014-07-22 02:17:43.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56967) > >2014-07-22 02:17:45.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:45.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41234) > >2014-07-22 02:17:47.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51149) > >2014-07-22 02:17:47.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57022) > >2014-07-22 02:17:49.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41286) > >2014-07-22 02:17:51.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51200) > >2014-07-22 02:17:51.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57075) > >2014-07-22 02:17:51.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:17:51.406 29190 ERROR neutron.openstack.common.rpc.common [req-df970802-8da5-486e-bd8b-9debf40404c0 None] Failed to consume message from queue: Socket closed >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:17:51.406 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:17:51.407 29190 INFO neutron.openstack.common.rpc.common [req-df970802-8da5-486e-bd8b-9debf40404c0 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:17:51.461 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:17:53.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41337) > >2014-07-22 02:17:55.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51252) > >2014-07-22 02:17:55.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57130) > >2014-07-22 02:17:57.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41388) > >2014-07-22 02:17:59.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51304) > >2014-07-22 02:17:59.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57181) > >2014-07-22 02:17:59.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:01.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41439) > >2014-07-22 02:18:03.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51356) > >2014-07-22 02:18:03.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57235) > >2014-07-22 02:18:05.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41490) > >2014-07-22 02:18:07.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51407) > >2014-07-22 02:18:07.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57290) > >2014-07-22 02:18:08.236 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:09.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41541) > >2014-07-22 02:18:11.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51462) > >2014-07-22 02:18:11.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57347) > >2014-07-22 02:18:13.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41594) > >2014-07-22 02:18:15.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:15.252 29190 INFO neutron.wsgi [req-8a43d5ff-1f68-432b-8c1f-597c1781166b None] (29190) accepted ('192.168.0.6', 51513) > >2014-07-22 02:18:15.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57401) > >2014-07-22 02:18:17.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41646) > >2014-07-22 02:18:19.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51573) > >2014-07-22 02:18:19.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57458) > >2014-07-22 02:18:21.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:21.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41697) > >2014-07-22 02:18:23.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51626) > >2014-07-22 02:18:23.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57511) > >2014-07-22 02:18:25.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41748) > >2014-07-22 02:18:27.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51679) > >2014-07-22 02:18:27.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57564) > >2014-07-22 02:18:29.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:29.999 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 41799) > >2014-07-22 02:18:31.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51733) > >2014-07-22 02:18:31.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57618) > >2014-07-22 02:18:33.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41850) > >2014-07-22 02:18:35.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51784) > >2014-07-22 02:18:35.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57670) > >2014-07-22 02:18:37.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41905) > >2014-07-22 02:18:38.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:39.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51837) > >2014-07-22 02:18:39.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57726) > >2014-07-22 02:18:41.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41957) > >2014-07-22 02:18:43.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51890) > >2014-07-22 02:18:43.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57781) > >2014-07-22 02:18:45.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:45.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42008) > >2014-07-22 02:18:47.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51943) > >2014-07-22 02:18:47.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57834) > >2014-07-22 02:18:49.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42059) > >2014-07-22 02:18:51.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:18:51.238 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 51994) > >2014-07-22 02:18:51.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57885) > >2014-07-22 02:18:53.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42110) > >2014-07-22 02:18:55.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52047) > >2014-07-22 02:18:55.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57938) > >2014-07-22 02:18:57.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42161) > >2014-07-22 02:18:59.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52098) > >2014-07-22 02:18:59.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57989) > >2014-07-22 02:18:59.937 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:01.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42212) > >2014-07-22 02:19:03.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52150) > >2014-07-22 02:19:03.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58041) > >2014-07-22 02:19:05.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42263) > >2014-07-22 02:19:07.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52201) > >2014-07-22 02:19:07.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58092) > >2014-07-22 02:19:08.254 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:09.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42313) > >2014-07-22 02:19:11.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52253) > >2014-07-22 02:19:11.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58144) > >2014-07-22 02:19:13.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42364) > >2014-07-22 02:19:15.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:15.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52304) > >2014-07-22 02:19:15.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58195) > >2014-07-22 02:19:17.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42415) > >2014-07-22 02:19:19.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52357) > >2014-07-22 02:19:19.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58248) > >2014-07-22 02:19:21.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:21.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42466) > >2014-07-22 02:19:23.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52410) > >2014-07-22 02:19:23.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58302) > >2014-07-22 02:19:25.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42517) > >2014-07-22 02:19:27.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52462) > >2014-07-22 02:19:27.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58354) > >2014-07-22 02:19:29.938 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:29.999 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 42568) > >2014-07-22 02:19:31.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52515) > >2014-07-22 02:19:31.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58407) > >2014-07-22 02:19:33.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42619) > >2014-07-22 02:19:35.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52566) > >2014-07-22 02:19:35.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58458) > >2014-07-22 02:19:37.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42670) > >2014-07-22 02:19:38.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:39.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52619) > >2014-07-22 02:19:39.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58513) > >2014-07-22 02:19:41.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42721) > >2014-07-22 02:19:43.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52670) > >2014-07-22 02:19:43.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58564) > >2014-07-22 02:19:45.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:45.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42772) > >2014-07-22 02:19:47.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52723) > >2014-07-22 02:19:47.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58619) > >2014-07-22 02:19:49.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42824) > >2014-07-22 02:19:51.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:19:51.272 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 52774) > >2014-07-22 02:19:51.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58673) > >2014-07-22 02:19:51.473 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:19:51.473 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:19:51.474 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:19:51.486 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:19:53.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42876) > >2014-07-22 02:19:55.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52826) > >2014-07-22 02:19:55.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58728) > >2014-07-22 02:19:57.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42927) > >2014-07-22 02:19:59.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52877) > >2014-07-22 02:19:59.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58779) > >2014-07-22 02:19:59.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:01.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42978) > >2014-07-22 02:20:03.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52929) > >2014-07-22 02:20:03.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58833) > >2014-07-22 02:20:05.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43029) > >2014-07-22 02:20:07.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52980) > >2014-07-22 02:20:07.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58884) > >2014-07-22 02:20:08.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:09.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43080) > >2014-07-22 02:20:11.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53035) > >2014-07-22 02:20:11.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58943) > >2014-07-22 02:20:13.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43133) > >2014-07-22 02:20:15.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:15.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53086) > >2014-07-22 02:20:15.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58999) > >2014-07-22 02:20:18.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43184) > >2014-07-22 02:20:19.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53141) > >2014-07-22 02:20:19.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59056) > >2014-07-22 02:20:21.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:21.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43235) > >2014-07-22 02:20:23.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53195) > >2014-07-22 02:20:23.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59109) > >2014-07-22 02:20:25.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43286) > >2014-07-22 02:20:27.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53249) > >2014-07-22 02:20:27.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59161) > >2014-07-22 02:20:29.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:30.029 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 43337) > >2014-07-22 02:20:31.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53304) > >2014-07-22 02:20:31.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59216) > >2014-07-22 02:20:34.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43388) > >2014-07-22 02:20:35.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53355) > >2014-07-22 02:20:35.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59268) > >2014-07-22 02:20:38.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43443) > >2014-07-22 02:20:38.295 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:39.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53407) > >2014-07-22 02:20:39.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59325) > >2014-07-22 02:20:42.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43496) > >2014-07-22 02:20:43.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53459) > >2014-07-22 02:20:43.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59378) > >2014-07-22 02:20:45.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:46.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43547) > >2014-07-22 02:20:47.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53512) > >2014-07-22 02:20:47.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59432) > >2014-07-22 02:20:50.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43598) > >2014-07-22 02:20:51.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:20:51.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53563) > >2014-07-22 02:20:51.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59483) > >2014-07-22 02:20:54.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43649) > >2014-07-22 02:20:55.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53617) > >2014-07-22 02:20:55.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59536) > >2014-07-22 02:20:58.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43700) > >2014-07-22 02:20:59.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53668) > >2014-07-22 02:20:59.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59587) > >2014-07-22 02:21:00.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:02.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43751) > >2014-07-22 02:21:03.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53720) > >2014-07-22 02:21:03.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59639) > >2014-07-22 02:21:06.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43802) > >2014-07-22 02:21:07.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53771) > >2014-07-22 02:21:07.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59690) > >2014-07-22 02:21:08.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:10.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43853) > >2014-07-22 02:21:11.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53823) > >2014-07-22 02:21:11.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59742) > >2014-07-22 02:21:14.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43904) > >2014-07-22 02:21:15.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:15.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53874) > >2014-07-22 02:21:15.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59793) > >2014-07-22 02:21:18.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43955) > >2014-07-22 02:21:19.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53926) > >2014-07-22 02:21:19.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59845) > >2014-07-22 02:21:21.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:22.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44006) > >2014-07-22 02:21:23.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53978) > >2014-07-22 02:21:23.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59898) > >2014-07-22 02:21:26.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44057) > >2014-07-22 02:21:27.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54029) > >2014-07-22 02:21:27.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59950) > >2014-07-22 02:21:30.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:30.068 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 44108) > >2014-07-22 02:21:31.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54082) > >2014-07-22 02:21:31.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60002) > >2014-07-22 02:21:34.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44159) > >2014-07-22 02:21:35.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54133) > >2014-07-22 02:21:35.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60053) > >2014-07-22 02:21:38.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44210) > >2014-07-22 02:21:38.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:39.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54186) > >2014-07-22 02:21:39.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60106) > >2014-07-22 02:21:42.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44261) > >2014-07-22 02:21:43.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54237) > >2014-07-22 02:21:43.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60159) > >2014-07-22 02:21:45.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:46.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44312) > >2014-07-22 02:21:47.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54290) > >2014-07-22 02:21:47.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60214) > >2014-07-22 02:21:50.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44364) > >2014-07-22 02:21:51.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:21:51.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54341) > >2014-07-22 02:21:51.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60268) > >2014-07-22 02:21:51.489 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:21:51.489 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:21:51.489 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:21:51.501 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:21:54.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44415) > >2014-07-22 02:21:55.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54393) > >2014-07-22 02:21:55.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60323) > >2014-07-22 02:21:58.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44467) > >2014-07-22 02:21:59.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54444) > >2014-07-22 02:21:59.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60374) > >2014-07-22 02:22:00.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:02.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44518) > >2014-07-22 02:22:03.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54496) > >2014-07-22 02:22:03.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60428) > >2014-07-22 02:22:06.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44569) > >2014-07-22 02:22:07.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54547) > >2014-07-22 02:22:07.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60479) > >2014-07-22 02:22:08.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:10.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44620) > >2014-07-22 02:22:11.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54601) > >2014-07-22 02:22:11.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60537) > >2014-07-22 02:22:14.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44672) > >2014-07-22 02:22:15.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:15.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54653) > >2014-07-22 02:22:15.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60594) > >2014-07-22 02:22:18.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44723) > >2014-07-22 02:22:19.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54708) > >2014-07-22 02:22:19.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60651) > >2014-07-22 02:22:21.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:22.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44774) > >2014-07-22 02:22:23.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54761) > >2014-07-22 02:22:23.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60704) > >2014-07-22 02:22:26.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44825) > >2014-07-22 02:22:27.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54813) > >2014-07-22 02:22:27.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60756) > >2014-07-22 02:22:30.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44876) > >2014-07-22 02:22:30.116 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:31.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54868) > >2014-07-22 02:22:31.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60811) > >2014-07-22 02:22:34.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44927) > >2014-07-22 02:22:35.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54920) > >2014-07-22 02:22:35.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60863) > >2014-07-22 02:22:38.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44982) > >2014-07-22 02:22:38.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:39.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54973) > >2014-07-22 02:22:39.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60920) > >2014-07-22 02:22:42.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45035) > >2014-07-22 02:22:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55024) > >2014-07-22 02:22:43.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60973) > >2014-07-22 02:22:45.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:46.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45086) > >2014-07-22 02:22:47.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55077) > >2014-07-22 02:22:47.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32793) > >2014-07-22 02:22:50.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45137) > >2014-07-22 02:22:51.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:22:51.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55128) > >2014-07-22 02:22:51.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32845) > >2014-07-22 02:22:54.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45188) > >2014-07-22 02:22:55.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55181) > >2014-07-22 02:22:55.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32897) > >2014-07-22 02:22:58.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45239) > >2014-07-22 02:22:59.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55232) > >2014-07-22 02:22:59.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32948) > >2014-07-22 02:23:00.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:02.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45290) > >2014-07-22 02:23:03.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55284) > >2014-07-22 02:23:03.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33000) > >2014-07-22 02:23:06.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45341) > >2014-07-22 02:23:07.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55335) > >2014-07-22 02:23:07.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33050) > >2014-07-22 02:23:08.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:10.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45392) > >2014-07-22 02:23:11.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55387) > >2014-07-22 02:23:11.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33102) > >2014-07-22 02:23:14.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45443) > >2014-07-22 02:23:15.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:15.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55438) > >2014-07-22 02:23:15.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33154) > >2014-07-22 02:23:18.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45494) > >2014-07-22 02:23:19.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55491) > >2014-07-22 02:23:19.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33206) > >2014-07-22 02:23:21.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:22.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45545) > >2014-07-22 02:23:23.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55544) > >2014-07-22 02:23:23.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33259) > >2014-07-22 02:23:26.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45596) > >2014-07-22 02:23:27.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55595) > >2014-07-22 02:23:27.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33311) > >2014-07-22 02:23:30.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:30.165 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 45647) > >2014-07-22 02:23:31.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55649) > >2014-07-22 02:23:31.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33365) > >2014-07-22 02:23:34.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45698) > >2014-07-22 02:23:35.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55700) > >2014-07-22 02:23:35.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33416) > >2014-07-22 02:23:38.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45749) > >2014-07-22 02:23:38.366 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:39.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55753) > >2014-07-22 02:23:39.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33469) > >2014-07-22 02:23:42.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45800) > >2014-07-22 02:23:43.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55804) > >2014-07-22 02:23:43.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33522) > >2014-07-22 02:23:45.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:46.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45851) > >2014-07-22 02:23:47.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55857) > >2014-07-22 02:23:47.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33577) > >2014-07-22 02:23:50.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45903) > >2014-07-22 02:23:51.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:23:51.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55908) > >2014-07-22 02:23:51.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33632) > >2014-07-22 02:23:51.502 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:23:51.502 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:23:51.503 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:23:51.514 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:23:54.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45954) > >2014-07-22 02:23:55.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55960) > >2014-07-22 02:23:55.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33686) > >2014-07-22 02:23:58.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46006) > >2014-07-22 02:23:59.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56011) > >2014-07-22 02:23:59.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33737) > >2014-07-22 02:24:00.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:02.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46057) > >2014-07-22 02:24:03.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56063) > >2014-07-22 02:24:03.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33791) > >2014-07-22 02:24:06.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46108) > >2014-07-22 02:24:07.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56114) > >2014-07-22 02:24:07.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33842) > >2014-07-22 02:24:08.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:10.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46159) > >2014-07-22 02:24:11.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56168) > >2014-07-22 02:24:11.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33900) > >2014-07-22 02:24:14.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46211) > >2014-07-22 02:24:15.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:15.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56222) > >2014-07-22 02:24:15.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33957) > >2014-07-22 02:24:18.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46263) > >2014-07-22 02:24:19.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56276) > >2014-07-22 02:24:19.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34014) > >2014-07-22 02:24:21.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:22.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46314) > >2014-07-22 02:24:23.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56329) > >2014-07-22 02:24:23.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34067) > >2014-07-22 02:24:26.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46365) > >2014-07-22 02:24:27.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56381) > >2014-07-22 02:24:27.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34119) > >2014-07-22 02:24:30.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:30.220 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 46416) > >2014-07-22 02:24:31.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56436) > >2014-07-22 02:24:31.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34174) > >2014-07-22 02:24:34.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46468) > >2014-07-22 02:24:35.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56488) > >2014-07-22 02:24:35.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34226) > >2014-07-22 02:24:38.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46520) > >2014-07-22 02:24:38.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:39.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56541) > >2014-07-22 02:24:39.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34283) > >2014-07-22 02:24:42.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46574) > >2014-07-22 02:24:43.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56592) > >2014-07-22 02:24:43.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34336) > >2014-07-22 02:24:45.206 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:46.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46625) > >2014-07-22 02:24:47.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56645) > >2014-07-22 02:24:47.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34389) > >2014-07-22 02:24:50.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46676) > >2014-07-22 02:24:51.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:24:51.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56697) > >2014-07-22 02:24:51.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34442) > >2014-07-22 02:24:54.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46727) > >2014-07-22 02:24:55.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56750) > >2014-07-22 02:24:55.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34494) > >2014-07-22 02:24:58.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46778) > >2014-07-22 02:24:59.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56801) > >2014-07-22 02:24:59.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34545) > >2014-07-22 02:25:00.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:02.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46829) > >2014-07-22 02:25:03.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56853) > >2014-07-22 02:25:03.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34597) > >2014-07-22 02:25:06.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46880) > >2014-07-22 02:25:07.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56904) > >2014-07-22 02:25:07.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34648) > >2014-07-22 02:25:08.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:10.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46931) > >2014-07-22 02:25:11.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56956) > >2014-07-22 02:25:11.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34700) > >2014-07-22 02:25:14.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46982) > >2014-07-22 02:25:15.192 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:15.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57008) > >2014-07-22 02:25:15.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34752) > >2014-07-22 02:25:18.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47033) > >2014-07-22 02:25:19.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57060) > >2014-07-22 02:25:19.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34804) > >2014-07-22 02:25:21.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:22.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47084) > >2014-07-22 02:25:23.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57112) > >2014-07-22 02:25:23.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34856) > >2014-07-22 02:25:26.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47135) > >2014-07-22 02:25:27.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57163) > >2014-07-22 02:25:27.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34908) > >2014-07-22 02:25:30.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:30.266 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 47186) > >2014-07-22 02:25:31.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57217) > >2014-07-22 02:25:31.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34962) > >2014-07-22 02:25:34.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47237) > >2014-07-22 02:25:35.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57268) > >2014-07-22 02:25:35.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35013) > >2014-07-22 02:25:38.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47288) > >2014-07-22 02:25:38.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:39.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57321) > >2014-07-22 02:25:39.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35066) > >2014-07-22 02:25:42.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47339) > >2014-07-22 02:25:43.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57373) > >2014-07-22 02:25:43.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35120) > >2014-07-22 02:25:45.192 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:46.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47390) > >2014-07-22 02:25:47.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57424) > >2014-07-22 02:25:47.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35174) > >2014-07-22 02:25:50.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47441) > >2014-07-22 02:25:51.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:25:51.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57477) > >2014-07-22 02:25:51.516 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:25:51.516 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:25:51.516 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:25:51.529 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:25:51.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35230) > >2014-07-22 02:25:54.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47493) > >2014-07-22 02:25:55.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57527) > >2014-07-22 02:25:55.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35283) > >2014-07-22 02:25:58.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47545) > >2014-07-22 02:25:59.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57578) > >2014-07-22 02:25:59.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35335) > >2014-07-22 02:26:00.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:02.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47596) > >2014-07-22 02:26:03.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57630) > >2014-07-22 02:26:03.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35389) > >2014-07-22 02:26:06.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47647) > >2014-07-22 02:26:07.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57681) > >2014-07-22 02:26:07.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35439) > >2014-07-22 02:26:08.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:10.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47698) > >2014-07-22 02:26:11.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57733) > >2014-07-22 02:26:11.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35495) > >2014-07-22 02:26:14.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47750) > >2014-07-22 02:26:15.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:15.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57788) > >2014-07-22 02:26:15.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35553) > >2014-07-22 02:26:18.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47802) > >2014-07-22 02:26:19.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57842) > >2014-07-22 02:26:19.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35609) > >2014-07-22 02:26:21.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:22.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47853) > >2014-07-22 02:26:23.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57896) > >2014-07-22 02:26:23.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35665) > >2014-07-22 02:26:26.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47904) > >2014-07-22 02:26:27.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57948) > >2014-07-22 02:26:27.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35717) > >2014-07-22 02:26:30.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:30.326 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 47955) > >2014-07-22 02:26:31.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58003) > >2014-07-22 02:26:31.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35772) > >2014-07-22 02:26:34.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48006) > >2014-07-22 02:26:35.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58054) > >2014-07-22 02:26:35.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35823) > >2014-07-22 02:26:38.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48058) > >2014-07-22 02:26:38.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:39.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58107) > >2014-07-22 02:26:39.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35880) > >2014-07-22 02:26:42.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48114) > >2014-07-22 02:26:43.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58158) > >2014-07-22 02:26:43.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35933) > >2014-07-22 02:26:45.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:46.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48165) > >2014-07-22 02:26:47.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58211) > >2014-07-22 02:26:47.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35986) > >2014-07-22 02:26:50.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48216) > >2014-07-22 02:26:51.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:26:51.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58263) > >2014-07-22 02:26:51.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36038) > >2014-07-22 02:26:54.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48267) > >2014-07-22 02:26:55.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58315) > >2014-07-22 02:26:55.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36090) > >2014-07-22 02:26:58.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48318) > >2014-07-22 02:26:59.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58366) > >2014-07-22 02:26:59.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36141) > >2014-07-22 02:27:00.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:02.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48369) > >2014-07-22 02:27:03.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58418) > >2014-07-22 02:27:03.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36193) > >2014-07-22 02:27:06.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48420) > >2014-07-22 02:27:07.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58469) > >2014-07-22 02:27:07.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36244) > >2014-07-22 02:27:08.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:10.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48471) > >2014-07-22 02:27:11.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58521) > >2014-07-22 02:27:11.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36296) > >2014-07-22 02:27:14.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48522) > >2014-07-22 02:27:15.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:15.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58572) > >2014-07-22 02:27:15.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36348) > >2014-07-22 02:27:18.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48573) > >2014-07-22 02:27:19.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58624) > >2014-07-22 02:27:19.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36400) > >2014-07-22 02:27:21.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:22.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48624) > >2014-07-22 02:27:23.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58676) > >2014-07-22 02:27:23.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36451) > >2014-07-22 02:27:26.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48675) > >2014-07-22 02:27:27.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58727) > >2014-07-22 02:27:27.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36503) > >2014-07-22 02:27:30.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:30.350 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 48726) > >2014-07-22 02:27:31.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58781) > >2014-07-22 02:27:31.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36557) > >2014-07-22 02:27:34.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48777) > >2014-07-22 02:27:35.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58832) > >2014-07-22 02:27:35.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36608) > >2014-07-22 02:27:38.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48827) > >2014-07-22 02:27:38.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:39.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58885) > >2014-07-22 02:27:39.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36661) > >2014-07-22 02:27:42.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48878) > >2014-07-22 02:27:43.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58936) > >2014-07-22 02:27:43.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36715) > >2014-07-22 02:27:45.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:46.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48929) > >2014-07-22 02:27:47.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58988) > >2014-07-22 02:27:47.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36769) > >2014-07-22 02:27:50.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48980) > >2014-07-22 02:27:51.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:27:51.532 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:27:51.532 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:27:51.533 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:27:51.545 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:27:51.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59040) > >2014-07-22 02:27:51.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36823) > >2014-07-22 02:27:54.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49032) > >2014-07-22 02:27:55.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59091) > >2014-07-22 02:27:55.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36877) > >2014-07-22 02:27:58.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49084) > >2014-07-22 02:27:59.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59142) > >2014-07-22 02:27:59.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36929) > >2014-07-22 02:28:00.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:02.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49135) > >2014-07-22 02:28:03.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59194) > >2014-07-22 02:28:03.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36983) > >2014-07-22 02:28:06.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49186) > >2014-07-22 02:28:07.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59245) > >2014-07-22 02:28:07.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37034) > >2014-07-22 02:28:08.494 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:10.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49237) > >2014-07-22 02:28:11.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59297) > >2014-07-22 02:28:11.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37090) > >2014-07-22 02:28:14.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49289) > >2014-07-22 02:28:15.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:15.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59352) > >2014-07-22 02:28:15.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37146) > >2014-07-22 02:28:18.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49341) > >2014-07-22 02:28:19.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59406) > >2014-07-22 02:28:19.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37204) > >2014-07-22 02:28:21.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:22.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49392) > >2014-07-22 02:28:23.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59459) > >2014-07-22 02:28:23.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37259) > >2014-07-22 02:28:26.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49443) > >2014-07-22 02:28:27.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59511) > >2014-07-22 02:28:27.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37311) > >2014-07-22 02:28:30.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:30.398 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 49494) > >2014-07-22 02:28:31.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59566) > >2014-07-22 02:28:31.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37366) > >2014-07-22 02:28:34.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49545) > >2014-07-22 02:28:35.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59618) > >2014-07-22 02:28:35.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37417) > >2014-07-22 02:28:38.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49597) > >2014-07-22 02:28:38.499 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:39.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59671) > >2014-07-22 02:28:39.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37473) > >2014-07-22 02:28:42.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49653) > >2014-07-22 02:28:43.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59722) > >2014-07-22 02:28:43.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37527) > >2014-07-22 02:28:45.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:46.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49704) > >2014-07-22 02:28:47.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59775) > >2014-07-22 02:28:47.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37580) > >2014-07-22 02:28:50.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49755) > >2014-07-22 02:28:51.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:28:51.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59828) > >2014-07-22 02:28:51.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37633) > >2014-07-22 02:28:54.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49806) > >2014-07-22 02:28:55.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59880) > >2014-07-22 02:28:55.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37685) > >2014-07-22 02:28:58.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49857) > >2014-07-22 02:28:59.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59931) > >2014-07-22 02:28:59.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37736) > >2014-07-22 02:29:00.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:02.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49908) > >2014-07-22 02:29:03.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59983) > >2014-07-22 02:29:03.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37788) > >2014-07-22 02:29:06.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49959) > >2014-07-22 02:29:07.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60034) > >2014-07-22 02:29:07.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37839) > >2014-07-22 02:29:08.507 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:10.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50010) > >2014-07-22 02:29:11.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60086) > >2014-07-22 02:29:11.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37891) > >2014-07-22 02:29:14.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50061) > >2014-07-22 02:29:15.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:15.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60138) > >2014-07-22 02:29:15.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37943) > >2014-07-22 02:29:18.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50112) > >2014-07-22 02:29:19.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60190) > >2014-07-22 02:29:19.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37995) > >2014-07-22 02:29:21.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:22.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50163) > >2014-07-22 02:29:23.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60242) > >2014-07-22 02:29:23.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38047) > >2014-07-22 02:29:26.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50214) > >2014-07-22 02:29:27.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60293) > >2014-07-22 02:29:27.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38099) > >2014-07-22 02:29:30.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:30.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50265) > >2014-07-22 02:29:31.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60347) > >2014-07-22 02:29:31.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38153) > >2014-07-22 02:29:34.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50316) > >2014-07-22 02:29:35.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60398) > >2014-07-22 02:29:35.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38204) > >2014-07-22 02:29:38.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50367) > >2014-07-22 02:29:38.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:39.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60451) > >2014-07-22 02:29:39.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38257) > >2014-07-22 02:29:42.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50418) > >2014-07-22 02:29:43.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60503) > >2014-07-22 02:29:43.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38311) > >2014-07-22 02:29:45.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:46.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50469) > >2014-07-22 02:29:47.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60555) > >2014-07-22 02:29:47.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38365) > >2014-07-22 02:29:50.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50520) > >2014-07-22 02:29:51.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:29:51.547 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:29:51.547 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:29:51.548 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:29:51.564 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:29:51.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60608) > >2014-07-22 02:29:51.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38420) > >2014-07-22 02:29:54.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50572) > >2014-07-22 02:29:55.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60659) > >2014-07-22 02:29:55.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38474) > >2014-07-22 02:29:58.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50623) > >2014-07-22 02:29:59.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60710) > >2014-07-22 02:29:59.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38526) > >2014-07-22 02:30:00.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:02.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50675) > >2014-07-22 02:30:03.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60762) > >2014-07-22 02:30:03.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38580) > >2014-07-22 02:30:06.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50726) > >2014-07-22 02:30:07.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60813) > >2014-07-22 02:30:07.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38631) > >2014-07-22 02:30:08.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:10.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50777) > >2014-07-22 02:30:11.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60865) > >2014-07-22 02:30:11.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38687) > >2014-07-22 02:30:14.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50829) > >2014-07-22 02:30:15.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:15.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60920) > >2014-07-22 02:30:15.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38743) > >2014-07-22 02:30:18.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50880) > >2014-07-22 02:30:19.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60974) > >2014-07-22 02:30:19.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38801) > >2014-07-22 02:30:21.247 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:22.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50930) > >2014-07-22 02:30:23.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32795) > >2014-07-22 02:30:23.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38857) > >2014-07-22 02:30:26.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50981) > >2014-07-22 02:30:27.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32847) > >2014-07-22 02:30:27.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38909) > >2014-07-22 02:30:30.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:30.479 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 51032) > >2014-07-22 02:30:31.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32902) > >2014-07-22 02:30:31.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38965) > >2014-07-22 02:30:34.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51083) > >2014-07-22 02:30:35.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32953) > >2014-07-22 02:30:35.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39016) > >2014-07-22 02:30:38.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51134) > >2014-07-22 02:30:38.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:39.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33006) > >2014-07-22 02:30:39.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39070) > >2014-07-22 02:30:42.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51191) > >2014-07-22 02:30:43.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33057) > >2014-07-22 02:30:43.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39126) > >2014-07-22 02:30:45.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:46.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51242) > >2014-07-22 02:30:47.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33109) > >2014-07-22 02:30:47.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39178) > >2014-07-22 02:30:50.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51293) > >2014-07-22 02:30:51.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:30:51.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33162) > >2014-07-22 02:30:51.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39232) > >2014-07-22 02:30:54.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51344) > >2014-07-22 02:30:55.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33213) > >2014-07-22 02:30:55.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39283) > >2014-07-22 02:30:58.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51395) > >2014-07-22 02:30:59.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33265) > >2014-07-22 02:30:59.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39335) > >2014-07-22 02:31:00.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:02.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51446) > >2014-07-22 02:31:03.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33317) > >2014-07-22 02:31:03.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39387) > >2014-07-22 02:31:06.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51497) > >2014-07-22 02:31:07.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33368) > >2014-07-22 02:31:07.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39438) > >2014-07-22 02:31:08.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:10.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51548) > >2014-07-22 02:31:11.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33420) > >2014-07-22 02:31:11.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39490) > >2014-07-22 02:31:14.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51599) > >2014-07-22 02:31:15.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:15.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33472) > >2014-07-22 02:31:15.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39542) > >2014-07-22 02:31:18.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51650) > >2014-07-22 02:31:19.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33523) > >2014-07-22 02:31:19.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39593) > >2014-07-22 02:31:21.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:22.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51701) > >2014-07-22 02:31:23.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33575) > >2014-07-22 02:31:23.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39645) > >2014-07-22 02:31:26.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51752) > >2014-07-22 02:31:27.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33626) > >2014-07-22 02:31:27.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39696) > >2014-07-22 02:31:30.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:30.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51803) > >2014-07-22 02:31:31.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33680) > >2014-07-22 02:31:31.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39751) > >2014-07-22 02:31:34.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51854) > >2014-07-22 02:31:35.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33731) > >2014-07-22 02:31:35.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39802) > >2014-07-22 02:31:38.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51905) > >2014-07-22 02:31:38.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:39.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33784) > >2014-07-22 02:31:39.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39855) > >2014-07-22 02:31:42.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51956) > >2014-07-22 02:31:43.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33835) > >2014-07-22 02:31:43.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39906) > >2014-07-22 02:31:45.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:46.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52007) > >2014-07-22 02:31:47.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33887) > >2014-07-22 02:31:47.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39962) > >2014-07-22 02:31:50.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52058) > >2014-07-22 02:31:51.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:31:51.567 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:31:51.567 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:31:51.567 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:31:51.585 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:31:51.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33940) > >2014-07-22 02:31:51.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40019) > >2014-07-22 02:31:54.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52110) > >2014-07-22 02:31:55.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33991) > >2014-07-22 02:31:55.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40071) > >2014-07-22 02:31:58.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52161) > >2014-07-22 02:31:59.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34042) > >2014-07-22 02:31:59.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40123) > >2014-07-22 02:32:00.474 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:02.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52213) > >2014-07-22 02:32:03.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34094) > >2014-07-22 02:32:03.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40175) > >2014-07-22 02:32:06.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52264) > >2014-07-22 02:32:07.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34145) > >2014-07-22 02:32:07.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40228) > >2014-07-22 02:32:08.594 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:10.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52315) > >2014-07-22 02:32:11.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34197) > >2014-07-22 02:32:11.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40284) > >2014-07-22 02:32:14.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52368) > >2014-07-22 02:32:15.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:15.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34251) > >2014-07-22 02:32:15.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40340) > >2014-07-22 02:32:18.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52419) > >2014-07-22 02:32:19.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34306) > >2014-07-22 02:32:19.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40398) > >2014-07-22 02:32:21.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:22.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52471) > >2014-07-22 02:32:23.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34360) > >2014-07-22 02:32:23.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40454) > >2014-07-22 02:32:26.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52522) > >2014-07-22 02:32:27.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34412) > >2014-07-22 02:32:27.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40506) > >2014-07-22 02:32:30.504 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:30.566 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 52573) > >2014-07-22 02:32:31.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34467) > >2014-07-22 02:32:31.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40561) > >2014-07-22 02:32:34.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52624) > >2014-07-22 02:32:35.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34518) > >2014-07-22 02:32:35.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40612) > >2014-07-22 02:32:38.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52675) > >2014-07-22 02:32:38.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:39.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34571) > >2014-07-22 02:32:39.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40667) > >2014-07-22 02:32:42.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52732) > >2014-07-22 02:32:43.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34622) > >2014-07-22 02:32:43.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40722) > >2014-07-22 02:32:45.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:46.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52783) > >2014-07-22 02:32:47.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34674) > >2014-07-22 02:32:47.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40774) > >2014-07-22 02:32:50.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52834) > >2014-07-22 02:32:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:32:51.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34727) > >2014-07-22 02:32:51.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40827) > >2014-07-22 02:32:54.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52885) > >2014-07-22 02:32:55.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34778) > >2014-07-22 02:32:55.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40878) > >2014-07-22 02:32:58.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52936) > >2014-07-22 02:32:59.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34829) > >2014-07-22 02:32:59.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40930) > >2014-07-22 02:33:00.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:02.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52987) > >2014-07-22 02:33:03.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34881) > >2014-07-22 02:33:03.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40982) > >2014-07-22 02:33:06.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53038) > >2014-07-22 02:33:07.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34932) > >2014-07-22 02:33:07.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41033) > >2014-07-22 02:33:08.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:10.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53089) > >2014-07-22 02:33:11.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34984) > >2014-07-22 02:33:11.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41085) > >2014-07-22 02:33:14.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53140) > >2014-07-22 02:33:15.504 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:15.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35036) > >2014-07-22 02:33:15.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41137) > >2014-07-22 02:33:18.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53191) > >2014-07-22 02:33:19.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35087) > >2014-07-22 02:33:19.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41188) > >2014-07-22 02:33:21.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:22.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53241) > >2014-07-22 02:33:23.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35139) > >2014-07-22 02:33:23.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41240) > >2014-07-22 02:33:26.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53292) > >2014-07-22 02:33:27.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35190) > >2014-07-22 02:33:27.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41289) > >2014-07-22 02:33:30.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:30.592 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 53343) > >2014-07-22 02:33:31.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35244) > >2014-07-22 02:33:31.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41344) > >2014-07-22 02:33:34.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53394) > >2014-07-22 02:33:35.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35295) > >2014-07-22 02:33:35.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41395) > >2014-07-22 02:33:38.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53445) > >2014-07-22 02:33:38.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:39.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35348) > >2014-07-22 02:33:39.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41448) > >2014-07-22 02:33:42.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53496) > >2014-07-22 02:33:43.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35400) > >2014-07-22 02:33:43.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41500) > >2014-07-22 02:33:45.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:46.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53547) > >2014-07-22 02:33:47.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35452) > >2014-07-22 02:33:47.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41556) > >2014-07-22 02:33:50.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53598) > >2014-07-22 02:33:51.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:33:51.587 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:33:51.587 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:33:51.588 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:33:51.605 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:33:51.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35506) > >2014-07-22 02:33:51.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41614) > >2014-07-22 02:33:54.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53649) > >2014-07-22 02:33:55.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35557) > >2014-07-22 02:33:55.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41666) > >2014-07-22 02:33:58.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53701) > >2014-07-22 02:33:59.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35608) > >2014-07-22 02:33:59.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41717) > >2014-07-22 02:34:00.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:02.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53753) > >2014-07-22 02:34:03.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35660) > >2014-07-22 02:34:03.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41770) > >2014-07-22 02:34:06.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53804) > >2014-07-22 02:34:07.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35711) > >2014-07-22 02:34:07.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41823) > >2014-07-22 02:34:08.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:10.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53855) > >2014-07-22 02:34:11.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35763) > >2014-07-22 02:34:11.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41879) > >2014-07-22 02:34:14.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53907) > >2014-07-22 02:34:15.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:15.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35816) > >2014-07-22 02:34:15.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41933) > >2014-07-22 02:34:18.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53958) > >2014-07-22 02:34:19.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35871) > >2014-07-22 02:34:19.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41991) > >2014-07-22 02:34:21.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:22.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54010) > >2014-07-22 02:34:23.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35925) > >2014-07-22 02:34:23.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42048) > >2014-07-22 02:34:26.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54061) > >2014-07-22 02:34:27.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35977) > >2014-07-22 02:34:27.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42100) > >2014-07-22 02:34:30.584 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:30.665 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 54112) > >2014-07-22 02:34:31.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36032) > >2014-07-22 02:34:31.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42155) > >2014-07-22 02:34:34.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54163) > >2014-07-22 02:34:35.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36083) > >2014-07-22 02:34:35.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42206) > >2014-07-22 02:34:38.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54214) > >2014-07-22 02:34:38.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:39.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36136) > >2014-07-22 02:34:39.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42259) > >2014-07-22 02:34:42.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54271) > >2014-07-22 02:34:43.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36187) > >2014-07-22 02:34:43.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42316) > >2014-07-22 02:34:45.562 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:46.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54322) > >2014-07-22 02:34:47.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36239) > >2014-07-22 02:34:47.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42368) > >2014-07-22 02:34:50.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54373) > >2014-07-22 02:34:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:34:51.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36295) > >2014-07-22 02:34:51.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42424) > >2014-07-22 02:34:54.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54424) > >2014-07-22 02:34:55.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36348) > >2014-07-22 02:34:55.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42477) > >2014-07-22 02:34:58.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54475) > >2014-07-22 02:34:59.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36400) > >2014-07-22 02:34:59.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42529) > >2014-07-22 02:35:00.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:02.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54526) > >2014-07-22 02:35:03.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36452) > >2014-07-22 02:35:03.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42581) > >2014-07-22 02:35:06.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54577) > >2014-07-22 02:35:07.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36503) > >2014-07-22 02:35:07.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42632) > >2014-07-22 02:35:08.666 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:10.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54628) > >2014-07-22 02:35:11.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36555) > >2014-07-22 02:35:11.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42684) > >2014-07-22 02:35:14.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54679) > >2014-07-22 02:35:15.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:15.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36607) > >2014-07-22 02:35:15.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42736) > >2014-07-22 02:35:18.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54730) > >2014-07-22 02:35:19.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36658) > >2014-07-22 02:35:19.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42787) > >2014-07-22 02:35:21.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:22.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54781) > >2014-07-22 02:35:23.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36710) > >2014-07-22 02:35:23.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42839) > >2014-07-22 02:35:26.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54834) > >2014-07-22 02:35:27.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36764) > >2014-07-22 02:35:27.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42891) > >2014-07-22 02:35:30.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:30.714 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 54885) > >2014-07-22 02:35:31.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36818) > >2014-07-22 02:35:31.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42947) > >2014-07-22 02:35:34.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54936) > >2014-07-22 02:35:35.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36870) > >2014-07-22 02:35:35.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42998) > >2014-07-22 02:35:38.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54986) > >2014-07-22 02:35:38.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:39.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36923) > >2014-07-22 02:35:39.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43051) > >2014-07-22 02:35:42.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55037) > >2014-07-22 02:35:43.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36974) > >2014-07-22 02:35:43.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43102) > >2014-07-22 02:35:45.615 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:46.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55087) > >2014-07-22 02:35:47.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37026) > >2014-07-22 02:35:47.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43158) > >2014-07-22 02:35:50.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55138) > >2014-07-22 02:35:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:35:51.608 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:35:51.608 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:35:51.609 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:35:51.621 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:35:51.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37080) > >2014-07-22 02:35:51.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43216) > >2014-07-22 02:35:54.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55189) > >2014-07-22 02:35:55.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37131) > >2014-07-22 02:35:55.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43268) > >2014-07-22 02:35:58.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55241) > >2014-07-22 02:35:59.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37182) > >2014-07-22 02:35:59.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43319) > >2014-07-22 02:36:00.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:02.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55293) > >2014-07-22 02:36:03.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37234) > >2014-07-22 02:36:03.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43372) > >2014-07-22 02:36:06.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55344) > >2014-07-22 02:36:07.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37284) > >2014-07-22 02:36:07.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43425) > >2014-07-22 02:36:08.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:10.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55395) > >2014-07-22 02:36:11.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37336) > >2014-07-22 02:36:11.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43477) > >2014-07-22 02:36:14.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55447) > >2014-07-22 02:36:15.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:15.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37389) > >2014-07-22 02:36:15.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43535) > >2014-07-22 02:36:18.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55499) > >2014-07-22 02:36:19.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37444) > >2014-07-22 02:36:19.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43591) > >2014-07-22 02:36:21.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:22.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55551) > >2014-07-22 02:36:23.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37497) > >2014-07-22 02:36:23.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43647) > >2014-07-22 02:36:26.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55602) > >2014-07-22 02:36:27.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37549) > >2014-07-22 02:36:27.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43701) > >2014-07-22 02:36:30.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:30.731 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 55653) > >2014-07-22 02:36:31.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37603) > >2014-07-22 02:36:31.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43755) > >2014-07-22 02:36:34.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55704) > >2014-07-22 02:36:35.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37655) > >2014-07-22 02:36:35.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43807) > >2014-07-22 02:36:38.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:38.764 29190 INFO neutron.wsgi [req-1d5223cc-8e4f-4851-85b4-4195e728dd18 None] (29190) accepted ('192.168.0.8', 55755) > >2014-07-22 02:36:39.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37708) > >2014-07-22 02:36:39.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43860) > >2014-07-22 02:36:42.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55812) > >2014-07-22 02:36:43.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37760) > >2014-07-22 02:36:43.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43918) > >2014-07-22 02:36:45.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:46.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55863) > >2014-07-22 02:36:47.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37812) > >2014-07-22 02:36:47.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43970) > >2014-07-22 02:36:50.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55914) > >2014-07-22 02:36:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:36:51.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37867) > >2014-07-22 02:36:51.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44025) > >2014-07-22 02:36:54.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55965) > >2014-07-22 02:36:55.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37918) > >2014-07-22 02:36:55.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44076) > >2014-07-22 02:36:58.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56016) > >2014-07-22 02:36:59.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37971) > >2014-07-22 02:36:59.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44128) > >2014-07-22 02:37:00.710 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:02.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56067) > >2014-07-22 02:37:03.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38023) > >2014-07-22 02:37:03.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44180) > >2014-07-22 02:37:06.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56118) > >2014-07-22 02:37:07.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38074) > >2014-07-22 02:37:07.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44231) > >2014-07-22 02:37:08.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:10.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56169) > >2014-07-22 02:37:11.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38126) > >2014-07-22 02:37:11.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44283) > >2014-07-22 02:37:14.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56220) > >2014-07-22 02:37:15.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:15.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38178) > >2014-07-22 02:37:15.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44335) > >2014-07-22 02:37:18.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56271) > >2014-07-22 02:37:19.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38229) > >2014-07-22 02:37:19.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44386) > >2014-07-22 02:37:21.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:22.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56322) > >2014-07-22 02:37:23.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38281) > >2014-07-22 02:37:23.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44438) > >2014-07-22 02:37:26.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56373) > >2014-07-22 02:37:27.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38331) > >2014-07-22 02:37:27.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44489) > >2014-07-22 02:37:30.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:30.838 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 56424) > >2014-07-22 02:37:31.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38384) > >2014-07-22 02:37:31.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44542) > >2014-07-22 02:37:34.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56475) > >2014-07-22 02:37:35.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38435) > >2014-07-22 02:37:35.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44593) > >2014-07-22 02:37:38.718 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:38.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56526) > >2014-07-22 02:37:39.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38487) > >2014-07-22 02:37:40.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44645) > >2014-07-22 02:37:42.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56577) > >2014-07-22 02:37:43.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38538) > >2014-07-22 02:37:44.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44696) > >2014-07-22 02:37:45.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:46.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56628) > >2014-07-22 02:37:47.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38590) > >2014-07-22 02:37:48.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44750) > >2014-07-22 02:37:50.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56679) > >2014-07-22 02:37:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:37:51.623 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:37:51.623 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:37:51.624 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:37:51.636 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:37:51.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38642) > >2014-07-22 02:37:52.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44808) > >2014-07-22 02:37:54.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56730) > >2014-07-22 02:37:55.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38693) > >2014-07-22 02:37:56.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44859) > >2014-07-22 02:37:58.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56782) > >2014-07-22 02:37:59.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38744) > >2014-07-22 02:38:00.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44911) > >2014-07-22 02:38:00.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:02.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56833) > >2014-07-22 02:38:03.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38796) > >2014-07-22 02:38:04.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44964) > >2014-07-22 02:38:06.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56886) > >2014-07-22 02:38:07.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38847) > >2014-07-22 02:38:08.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45017) > >2014-07-22 02:38:08.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:10.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56937) > >2014-07-22 02:38:11.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38899) > >2014-07-22 02:38:12.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45069) > >2014-07-22 02:38:14.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56989) > >2014-07-22 02:38:15.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:15.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38951) > >2014-07-22 02:38:16.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45126) > >2014-07-22 02:38:18.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57040) > >2014-07-22 02:38:19.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39007) > >2014-07-22 02:38:20.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45183) > >2014-07-22 02:38:21.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:22.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57091) > >2014-07-22 02:38:23.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39061) > >2014-07-22 02:38:24.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45240) > >2014-07-22 02:38:26.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57143) > >2014-07-22 02:38:27.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39113) > >2014-07-22 02:38:28.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45294) > >2014-07-22 02:38:30.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:30.884 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 57194) > >2014-07-22 02:38:31.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39167) > >2014-07-22 02:38:32.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45348) > >2014-07-22 02:38:34.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57245) > >2014-07-22 02:38:35.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39219) > >2014-07-22 02:38:36.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45400) > >2014-07-22 02:38:38.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:38.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57296) > >2014-07-22 02:38:39.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39272) > >2014-07-22 02:38:40.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45453) > >2014-07-22 02:38:42.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57353) > >2014-07-22 02:38:43.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39322) > >2014-07-22 02:38:44.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45510) > >2014-07-22 02:38:45.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:46.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57404) > >2014-07-22 02:38:47.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39374) > >2014-07-22 02:38:48.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45562) > >2014-07-22 02:38:50.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57455) > >2014-07-22 02:38:51.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:38:51.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39428) > >2014-07-22 02:38:52.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45616) > >2014-07-22 02:38:54.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57506) > >2014-07-22 02:38:55.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39480) > >2014-07-22 02:38:56.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45668) > >2014-07-22 02:38:58.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57557) > >2014-07-22 02:38:59.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39532) > >2014-07-22 02:39:00.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45720) > >2014-07-22 02:39:00.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:02.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57608) > >2014-07-22 02:39:03.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39584) > >2014-07-22 02:39:04.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45771) > >2014-07-22 02:39:06.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57659) > >2014-07-22 02:39:07.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39635) > >2014-07-22 02:39:08.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45822) > >2014-07-22 02:39:08.759 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:10.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57709) > >2014-07-22 02:39:11.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39687) > >2014-07-22 02:39:12.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45873) > >2014-07-22 02:39:14.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57760) > >2014-07-22 02:39:15.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:15.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39738) > >2014-07-22 02:39:16.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45925) > >2014-07-22 02:39:18.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57811) > >2014-07-22 02:39:19.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39790) > >2014-07-22 02:39:20.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45976) > >2014-07-22 02:39:21.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:22.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57862) > >2014-07-22 02:39:23.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39842) > >2014-07-22 02:39:24.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46028) > >2014-07-22 02:39:26.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57913) > >2014-07-22 02:39:27.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39893) > >2014-07-22 02:39:28.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46079) > >2014-07-22 02:39:30.851 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:30.941 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 57964) > >2014-07-22 02:39:31.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39947) > >2014-07-22 02:39:32.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46133) > >2014-07-22 02:39:34.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58015) > >2014-07-22 02:39:35.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39999) > >2014-07-22 02:39:36.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46186) > >2014-07-22 02:39:38.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:38.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58066) > >2014-07-22 02:39:39.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40052) > >2014-07-22 02:39:40.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46239) > >2014-07-22 02:39:42.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58117) > >2014-07-22 02:39:43.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40103) > >2014-07-22 02:39:44.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46290) > >2014-07-22 02:39:45.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:46.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58168) > >2014-07-22 02:39:47.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40155) > >2014-07-22 02:39:48.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46344) > >2014-07-22 02:39:50.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58219) > >2014-07-22 02:39:51.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:39:51.639 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:39:51.639 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:39:51.640 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:39:51.652 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:39:51.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40209) > >2014-07-22 02:39:52.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46404) > >2014-07-22 02:39:54.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58270) > >2014-07-22 02:39:55.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40261) > >2014-07-22 02:39:56.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46455) > >2014-07-22 02:39:58.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58322) > >2014-07-22 02:39:59.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40312) > >2014-07-22 02:40:00.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46507) > >2014-07-22 02:40:00.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:02.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58373) > >2014-07-22 02:40:03.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40364) > >2014-07-22 02:40:04.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46559) > >2014-07-22 02:40:06.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58425) > >2014-07-22 02:40:07.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40415) > >2014-07-22 02:40:08.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46614) > >2014-07-22 02:40:08.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:10.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58476) > >2014-07-22 02:40:11.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40467) > >2014-07-22 02:40:12.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46666) > >2014-07-22 02:40:14.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58528) > >2014-07-22 02:40:15.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:15.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40518) > >2014-07-22 02:40:16.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46723) > >2014-07-22 02:40:18.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58579) > >2014-07-22 02:40:19.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40575) > >2014-07-22 02:40:20.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46780) > >2014-07-22 02:40:21.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:22.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58630) > >2014-07-22 02:40:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40628) > >2014-07-22 02:40:24.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46835) > >2014-07-22 02:40:26.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58682) > >2014-07-22 02:40:28.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40680) > >2014-07-22 02:40:28.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46890) > >2014-07-22 02:40:30.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:30.940 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 58733) > >2014-07-22 02:40:32.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40734) > >2014-07-22 02:40:32.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46944) > >2014-07-22 02:40:34.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58784) > >2014-07-22 02:40:36.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40786) > >2014-07-22 02:40:36.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46996) > >2014-07-22 02:40:38.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:38.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58835) > >2014-07-22 02:40:40.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40839) > >2014-07-22 02:40:40.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47049) > >2014-07-22 02:40:42.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58891) > >2014-07-22 02:40:44.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40891) > >2014-07-22 02:40:44.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47107) > >2014-07-22 02:40:45.851 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:46.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58943) > >2014-07-22 02:40:48.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40943) > >2014-07-22 02:40:48.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47159) > >2014-07-22 02:40:50.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58994) > >2014-07-22 02:40:51.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:40:52.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40997) > >2014-07-22 02:40:52.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47213) > >2014-07-22 02:40:54.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59045) > >2014-07-22 02:40:56.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41049) > >2014-07-22 02:40:56.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47265) > >2014-07-22 02:40:58.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59096) > >2014-07-22 02:41:00.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41101) > >2014-07-22 02:41:00.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47317) > >2014-07-22 02:41:00.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:02.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59147) > >2014-07-22 02:41:04.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41153) > >2014-07-22 02:41:04.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47369) > >2014-07-22 02:41:06.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59198) > >2014-07-22 02:41:08.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41204) > >2014-07-22 02:41:08.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47420) > >2014-07-22 02:41:08.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:10.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59249) > >2014-07-22 02:41:12.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41256) > >2014-07-22 02:41:12.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47472) > >2014-07-22 02:41:14.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59300) > >2014-07-22 02:41:15.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:16.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41306) > >2014-07-22 02:41:16.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47524) > >2014-07-22 02:41:18.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59350) > >2014-07-22 02:41:20.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41358) > >2014-07-22 02:41:20.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47575) > >2014-07-22 02:41:21.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:22.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59401) > >2014-07-22 02:41:24.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41410) > >2014-07-22 02:41:24.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47627) > >2014-07-22 02:41:26.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59452) > >2014-07-22 02:41:28.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41461) > >2014-07-22 02:41:28.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47678) > >2014-07-22 02:41:30.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59503) > >2014-07-22 02:41:30.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:32.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41515) > >2014-07-22 02:41:32.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47732) > >2014-07-22 02:41:34.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59553) > >2014-07-22 02:41:36.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41567) > >2014-07-22 02:41:36.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47785) > >2014-07-22 02:41:38.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:38.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59604) > >2014-07-22 02:41:40.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41620) > >2014-07-22 02:41:40.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47838) > >2014-07-22 02:41:42.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59655) > >2014-07-22 02:41:44.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41671) > >2014-07-22 02:41:44.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47890) > >2014-07-22 02:41:45.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:46.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59706) > >2014-07-22 02:41:48.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41723) > >2014-07-22 02:41:48.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47944) > >2014-07-22 02:41:50.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59757) > >2014-07-22 02:41:51.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:41:51.653 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:41:51.653 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:41:51.654 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:41:51.666 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:41:52.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41777) > >2014-07-22 02:41:52.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48004) > >2014-07-22 02:41:54.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59808) > >2014-07-22 02:41:56.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41828) > >2014-07-22 02:41:56.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48055) > >2014-07-22 02:41:58.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59859) > >2014-07-22 02:42:00.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41879) > >2014-07-22 02:42:00.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48107) > >2014-07-22 02:42:01.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:02.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59911) > >2014-07-22 02:42:04.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41931) > >2014-07-22 02:42:04.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48159) > >2014-07-22 02:42:07.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59964) > >2014-07-22 02:42:08.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41982) > >2014-07-22 02:42:08.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48213) > >2014-07-22 02:42:08.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:11.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60015) > >2014-07-22 02:42:12.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42034) > >2014-07-22 02:42:12.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48265) > >2014-07-22 02:42:15.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60067) > >2014-07-22 02:42:15.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42085) > >2014-07-22 02:42:16.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48322) > >2014-07-22 02:42:18.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60118) > >2014-07-22 02:42:20.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42140) > >2014-07-22 02:42:20.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48376) > >2014-07-22 02:42:21.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:23.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60169) > >2014-07-22 02:42:24.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42195) > >2014-07-22 02:42:24.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48434) > >2014-07-22 02:42:27.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60221) > >2014-07-22 02:42:28.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42247) > >2014-07-22 02:42:28.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48487) > >2014-07-22 02:42:30.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60272) > >2014-07-22 02:42:31.032 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:32.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42301) > >2014-07-22 02:42:32.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48543) > >2014-07-22 02:42:35.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60323) > >2014-07-22 02:42:36.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42353) > >2014-07-22 02:42:36.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48595) > >2014-07-22 02:42:38.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:39.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60374) > >2014-07-22 02:42:40.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42406) > >2014-07-22 02:42:40.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48648) > >2014-07-22 02:42:43.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60428) > >2014-07-22 02:42:44.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42457) > >2014-07-22 02:42:44.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48705) > >2014-07-22 02:42:45.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:47.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60482) > >2014-07-22 02:42:48.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42509) > >2014-07-22 02:42:48.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48757) > >2014-07-22 02:42:51.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60533) > >2014-07-22 02:42:51.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:42:52.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42561) > >2014-07-22 02:42:52.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48809) > >2014-07-22 02:42:55.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60584) > >2014-07-22 02:42:56.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42613) > >2014-07-22 02:42:56.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48861) > >2014-07-22 02:42:59.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60635) > >2014-07-22 02:43:00.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42664) > >2014-07-22 02:43:00.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48913) > >2014-07-22 02:43:01.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:03.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60686) > >2014-07-22 02:43:04.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42716) > >2014-07-22 02:43:04.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48965) > >2014-07-22 02:43:07.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60737) > >2014-07-22 02:43:08.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42767) > >2014-07-22 02:43:08.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49016) > >2014-07-22 02:43:08.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:11.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60788) > >2014-07-22 02:43:12.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42819) > >2014-07-22 02:43:12.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49068) > >2014-07-22 02:43:15.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60839) > >2014-07-22 02:43:15.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:16.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42870) > >2014-07-22 02:43:16.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49119) > >2014-07-22 02:43:19.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60890) > >2014-07-22 02:43:20.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42922) > >2014-07-22 02:43:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49170) > >2014-07-22 02:43:21.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:23.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60941) > >2014-07-22 02:43:24.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42974) > >2014-07-22 02:43:24.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49222) > >2014-07-22 02:43:27.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60992) > >2014-07-22 02:43:28.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43025) > >2014-07-22 02:43:28.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49273) > >2014-07-22 02:43:31.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32810) > >2014-07-22 02:43:31.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:32.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43079) > >2014-07-22 02:43:32.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49327) > >2014-07-22 02:43:35.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32861) > >2014-07-22 02:43:36.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43131) > >2014-07-22 02:43:36.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49380) > >2014-07-22 02:43:38.858 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:39.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32912) > >2014-07-22 02:43:40.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43184) > >2014-07-22 02:43:40.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49433) > >2014-07-22 02:43:43.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32963) > >2014-07-22 02:43:44.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43235) > >2014-07-22 02:43:44.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49484) > >2014-07-22 02:43:46.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:47.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33014) > >2014-07-22 02:43:48.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43287) > >2014-07-22 02:43:48.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49538) > >2014-07-22 02:43:51.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33065) > >2014-07-22 02:43:51.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:43:51.669 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:43:51.669 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:43:51.670 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:43:51.682 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:43:52.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43341) > >2014-07-22 02:43:52.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49598) > >2014-07-22 02:43:55.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33116) > >2014-07-22 02:43:56.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43392) > >2014-07-22 02:43:56.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49649) > >2014-07-22 02:43:59.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33167) > >2014-07-22 02:44:00.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43443) > >2014-07-22 02:44:00.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49700) > >2014-07-22 02:44:01.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:03.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33219) > >2014-07-22 02:44:04.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43495) > >2014-07-22 02:44:04.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49754) > >2014-07-22 02:44:07.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33271) > >2014-07-22 02:44:08.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43546) > >2014-07-22 02:44:08.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49808) > >2014-07-22 02:44:08.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:11.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33322) > >2014-07-22 02:44:12.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43598) > >2014-07-22 02:44:12.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49861) > >2014-07-22 02:44:15.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33374) > >2014-07-22 02:44:16.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:16.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43649) > >2014-07-22 02:44:16.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49917) > >2014-07-22 02:44:19.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33425) > >2014-07-22 02:44:20.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43704) > >2014-07-22 02:44:20.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49971) > >2014-07-22 02:44:21.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:23.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33476) > >2014-07-22 02:44:24.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43759) > >2014-07-22 02:44:24.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50027) > >2014-07-22 02:44:27.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33528) > >2014-07-22 02:44:28.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43811) > >2014-07-22 02:44:28.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50082) > >2014-07-22 02:44:31.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33579) > >2014-07-22 02:44:31.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:32.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43865) > >2014-07-22 02:44:32.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50137) > >2014-07-22 02:44:35.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33630) > >2014-07-22 02:44:36.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43916) > >2014-07-22 02:44:36.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50189) > >2014-07-22 02:44:38.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:39.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33681) > >2014-07-22 02:44:40.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43969) > >2014-07-22 02:44:40.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50242) > >2014-07-22 02:44:43.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33734) > >2014-07-22 02:44:44.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44021) > >2014-07-22 02:44:44.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50299) > >2014-07-22 02:44:46.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:47.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33788) > >2014-07-22 02:44:48.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44073) > >2014-07-22 02:44:48.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50352) > >2014-07-22 02:44:51.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33839) > >2014-07-22 02:44:51.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:44:52.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44126) > >2014-07-22 02:44:52.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50405) > >2014-07-22 02:44:55.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33890) > >2014-07-22 02:44:56.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44179) > >2014-07-22 02:44:56.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50459) > >2014-07-22 02:44:59.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33941) > >2014-07-22 02:45:00.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44231) > >2014-07-22 02:45:00.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50511) > >2014-07-22 02:45:01.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:03.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33992) > >2014-07-22 02:45:04.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44284) > >2014-07-22 02:45:04.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50563) > >2014-07-22 02:45:07.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34043) > >2014-07-22 02:45:08.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44340) > >2014-07-22 02:45:08.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50614) > >2014-07-22 02:45:08.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:11.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34094) > >2014-07-22 02:45:12.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44392) > >2014-07-22 02:45:12.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50665) > >2014-07-22 02:45:15.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34146) > >2014-07-22 02:45:16.066 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:16.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44443) > >2014-07-22 02:45:16.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50717) > >2014-07-22 02:45:19.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34197) > >2014-07-22 02:45:20.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44495) > >2014-07-22 02:45:20.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50768) > >2014-07-22 02:45:21.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:23.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34248) > >2014-07-22 02:45:24.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44547) > >2014-07-22 02:45:24.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50820) > >2014-07-22 02:45:27.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34304) > >2014-07-22 02:45:28.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44598) > >2014-07-22 02:45:28.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50871) > >2014-07-22 02:45:31.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34355) > >2014-07-22 02:45:31.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:32.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44651) > >2014-07-22 02:45:32.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50924) > >2014-07-22 02:45:35.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34406) > >2014-07-22 02:45:36.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44714) > >2014-07-22 02:45:36.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50978) > >2014-07-22 02:45:38.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:39.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34463) > >2014-07-22 02:45:40.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44775) > >2014-07-22 02:45:40.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51036) > >2014-07-22 02:45:43.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34514) > >2014-07-22 02:45:44.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44826) > >2014-07-22 02:45:44.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51089) > >2014-07-22 02:45:46.122 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:47.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34564) > >2014-07-22 02:45:48.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44877) > >2014-07-22 02:45:48.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51141) > >2014-07-22 02:45:51.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34616) > >2014-07-22 02:45:51.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:45:51.685 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:45:51.685 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:45:51.685 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:45:51.760 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:45:52.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44931) > >2014-07-22 02:45:52.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51201) > >2014-07-22 02:45:55.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34677) > >2014-07-22 02:45:56.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44992) > >2014-07-22 02:45:56.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51259) > >2014-07-22 02:45:59.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34734) > >2014-07-22 02:46:00.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45052) > >2014-07-22 02:46:00.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51310) > >2014-07-22 02:46:01.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:03.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34793) > >2014-07-22 02:46:04.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45115) > >2014-07-22 02:46:04.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51362) > >2014-07-22 02:46:07.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34855) > >2014-07-22 02:46:08.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45178) > >2014-07-22 02:46:08.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51416) > >2014-07-22 02:46:08.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:11.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34917) > >2014-07-22 02:46:12.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45241) > >2014-07-22 02:46:12.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51469) > >2014-07-22 02:46:15.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34975) > >2014-07-22 02:46:16.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:16.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45311) > >2014-07-22 02:46:16.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51525) > >2014-07-22 02:46:19.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35033) > >2014-07-22 02:46:20.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45380) > >2014-07-22 02:46:20.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51580) > >2014-07-22 02:46:21.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:23.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35098) > >2014-07-22 02:46:24.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45442) > >2014-07-22 02:46:24.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51636) > >2014-07-22 02:46:27.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35159) > >2014-07-22 02:46:28.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45497) > >2014-07-22 02:46:28.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51690) > >2014-07-22 02:46:31.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35219) > >2014-07-22 02:46:31.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:32.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45555) > >2014-07-22 02:46:32.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51747) > >2014-07-22 02:46:35.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35284) > >2014-07-22 02:46:36.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45607) > >2014-07-22 02:46:36.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51799) > >2014-07-22 02:46:38.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:39.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35341) > >2014-07-22 02:46:40.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45660) > >2014-07-22 02:46:40.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51852) > >2014-07-22 02:46:43.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35399) > >2014-07-22 02:46:44.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45711) > >2014-07-22 02:46:44.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51906) > >2014-07-22 02:46:46.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:47.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35455) > >2014-07-22 02:46:48.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45770) > >2014-07-22 02:46:48.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51961) > >2014-07-22 02:46:51.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35512) > >2014-07-22 02:46:51.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:46:52.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45822) > >2014-07-22 02:46:52.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52014) > >2014-07-22 02:46:55.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35564) > >2014-07-22 02:46:56.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45874) > >2014-07-22 02:46:56.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52065) > >2014-07-22 02:46:59.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35614) > >2014-07-22 02:47:00.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45928) > >2014-07-22 02:47:00.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52117) > >2014-07-22 02:47:01.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:03.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35665) > >2014-07-22 02:47:04.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45981) > >2014-07-22 02:47:04.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52170) > >2014-07-22 02:47:07.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35716) > >2014-07-22 02:47:08.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46035) > >2014-07-22 02:47:08.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52221) > >2014-07-22 02:47:08.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:11.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35767) > >2014-07-22 02:47:12.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46090) > >2014-07-22 02:47:12.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52273) > >2014-07-22 02:47:15.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35818) > >2014-07-22 02:47:16.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:16.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46142) > >2014-07-22 02:47:16.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52325) > >2014-07-22 02:47:19.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35869) > >2014-07-22 02:47:20.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46193) > >2014-07-22 02:47:20.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52376) > >2014-07-22 02:47:21.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:23.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35920) > >2014-07-22 02:47:24.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46250) > >2014-07-22 02:47:24.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52430) > >2014-07-22 02:47:27.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35971) > >2014-07-22 02:47:28.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46301) > >2014-07-22 02:47:28.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52481) > >2014-07-22 02:47:31.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36022) > >2014-07-22 02:47:31.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:32.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46354) > >2014-07-22 02:47:32.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52534) > >2014-07-22 02:47:35.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36073) > >2014-07-22 02:47:36.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46406) > >2014-07-22 02:47:36.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52586) > >2014-07-22 02:47:38.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:39.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36124) > >2014-07-22 02:47:40.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46459) > >2014-07-22 02:47:40.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52640) > >2014-07-22 02:47:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36175) > >2014-07-22 02:47:44.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46510) > >2014-07-22 02:47:44.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52691) > >2014-07-22 02:47:46.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:47.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36226) > >2014-07-22 02:47:48.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46562) > >2014-07-22 02:47:48.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52745) > >2014-07-22 02:47:51.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:47:51.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36277) > >2014-07-22 02:47:51.768 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:47:51.768 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:47:51.769 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:47:51.781 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:47:52.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46614) > >2014-07-22 02:47:52.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52801) > >2014-07-22 02:47:55.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36328) > >2014-07-22 02:47:56.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46665) > >2014-07-22 02:47:56.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52854) > >2014-07-22 02:47:59.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36379) > >2014-07-22 02:48:00.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46716) > >2014-07-22 02:48:00.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52906) > >2014-07-22 02:48:01.365 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:03.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36431) > >2014-07-22 02:48:04.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46768) > >2014-07-22 02:48:04.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52959) > >2014-07-22 02:48:07.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36482) > >2014-07-22 02:48:08.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46819) > >2014-07-22 02:48:08.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53010) > >2014-07-22 02:48:09.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:11.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36534) > >2014-07-22 02:48:12.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46871) > >2014-07-22 02:48:12.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53066) > >2014-07-22 02:48:15.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36586) > >2014-07-22 02:48:16.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:16.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46922) > >2014-07-22 02:48:16.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53122) > >2014-07-22 02:48:19.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36637) > >2014-07-22 02:48:20.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46974) > >2014-07-22 02:48:20.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53174) > >2014-07-22 02:48:21.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:23.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36688) > >2014-07-22 02:48:24.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47028) > >2014-07-22 02:48:24.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53229) > >2014-07-22 02:48:27.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36739) > >2014-07-22 02:48:28.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47081) > >2014-07-22 02:48:28.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53284) > >2014-07-22 02:48:31.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36792) > >2014-07-22 02:48:31.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:32.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47136) > >2014-07-22 02:48:32.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53342) > >2014-07-22 02:48:35.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36843) > >2014-07-22 02:48:36.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47188) > >2014-07-22 02:48:36.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53394) > >2014-07-22 02:48:39.015 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:39.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36894) > >2014-07-22 02:48:40.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47241) > >2014-07-22 02:48:40.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53447) > >2014-07-22 02:48:43.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36947) > >2014-07-22 02:48:44.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47292) > >2014-07-22 02:48:44.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53501) > >2014-07-22 02:48:46.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:47.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37002) > >2014-07-22 02:48:48.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47345) > >2014-07-22 02:48:48.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53556) > >2014-07-22 02:48:51.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:48:51.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37052) > >2014-07-22 02:48:52.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47398) > >2014-07-22 02:48:52.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53609) > >2014-07-22 02:48:55.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37103) > >2014-07-22 02:48:56.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47450) > >2014-07-22 02:48:56.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53661) > >2014-07-22 02:48:59.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37154) > >2014-07-22 02:49:00.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47502) > >2014-07-22 02:49:00.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53713) > >2014-07-22 02:49:01.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:03.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37205) > >2014-07-22 02:49:04.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47555) > >2014-07-22 02:49:04.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53766) > >2014-07-22 02:49:07.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37256) > >2014-07-22 02:49:08.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47605) > >2014-07-22 02:49:08.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53817) > >2014-07-22 02:49:09.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:11.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37307) > >2014-07-22 02:49:12.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47657) > >2014-07-22 02:49:12.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53869) > >2014-07-22 02:49:15.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37358) > >2014-07-22 02:49:16.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:16.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47709) > >2014-07-22 02:49:16.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53921) > >2014-07-22 02:49:19.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37409) > >2014-07-22 02:49:20.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47760) > >2014-07-22 02:49:20.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53972) > >2014-07-22 02:49:21.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:23.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37460) > >2014-07-22 02:49:24.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47814) > >2014-07-22 02:49:24.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54027) > >2014-07-22 02:49:27.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37511) > >2014-07-22 02:49:28.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47865) > >2014-07-22 02:49:28.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54078) > >2014-07-22 02:49:31.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37562) > >2014-07-22 02:49:31.472 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:32.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47918) > >2014-07-22 02:49:32.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54131) > >2014-07-22 02:49:35.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37613) > >2014-07-22 02:49:36.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47970) > >2014-07-22 02:49:36.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54183) > >2014-07-22 02:49:39.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:39.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37663) > >2014-07-22 02:49:40.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48023) > >2014-07-22 02:49:40.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54237) > >2014-07-22 02:49:43.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37714) > >2014-07-22 02:49:44.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48075) > >2014-07-22 02:49:44.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54291) > >2014-07-22 02:49:46.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:47.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37765) > >2014-07-22 02:49:48.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48127) > >2014-07-22 02:49:48.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54343) > >2014-07-22 02:49:51.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:49:51.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37816) > >2014-07-22 02:49:51.784 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:49:51.784 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:49:51.785 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:49:51.796 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:49:52.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48180) > >2014-07-22 02:49:52.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54400) > >2014-07-22 02:49:55.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37867) > >2014-07-22 02:49:56.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48232) > >2014-07-22 02:49:56.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54454) > >2014-07-22 02:49:59.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37918) > >2014-07-22 02:50:00.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48283) > >2014-07-22 02:50:00.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54505) > >2014-07-22 02:50:01.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:03.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37969) > >2014-07-22 02:50:04.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48335) > >2014-07-22 02:50:04.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54558) > >2014-07-22 02:50:07.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38021) > >2014-07-22 02:50:08.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48386) > >2014-07-22 02:50:08.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54609) > >2014-07-22 02:50:09.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:11.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38073) > >2014-07-22 02:50:12.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48438) > >2014-07-22 02:50:12.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54665) > >2014-07-22 02:50:15.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38126) > >2014-07-22 02:50:16.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:16.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48489) > >2014-07-22 02:50:16.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54721) > >2014-07-22 02:50:19.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38177) > >2014-07-22 02:50:20.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48541) > >2014-07-22 02:50:20.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54773) > >2014-07-22 02:50:21.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:23.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38228) > >2014-07-22 02:50:24.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48594) > >2014-07-22 02:50:24.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54827) > >2014-07-22 02:50:27.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38279) > >2014-07-22 02:50:28.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48648) > >2014-07-22 02:50:28.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54883) > >2014-07-22 02:50:31.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38331) > >2014-07-22 02:50:31.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:32.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48702) > >2014-07-22 02:50:32.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54938) > >2014-07-22 02:50:35.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38382) > >2014-07-22 02:50:36.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48754) > >2014-07-22 02:50:36.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54992) > >2014-07-22 02:50:39.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:39.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38433) > >2014-07-22 02:50:40.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48807) > >2014-07-22 02:50:40.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55044) > >2014-07-22 02:50:43.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38486) > >2014-07-22 02:50:44.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48858) > >2014-07-22 02:50:44.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55097) > >2014-07-22 02:50:46.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:47.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38541) > >2014-07-22 02:50:48.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48910) > >2014-07-22 02:50:48.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55153) > >2014-07-22 02:50:51.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:50:51.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38592) > >2014-07-22 02:50:52.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48964) > >2014-07-22 02:50:52.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55207) > >2014-07-22 02:50:55.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38643) > >2014-07-22 02:50:56.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49016) > >2014-07-22 02:50:56.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55259) > >2014-07-22 02:50:59.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38694) > >2014-07-22 02:51:00.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49068) > >2014-07-22 02:51:00.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55311) > >2014-07-22 02:51:01.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:03.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38745) > >2014-07-22 02:51:04.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49121) > >2014-07-22 02:51:04.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55364) > >2014-07-22 02:51:07.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38796) > >2014-07-22 02:51:08.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49172) > >2014-07-22 02:51:08.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55414) > >2014-07-22 02:51:09.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:11.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38847) > >2014-07-22 02:51:12.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49224) > >2014-07-22 02:51:12.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55466) > >2014-07-22 02:51:15.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38898) > >2014-07-22 02:51:16.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:16.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49276) > >2014-07-22 02:51:16.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55518) > >2014-07-22 02:51:19.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38949) > >2014-07-22 02:51:20.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49327) > >2014-07-22 02:51:20.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55569) > >2014-07-22 02:51:21.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:23.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39000) > >2014-07-22 02:51:24.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49381) > >2014-07-22 02:51:24.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55623) > >2014-07-22 02:51:27.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39051) > >2014-07-22 02:51:28.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49432) > >2014-07-22 02:51:28.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55674) > >2014-07-22 02:51:31.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39102) > >2014-07-22 02:51:31.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:32.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49485) > >2014-07-22 02:51:32.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55727) > >2014-07-22 02:51:35.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39153) > >2014-07-22 02:51:36.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49537) > >2014-07-22 02:51:36.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55779) > >2014-07-22 02:51:39.074 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:39.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39204) > >2014-07-22 02:51:40.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49590) > >2014-07-22 02:51:40.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55833) > >2014-07-22 02:51:43.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39255) > >2014-07-22 02:51:44.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49641) > >2014-07-22 02:51:44.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55884) > >2014-07-22 02:51:46.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:47.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39306) > >2014-07-22 02:51:48.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49693) > >2014-07-22 02:51:48.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55938) > >2014-07-22 02:51:51.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:51:51.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39357) > >2014-07-22 02:51:51.799 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:51:51.799 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:51:51.800 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:51:51.812 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:51:52.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49747) > >2014-07-22 02:51:52.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55996) > >2014-07-22 02:51:55.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39408) > >2014-07-22 02:51:56.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49799) > >2014-07-22 02:51:56.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56050) > >2014-07-22 02:51:59.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39459) > >2014-07-22 02:52:00.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49850) > >2014-07-22 02:52:00.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56101) > >2014-07-22 02:52:01.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:03.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39510) > >2014-07-22 02:52:04.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49902) > >2014-07-22 02:52:04.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56153) > >2014-07-22 02:52:07.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39562) > >2014-07-22 02:52:08.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49953) > >2014-07-22 02:52:08.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56205) > >2014-07-22 02:52:09.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:11.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39614) > >2014-07-22 02:52:12.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50005) > >2014-07-22 02:52:12.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56262) > >2014-07-22 02:52:15.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39666) > >2014-07-22 02:52:16.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:16.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50057) > >2014-07-22 02:52:16.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56313) > >2014-07-22 02:52:19.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39716) > >2014-07-22 02:52:20.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50109) > >2014-07-22 02:52:20.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56369) > >2014-07-22 02:52:21.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:23.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39767) > >2014-07-22 02:52:24.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50163) > >2014-07-22 02:52:24.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56424) > >2014-07-22 02:52:27.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39818) > >2014-07-22 02:52:28.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50217) > >2014-07-22 02:52:28.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56478) > >2014-07-22 02:52:31.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39870) > >2014-07-22 02:52:31.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:32.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50273) > >2014-07-22 02:52:32.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56537) > >2014-07-22 02:52:35.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39921) > >2014-07-22 02:52:36.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50324) > >2014-07-22 02:52:36.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56590) > >2014-07-22 02:52:39.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:39.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39972) > >2014-07-22 02:52:40.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50378) > >2014-07-22 02:52:40.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56644) > >2014-07-22 02:52:43.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40025) > >2014-07-22 02:52:44.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50429) > >2014-07-22 02:52:44.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56697) > >2014-07-22 02:52:46.385 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:47.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40080) > >2014-07-22 02:52:48.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50481) > >2014-07-22 02:52:48.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56753) > >2014-07-22 02:52:51.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:52:51.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40131) > >2014-07-22 02:52:52.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50533) > >2014-07-22 02:52:52.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56805) > >2014-07-22 02:52:55.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40182) > >2014-07-22 02:52:56.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50584) > >2014-07-22 02:52:56.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56856) > >2014-07-22 02:52:59.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40233) > >2014-07-22 02:53:00.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50636) > >2014-07-22 02:53:00.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56908) > >2014-07-22 02:53:01.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:03.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40284) > >2014-07-22 02:53:04.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50689) > >2014-07-22 02:53:04.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56961) > >2014-07-22 02:53:07.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40335) > >2014-07-22 02:53:08.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50740) > >2014-07-22 02:53:08.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57012) > >2014-07-22 02:53:09.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:11.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40386) > >2014-07-22 02:53:12.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50792) > >2014-07-22 02:53:12.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57064) > >2014-07-22 02:53:15.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40437) > >2014-07-22 02:53:16.411 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:16.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50844) > >2014-07-22 02:53:16.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57116) > >2014-07-22 02:53:19.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40488) > >2014-07-22 02:53:20.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50895) > >2014-07-22 02:53:20.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57167) > >2014-07-22 02:53:21.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:23.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40539) > >2014-07-22 02:53:24.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50949) > >2014-07-22 02:53:24.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57221) > >2014-07-22 02:53:27.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40590) > >2014-07-22 02:53:28.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51000) > >2014-07-22 02:53:28.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57272) > >2014-07-22 02:53:31.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40641) > >2014-07-22 02:53:31.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:32.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51053) > >2014-07-22 02:53:32.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57325) > >2014-07-22 02:53:35.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40692) > >2014-07-22 02:53:36.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51105) > >2014-07-22 02:53:36.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57377) > >2014-07-22 02:53:39.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:39.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40743) > >2014-07-22 02:53:40.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51158) > >2014-07-22 02:53:40.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57430) > >2014-07-22 02:53:43.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40794) > >2014-07-22 02:53:44.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51209) > >2014-07-22 02:53:44.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57482) > >2014-07-22 02:53:46.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:47.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40845) > >2014-07-22 02:53:48.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51261) > >2014-07-22 02:53:48.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57536) > >2014-07-22 02:53:51.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:53:51.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40896) > >2014-07-22 02:53:51.815 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:53:51.815 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:53:51.815 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:53:51.828 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:53:52.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51314) > >2014-07-22 02:53:52.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57594) > >2014-07-22 02:53:55.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40947) > >2014-07-22 02:53:56.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51366) > >2014-07-22 02:53:56.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57646) > >2014-07-22 02:53:59.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40998) > >2014-07-22 02:54:00.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51417) > >2014-07-22 02:54:00.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57699) > >2014-07-22 02:54:01.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:03.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41049) > >2014-07-22 02:54:04.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51469) > >2014-07-22 02:54:04.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57751) > >2014-07-22 02:54:07.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41101) > >2014-07-22 02:54:08.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51520) > >2014-07-22 02:54:08.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57803) > >2014-07-22 02:54:09.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:11.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41152) > >2014-07-22 02:54:12.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51572) > >2014-07-22 02:54:12.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57859) > >2014-07-22 02:54:15.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41205) > >2014-07-22 02:54:16.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:16.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51624) > >2014-07-22 02:54:16.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57911) > >2014-07-22 02:54:19.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41256) > >2014-07-22 02:54:20.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51675) > >2014-07-22 02:54:20.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57966) > >2014-07-22 02:54:21.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:23.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41307) > >2014-07-22 02:54:24.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51729) > >2014-07-22 02:54:24.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58021) > >2014-07-22 02:54:27.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41358) > >2014-07-22 02:54:28.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51783) > >2014-07-22 02:54:28.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58075) > >2014-07-22 02:54:31.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41408) > >2014-07-22 02:54:31.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:32.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51838) > >2014-07-22 02:54:32.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58133) > >2014-07-22 02:54:35.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41460) > >2014-07-22 02:54:36.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51889) > >2014-07-22 02:54:36.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58186) > >2014-07-22 02:54:39.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:39.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41511) > >2014-07-22 02:54:40.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51943) > >2014-07-22 02:54:40.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58240) > >2014-07-22 02:54:43.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41564) > >2014-07-22 02:54:44.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51994) > >2014-07-22 02:54:44.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58293) > >2014-07-22 02:54:46.466 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:47.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41619) > >2014-07-22 02:54:48.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52046) > >2014-07-22 02:54:48.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58349) > >2014-07-22 02:54:51.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:54:51.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41670) > >2014-07-22 02:54:52.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52098) > >2014-07-22 02:54:52.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58402) > >2014-07-22 02:54:55.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41721) > >2014-07-22 02:54:56.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52150) > >2014-07-22 02:54:56.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58454) > >2014-07-22 02:54:59.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41772) > >2014-07-22 02:55:00.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52201) > >2014-07-22 02:55:00.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58505) > >2014-07-22 02:55:01.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:03.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41823) > >2014-07-22 02:55:04.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52255) > >2014-07-22 02:55:04.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58559) > >2014-07-22 02:55:07.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41874) > >2014-07-22 02:55:08.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52306) > >2014-07-22 02:55:08.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58610) > >2014-07-22 02:55:09.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:11.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41925) > >2014-07-22 02:55:12.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52358) > >2014-07-22 02:55:12.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58662) > >2014-07-22 02:55:15.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41976) > >2014-07-22 02:55:16.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:16.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52410) > >2014-07-22 02:55:16.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58714) > >2014-07-22 02:55:19.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42026) > >2014-07-22 02:55:20.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52461) > >2014-07-22 02:55:20.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58765) > >2014-07-22 02:55:21.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:23.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42077) > >2014-07-22 02:55:24.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52515) > >2014-07-22 02:55:24.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58819) > >2014-07-22 02:55:27.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42128) > >2014-07-22 02:55:28.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52566) > >2014-07-22 02:55:28.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58870) > >2014-07-22 02:55:31.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42179) > >2014-07-22 02:55:31.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:32.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52619) > >2014-07-22 02:55:32.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58923) > >2014-07-22 02:55:35.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42230) > >2014-07-22 02:55:36.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52670) > >2014-07-22 02:55:36.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58975) > >2014-07-22 02:55:39.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:39.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42281) > >2014-07-22 02:55:40.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52724) > >2014-07-22 02:55:40.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59028) > >2014-07-22 02:55:43.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42332) > >2014-07-22 02:55:44.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52776) > >2014-07-22 02:55:44.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59083) > >2014-07-22 02:55:46.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:47.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42383) > >2014-07-22 02:55:48.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52828) > >2014-07-22 02:55:48.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59135) > >2014-07-22 02:55:51.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:55:51.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42434) > >2014-07-22 02:55:51.830 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:55:51.830 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:55:51.831 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:55:51.844 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:55:52.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52881) > >2014-07-22 02:55:52.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59192) > >2014-07-22 02:55:55.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42485) > >2014-07-22 02:55:56.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52932) > >2014-07-22 02:55:56.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59244) > >2014-07-22 02:55:59.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42536) > >2014-07-22 02:56:00.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52983) > >2014-07-22 02:56:00.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59297) > >2014-07-22 02:56:01.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:03.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42587) > >2014-07-22 02:56:04.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53035) > >2014-07-22 02:56:04.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59348) > >2014-07-22 02:56:07.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42640) > >2014-07-22 02:56:08.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53086) > >2014-07-22 02:56:08.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59400) > >2014-07-22 02:56:09.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:11.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42691) > >2014-07-22 02:56:12.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53138) > >2014-07-22 02:56:12.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59455) > >2014-07-22 02:56:15.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42744) > >2014-07-22 02:56:16.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:16.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53190) > >2014-07-22 02:56:16.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59508) > >2014-07-22 02:56:19.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42795) > >2014-07-22 02:56:20.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53241) > >2014-07-22 02:56:20.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59563) > >2014-07-22 02:56:21.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:23.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42846) > >2014-07-22 02:56:24.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53295) > >2014-07-22 02:56:24.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59618) > >2014-07-22 02:56:27.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42897) > >2014-07-22 02:56:28.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53348) > >2014-07-22 02:56:28.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59671) > >2014-07-22 02:56:31.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42948) > >2014-07-22 02:56:31.837 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:32.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53403) > >2014-07-22 02:56:32.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59728) > >2014-07-22 02:56:35.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43000) > >2014-07-22 02:56:36.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53454) > >2014-07-22 02:56:36.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59782) > >2014-07-22 02:56:39.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:39.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43051) > >2014-07-22 02:56:40.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53508) > >2014-07-22 02:56:40.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59836) > >2014-07-22 02:56:43.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43104) > >2014-07-22 02:56:44.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53559) > >2014-07-22 02:56:44.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59889) > >2014-07-22 02:56:46.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:47.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43158) > >2014-07-22 02:56:48.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53611) > >2014-07-22 02:56:48.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59945) > >2014-07-22 02:56:51.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:56:51.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43210) > >2014-07-22 02:56:52.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53665) > >2014-07-22 02:56:52.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59999) > >2014-07-22 02:56:55.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43261) > >2014-07-22 02:56:56.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53717) > >2014-07-22 02:56:56.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60051) > >2014-07-22 02:56:59.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43312) > >2014-07-22 02:57:00.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53768) > >2014-07-22 02:57:00.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60102) > >2014-07-22 02:57:01.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:03.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43363) > >2014-07-22 02:57:04.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53822) > >2014-07-22 02:57:04.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60156) > >2014-07-22 02:57:07.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43414) > >2014-07-22 02:57:08.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53873) > >2014-07-22 02:57:08.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60207) > >2014-07-22 02:57:09.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:11.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43465) > >2014-07-22 02:57:12.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53925) > >2014-07-22 02:57:12.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60259) > >2014-07-22 02:57:15.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43516) > >2014-07-22 02:57:16.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:16.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53977) > >2014-07-22 02:57:16.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60311) > >2014-07-22 02:57:19.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43567) > >2014-07-22 02:57:20.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54028) > >2014-07-22 02:57:20.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60361) > >2014-07-22 02:57:21.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:23.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43618) > >2014-07-22 02:57:24.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54082) > >2014-07-22 02:57:24.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60415) > >2014-07-22 02:57:27.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43669) > >2014-07-22 02:57:28.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54133) > >2014-07-22 02:57:28.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60466) > >2014-07-22 02:57:31.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43720) > >2014-07-22 02:57:31.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:32.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54187) > >2014-07-22 02:57:32.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60520) > >2014-07-22 02:57:35.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43771) > >2014-07-22 02:57:36.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54238) > >2014-07-22 02:57:36.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60572) > >2014-07-22 02:57:39.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:39.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43822) > >2014-07-22 02:57:40.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54292) > >2014-07-22 02:57:40.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60624) > >2014-07-22 02:57:43.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43873) > >2014-07-22 02:57:44.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54343) > >2014-07-22 02:57:44.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60676) > >2014-07-22 02:57:46.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:47.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43924) > >2014-07-22 02:57:48.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54395) > >2014-07-22 02:57:48.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60730) > >2014-07-22 02:57:51.300 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:57:51.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43975) > >2014-07-22 02:57:51.846 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:57:51.846 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:57:51.847 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:57:51.878 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:57:52.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54447) > >2014-07-22 02:57:52.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60786) > >2014-07-22 02:57:55.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44026) > >2014-07-22 02:57:56.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54498) > >2014-07-22 02:57:56.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60837) > >2014-07-22 02:57:59.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44077) > >2014-07-22 02:58:00.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54549) > >2014-07-22 02:58:00.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60890) > >2014-07-22 02:58:01.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:03.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44128) > >2014-07-22 02:58:04.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54601) > >2014-07-22 02:58:04.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60942) > >2014-07-22 02:58:07.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44179) > >2014-07-22 02:58:08.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54652) > >2014-07-22 02:58:08.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60994) > >2014-07-22 02:58:09.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:11.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44230) > >2014-07-22 02:58:12.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54704) > >2014-07-22 02:58:12.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32816) > >2014-07-22 02:58:15.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44283) > >2014-07-22 02:58:16.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:16.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54756) > >2014-07-22 02:58:16.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32869) > >2014-07-22 02:58:19.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44334) > >2014-07-22 02:58:20.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54807) > >2014-07-22 02:58:20.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32924) > >2014-07-22 02:58:21.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:23.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44385) > >2014-07-22 02:58:24.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54861) > >2014-07-22 02:58:24.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32978) > >2014-07-22 02:58:27.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44436) > >2014-07-22 02:58:28.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54913) > >2014-07-22 02:58:28.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33031) > >2014-07-22 02:58:31.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44487) > >2014-07-22 02:58:31.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:32.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54969) > >2014-07-22 02:58:32.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33089) > >2014-07-22 02:58:35.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44539) > >2014-07-22 02:58:36.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55020) > >2014-07-22 02:58:36.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33141) > >2014-07-22 02:58:39.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:39.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44590) > >2014-07-22 02:58:40.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55074) > >2014-07-22 02:58:40.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33197) > >2014-07-22 02:58:43.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44643) > >2014-07-22 02:58:44.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55125) > >2014-07-22 02:58:44.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33250) > >2014-07-22 02:58:46.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:47.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44695) > >2014-07-22 02:58:48.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55177) > >2014-07-22 02:58:48.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33306) > >2014-07-22 02:58:51.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:58:51.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44749) > >2014-07-22 02:58:52.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55231) > >2014-07-22 02:58:52.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33360) > >2014-07-22 02:58:55.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44800) > >2014-07-22 02:58:56.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55283) > >2014-07-22 02:58:57.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33412) > >2014-07-22 02:58:59.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44851) > >2014-07-22 02:59:00.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55334) > >2014-07-22 02:59:01.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33463) > >2014-07-22 02:59:01.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:03.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44902) > >2014-07-22 02:59:04.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55388) > >2014-07-22 02:59:05.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33517) > >2014-07-22 02:59:07.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44953) > >2014-07-22 02:59:08.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55439) > >2014-07-22 02:59:09.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33568) > >2014-07-22 02:59:09.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:11.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45004) > >2014-07-22 02:59:12.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55490) > >2014-07-22 02:59:13.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33620) > >2014-07-22 02:59:15.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45055) > >2014-07-22 02:59:16.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:16.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55542) > >2014-07-22 02:59:17.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33672) > >2014-07-22 02:59:19.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45106) > >2014-07-22 02:59:20.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55593) > >2014-07-22 02:59:21.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33723) > >2014-07-22 02:59:21.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:23.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45157) > >2014-07-22 02:59:24.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55647) > >2014-07-22 02:59:25.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33777) > >2014-07-22 02:59:27.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45208) > >2014-07-22 02:59:28.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55699) > >2014-07-22 02:59:29.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33828) > >2014-07-22 02:59:31.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45259) > >2014-07-22 02:59:31.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:32.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55753) > >2014-07-22 02:59:33.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33882) > >2014-07-22 02:59:35.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45310) > >2014-07-22 02:59:36.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55804) > >2014-07-22 02:59:37.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33933) > >2014-07-22 02:59:39.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:39.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45361) > >2014-07-22 02:59:40.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55858) > >2014-07-22 02:59:41.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33987) > >2014-07-22 02:59:43.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45412) > >2014-07-22 02:59:44.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55909) > >2014-07-22 02:59:45.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34039) > >2014-07-22 02:59:46.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:47.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45463) > >2014-07-22 02:59:48.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55961) > >2014-07-22 02:59:49.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34093) > >2014-07-22 02:59:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 02:59:51.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45514) > >2014-07-22 02:59:51.917 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 02:59:51.917 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 02:59:51.917 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 02:59:51.964 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 02:59:52.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56014) > >2014-07-22 02:59:53.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34150) > >2014-07-22 02:59:55.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45565) > >2014-07-22 02:59:56.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56066) > >2014-07-22 02:59:57.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34202) > >2014-07-22 02:59:59.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45617) > >2014-07-22 03:00:00.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56117) > >2014-07-22 03:00:01.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34255) > >2014-07-22 03:00:02.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:03.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45668) > >2014-07-22 03:00:04.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56169) > >2014-07-22 03:00:05.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34307) > >2014-07-22 03:00:07.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45719) > >2014-07-22 03:00:08.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56221) > >2014-07-22 03:00:09.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34358) > >2014-07-22 03:00:09.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:11.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45771) > >2014-07-22 03:00:12.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56273) > >2014-07-22 03:00:13.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34414) > >2014-07-22 03:00:15.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45825) > >2014-07-22 03:00:16.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:16.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56325) > >2014-07-22 03:00:17.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34467) > >2014-07-22 03:00:19.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45876) > >2014-07-22 03:00:20.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56376) > >2014-07-22 03:00:21.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34522) > >2014-07-22 03:00:21.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:23.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45926) > >2014-07-22 03:00:24.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56429) > >2014-07-22 03:00:25.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34576) > >2014-07-22 03:00:27.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45977) > >2014-07-22 03:00:28.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56481) > >2014-07-22 03:00:29.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34629) > >2014-07-22 03:00:31.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46028) > >2014-07-22 03:00:32.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:32.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56537) > >2014-07-22 03:00:33.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34685) > >2014-07-22 03:00:35.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46080) > >2014-07-22 03:00:36.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56588) > >2014-07-22 03:00:37.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34739) > >2014-07-22 03:00:39.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:39.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46131) > >2014-07-22 03:00:40.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56642) > >2014-07-22 03:00:41.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34795) > >2014-07-22 03:00:43.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46184) > >2014-07-22 03:00:44.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56694) > >2014-07-22 03:00:45.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34849) > >2014-07-22 03:00:46.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:47.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46236) > >2014-07-22 03:00:48.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56746) > >2014-07-22 03:00:49.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34904) > >2014-07-22 03:00:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:00:51.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46290) > >2014-07-22 03:00:52.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56799) > >2014-07-22 03:00:53.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34958) > >2014-07-22 03:00:55.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46341) > >2014-07-22 03:00:56.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56851) > >2014-07-22 03:00:57.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35010) > >2014-07-22 03:00:59.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46391) > >2014-07-22 03:01:00.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56902) > >2014-07-22 03:01:01.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35061) > >2014-07-22 03:01:02.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:03.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46442) > >2014-07-22 03:01:04.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56956) > >2014-07-22 03:01:05.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35115) > >2014-07-22 03:01:07.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46493) > >2014-07-22 03:01:08.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57007) > >2014-07-22 03:01:09.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35166) > >2014-07-22 03:01:09.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:11.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46544) > >2014-07-22 03:01:12.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57059) > >2014-07-22 03:01:13.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35218) > >2014-07-22 03:01:15.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46595) > >2014-07-22 03:01:16.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:16.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57111) > >2014-07-22 03:01:17.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35270) > >2014-07-22 03:01:19.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46646) > >2014-07-22 03:01:20.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57162) > >2014-07-22 03:01:21.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35321) > >2014-07-22 03:01:21.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:23.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46697) > >2014-07-22 03:01:24.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57216) > >2014-07-22 03:01:25.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35375) > >2014-07-22 03:01:27.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46748) > >2014-07-22 03:01:29.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57267) > >2014-07-22 03:01:29.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35426) > >2014-07-22 03:01:31.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46799) > >2014-07-22 03:01:32.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:33.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57320) > >2014-07-22 03:01:33.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35480) > >2014-07-22 03:01:35.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46850) > >2014-07-22 03:01:37.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57371) > >2014-07-22 03:01:37.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35530) > >2014-07-22 03:01:39.289 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:39.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46901) > >2014-07-22 03:01:41.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57425) > >2014-07-22 03:01:41.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35584) > >2014-07-22 03:01:44.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46952) > >2014-07-22 03:01:45.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57476) > >2014-07-22 03:01:45.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35635) > >2014-07-22 03:01:46.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:47.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47003) > >2014-07-22 03:01:49.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57528) > >2014-07-22 03:01:49.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35690) > >2014-07-22 03:01:51.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:01:51.967 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:01:51.967 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:01:51.968 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:01:51.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47054) > >2014-07-22 03:01:52.047 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:01:53.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57581) > >2014-07-22 03:01:53.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35747) > >2014-07-22 03:01:55.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47105) > >2014-07-22 03:01:57.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57633) > >2014-07-22 03:01:57.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35799) > >2014-07-22 03:02:00.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47156) > >2014-07-22 03:02:01.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57684) > >2014-07-22 03:02:01.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35850) > >2014-07-22 03:02:02.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:04.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47207) > >2014-07-22 03:02:05.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57736) > >2014-07-22 03:02:05.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35904) > >2014-07-22 03:02:08.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47258) > >2014-07-22 03:02:09.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57787) > >2014-07-22 03:02:09.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35955) > >2014-07-22 03:02:09.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:12.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47310) > >2014-07-22 03:02:13.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57839) > >2014-07-22 03:02:13.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36012) > >2014-07-22 03:02:16.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47362) > >2014-07-22 03:02:16.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:17.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57891) > >2014-07-22 03:02:17.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36065) > >2014-07-22 03:02:20.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47414) > >2014-07-22 03:02:21.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57942) > >2014-07-22 03:02:21.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36120) > >2014-07-22 03:02:21.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:24.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47465) > >2014-07-22 03:02:25.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57996) > >2014-07-22 03:02:25.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36174) > >2014-07-22 03:02:28.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47516) > >2014-07-22 03:02:29.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58048) > >2014-07-22 03:02:29.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36227) > >2014-07-22 03:02:32.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47567) > >2014-07-22 03:02:32.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:33.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58104) > >2014-07-22 03:02:33.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36283) > >2014-07-22 03:02:36.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47618) > >2014-07-22 03:02:37.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58155) > >2014-07-22 03:02:37.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36337) > >2014-07-22 03:02:39.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:40.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47670) > >2014-07-22 03:02:41.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58209) > >2014-07-22 03:02:41.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36393) > >2014-07-22 03:02:44.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47723) > >2014-07-22 03:02:45.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58260) > >2014-07-22 03:02:45.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36446) > >2014-07-22 03:02:46.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:48.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47774) > >2014-07-22 03:02:49.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58312) > >2014-07-22 03:02:49.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36499) > >2014-07-22 03:02:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:02:52.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47829) > >2014-07-22 03:02:53.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58364) > >2014-07-22 03:02:53.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36554) > >2014-07-22 03:02:56.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47880) > >2014-07-22 03:02:57.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58415) > >2014-07-22 03:02:57.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36605) > >2014-07-22 03:03:00.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47931) > >2014-07-22 03:03:01.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58466) > >2014-07-22 03:03:01.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36656) > >2014-07-22 03:03:02.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:04.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47982) > >2014-07-22 03:03:05.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58518) > >2014-07-22 03:03:05.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36708) > >2014-07-22 03:03:08.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48033) > >2014-07-22 03:03:09.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58571) > >2014-07-22 03:03:09.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36761) > >2014-07-22 03:03:09.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:12.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48084) > >2014-07-22 03:03:13.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58623) > >2014-07-22 03:03:13.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36813) > >2014-07-22 03:03:16.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48135) > >2014-07-22 03:03:16.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:17.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58675) > >2014-07-22 03:03:17.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36865) > >2014-07-22 03:03:20.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48186) > >2014-07-22 03:03:21.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58728) > >2014-07-22 03:03:21.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36916) > >2014-07-22 03:03:21.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:24.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48237) > >2014-07-22 03:03:25.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58782) > >2014-07-22 03:03:25.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36968) > >2014-07-22 03:03:28.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48288) > >2014-07-22 03:03:29.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58835) > >2014-07-22 03:03:29.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37019) > >2014-07-22 03:03:32.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48339) > >2014-07-22 03:03:32.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:33.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58889) > >2014-07-22 03:03:33.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37073) > >2014-07-22 03:03:36.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48390) > >2014-07-22 03:03:37.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58940) > >2014-07-22 03:03:37.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37124) > >2014-07-22 03:03:39.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:40.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48441) > >2014-07-22 03:03:41.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58994) > >2014-07-22 03:03:41.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37178) > >2014-07-22 03:03:44.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48492) > >2014-07-22 03:03:45.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59045) > >2014-07-22 03:03:45.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37231) > >2014-07-22 03:03:46.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:48.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48543) > >2014-07-22 03:03:49.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59097) > >2014-07-22 03:03:49.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37284) > >2014-07-22 03:03:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:03:52.051 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:03:52.051 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:03:52.052 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:03:52.063 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:03:52.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48594) > >2014-07-22 03:03:53.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59152) > >2014-07-22 03:03:53.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37341) > >2014-07-22 03:03:56.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48645) > >2014-07-22 03:03:57.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59204) > >2014-07-22 03:03:57.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37393) > >2014-07-22 03:04:00.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48695) > >2014-07-22 03:04:01.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59255) > >2014-07-22 03:04:01.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37444) > >2014-07-22 03:04:02.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:04.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48746) > >2014-07-22 03:04:05.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59307) > >2014-07-22 03:04:05.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37498) > >2014-07-22 03:04:08.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48797) > >2014-07-22 03:04:09.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59358) > >2014-07-22 03:04:09.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37549) > >2014-07-22 03:04:09.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:12.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48849) > >2014-07-22 03:04:13.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59410) > >2014-07-22 03:04:13.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37603) > >2014-07-22 03:04:16.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48901) > >2014-07-22 03:04:16.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:17.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59462) > >2014-07-22 03:04:17.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37657) > >2014-07-22 03:04:20.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48953) > >2014-07-22 03:04:21.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59513) > >2014-07-22 03:04:21.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37713) > >2014-07-22 03:04:21.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:24.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49004) > >2014-07-22 03:04:25.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59567) > >2014-07-22 03:04:25.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37767) > >2014-07-22 03:04:28.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49055) > >2014-07-22 03:04:29.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59619) > >2014-07-22 03:04:29.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37820) > >2014-07-22 03:04:32.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49106) > >2014-07-22 03:04:32.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:33.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59674) > >2014-07-22 03:04:33.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37875) > >2014-07-22 03:04:36.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49157) > >2014-07-22 03:04:37.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59725) > >2014-07-22 03:04:37.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37929) > >2014-07-22 03:04:39.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:40.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49209) > >2014-07-22 03:04:41.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59779) > >2014-07-22 03:04:41.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37986) > >2014-07-22 03:04:44.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49262) > >2014-07-22 03:04:45.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59831) > >2014-07-22 03:04:45.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38040) > >2014-07-22 03:04:46.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:48.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49313) > >2014-07-22 03:04:49.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59885) > >2014-07-22 03:04:49.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38093) > >2014-07-22 03:04:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:04:52.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49368) > >2014-07-22 03:04:53.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59938) > >2014-07-22 03:04:53.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38149) > >2014-07-22 03:04:56.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49419) > >2014-07-22 03:04:57.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59991) > >2014-07-22 03:04:57.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38200) > >2014-07-22 03:05:00.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49470) > >2014-07-22 03:05:01.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60043) > >2014-07-22 03:05:01.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38252) > >2014-07-22 03:05:02.269 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:04.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49521) > >2014-07-22 03:05:05.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60095) > >2014-07-22 03:05:05.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38304) > >2014-07-22 03:05:08.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49572) > >2014-07-22 03:05:09.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60148) > >2014-07-22 03:05:09.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38357) > >2014-07-22 03:05:09.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:12.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49623) > >2014-07-22 03:05:13.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60200) > >2014-07-22 03:05:13.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38409) > >2014-07-22 03:05:16.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49674) > >2014-07-22 03:05:16.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60252) > >2014-07-22 03:05:17.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38461) > >2014-07-22 03:05:20.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49725) > >2014-07-22 03:05:21.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60303) > >2014-07-22 03:05:21.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38512) > >2014-07-22 03:05:21.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:24.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49776) > >2014-07-22 03:05:25.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60360) > >2014-07-22 03:05:25.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38567) > >2014-07-22 03:05:28.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49829) > >2014-07-22 03:05:29.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60412) > >2014-07-22 03:05:29.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38619) > >2014-07-22 03:05:32.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49880) > >2014-07-22 03:05:32.298 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:33.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60464) > >2014-07-22 03:05:33.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38671) > >2014-07-22 03:05:36.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49931) > >2014-07-22 03:05:37.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60515) > >2014-07-22 03:05:37.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38722) > >2014-07-22 03:05:39.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:40.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49982) > >2014-07-22 03:05:41.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60568) > >2014-07-22 03:05:41.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38775) > >2014-07-22 03:05:44.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50033) > >2014-07-22 03:05:45.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60619) > >2014-07-22 03:05:45.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38826) > >2014-07-22 03:05:46.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:48.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50084) > >2014-07-22 03:05:49.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60671) > >2014-07-22 03:05:49.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38881) > >2014-07-22 03:05:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:05:52.065 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:05:52.065 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:05:52.066 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:05:52.078 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:05:52.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50135) > >2014-07-22 03:05:53.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60723) > >2014-07-22 03:05:53.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38937) > >2014-07-22 03:05:56.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50186) > >2014-07-22 03:05:57.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60774) > >2014-07-22 03:05:57.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38988) > >2014-07-22 03:06:00.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50237) > >2014-07-22 03:06:01.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60825) > >2014-07-22 03:06:01.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39039) > >2014-07-22 03:06:02.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:04.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50287) > >2014-07-22 03:06:05.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60877) > >2014-07-22 03:06:05.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39093) > >2014-07-22 03:06:08.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50338) > >2014-07-22 03:06:09.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60928) > >2014-07-22 03:06:09.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39144) > >2014-07-22 03:06:09.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:12.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50389) > >2014-07-22 03:06:13.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60981) > >2014-07-22 03:06:13.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39198) > >2014-07-22 03:06:16.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50442) > >2014-07-22 03:06:16.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:17.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32800) > >2014-07-22 03:06:17.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39252) > >2014-07-22 03:06:20.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50494) > >2014-07-22 03:06:21.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32851) > >2014-07-22 03:06:21.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39308) > >2014-07-22 03:06:21.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:24.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50545) > >2014-07-22 03:06:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32905) > >2014-07-22 03:06:25.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39362) > >2014-07-22 03:06:28.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50596) > >2014-07-22 03:06:29.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32957) > >2014-07-22 03:06:29.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39415) > >2014-07-22 03:06:32.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50647) > >2014-07-22 03:06:32.346 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:33.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33011) > >2014-07-22 03:06:33.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39469) > >2014-07-22 03:06:36.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50697) > >2014-07-22 03:06:37.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33064) > >2014-07-22 03:06:37.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39524) > >2014-07-22 03:06:39.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:40.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50749) > >2014-07-22 03:06:41.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33118) > >2014-07-22 03:06:41.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39579) > >2014-07-22 03:06:44.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50802) > >2014-07-22 03:06:45.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33169) > >2014-07-22 03:06:45.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39634) > >2014-07-22 03:06:47.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:48.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50853) > >2014-07-22 03:06:49.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33221) > >2014-07-22 03:06:49.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39686) > >2014-07-22 03:06:51.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:06:52.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50908) > >2014-07-22 03:06:53.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33273) > >2014-07-22 03:06:53.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39742) > >2014-07-22 03:06:56.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50959) > >2014-07-22 03:06:57.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33324) > >2014-07-22 03:06:57.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39793) > >2014-07-22 03:07:00.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51010) > >2014-07-22 03:07:01.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33375) > >2014-07-22 03:07:01.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39844) > >2014-07-22 03:07:02.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:04.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51061) > >2014-07-22 03:07:05.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33427) > >2014-07-22 03:07:05.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39896) > >2014-07-22 03:07:08.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51112) > >2014-07-22 03:07:09.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33479) > >2014-07-22 03:07:09.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39949) > >2014-07-22 03:07:09.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:12.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51163) > >2014-07-22 03:07:13.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33531) > >2014-07-22 03:07:13.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40001) > >2014-07-22 03:07:16.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51214) > >2014-07-22 03:07:17.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:17.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33582) > >2014-07-22 03:07:17.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40053) > >2014-07-22 03:07:20.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51265) > >2014-07-22 03:07:21.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33634) > >2014-07-22 03:07:21.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:21.342 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 40103) > >2014-07-22 03:07:24.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51316) > >2014-07-22 03:07:25.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33688) > >2014-07-22 03:07:25.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40156) > >2014-07-22 03:07:28.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51367) > >2014-07-22 03:07:29.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33739) > >2014-07-22 03:07:29.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40207) > >2014-07-22 03:07:32.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51418) > >2014-07-22 03:07:32.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:33.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33791) > >2014-07-22 03:07:33.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40259) > >2014-07-22 03:07:36.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51469) > >2014-07-22 03:07:37.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33841) > >2014-07-22 03:07:37.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40310) > >2014-07-22 03:07:39.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:40.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51520) > >2014-07-22 03:07:41.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33894) > >2014-07-22 03:07:41.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40363) > >2014-07-22 03:07:44.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51571) > >2014-07-22 03:07:45.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33945) > >2014-07-22 03:07:45.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40416) > >2014-07-22 03:07:47.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:48.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51622) > >2014-07-22 03:07:49.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33997) > >2014-07-22 03:07:49.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40469) > >2014-07-22 03:07:51.302 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:07:52.080 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:07:52.080 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:07:52.081 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:07:52.092 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:07:52.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51673) > >2014-07-22 03:07:53.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34049) > >2014-07-22 03:07:53.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40525) > >2014-07-22 03:07:56.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51724) > >2014-07-22 03:07:57.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34100) > >2014-07-22 03:07:57.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40576) > >2014-07-22 03:08:00.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51775) > >2014-07-22 03:08:01.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34151) > >2014-07-22 03:08:01.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40627) > >2014-07-22 03:08:02.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:04.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51826) > >2014-07-22 03:08:05.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34203) > >2014-07-22 03:08:05.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40681) > >2014-07-22 03:08:08.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51877) > >2014-07-22 03:08:09.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34254) > >2014-07-22 03:08:09.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40732) > >2014-07-22 03:08:09.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:12.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51929) > >2014-07-22 03:08:13.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34306) > >2014-07-22 03:08:13.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40785) > >2014-07-22 03:08:16.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51981) > >2014-07-22 03:08:17.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:17.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34357) > >2014-07-22 03:08:17.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40841) > >2014-07-22 03:08:20.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52032) > >2014-07-22 03:08:21.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34409) > >2014-07-22 03:08:21.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:21.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40893) > >2014-07-22 03:08:24.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52083) > >2014-07-22 03:08:25.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34463) > >2014-07-22 03:08:25.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40951) > >2014-07-22 03:08:28.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52134) > >2014-07-22 03:08:29.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34515) > >2014-07-22 03:08:29.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41004) > >2014-07-22 03:08:32.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:32.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52185) > >2014-07-22 03:08:33.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34569) > >2014-07-22 03:08:33.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41058) > >2014-07-22 03:08:36.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52236) > >2014-07-22 03:08:37.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34622) > >2014-07-22 03:08:37.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41111) > >2014-07-22 03:08:39.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:40.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52288) > >2014-07-22 03:08:41.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34675) > >2014-07-22 03:08:41.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41167) > >2014-07-22 03:08:44.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52341) > >2014-07-22 03:08:45.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34728) > >2014-07-22 03:08:45.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41224) > >2014-07-22 03:08:47.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:48.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52392) > >2014-07-22 03:08:49.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34780) > >2014-07-22 03:08:49.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41276) > >2014-07-22 03:08:51.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:08:52.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52447) > >2014-07-22 03:08:53.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34833) > >2014-07-22 03:08:53.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41333) > >2014-07-22 03:08:56.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52498) > >2014-07-22 03:08:57.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34884) > >2014-07-22 03:08:57.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41384) > >2014-07-22 03:09:00.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52549) > >2014-07-22 03:09:01.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34936) > >2014-07-22 03:09:01.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41436) > >2014-07-22 03:09:02.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:04.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52600) > >2014-07-22 03:09:05.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34988) > >2014-07-22 03:09:05.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41488) > >2014-07-22 03:09:08.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52651) > >2014-07-22 03:09:09.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35041) > >2014-07-22 03:09:09.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41539) > >2014-07-22 03:09:09.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:12.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52702) > >2014-07-22 03:09:13.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35093) > >2014-07-22 03:09:13.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41591) > >2014-07-22 03:09:16.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52753) > >2014-07-22 03:09:17.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:17.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35144) > >2014-07-22 03:09:17.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41643) > >2014-07-22 03:09:20.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52804) > >2014-07-22 03:09:21.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:21.320 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 35197) > >2014-07-22 03:09:21.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41694) > >2014-07-22 03:09:24.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52857) > >2014-07-22 03:09:25.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35253) > >2014-07-22 03:09:25.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41748) > >2014-07-22 03:09:28.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52910) > >2014-07-22 03:09:29.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35306) > >2014-07-22 03:09:29.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41801) > >2014-07-22 03:09:32.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:32.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52963) > >2014-07-22 03:09:33.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35361) > >2014-07-22 03:09:33.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41856) > >2014-07-22 03:09:36.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53016) > >2014-07-22 03:09:37.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35414) > >2014-07-22 03:09:37.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41909) > >2014-07-22 03:09:39.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:40.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53068) > >2014-07-22 03:09:41.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35470) > >2014-07-22 03:09:41.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41965) > >2014-07-22 03:09:44.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53121) > >2014-07-22 03:09:45.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35523) > >2014-07-22 03:09:45.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42018) > >2014-07-22 03:09:47.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:48.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53174) > >2014-07-22 03:09:49.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35577) > >2014-07-22 03:09:49.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42074) > >2014-07-22 03:09:51.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:09:52.094 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:09:52.094 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:09:52.095 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:09:52.107 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:09:52.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53227) > >2014-07-22 03:09:53.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35633) > >2014-07-22 03:09:53.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42135) > >2014-07-22 03:09:56.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53280) > >2014-07-22 03:09:57.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35686) > >2014-07-22 03:09:57.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42188) > >2014-07-22 03:10:00.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53333) > >2014-07-22 03:10:01.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35740) > >2014-07-22 03:10:01.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42242) > >2014-07-22 03:10:02.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:04.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53386) > >2014-07-22 03:10:05.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35794) > >2014-07-22 03:10:05.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42296) > >2014-07-22 03:10:08.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53439) > >2014-07-22 03:10:09.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35847) > >2014-07-22 03:10:09.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42351) > >2014-07-22 03:10:09.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:12.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53493) > >2014-07-22 03:10:13.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35901) > >2014-07-22 03:10:13.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42406) > >2014-07-22 03:10:16.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53547) > >2014-07-22 03:10:17.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:17.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35954) > >2014-07-22 03:10:17.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42463) > >2014-07-22 03:10:20.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53600) > >2014-07-22 03:10:21.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:21.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36007) > >2014-07-22 03:10:21.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42517) > >2014-07-22 03:10:24.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53654) > >2014-07-22 03:10:25.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36062) > >2014-07-22 03:10:25.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42576) > >2014-07-22 03:10:28.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53707) > >2014-07-22 03:10:29.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36117) > >2014-07-22 03:10:29.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42632) > >2014-07-22 03:10:32.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:32.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53760) > >2014-07-22 03:10:33.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36174) > >2014-07-22 03:10:33.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42689) > >2014-07-22 03:10:36.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53813) > >2014-07-22 03:10:37.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36229) > >2014-07-22 03:10:37.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42744) > >2014-07-22 03:10:39.727 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:40.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53867) > >2014-07-22 03:10:41.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36284) > >2014-07-22 03:10:41.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42802) > >2014-07-22 03:10:44.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53922) > >2014-07-22 03:10:45.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36338) > >2014-07-22 03:10:45.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42860) > >2014-07-22 03:10:47.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:48.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53975) > >2014-07-22 03:10:49.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36392) > >2014-07-22 03:10:49.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42914) > >2014-07-22 03:10:51.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:10:52.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54032) > >2014-07-22 03:10:53.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36447) > >2014-07-22 03:10:53.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42973) > >2014-07-22 03:10:56.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54085) > >2014-07-22 03:10:57.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36501) > >2014-07-22 03:10:57.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43027) > >2014-07-22 03:11:00.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54138) > >2014-07-22 03:11:01.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36554) > >2014-07-22 03:11:01.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43080) > >2014-07-22 03:11:02.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:04.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54191) > >2014-07-22 03:11:05.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36608) > >2014-07-22 03:11:05.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43134) > >2014-07-22 03:11:08.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54244) > >2014-07-22 03:11:09.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36662) > >2014-07-22 03:11:09.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43188) > >2014-07-22 03:11:09.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:12.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54297) > >2014-07-22 03:11:13.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36717) > >2014-07-22 03:11:13.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43243) > >2014-07-22 03:11:16.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54350) > >2014-07-22 03:11:17.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:17.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36770) > >2014-07-22 03:11:17.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43297) > >2014-07-22 03:11:20.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54403) > >2014-07-22 03:11:21.321 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:21.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36824) > >2014-07-22 03:11:21.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43350) > >2014-07-22 03:11:24.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54456) > >2014-07-22 03:11:25.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36880) > >2014-07-22 03:11:25.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43406) > >2014-07-22 03:11:28.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54509) > >2014-07-22 03:11:29.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36933) > >2014-07-22 03:11:29.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43459) > >2014-07-22 03:11:32.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:32.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54562) > >2014-07-22 03:11:33.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36988) > >2014-07-22 03:11:33.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43514) > >2014-07-22 03:11:36.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54615) > >2014-07-22 03:11:37.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37041) > >2014-07-22 03:11:37.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43567) > >2014-07-22 03:11:39.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:40.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54668) > >2014-07-22 03:11:41.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37096) > >2014-07-22 03:11:41.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43622) > >2014-07-22 03:11:44.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54721) > >2014-07-22 03:11:45.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37150) > >2014-07-22 03:11:45.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43676) > >2014-07-22 03:11:47.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:48.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54774) > >2014-07-22 03:11:49.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37204) > >2014-07-22 03:11:49.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43732) > >2014-07-22 03:11:51.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:11:52.108 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:11:52.108 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:11:52.109 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:11:52.120 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:11:52.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54827) > >2014-07-22 03:11:53.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37260) > >2014-07-22 03:11:53.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43793) > >2014-07-22 03:11:56.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54880) > >2014-07-22 03:11:57.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37312) > >2014-07-22 03:11:57.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43846) > >2014-07-22 03:12:00.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54933) > >2014-07-22 03:12:01.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37366) > >2014-07-22 03:12:01.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43900) > >2014-07-22 03:12:02.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:04.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54985) > >2014-07-22 03:12:05.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37420) > >2014-07-22 03:12:05.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43954) > >2014-07-22 03:12:08.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55038) > >2014-07-22 03:12:09.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37473) > >2014-07-22 03:12:09.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44009) > >2014-07-22 03:12:09.798 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:12.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55092) > >2014-07-22 03:12:13.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37527) > >2014-07-22 03:12:13.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44064) > >2014-07-22 03:12:16.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55147) > >2014-07-22 03:12:17.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:17.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37580) > >2014-07-22 03:12:17.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44121) > >2014-07-22 03:12:20.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55200) > >2014-07-22 03:12:21.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:21.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37634) > >2014-07-22 03:12:21.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44175) > >2014-07-22 03:12:24.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55254) > >2014-07-22 03:12:25.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37689) > >2014-07-22 03:12:25.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44234) > >2014-07-22 03:12:28.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55307) > >2014-07-22 03:12:29.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37744) > >2014-07-22 03:12:29.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44290) > >2014-07-22 03:12:32.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:32.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55360) > >2014-07-22 03:12:33.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37801) > >2014-07-22 03:12:33.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44347) > >2014-07-22 03:12:36.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55413) > >2014-07-22 03:12:37.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37855) > >2014-07-22 03:12:37.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44401) > >2014-07-22 03:12:39.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:40.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55466) > >2014-07-22 03:12:41.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37910) > >2014-07-22 03:12:41.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44459) > >2014-07-22 03:12:44.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55522) > >2014-07-22 03:12:45.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37964) > >2014-07-22 03:12:45.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44518) > >2014-07-22 03:12:47.308 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:48.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55575) > >2014-07-22 03:12:49.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38018) > >2014-07-22 03:12:49.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44572) > >2014-07-22 03:12:51.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:12:52.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55632) > >2014-07-22 03:12:53.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38072) > >2014-07-22 03:12:53.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44630) > >2014-07-22 03:12:56.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55685) > >2014-07-22 03:12:57.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38126) > >2014-07-22 03:12:57.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44682) > >2014-07-22 03:13:00.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55738) > >2014-07-22 03:13:01.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38179) > >2014-07-22 03:13:01.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44735) > >2014-07-22 03:13:02.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:04.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55791) > >2014-07-22 03:13:05.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38233) > >2014-07-22 03:13:05.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44789) > >2014-07-22 03:13:08.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55844) > >2014-07-22 03:13:09.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38287) > >2014-07-22 03:13:09.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44843) > >2014-07-22 03:13:09.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:12.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55897) > >2014-07-22 03:13:13.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38342) > >2014-07-22 03:13:13.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44898) > >2014-07-22 03:13:16.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55950) > >2014-07-22 03:13:17.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:17.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38395) > >2014-07-22 03:13:17.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44952) > >2014-07-22 03:13:20.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56003) > >2014-07-22 03:13:21.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:21.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38449) > >2014-07-22 03:13:21.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45006) > >2014-07-22 03:13:24.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56056) > >2014-07-22 03:13:25.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38505) > >2014-07-22 03:13:25.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45061) > >2014-07-22 03:13:28.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56109) > >2014-07-22 03:13:29.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38558) > >2014-07-22 03:13:29.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45114) > >2014-07-22 03:13:32.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:32.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56162) > >2014-07-22 03:13:33.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38613) > >2014-07-22 03:13:33.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45169) > >2014-07-22 03:13:36.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56215) > >2014-07-22 03:13:37.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38666) > >2014-07-22 03:13:37.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45222) > >2014-07-22 03:13:39.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:40.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56268) > >2014-07-22 03:13:41.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38721) > >2014-07-22 03:13:41.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45277) > >2014-07-22 03:13:44.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56321) > >2014-07-22 03:13:45.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38776) > >2014-07-22 03:13:45.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45331) > >2014-07-22 03:13:47.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:48.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56374) > >2014-07-22 03:13:49.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38830) > >2014-07-22 03:13:49.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45387) > >2014-07-22 03:13:51.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:13:52.122 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:13:52.122 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:13:52.123 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:13:52.141 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:13:52.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56427) > >2014-07-22 03:13:53.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38886) > >2014-07-22 03:13:53.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45448) > >2014-07-22 03:13:56.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56480) > >2014-07-22 03:13:57.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38939) > >2014-07-22 03:13:57.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45501) > >2014-07-22 03:14:00.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56533) > >2014-07-22 03:14:01.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38993) > >2014-07-22 03:14:01.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45555) > >2014-07-22 03:14:02.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:04.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56585) > >2014-07-22 03:14:05.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39047) > >2014-07-22 03:14:05.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45609) > >2014-07-22 03:14:08.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56638) > >2014-07-22 03:14:09.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39100) > >2014-07-22 03:14:09.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45664) > >2014-07-22 03:14:09.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:12.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56692) > >2014-07-22 03:14:13.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39154) > >2014-07-22 03:14:13.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45719) > >2014-07-22 03:14:16.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56746) > >2014-07-22 03:14:17.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:17.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39207) > >2014-07-22 03:14:17.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45776) > >2014-07-22 03:14:20.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56799) > >2014-07-22 03:14:21.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:21.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39261) > >2014-07-22 03:14:21.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45830) > >2014-07-22 03:14:24.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56853) > >2014-07-22 03:14:25.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39316) > >2014-07-22 03:14:25.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45889) > >2014-07-22 03:14:28.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56906) > >2014-07-22 03:14:29.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39371) > >2014-07-22 03:14:29.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45945) > >2014-07-22 03:14:32.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:32.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56959) > >2014-07-22 03:14:33.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39428) > >2014-07-22 03:14:33.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46001) > >2014-07-22 03:14:36.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57012) > >2014-07-22 03:14:37.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39481) > >2014-07-22 03:14:37.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46054) > >2014-07-22 03:14:39.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:40.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57065) > >2014-07-22 03:14:41.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39538) > >2014-07-22 03:14:41.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46112) > >2014-07-22 03:14:44.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57121) > >2014-07-22 03:14:45.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39593) > >2014-07-22 03:14:45.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46169) > >2014-07-22 03:14:47.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:48.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57174) > >2014-07-22 03:14:49.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39647) > >2014-07-22 03:14:49.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46225) > >2014-07-22 03:14:51.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:14:52.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57229) > >2014-07-22 03:14:53.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39702) > >2014-07-22 03:14:53.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46284) > >2014-07-22 03:14:56.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57284) > >2014-07-22 03:14:57.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39755) > >2014-07-22 03:14:57.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46337) > >2014-07-22 03:15:00.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57337) > >2014-07-22 03:15:01.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39810) > >2014-07-22 03:15:01.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46391) > >2014-07-22 03:15:02.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:04.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57390) > >2014-07-22 03:15:05.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39865) > >2014-07-22 03:15:05.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46445) > >2014-07-22 03:15:08.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57443) > >2014-07-22 03:15:09.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39923) > >2014-07-22 03:15:09.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46499) > >2014-07-22 03:15:09.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:12.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57496) > >2014-07-22 03:15:13.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39978) > >2014-07-22 03:15:13.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46554) > >2014-07-22 03:15:16.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57550) > >2014-07-22 03:15:17.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:17.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40031) > >2014-07-22 03:15:17.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46608) > >2014-07-22 03:15:20.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57603) > >2014-07-22 03:15:21.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:21.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40086) > >2014-07-22 03:15:21.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46662) > >2014-07-22 03:15:24.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57657) > >2014-07-22 03:15:25.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40139) > >2014-07-22 03:15:25.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46716) > >2014-07-22 03:15:28.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57714) > >2014-07-22 03:15:29.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40193) > >2014-07-22 03:15:29.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46770) > >2014-07-22 03:15:32.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:33.036 29190 INFO neutron.wsgi [req-1d35bbd2-e22f-4a7a-97ff-92289497ef5c None] (29190) accepted ('192.168.0.8', 57766) > >2014-07-22 03:15:33.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40248) > >2014-07-22 03:15:33.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46825) > >2014-07-22 03:15:36.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57818) > >2014-07-22 03:15:37.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40302) > >2014-07-22 03:15:37.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46878) > >2014-07-22 03:15:39.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:40.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57876) > >2014-07-22 03:15:41.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40370) > >2014-07-22 03:15:41.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46939) > >2014-07-22 03:15:44.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57930) > >2014-07-22 03:15:45.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40429) > >2014-07-22 03:15:45.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46993) > >2014-07-22 03:15:47.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:49.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57983) > >2014-07-22 03:15:49.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40483) > >2014-07-22 03:15:49.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47049) > >2014-07-22 03:15:51.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:15:52.145 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:15:52.145 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:15:52.146 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:15:52.187 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:15:53.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58041) > >2014-07-22 03:15:53.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40544) > >2014-07-22 03:15:53.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47115) > >2014-07-22 03:15:57.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58106) > >2014-07-22 03:15:57.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40597) > >2014-07-22 03:15:57.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47168) > >2014-07-22 03:16:01.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58160) > >2014-07-22 03:16:01.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40651) > >2014-07-22 03:16:01.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47222) > >2014-07-22 03:16:02.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:05.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58227) > >2014-07-22 03:16:05.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40715) > >2014-07-22 03:16:05.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47276) > >2014-07-22 03:16:09.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58292) > >2014-07-22 03:16:09.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40780) > >2014-07-22 03:16:09.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47331) > >2014-07-22 03:16:10.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:13.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58353) > >2014-07-22 03:16:13.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40846) > >2014-07-22 03:16:13.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47386) > >2014-07-22 03:16:17.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58416) > >2014-07-22 03:16:17.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:17.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40907) > >2014-07-22 03:16:17.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47442) > >2014-07-22 03:16:21.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58479) > >2014-07-22 03:16:21.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:21.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40977) > >2014-07-22 03:16:21.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47497) > >2014-07-22 03:16:25.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58544) > >2014-07-22 03:16:25.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41048) > >2014-07-22 03:16:25.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47556) > >2014-07-22 03:16:29.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58617) > >2014-07-22 03:16:29.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41117) > >2014-07-22 03:16:29.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47613) > >2014-07-22 03:16:32.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:33.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58676) > >2014-07-22 03:16:33.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41173) > >2014-07-22 03:16:33.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47669) > >2014-07-22 03:16:37.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58732) > >2014-07-22 03:16:37.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41228) > >2014-07-22 03:16:37.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47720) > >2014-07-22 03:16:40.088 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:41.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58790) > >2014-07-22 03:16:41.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41283) > >2014-07-22 03:16:41.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47777) > >2014-07-22 03:16:45.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58844) > >2014-07-22 03:16:45.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41335) > >2014-07-22 03:16:45.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47832) > >2014-07-22 03:16:47.482 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:49.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58901) > >2014-07-22 03:16:49.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41389) > >2014-07-22 03:16:49.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47886) > >2014-07-22 03:16:51.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:16:53.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58956) > >2014-07-22 03:16:53.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41442) > >2014-07-22 03:16:53.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47942) > >2014-07-22 03:16:57.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59008) > >2014-07-22 03:16:57.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41496) > >2014-07-22 03:16:57.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47994) > >2014-07-22 03:17:01.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59059) > >2014-07-22 03:17:01.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41551) > >2014-07-22 03:17:01.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48046) > >2014-07-22 03:17:02.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:05.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59110) > >2014-07-22 03:17:05.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41605) > >2014-07-22 03:17:05.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48098) > >2014-07-22 03:17:09.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59161) > >2014-07-22 03:17:09.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41657) > >2014-07-22 03:17:09.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48150) > >2014-07-22 03:17:10.068 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:13.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59212) > >2014-07-22 03:17:13.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41710) > >2014-07-22 03:17:13.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48203) > >2014-07-22 03:17:17.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59263) > >2014-07-22 03:17:17.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:17.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41765) > >2014-07-22 03:17:17.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48255) > >2014-07-22 03:17:21.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59314) > >2014-07-22 03:17:21.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:21.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41823) > >2014-07-22 03:17:21.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48307) > >2014-07-22 03:17:25.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59368) > >2014-07-22 03:17:25.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41875) > >2014-07-22 03:17:25.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48358) > >2014-07-22 03:17:29.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59419) > >2014-07-22 03:17:29.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41927) > >2014-07-22 03:17:29.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48409) > >2014-07-22 03:17:32.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:33.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59471) > >2014-07-22 03:17:33.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41982) > >2014-07-22 03:17:33.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48463) > >2014-07-22 03:17:37.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59522) > >2014-07-22 03:17:37.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42033) > >2014-07-22 03:17:37.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48514) > >2014-07-22 03:17:40.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:41.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59574) > >2014-07-22 03:17:41.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42087) > >2014-07-22 03:17:41.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48567) > >2014-07-22 03:17:45.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59625) > >2014-07-22 03:17:45.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42139) > >2014-07-22 03:17:45.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48619) > >2014-07-22 03:17:47.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:49.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59676) > >2014-07-22 03:17:49.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42191) > >2014-07-22 03:17:49.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48673) > >2014-07-22 03:17:51.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:17:52.191 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:17:52.191 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:17:52.192 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:17:52.206 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:17:53.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59728) > >2014-07-22 03:17:53.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42248) > >2014-07-22 03:17:53.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48731) > >2014-07-22 03:17:57.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59779) > >2014-07-22 03:17:57.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42299) > >2014-07-22 03:17:57.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48783) > >2014-07-22 03:18:01.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59830) > >2014-07-22 03:18:01.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42350) > >2014-07-22 03:18:02.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48834) > >2014-07-22 03:18:03.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:05.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59881) > >2014-07-22 03:18:05.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42402) > >2014-07-22 03:18:06.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48886) > >2014-07-22 03:18:09.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59932) > >2014-07-22 03:18:09.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42453) > >2014-07-22 03:18:10.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48937) > >2014-07-22 03:18:10.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:13.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59984) > >2014-07-22 03:18:13.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42505) > >2014-07-22 03:18:14.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48992) > >2014-07-22 03:18:17.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60035) > >2014-07-22 03:18:17.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:17.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42558) > >2014-07-22 03:18:18.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49046) > >2014-07-22 03:18:21.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60088) > >2014-07-22 03:18:21.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:21.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42610) > >2014-07-22 03:18:22.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49099) > >2014-07-22 03:18:25.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60139) > >2014-07-22 03:18:25.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42662) > >2014-07-22 03:18:26.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49155) > >2014-07-22 03:18:29.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60191) > >2014-07-22 03:18:29.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42717) > >2014-07-22 03:18:30.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49209) > >2014-07-22 03:18:33.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:33.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60242) > >2014-07-22 03:18:33.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42771) > >2014-07-22 03:18:34.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49264) > >2014-07-22 03:18:37.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60293) > >2014-07-22 03:18:37.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42821) > >2014-07-22 03:18:38.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49315) > >2014-07-22 03:18:40.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:41.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60344) > >2014-07-22 03:18:41.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42876) > >2014-07-22 03:18:42.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49369) > >2014-07-22 03:18:45.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60397) > >2014-07-22 03:18:45.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42928) > >2014-07-22 03:18:46.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49425) > >2014-07-22 03:18:47.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:49.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60449) > >2014-07-22 03:18:49.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42980) > >2014-07-22 03:18:50.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49480) > >2014-07-22 03:18:51.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:18:53.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60501) > >2014-07-22 03:18:53.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43034) > >2014-07-22 03:18:54.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49535) > >2014-07-22 03:18:57.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60555) > >2014-07-22 03:18:57.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43085) > >2014-07-22 03:18:58.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49589) > >2014-07-22 03:19:01.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60606) > >2014-07-22 03:19:01.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43137) > >2014-07-22 03:19:02.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49641) > >2014-07-22 03:19:03.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:05.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60657) > >2014-07-22 03:19:05.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43189) > >2014-07-22 03:19:06.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49693) > >2014-07-22 03:19:09.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60708) > >2014-07-22 03:19:09.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43240) > >2014-07-22 03:19:10.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49744) > >2014-07-22 03:19:10.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:13.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60759) > >2014-07-22 03:19:13.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43293) > >2014-07-22 03:19:14.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49797) > >2014-07-22 03:19:17.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60810) > >2014-07-22 03:19:17.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:17.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43346) > >2014-07-22 03:19:18.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49850) > >2014-07-22 03:19:21.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:21.359 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 60861) > >2014-07-22 03:19:21.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43398) > >2014-07-22 03:19:22.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49902) > >2014-07-22 03:19:25.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60912) > >2014-07-22 03:19:25.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43449) > >2014-07-22 03:19:26.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49953) > >2014-07-22 03:19:29.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60963) > >2014-07-22 03:19:29.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43500) > >2014-07-22 03:19:30.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50004) > >2014-07-22 03:19:33.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:33.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32781) > >2014-07-22 03:19:33.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43554) > >2014-07-22 03:19:34.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50058) > >2014-07-22 03:19:37.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32832) > >2014-07-22 03:19:37.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43605) > >2014-07-22 03:19:38.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50109) > >2014-07-22 03:19:40.191 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:41.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32883) > >2014-07-22 03:19:42.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43658) > >2014-07-22 03:19:42.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50162) > >2014-07-22 03:19:45.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32934) > >2014-07-22 03:19:46.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43710) > >2014-07-22 03:19:46.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50214) > >2014-07-22 03:19:47.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:49.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32985) > >2014-07-22 03:19:50.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43762) > >2014-07-22 03:19:50.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50268) > >2014-07-22 03:19:51.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:19:52.208 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:19:52.208 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:19:52.209 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:19:52.224 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:19:53.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33036) > >2014-07-22 03:19:54.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43817) > >2014-07-22 03:19:54.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50328) > >2014-07-22 03:19:57.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33087) > >2014-07-22 03:19:58.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43868) > >2014-07-22 03:19:58.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50380) > >2014-07-22 03:20:01.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33138) > >2014-07-22 03:20:02.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43921) > >2014-07-22 03:20:02.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50433) > >2014-07-22 03:20:03.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:05.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33189) > >2014-07-22 03:20:06.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43973) > >2014-07-22 03:20:06.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50485) > >2014-07-22 03:20:09.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33240) > >2014-07-22 03:20:10.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44024) > >2014-07-22 03:20:10.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50536) > >2014-07-22 03:20:10.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:13.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33292) > >2014-07-22 03:20:14.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44076) > >2014-07-22 03:20:14.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50591) > >2014-07-22 03:20:17.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33343) > >2014-07-22 03:20:17.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:18.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44128) > >2014-07-22 03:20:18.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50643) > >2014-07-22 03:20:21.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:21.414 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 33395) > >2014-07-22 03:20:22.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44180) > >2014-07-22 03:20:22.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50698) > >2014-07-22 03:20:25.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33446) > >2014-07-22 03:20:26.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44232) > >2014-07-22 03:20:26.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50750) > >2014-07-22 03:20:29.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33498) > >2014-07-22 03:20:30.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44287) > >2014-07-22 03:20:30.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50808) > >2014-07-22 03:20:33.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:33.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33549) > >2014-07-22 03:20:34.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44341) > >2014-07-22 03:20:34.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50862) > >2014-07-22 03:20:37.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33600) > >2014-07-22 03:20:38.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44392) > >2014-07-22 03:20:38.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50913) > >2014-07-22 03:20:40.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:41.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33651) > >2014-07-22 03:20:42.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44446) > >2014-07-22 03:20:42.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50967) > >2014-07-22 03:20:45.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33704) > >2014-07-22 03:20:46.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44499) > >2014-07-22 03:20:46.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51024) > >2014-07-22 03:20:47.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:49.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33756) > >2014-07-22 03:20:50.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44552) > >2014-07-22 03:20:50.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51080) > >2014-07-22 03:20:51.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:20:53.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33808) > >2014-07-22 03:20:54.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44605) > >2014-07-22 03:20:54.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51134) > >2014-07-22 03:20:57.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33862) > >2014-07-22 03:20:58.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44657) > >2014-07-22 03:20:58.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51189) > >2014-07-22 03:21:01.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33912) > >2014-07-22 03:21:02.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44708) > >2014-07-22 03:21:02.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51239) > >2014-07-22 03:21:03.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:05.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33963) > >2014-07-22 03:21:06.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44760) > >2014-07-22 03:21:06.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51291) > >2014-07-22 03:21:09.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34014) > >2014-07-22 03:21:10.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44811) > >2014-07-22 03:21:10.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51342) > >2014-07-22 03:21:10.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:13.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34065) > >2014-07-22 03:21:14.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44864) > >2014-07-22 03:21:14.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51396) > >2014-07-22 03:21:17.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34116) > >2014-07-22 03:21:17.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:18.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44917) > >2014-07-22 03:21:18.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51449) > >2014-07-22 03:21:21.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:21.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34167) > >2014-07-22 03:21:22.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44969) > >2014-07-22 03:21:22.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51501) > >2014-07-22 03:21:25.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34218) > >2014-07-22 03:21:26.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45020) > >2014-07-22 03:21:26.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51551) > >2014-07-22 03:21:29.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34269) > >2014-07-22 03:21:30.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45071) > >2014-07-22 03:21:30.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51602) > >2014-07-22 03:21:33.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:33.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34320) > >2014-07-22 03:21:34.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45124) > >2014-07-22 03:21:34.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51655) > >2014-07-22 03:21:37.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34371) > >2014-07-22 03:21:38.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45175) > >2014-07-22 03:21:38.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51706) > >2014-07-22 03:21:40.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:41.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34422) > >2014-07-22 03:21:42.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45228) > >2014-07-22 03:21:42.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51759) > >2014-07-22 03:21:45.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34473) > >2014-07-22 03:21:46.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45280) > >2014-07-22 03:21:46.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51811) > >2014-07-22 03:21:47.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:49.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34524) > >2014-07-22 03:21:50.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45331) > >2014-07-22 03:21:50.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51865) > >2014-07-22 03:21:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:21:52.227 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:21:52.227 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:21:52.228 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:21:52.241 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:21:53.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34575) > >2014-07-22 03:21:54.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45386) > >2014-07-22 03:21:54.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51924) > >2014-07-22 03:21:57.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34626) > >2014-07-22 03:21:58.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45437) > >2014-07-22 03:21:58.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51976) > >2014-07-22 03:22:01.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34677) > >2014-07-22 03:22:02.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45490) > >2014-07-22 03:22:02.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52029) > >2014-07-22 03:22:03.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:05.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34728) > >2014-07-22 03:22:06.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45542) > >2014-07-22 03:22:06.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52081) > >2014-07-22 03:22:09.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34779) > >2014-07-22 03:22:10.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45593) > >2014-07-22 03:22:10.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52132) > >2014-07-22 03:22:10.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:13.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34831) > >2014-07-22 03:22:14.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45645) > >2014-07-22 03:22:14.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52187) > >2014-07-22 03:22:17.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34881) > >2014-07-22 03:22:17.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:18.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45696) > >2014-07-22 03:22:18.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52240) > >2014-07-22 03:22:21.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:21.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34932) > >2014-07-22 03:22:22.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45748) > >2014-07-22 03:22:22.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52295) > >2014-07-22 03:22:25.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34983) > >2014-07-22 03:22:26.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45802) > >2014-07-22 03:22:26.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52349) > >2014-07-22 03:22:29.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35035) > >2014-07-22 03:22:30.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45855) > >2014-07-22 03:22:30.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52405) > >2014-07-22 03:22:33.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:33.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35086) > >2014-07-22 03:22:34.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45908) > >2014-07-22 03:22:34.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52459) > >2014-07-22 03:22:37.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35137) > >2014-07-22 03:22:38.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45959) > >2014-07-22 03:22:38.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52510) > >2014-07-22 03:22:40.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:41.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35188) > >2014-07-22 03:22:42.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46012) > >2014-07-22 03:22:42.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52563) > >2014-07-22 03:22:45.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35241) > >2014-07-22 03:22:46.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46065) > >2014-07-22 03:22:46.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52620) > >2014-07-22 03:22:47.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:49.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35293) > >2014-07-22 03:22:50.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46118) > >2014-07-22 03:22:50.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52674) > >2014-07-22 03:22:51.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:22:53.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35344) > >2014-07-22 03:22:54.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46170) > >2014-07-22 03:22:54.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52729) > >2014-07-22 03:22:57.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35399) > >2014-07-22 03:22:58.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46221) > >2014-07-22 03:22:58.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52783) > >2014-07-22 03:23:01.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35450) > >2014-07-22 03:23:02.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46272) > >2014-07-22 03:23:02.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52834) > >2014-07-22 03:23:03.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:05.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35501) > >2014-07-22 03:23:06.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46324) > >2014-07-22 03:23:06.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52886) > >2014-07-22 03:23:09.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35553) > >2014-07-22 03:23:10.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46375) > >2014-07-22 03:23:10.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52937) > >2014-07-22 03:23:10.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:13.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35604) > >2014-07-22 03:23:14.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46429) > >2014-07-22 03:23:14.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52990) > >2014-07-22 03:23:17.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35655) > >2014-07-22 03:23:17.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:18.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46483) > >2014-07-22 03:23:18.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53043) > >2014-07-22 03:23:21.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:21.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35706) > >2014-07-22 03:23:22.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46535) > >2014-07-22 03:23:22.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53095) > >2014-07-22 03:23:25.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35757) > >2014-07-22 03:23:26.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46586) > >2014-07-22 03:23:26.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53146) > >2014-07-22 03:23:29.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35808) > >2014-07-22 03:23:30.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46637) > >2014-07-22 03:23:30.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53197) > >2014-07-22 03:23:33.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:33.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35859) > >2014-07-22 03:23:34.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46690) > >2014-07-22 03:23:34.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53250) > >2014-07-22 03:23:37.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35910) > >2014-07-22 03:23:38.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46741) > >2014-07-22 03:23:38.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53301) > >2014-07-22 03:23:40.384 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:41.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35961) > >2014-07-22 03:23:42.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46794) > >2014-07-22 03:23:42.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53354) > >2014-07-22 03:23:45.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36012) > >2014-07-22 03:23:46.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46846) > >2014-07-22 03:23:46.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53406) > >2014-07-22 03:23:47.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:49.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36063) > >2014-07-22 03:23:50.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46898) > >2014-07-22 03:23:50.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53460) > >2014-07-22 03:23:51.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:23:52.246 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:23:52.246 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:23:52.246 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:23:52.273 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:23:53.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36114) > >2014-07-22 03:23:54.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46953) > >2014-07-22 03:23:54.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53519) > >2014-07-22 03:23:57.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36165) > >2014-07-22 03:23:58.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47004) > >2014-07-22 03:23:58.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53571) > >2014-07-22 03:24:01.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36216) > >2014-07-22 03:24:02.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47057) > >2014-07-22 03:24:02.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53624) > >2014-07-22 03:24:03.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:05.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36267) > >2014-07-22 03:24:06.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47109) > >2014-07-22 03:24:06.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53676) > >2014-07-22 03:24:09.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36318) > >2014-07-22 03:24:10.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47159) > >2014-07-22 03:24:10.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53727) > >2014-07-22 03:24:10.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:13.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36370) > >2014-07-22 03:24:14.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47211) > >2014-07-22 03:24:14.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53782) > >2014-07-22 03:24:17.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36421) > >2014-07-22 03:24:17.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:18.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47263) > >2014-07-22 03:24:18.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53833) > >2014-07-22 03:24:21.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:21.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36472) > >2014-07-22 03:24:22.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47315) > >2014-07-22 03:24:22.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53887) > >2014-07-22 03:24:25.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36524) > >2014-07-22 03:24:26.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47367) > >2014-07-22 03:24:26.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53940) > >2014-07-22 03:24:29.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36576) > >2014-07-22 03:24:30.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47420) > >2014-07-22 03:24:30.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53998) > >2014-07-22 03:24:33.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:33.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36627) > >2014-07-22 03:24:34.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47473) > >2014-07-22 03:24:34.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54052) > >2014-07-22 03:24:37.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36678) > >2014-07-22 03:24:38.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47524) > >2014-07-22 03:24:38.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54103) > >2014-07-22 03:24:40.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36729) > >2014-07-22 03:24:42.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47577) > >2014-07-22 03:24:42.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54156) > >2014-07-22 03:24:45.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36782) > >2014-07-22 03:24:46.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47631) > >2014-07-22 03:24:46.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54212) > >2014-07-22 03:24:47.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:49.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36834) > >2014-07-22 03:24:50.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47684) > >2014-07-22 03:24:50.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54268) > >2014-07-22 03:24:51.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:24:53.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36885) > >2014-07-22 03:24:54.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47737) > >2014-07-22 03:24:54.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54324) > >2014-07-22 03:24:57.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36940) > >2014-07-22 03:24:58.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47788) > >2014-07-22 03:24:58.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54379) > >2014-07-22 03:25:01.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36991) > >2014-07-22 03:25:02.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47840) > >2014-07-22 03:25:02.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54431) > >2014-07-22 03:25:03.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:05.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37042) > >2014-07-22 03:25:06.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47893) > >2014-07-22 03:25:06.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54484) > >2014-07-22 03:25:09.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37093) > >2014-07-22 03:25:10.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47944) > >2014-07-22 03:25:10.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54535) > >2014-07-22 03:25:10.458 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:13.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37144) > >2014-07-22 03:25:14.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47997) > >2014-07-22 03:25:14.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54588) > >2014-07-22 03:25:17.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37195) > >2014-07-22 03:25:17.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:18.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48050) > >2014-07-22 03:25:18.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54641) > >2014-07-22 03:25:21.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:21.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37246) > >2014-07-22 03:25:22.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48102) > >2014-07-22 03:25:22.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54693) > >2014-07-22 03:25:25.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37297) > >2014-07-22 03:25:26.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48153) > >2014-07-22 03:25:26.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54744) > >2014-07-22 03:25:29.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37348) > >2014-07-22 03:25:30.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48204) > >2014-07-22 03:25:30.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54795) > >2014-07-22 03:25:33.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:33.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37399) > >2014-07-22 03:25:34.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48256) > >2014-07-22 03:25:34.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54847) > >2014-07-22 03:25:37.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37450) > >2014-07-22 03:25:38.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48307) > >2014-07-22 03:25:38.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54898) > >2014-07-22 03:25:40.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:41.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37501) > >2014-07-22 03:25:42.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48360) > >2014-07-22 03:25:42.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54951) > >2014-07-22 03:25:45.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37552) > >2014-07-22 03:25:46.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48412) > >2014-07-22 03:25:46.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55003) > >2014-07-22 03:25:47.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:49.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37603) > >2014-07-22 03:25:50.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48464) > >2014-07-22 03:25:50.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55057) > >2014-07-22 03:25:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:25:52.276 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:25:52.276 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:25:52.277 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:25:52.289 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:25:53.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37654) > >2014-07-22 03:25:54.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48520) > >2014-07-22 03:25:54.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55117) > >2014-07-22 03:25:57.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37705) > >2014-07-22 03:25:58.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48571) > >2014-07-22 03:25:58.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55168) > >2014-07-22 03:26:01.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37756) > >2014-07-22 03:26:02.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48623) > >2014-07-22 03:26:02.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55221) > >2014-07-22 03:26:03.383 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:05.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37807) > >2014-07-22 03:26:06.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48676) > >2014-07-22 03:26:06.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55274) > >2014-07-22 03:26:09.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37858) > >2014-07-22 03:26:10.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48727) > >2014-07-22 03:26:10.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55325) > >2014-07-22 03:26:10.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:13.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37910) > >2014-07-22 03:26:14.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48779) > >2014-07-22 03:26:14.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55378) > >2014-07-22 03:26:17.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37962) > >2014-07-22 03:26:17.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:18.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48831) > >2014-07-22 03:26:18.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55432) > >2014-07-22 03:26:21.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:21.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38013) > >2014-07-22 03:26:22.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48883) > >2014-07-22 03:26:22.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55486) > >2014-07-22 03:26:25.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38065) > >2014-07-22 03:26:26.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48935) > >2014-07-22 03:26:26.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55539) > >2014-07-22 03:26:29.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38116) > >2014-07-22 03:26:30.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48987) > >2014-07-22 03:26:30.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55595) > >2014-07-22 03:26:33.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:33.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38168) > >2014-07-22 03:26:34.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49041) > >2014-07-22 03:26:34.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55650) > >2014-07-22 03:26:37.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38219) > >2014-07-22 03:26:38.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49092) > >2014-07-22 03:26:38.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55701) > >2014-07-22 03:26:40.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:41.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38270) > >2014-07-22 03:26:42.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49145) > >2014-07-22 03:26:42.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55754) > >2014-07-22 03:26:45.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38323) > >2014-07-22 03:26:46.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49198) > >2014-07-22 03:26:46.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55809) > >2014-07-22 03:26:47.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:49.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38374) > >2014-07-22 03:26:50.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49251) > >2014-07-22 03:26:50.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55865) > >2014-07-22 03:26:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:26:53.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38425) > >2014-07-22 03:26:54.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49304) > >2014-07-22 03:26:54.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55920) > >2014-07-22 03:26:57.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38480) > >2014-07-22 03:26:58.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49355) > >2014-07-22 03:26:58.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55975) > >2014-07-22 03:27:01.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38531) > >2014-07-22 03:27:02.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49407) > >2014-07-22 03:27:02.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56027) > >2014-07-22 03:27:03.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:05.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38582) > >2014-07-22 03:27:06.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49461) > >2014-07-22 03:27:06.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56081) > >2014-07-22 03:27:09.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38633) > >2014-07-22 03:27:10.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49512) > >2014-07-22 03:27:10.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56132) > >2014-07-22 03:27:10.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:13.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38684) > >2014-07-22 03:27:14.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49565) > >2014-07-22 03:27:14.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56185) > >2014-07-22 03:27:17.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:17.737 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 38735) > >2014-07-22 03:27:18.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49617) > >2014-07-22 03:27:18.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56236) > >2014-07-22 03:27:21.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:21.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38786) > >2014-07-22 03:27:22.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49670) > >2014-07-22 03:27:22.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56289) > >2014-07-22 03:27:25.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38837) > >2014-07-22 03:27:26.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49720) > >2014-07-22 03:27:26.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56340) > >2014-07-22 03:27:29.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38888) > >2014-07-22 03:27:30.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49771) > >2014-07-22 03:27:30.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56391) > >2014-07-22 03:27:33.469 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:33.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38939) > >2014-07-22 03:27:34.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49823) > >2014-07-22 03:27:34.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56443) > >2014-07-22 03:27:37.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38990) > >2014-07-22 03:27:38.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49874) > >2014-07-22 03:27:38.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56494) > >2014-07-22 03:27:40.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:41.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39041) > >2014-07-22 03:27:42.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49927) > >2014-07-22 03:27:42.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56547) > >2014-07-22 03:27:45.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39092) > >2014-07-22 03:27:46.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49979) > >2014-07-22 03:27:46.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56599) > >2014-07-22 03:27:47.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:49.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39143) > >2014-07-22 03:27:50.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50031) > >2014-07-22 03:27:50.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56653) > >2014-07-22 03:27:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:27:52.291 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:27:52.291 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:27:52.292 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:27:52.305 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:27:53.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39194) > >2014-07-22 03:27:54.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50085) > >2014-07-22 03:27:54.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56711) > >2014-07-22 03:27:57.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39245) > >2014-07-22 03:27:58.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50136) > >2014-07-22 03:27:58.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56762) > >2014-07-22 03:28:01.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39296) > >2014-07-22 03:28:02.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50186) > >2014-07-22 03:28:02.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56814) > >2014-07-22 03:28:03.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:05.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39346) > >2014-07-22 03:28:06.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50238) > >2014-07-22 03:28:06.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56866) > >2014-07-22 03:28:09.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39397) > >2014-07-22 03:28:10.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50289) > >2014-07-22 03:28:10.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56917) > >2014-07-22 03:28:10.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:13.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39449) > >2014-07-22 03:28:14.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50341) > >2014-07-22 03:28:14.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56970) > >2014-07-22 03:28:17.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:17.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39499) > >2014-07-22 03:28:18.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50393) > >2014-07-22 03:28:18.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57024) > >2014-07-22 03:28:21.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:21.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39550) > >2014-07-22 03:28:22.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50445) > >2014-07-22 03:28:22.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57078) > >2014-07-22 03:28:25.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39602) > >2014-07-22 03:28:26.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50497) > >2014-07-22 03:28:26.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57131) > >2014-07-22 03:28:29.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39653) > >2014-07-22 03:28:30.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50549) > >2014-07-22 03:28:30.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57187) > >2014-07-22 03:28:33.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:33.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39705) > >2014-07-22 03:28:34.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50603) > >2014-07-22 03:28:34.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57243) > >2014-07-22 03:28:37.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39756) > >2014-07-22 03:28:38.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50654) > >2014-07-22 03:28:38.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57294) > >2014-07-22 03:28:40.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:41.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39807) > >2014-07-22 03:28:42.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50707) > >2014-07-22 03:28:42.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57347) > >2014-07-22 03:28:45.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39860) > >2014-07-22 03:28:46.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50759) > >2014-07-22 03:28:46.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57402) > >2014-07-22 03:28:47.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:49.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39911) > >2014-07-22 03:28:50.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50813) > >2014-07-22 03:28:50.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57457) > >2014-07-22 03:28:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:28:53.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39963) > >2014-07-22 03:28:54.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50866) > >2014-07-22 03:28:54.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57513) > >2014-07-22 03:28:57.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40018) > >2014-07-22 03:28:58.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50917) > >2014-07-22 03:28:58.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57569) > >2014-07-22 03:29:01.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40069) > >2014-07-22 03:29:02.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50969) > >2014-07-22 03:29:02.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57621) > >2014-07-22 03:29:03.539 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:05.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40120) > >2014-07-22 03:29:06.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51023) > >2014-07-22 03:29:06.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57675) > >2014-07-22 03:29:09.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40171) > >2014-07-22 03:29:10.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51075) > >2014-07-22 03:29:10.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57726) > >2014-07-22 03:29:10.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:13.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40222) > >2014-07-22 03:29:14.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51128) > >2014-07-22 03:29:14.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57779) > >2014-07-22 03:29:17.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:17.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40273) > >2014-07-22 03:29:18.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51180) > >2014-07-22 03:29:18.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57831) > >2014-07-22 03:29:21.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:21.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40324) > >2014-07-22 03:29:22.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51233) > >2014-07-22 03:29:22.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57884) > >2014-07-22 03:29:25.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40375) > >2014-07-22 03:29:26.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51284) > >2014-07-22 03:29:26.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57935) > >2014-07-22 03:29:29.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40426) > >2014-07-22 03:29:30.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51335) > >2014-07-22 03:29:30.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57986) > >2014-07-22 03:29:33.568 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:33.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40477) > >2014-07-22 03:29:34.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51387) > >2014-07-22 03:29:34.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58038) > >2014-07-22 03:29:37.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40528) > >2014-07-22 03:29:38.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51438) > >2014-07-22 03:29:38.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58089) > >2014-07-22 03:29:40.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:41.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40579) > >2014-07-22 03:29:42.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51490) > >2014-07-22 03:29:42.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58142) > >2014-07-22 03:29:45.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40630) > >2014-07-22 03:29:46.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51542) > >2014-07-22 03:29:46.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58193) > >2014-07-22 03:29:47.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:49.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40681) > >2014-07-22 03:29:50.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51595) > >2014-07-22 03:29:50.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58248) > >2014-07-22 03:29:51.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:29:52.307 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:29:52.307 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:29:52.308 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:29:52.321 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:29:53.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40732) > >2014-07-22 03:29:54.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51650) > >2014-07-22 03:29:54.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58307) > >2014-07-22 03:29:57.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40783) > >2014-07-22 03:29:58.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51701) > >2014-07-22 03:29:58.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58358) > >2014-07-22 03:30:01.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40834) > >2014-07-22 03:30:02.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51753) > >2014-07-22 03:30:02.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58411) > >2014-07-22 03:30:03.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:05.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40885) > >2014-07-22 03:30:06.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51806) > >2014-07-22 03:30:06.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58464) > >2014-07-22 03:30:09.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40936) > >2014-07-22 03:30:10.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51857) > >2014-07-22 03:30:10.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58515) > >2014-07-22 03:30:10.702 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:13.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40988) > >2014-07-22 03:30:14.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51909) > >2014-07-22 03:30:14.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58568) > >2014-07-22 03:30:17.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:17.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41039) > >2014-07-22 03:30:18.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51961) > >2014-07-22 03:30:18.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58622) > >2014-07-22 03:30:21.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:21.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41090) > >2014-07-22 03:30:22.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52013) > >2014-07-22 03:30:22.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58676) > >2014-07-22 03:30:25.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41142) > >2014-07-22 03:30:26.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52065) > >2014-07-22 03:30:26.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58729) > >2014-07-22 03:30:29.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41193) > >2014-07-22 03:30:30.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52117) > >2014-07-22 03:30:30.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58785) > >2014-07-22 03:30:33.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:33.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41245) > >2014-07-22 03:30:34.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52171) > >2014-07-22 03:30:34.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58841) > >2014-07-22 03:30:37.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41296) > >2014-07-22 03:30:38.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52222) > >2014-07-22 03:30:38.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58892) > >2014-07-22 03:30:40.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:41.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41347) > >2014-07-22 03:30:42.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52275) > >2014-07-22 03:30:42.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58945) > >2014-07-22 03:30:45.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41400) > >2014-07-22 03:30:46.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52326) > >2014-07-22 03:30:46.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58998) > >2014-07-22 03:30:47.702 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:49.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41451) > >2014-07-22 03:30:50.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52381) > >2014-07-22 03:30:50.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59055) > >2014-07-22 03:30:51.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:30:53.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41503) > >2014-07-22 03:30:54.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52435) > >2014-07-22 03:30:54.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59112) > >2014-07-22 03:30:57.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41558) > >2014-07-22 03:30:58.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52487) > >2014-07-22 03:30:58.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59169) > >2014-07-22 03:31:01.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41609) > >2014-07-22 03:31:02.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52538) > >2014-07-22 03:31:02.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59220) > >2014-07-22 03:31:03.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:05.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41660) > >2014-07-22 03:31:06.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52590) > >2014-07-22 03:31:06.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59272) > >2014-07-22 03:31:09.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41711) > >2014-07-22 03:31:10.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52641) > >2014-07-22 03:31:10.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59323) > >2014-07-22 03:31:10.740 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:13.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41762) > >2014-07-22 03:31:14.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52694) > >2014-07-22 03:31:14.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59376) > >2014-07-22 03:31:17.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:17.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41813) > >2014-07-22 03:31:18.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52746) > >2014-07-22 03:31:18.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59429) > >2014-07-22 03:31:21.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:21.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41864) > >2014-07-22 03:31:22.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52799) > >2014-07-22 03:31:22.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59482) > >2014-07-22 03:31:25.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41915) > >2014-07-22 03:31:26.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52850) > >2014-07-22 03:31:26.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59533) > >2014-07-22 03:31:29.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41966) > >2014-07-22 03:31:30.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52901) > >2014-07-22 03:31:30.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59584) > >2014-07-22 03:31:33.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:33.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42017) > >2014-07-22 03:31:34.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52953) > >2014-07-22 03:31:34.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59636) > >2014-07-22 03:31:37.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42068) > >2014-07-22 03:31:38.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53004) > >2014-07-22 03:31:38.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59687) > >2014-07-22 03:31:40.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:41.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42119) > >2014-07-22 03:31:42.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53057) > >2014-07-22 03:31:42.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59740) > >2014-07-22 03:31:45.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42170) > >2014-07-22 03:31:46.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53109) > >2014-07-22 03:31:46.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59792) > >2014-07-22 03:31:47.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:49.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42221) > >2014-07-22 03:31:50.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53163) > >2014-07-22 03:31:50.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59847) > >2014-07-22 03:31:51.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:31:52.323 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:31:52.323 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:31:52.323 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:31:52.335 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:31:53.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42272) > >2014-07-22 03:31:54.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53218) > >2014-07-22 03:31:54.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59906) > >2014-07-22 03:31:57.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42323) > >2014-07-22 03:31:58.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53269) > >2014-07-22 03:31:58.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59957) > >2014-07-22 03:32:01.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42374) > >2014-07-22 03:32:02.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53321) > >2014-07-22 03:32:02.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60010) > >2014-07-22 03:32:03.681 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:05.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42425) > >2014-07-22 03:32:06.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53374) > >2014-07-22 03:32:06.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60063) > >2014-07-22 03:32:09.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42476) > >2014-07-22 03:32:10.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53425) > >2014-07-22 03:32:10.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60114) > >2014-07-22 03:32:10.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:13.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42528) > >2014-07-22 03:32:14.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53477) > >2014-07-22 03:32:14.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60167) > >2014-07-22 03:32:17.702 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:17.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42579) > >2014-07-22 03:32:18.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53529) > >2014-07-22 03:32:18.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60221) > >2014-07-22 03:32:21.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:21.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42629) > >2014-07-22 03:32:22.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53581) > >2014-07-22 03:32:22.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60274) > >2014-07-22 03:32:25.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42680) > >2014-07-22 03:32:26.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53633) > >2014-07-22 03:32:26.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60327) > >2014-07-22 03:32:29.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42732) > >2014-07-22 03:32:30.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53685) > >2014-07-22 03:32:30.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60383) > >2014-07-22 03:32:33.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:33.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42784) > >2014-07-22 03:32:34.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53739) > >2014-07-22 03:32:34.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60439) > >2014-07-22 03:32:37.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42835) > >2014-07-22 03:32:38.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53790) > >2014-07-22 03:32:38.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60490) > >2014-07-22 03:32:40.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:41.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42886) > >2014-07-22 03:32:42.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53843) > >2014-07-22 03:32:42.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60543) > >2014-07-22 03:32:45.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42939) > >2014-07-22 03:32:46.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53894) > >2014-07-22 03:32:46.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60596) > >2014-07-22 03:32:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:49.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42990) > >2014-07-22 03:32:50.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53948) > >2014-07-22 03:32:50.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60653) > >2014-07-22 03:32:51.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:32:53.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43042) > >2014-07-22 03:32:54.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54000) > >2014-07-22 03:32:54.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60706) > >2014-07-22 03:32:57.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43096) > >2014-07-22 03:32:58.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54051) > >2014-07-22 03:32:58.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60761) > >2014-07-22 03:33:01.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43148) > >2014-07-22 03:33:02.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54102) > >2014-07-22 03:33:02.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60813) > >2014-07-22 03:33:03.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:05.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43199) > >2014-07-22 03:33:06.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54154) > >2014-07-22 03:33:06.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60865) > >2014-07-22 03:33:09.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43250) > >2014-07-22 03:33:10.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54205) > >2014-07-22 03:33:10.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60916) > >2014-07-22 03:33:10.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:13.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43301) > >2014-07-22 03:33:14.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54258) > >2014-07-22 03:33:14.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60969) > >2014-07-22 03:33:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:17.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43352) > >2014-07-22 03:33:18.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54310) > >2014-07-22 03:33:18.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32788) > >2014-07-22 03:33:21.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:21.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43403) > >2014-07-22 03:33:22.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54363) > >2014-07-22 03:33:22.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32841) > >2014-07-22 03:33:25.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43454) > >2014-07-22 03:33:26.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54414) > >2014-07-22 03:33:26.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32892) > >2014-07-22 03:33:29.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43505) > >2014-07-22 03:33:30.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54465) > >2014-07-22 03:33:30.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32943) > >2014-07-22 03:33:33.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:33.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43556) > >2014-07-22 03:33:34.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54517) > >2014-07-22 03:33:34.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32995) > >2014-07-22 03:33:37.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43607) > >2014-07-22 03:33:38.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54568) > >2014-07-22 03:33:38.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33046) > >2014-07-22 03:33:40.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:41.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43658) > >2014-07-22 03:33:42.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54621) > >2014-07-22 03:33:42.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33099) > >2014-07-22 03:33:45.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43708) > >2014-07-22 03:33:46.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54673) > >2014-07-22 03:33:46.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33151) > >2014-07-22 03:33:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:49.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43759) > >2014-07-22 03:33:50.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54726) > >2014-07-22 03:33:50.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33206) > >2014-07-22 03:33:51.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:33:52.338 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:33:52.338 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:33:52.339 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:33:52.355 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:33:53.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43810) > >2014-07-22 03:33:54.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54780) > >2014-07-22 03:33:54.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33265) > >2014-07-22 03:33:57.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43861) > >2014-07-22 03:33:58.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54831) > >2014-07-22 03:33:58.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33316) > >2014-07-22 03:34:02.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43912) > >2014-07-22 03:34:02.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54883) > >2014-07-22 03:34:02.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33369) > >2014-07-22 03:34:03.782 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:06.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43963) > >2014-07-22 03:34:06.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54936) > >2014-07-22 03:34:06.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33423) > >2014-07-22 03:34:10.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44014) > >2014-07-22 03:34:10.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54988) > >2014-07-22 03:34:10.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33474) > >2014-07-22 03:34:10.880 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:14.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44067) > >2014-07-22 03:34:14.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55040) > >2014-07-22 03:34:14.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33527) > >2014-07-22 03:34:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:18.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44118) > >2014-07-22 03:34:18.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55092) > >2014-07-22 03:34:18.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33581) > >2014-07-22 03:34:21.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:22.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44169) > >2014-07-22 03:34:22.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55144) > >2014-07-22 03:34:22.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33636) > >2014-07-22 03:34:26.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44220) > >2014-07-22 03:34:26.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55196) > >2014-07-22 03:34:26.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33688) > >2014-07-22 03:34:30.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44271) > >2014-07-22 03:34:30.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55248) > >2014-07-22 03:34:30.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33746) > >2014-07-22 03:34:33.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:34.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44322) > >2014-07-22 03:34:34.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55303) > >2014-07-22 03:34:34.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33801) > >2014-07-22 03:34:38.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44374) > >2014-07-22 03:34:38.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55354) > >2014-07-22 03:34:38.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33852) > >2014-07-22 03:34:40.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:42.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44425) > >2014-07-22 03:34:42.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55407) > >2014-07-22 03:34:42.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33905) > >2014-07-22 03:34:46.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44478) > >2014-07-22 03:34:46.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55458) > >2014-07-22 03:34:46.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33958) > >2014-07-22 03:34:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:50.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44529) > >2014-07-22 03:34:50.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55513) > >2014-07-22 03:34:50.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34013) > >2014-07-22 03:34:51.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:34:54.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44580) > >2014-07-22 03:34:54.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55569) > >2014-07-22 03:34:54.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34072) > >2014-07-22 03:34:58.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44633) > >2014-07-22 03:34:58.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55621) > >2014-07-22 03:34:58.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34127) > >2014-07-22 03:35:02.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44687) > >2014-07-22 03:35:02.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55673) > >2014-07-22 03:35:02.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34182) > >2014-07-22 03:35:03.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:06.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44738) > >2014-07-22 03:35:06.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55726) > >2014-07-22 03:35:06.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34235) > >2014-07-22 03:35:10.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44789) > >2014-07-22 03:35:10.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55777) > >2014-07-22 03:35:10.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34286) > >2014-07-22 03:35:10.912 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:14.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44840) > >2014-07-22 03:35:14.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55829) > >2014-07-22 03:35:14.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34338) > >2014-07-22 03:35:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:18.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44891) > >2014-07-22 03:35:18.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55881) > >2014-07-22 03:35:18.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34392) > >2014-07-22 03:35:21.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:22.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44942) > >2014-07-22 03:35:22.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55933) > >2014-07-22 03:35:22.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34445) > >2014-07-22 03:35:26.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44995) > >2014-07-22 03:35:26.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55988) > >2014-07-22 03:35:26.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34496) > >2014-07-22 03:35:30.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45046) > >2014-07-22 03:35:30.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56039) > >2014-07-22 03:35:30.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34547) > >2014-07-22 03:35:33.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:34.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45097) > >2014-07-22 03:35:34.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56091) > >2014-07-22 03:35:34.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34599) > >2014-07-22 03:35:38.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45148) > >2014-07-22 03:35:38.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56142) > >2014-07-22 03:35:38.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34650) > >2014-07-22 03:35:40.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:42.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45199) > >2014-07-22 03:35:42.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56195) > >2014-07-22 03:35:42.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34703) > >2014-07-22 03:35:46.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45250) > >2014-07-22 03:35:46.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56246) > >2014-07-22 03:35:46.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34754) > >2014-07-22 03:35:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:50.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45301) > >2014-07-22 03:35:50.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56299) > >2014-07-22 03:35:50.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34809) > >2014-07-22 03:35:51.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:35:52.357 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:35:52.357 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:35:52.358 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:35:52.369 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:35:54.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45352) > >2014-07-22 03:35:54.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56354) > >2014-07-22 03:35:54.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34868) > >2014-07-22 03:35:58.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45403) > >2014-07-22 03:35:58.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56405) > >2014-07-22 03:35:58.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34919) > >2014-07-22 03:36:02.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45454) > >2014-07-22 03:36:02.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56457) > >2014-07-22 03:36:02.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34971) > >2014-07-22 03:36:03.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:06.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45505) > >2014-07-22 03:36:06.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56511) > >2014-07-22 03:36:06.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35026) > >2014-07-22 03:36:10.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45556) > >2014-07-22 03:36:10.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56562) > >2014-07-22 03:36:10.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35077) > >2014-07-22 03:36:10.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:14.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45608) > >2014-07-22 03:36:14.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56614) > >2014-07-22 03:36:14.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35130) > >2014-07-22 03:36:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:18.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45659) > >2014-07-22 03:36:18.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56666) > >2014-07-22 03:36:18.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35182) > >2014-07-22 03:36:21.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:22.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45710) > >2014-07-22 03:36:22.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56718) > >2014-07-22 03:36:22.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35236) > >2014-07-22 03:36:26.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45761) > >2014-07-22 03:36:26.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56770) > >2014-07-22 03:36:26.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35290) > >2014-07-22 03:36:30.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45813) > >2014-07-22 03:36:30.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56822) > >2014-07-22 03:36:30.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35346) > >2014-07-22 03:36:33.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:34.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45864) > >2014-07-22 03:36:34.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56876) > >2014-07-22 03:36:34.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35402) > >2014-07-22 03:36:38.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45916) > >2014-07-22 03:36:38.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56927) > >2014-07-22 03:36:38.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35454) > >2014-07-22 03:36:40.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:42.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45967) > >2014-07-22 03:36:42.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56980) > >2014-07-22 03:36:42.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35507) > >2014-07-22 03:36:46.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46020) > >2014-07-22 03:36:46.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57032) > >2014-07-22 03:36:46.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35561) > >2014-07-22 03:36:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:50.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46071) > >2014-07-22 03:36:50.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57086) > >2014-07-22 03:36:50.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35615) > >2014-07-22 03:36:51.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:36:54.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46122) > >2014-07-22 03:36:54.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57140) > >2014-07-22 03:36:54.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35671) > >2014-07-22 03:36:58.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46175) > >2014-07-22 03:36:58.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57191) > >2014-07-22 03:36:58.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35726) > >2014-07-22 03:37:02.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46229) > >2014-07-22 03:37:02.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57243) > >2014-07-22 03:37:02.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35781) > >2014-07-22 03:37:03.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:06.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46280) > >2014-07-22 03:37:06.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57296) > >2014-07-22 03:37:06.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35834) > >2014-07-22 03:37:10.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46331) > >2014-07-22 03:37:10.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57347) > >2014-07-22 03:37:10.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35885) > >2014-07-22 03:37:10.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:14.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46382) > >2014-07-22 03:37:14.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57399) > >2014-07-22 03:37:14.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35937) > >2014-07-22 03:37:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:18.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46433) > >2014-07-22 03:37:18.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57452) > >2014-07-22 03:37:18.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35990) > >2014-07-22 03:37:21.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:22.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46484) > >2014-07-22 03:37:22.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57504) > >2014-07-22 03:37:22.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36042) > >2014-07-22 03:37:26.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46535) > >2014-07-22 03:37:26.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57556) > >2014-07-22 03:37:26.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36094) > >2014-07-22 03:37:30.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46586) > >2014-07-22 03:37:30.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57607) > >2014-07-22 03:37:30.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36145) > >2014-07-22 03:37:33.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:34.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46637) > >2014-07-22 03:37:34.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57659) > >2014-07-22 03:37:34.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36197) > >2014-07-22 03:37:38.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46688) > >2014-07-22 03:37:38.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57710) > >2014-07-22 03:37:38.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36248) > >2014-07-22 03:37:41.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:42.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46739) > >2014-07-22 03:37:42.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57762) > >2014-07-22 03:37:42.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36300) > >2014-07-22 03:37:46.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46790) > >2014-07-22 03:37:46.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57813) > >2014-07-22 03:37:46.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36351) > >2014-07-22 03:37:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:50.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46841) > >2014-07-22 03:37:50.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57866) > >2014-07-22 03:37:50.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36406) > >2014-07-22 03:37:51.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:37:52.372 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:37:52.372 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:37:52.372 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:37:52.384 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:37:54.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46892) > >2014-07-22 03:37:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57920) > >2014-07-22 03:37:54.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36464) > >2014-07-22 03:37:58.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46943) > >2014-07-22 03:37:58.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57971) > >2014-07-22 03:37:58.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36515) > >2014-07-22 03:38:02.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46994) > >2014-07-22 03:38:02.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58022) > >2014-07-22 03:38:02.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36566) > >2014-07-22 03:38:03.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:06.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47045) > >2014-07-22 03:38:06.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58074) > >2014-07-22 03:38:06.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36619) > >2014-07-22 03:38:10.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47095) > >2014-07-22 03:38:10.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58125) > >2014-07-22 03:38:10.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36670) > >2014-07-22 03:38:11.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:14.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47147) > >2014-07-22 03:38:14.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58177) > >2014-07-22 03:38:14.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36723) > >2014-07-22 03:38:17.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:18.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47198) > >2014-07-22 03:38:18.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58229) > >2014-07-22 03:38:18.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36775) > >2014-07-22 03:38:21.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:22.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47249) > >2014-07-22 03:38:22.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58281) > >2014-07-22 03:38:22.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36829) > >2014-07-22 03:38:26.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47300) > >2014-07-22 03:38:26.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58332) > >2014-07-22 03:38:26.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36882) > >2014-07-22 03:38:30.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47352) > >2014-07-22 03:38:30.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58384) > >2014-07-22 03:38:30.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36938) > >2014-07-22 03:38:33.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:34.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47403) > >2014-07-22 03:38:34.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58438) > >2014-07-22 03:38:34.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36994) > >2014-07-22 03:38:38.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47455) > >2014-07-22 03:38:38.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58489) > >2014-07-22 03:38:38.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37046) > >2014-07-22 03:38:41.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:42.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47506) > >2014-07-22 03:38:42.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58542) > >2014-07-22 03:38:42.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37099) > >2014-07-22 03:38:46.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47559) > >2014-07-22 03:38:46.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58593) > >2014-07-22 03:38:46.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37152) > >2014-07-22 03:38:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:50.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47610) > >2014-07-22 03:38:50.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58645) > >2014-07-22 03:38:50.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37206) > >2014-07-22 03:38:51.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:38:54.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47661) > >2014-07-22 03:38:54.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58702) > >2014-07-22 03:38:54.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37263) > >2014-07-22 03:38:58.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47713) > >2014-07-22 03:38:58.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58753) > >2014-07-22 03:38:58.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37318) > >2014-07-22 03:39:02.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47768) > >2014-07-22 03:39:02.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58805) > >2014-07-22 03:39:02.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37373) > >2014-07-22 03:39:04.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:06.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47819) > >2014-07-22 03:39:06.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58858) > >2014-07-22 03:39:06.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37426) > >2014-07-22 03:39:10.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47870) > >2014-07-22 03:39:10.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58909) > >2014-07-22 03:39:10.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37476) > >2014-07-22 03:39:11.092 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:14.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47921) > >2014-07-22 03:39:14.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58961) > >2014-07-22 03:39:14.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37528) > >2014-07-22 03:39:17.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:18.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47972) > >2014-07-22 03:39:18.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59014) > >2014-07-22 03:39:18.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37581) > >2014-07-22 03:39:21.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:22.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48022) > >2014-07-22 03:39:22.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59066) > >2014-07-22 03:39:22.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37633) > >2014-07-22 03:39:26.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48073) > >2014-07-22 03:39:26.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59118) > >2014-07-22 03:39:26.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37685) > >2014-07-22 03:39:30.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48124) > >2014-07-22 03:39:30.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59168) > >2014-07-22 03:39:30.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37736) > >2014-07-22 03:39:34.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:34.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48175) > >2014-07-22 03:39:34.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59220) > >2014-07-22 03:39:34.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37788) > >2014-07-22 03:39:38.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48226) > >2014-07-22 03:39:38.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59271) > >2014-07-22 03:39:38.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37839) > >2014-07-22 03:39:41.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:42.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48277) > >2014-07-22 03:39:42.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59324) > >2014-07-22 03:39:42.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37892) > >2014-07-22 03:39:46.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48328) > >2014-07-22 03:39:46.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59375) > >2014-07-22 03:39:46.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37943) > >2014-07-22 03:39:47.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:50.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48379) > >2014-07-22 03:39:50.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59428) > >2014-07-22 03:39:50.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37998) > >2014-07-22 03:39:51.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:39:52.387 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:39:52.387 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:39:52.387 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:39:52.400 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:39:54.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48430) > >2014-07-22 03:39:54.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59483) > >2014-07-22 03:39:54.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38057) > >2014-07-22 03:39:58.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48481) > >2014-07-22 03:39:58.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59534) > >2014-07-22 03:39:58.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38108) > >2014-07-22 03:40:02.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48532) > >2014-07-22 03:40:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59586) > >2014-07-22 03:40:02.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38160) > >2014-07-22 03:40:04.061 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:06.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48583) > >2014-07-22 03:40:06.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59640) > >2014-07-22 03:40:06.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38215) > >2014-07-22 03:40:10.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48634) > >2014-07-22 03:40:10.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59691) > >2014-07-22 03:40:10.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38266) > >2014-07-22 03:40:11.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:14.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48686) > >2014-07-22 03:40:14.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59743) > >2014-07-22 03:40:14.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38320) > >2014-07-22 03:40:17.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:18.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48737) > >2014-07-22 03:40:18.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59795) > >2014-07-22 03:40:18.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38372) > >2014-07-22 03:40:21.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:22.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48788) > >2014-07-22 03:40:22.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59847) > >2014-07-22 03:40:22.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38426) > >2014-07-22 03:40:26.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48839) > >2014-07-22 03:40:26.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59899) > >2014-07-22 03:40:26.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38480) > >2014-07-22 03:40:30.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48890) > >2014-07-22 03:40:30.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59951) > >2014-07-22 03:40:30.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38533) > >2014-07-22 03:40:34.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:34.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48942) > >2014-07-22 03:40:34.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60005) > >2014-07-22 03:40:34.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38592) > >2014-07-22 03:40:38.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48993) > >2014-07-22 03:40:38.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60056) > >2014-07-22 03:40:38.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38644) > >2014-07-22 03:40:41.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:42.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49044) > >2014-07-22 03:40:42.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60109) > >2014-07-22 03:40:42.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38698) > >2014-07-22 03:40:46.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49097) > >2014-07-22 03:40:46.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60161) > >2014-07-22 03:40:46.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38751) > >2014-07-22 03:40:47.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:50.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49148) > >2014-07-22 03:40:50.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60213) > >2014-07-22 03:40:50.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38803) > >2014-07-22 03:40:51.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:40:54.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49199) > >2014-07-22 03:40:54.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60269) > >2014-07-22 03:40:54.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38861) > >2014-07-22 03:40:58.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49251) > >2014-07-22 03:40:58.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60321) > >2014-07-22 03:40:58.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38915) > >2014-07-22 03:41:02.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49306) > >2014-07-22 03:41:02.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60372) > >2014-07-22 03:41:02.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38971) > >2014-07-22 03:41:04.116 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:06.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49357) > >2014-07-22 03:41:06.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60424) > >2014-07-22 03:41:06.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39023) > >2014-07-22 03:41:10.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49408) > >2014-07-22 03:41:10.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60475) > >2014-07-22 03:41:10.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39074) > >2014-07-22 03:41:11.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:14.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49459) > >2014-07-22 03:41:14.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60526) > >2014-07-22 03:41:14.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39126) > >2014-07-22 03:41:17.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:18.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49510) > >2014-07-22 03:41:18.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60579) > >2014-07-22 03:41:18.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39179) > >2014-07-22 03:41:21.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:22.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49561) > >2014-07-22 03:41:22.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60631) > >2014-07-22 03:41:22.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39231) > >2014-07-22 03:41:26.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49612) > >2014-07-22 03:41:26.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60683) > >2014-07-22 03:41:26.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39282) > >2014-07-22 03:41:30.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49663) > >2014-07-22 03:41:30.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60734) > >2014-07-22 03:41:30.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39333) > >2014-07-22 03:41:34.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:34.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49714) > >2014-07-22 03:41:34.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60786) > >2014-07-22 03:41:34.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39385) > >2014-07-22 03:41:38.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49765) > >2014-07-22 03:41:38.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60837) > >2014-07-22 03:41:38.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39436) > >2014-07-22 03:41:41.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:42.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49816) > >2014-07-22 03:41:42.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60890) > >2014-07-22 03:41:42.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39489) > >2014-07-22 03:41:46.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49867) > >2014-07-22 03:41:46.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60941) > >2014-07-22 03:41:46.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39540) > >2014-07-22 03:41:47.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:50.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49918) > >2014-07-22 03:41:50.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60994) > >2014-07-22 03:41:50.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39595) > >2014-07-22 03:41:51.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:41:52.402 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:41:52.402 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:41:52.403 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:41:52.415 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:41:54.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49969) > >2014-07-22 03:41:54.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32816) > >2014-07-22 03:41:54.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39654) > >2014-07-22 03:41:58.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50020) > >2014-07-22 03:41:58.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32867) > >2014-07-22 03:41:58.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39705) > >2014-07-22 03:42:02.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50071) > >2014-07-22 03:42:02.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32919) > >2014-07-22 03:42:02.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39758) > >2014-07-22 03:42:04.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:06.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50122) > >2014-07-22 03:42:06.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32973) > >2014-07-22 03:42:06.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39812) > >2014-07-22 03:42:10.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50173) > >2014-07-22 03:42:10.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33024) > >2014-07-22 03:42:10.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39863) > >2014-07-22 03:42:11.256 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:14.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50225) > >2014-07-22 03:42:14.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33076) > >2014-07-22 03:42:14.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39916) > >2014-07-22 03:42:17.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:18.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50276) > >2014-07-22 03:42:18.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33128) > >2014-07-22 03:42:18.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39968) > >2014-07-22 03:42:21.337 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:22.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50327) > >2014-07-22 03:42:22.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33180) > >2014-07-22 03:42:22.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40022) > >2014-07-22 03:42:26.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50378) > >2014-07-22 03:42:26.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33232) > >2014-07-22 03:42:26.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40076) > >2014-07-22 03:42:30.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50429) > >2014-07-22 03:42:30.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33284) > >2014-07-22 03:42:30.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40128) > >2014-07-22 03:42:34.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:34.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50481) > >2014-07-22 03:42:34.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33337) > >2014-07-22 03:42:34.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40187) > >2014-07-22 03:42:38.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50532) > >2014-07-22 03:42:38.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33389) > >2014-07-22 03:42:38.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40240) > >2014-07-22 03:42:41.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:42.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50584) > >2014-07-22 03:42:42.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33442) > >2014-07-22 03:42:42.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40293) > >2014-07-22 03:42:46.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50637) > >2014-07-22 03:42:46.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33493) > >2014-07-22 03:42:46.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40346) > >2014-07-22 03:42:47.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:50.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50688) > >2014-07-22 03:42:50.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33545) > >2014-07-22 03:42:50.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40398) > >2014-07-22 03:42:51.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:42:54.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50739) > >2014-07-22 03:42:54.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33600) > >2014-07-22 03:42:54.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40453) > >2014-07-22 03:42:58.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50790) > >2014-07-22 03:42:58.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33651) > >2014-07-22 03:42:58.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40507) > >2014-07-22 03:43:02.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50846) > >2014-07-22 03:43:02.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33702) > >2014-07-22 03:43:02.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40564) > >2014-07-22 03:43:04.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:06.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50897) > >2014-07-22 03:43:06.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33754) > >2014-07-22 03:43:06.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40616) > >2014-07-22 03:43:10.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50948) > >2014-07-22 03:43:10.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33805) > >2014-07-22 03:43:10.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40667) > >2014-07-22 03:43:11.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:14.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50999) > >2014-07-22 03:43:14.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33857) > >2014-07-22 03:43:14.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40719) > >2014-07-22 03:43:17.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:18.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51050) > >2014-07-22 03:43:18.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33910) > >2014-07-22 03:43:18.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40772) > >2014-07-22 03:43:21.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:22.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51101) > >2014-07-22 03:43:22.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33962) > >2014-07-22 03:43:22.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40824) > >2014-07-22 03:43:26.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51152) > >2014-07-22 03:43:26.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34014) > >2014-07-22 03:43:26.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40876) > >2014-07-22 03:43:30.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51203) > >2014-07-22 03:43:30.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34065) > >2014-07-22 03:43:30.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40927) > >2014-07-22 03:43:34.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:34.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51254) > >2014-07-22 03:43:34.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34117) > >2014-07-22 03:43:34.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40979) > >2014-07-22 03:43:38.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51305) > >2014-07-22 03:43:38.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34168) > >2014-07-22 03:43:38.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41030) > >2014-07-22 03:43:41.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:42.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51355) > >2014-07-22 03:43:42.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34221) > >2014-07-22 03:43:42.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41083) > >2014-07-22 03:43:46.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51406) > >2014-07-22 03:43:46.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34272) > >2014-07-22 03:43:47.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41133) > >2014-07-22 03:43:47.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:50.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51457) > >2014-07-22 03:43:50.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34325) > >2014-07-22 03:43:51.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41188) > >2014-07-22 03:43:51.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:43:52.418 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:43:52.418 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:43:52.419 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:43:52.430 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:43:54.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51508) > >2014-07-22 03:43:54.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34380) > >2014-07-22 03:43:55.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41247) > >2014-07-22 03:43:58.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51559) > >2014-07-22 03:43:58.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34431) > >2014-07-22 03:43:59.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41298) > >2014-07-22 03:44:02.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51610) > >2014-07-22 03:44:02.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34483) > >2014-07-22 03:44:03.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41351) > >2014-07-22 03:44:04.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:06.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51661) > >2014-07-22 03:44:06.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34537) > >2014-07-22 03:44:07.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41404) > >2014-07-22 03:44:10.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51712) > >2014-07-22 03:44:10.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34588) > >2014-07-22 03:44:11.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41456) > >2014-07-22 03:44:11.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:14.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51764) > >2014-07-22 03:44:14.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34640) > >2014-07-22 03:44:15.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41509) > >2014-07-22 03:44:17.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:18.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51815) > >2014-07-22 03:44:18.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34692) > >2014-07-22 03:44:19.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41561) > >2014-07-22 03:44:21.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:22.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51866) > >2014-07-22 03:44:22.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34744) > >2014-07-22 03:44:23.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41613) > >2014-07-22 03:44:26.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51917) > >2014-07-22 03:44:26.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34796) > >2014-07-22 03:44:27.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41669) > >2014-07-22 03:44:30.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51968) > >2014-07-22 03:44:30.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34848) > >2014-07-22 03:44:31.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41721) > >2014-07-22 03:44:34.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:34.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52020) > >2014-07-22 03:44:34.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34901) > >2014-07-22 03:44:35.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41779) > >2014-07-22 03:44:38.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52071) > >2014-07-22 03:44:38.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34953) > >2014-07-22 03:44:39.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41832) > >2014-07-22 03:44:41.374 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:42.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52123) > >2014-07-22 03:44:42.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35006) > >2014-07-22 03:44:43.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41887) > >2014-07-22 03:44:46.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52177) > >2014-07-22 03:44:46.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35058) > >2014-07-22 03:44:47.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41940) > >2014-07-22 03:44:47.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:50.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52228) > >2014-07-22 03:44:50.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35110) > >2014-07-22 03:44:51.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41992) > >2014-07-22 03:44:51.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:44:54.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52279) > >2014-07-22 03:44:54.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35166) > >2014-07-22 03:44:55.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42048) > >2014-07-22 03:44:58.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52330) > >2014-07-22 03:44:58.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35217) > >2014-07-22 03:44:59.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42101) > >2014-07-22 03:45:02.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52386) > >2014-07-22 03:45:02.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35269) > >2014-07-22 03:45:03.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42160) > >2014-07-22 03:45:04.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:06.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52436) > >2014-07-22 03:45:07.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35323) > >2014-07-22 03:45:07.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42213) > >2014-07-22 03:45:10.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52487) > >2014-07-22 03:45:11.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35378) > >2014-07-22 03:45:11.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42264) > >2014-07-22 03:45:11.380 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:14.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52539) > >2014-07-22 03:45:15.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35430) > >2014-07-22 03:45:15.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42315) > >2014-07-22 03:45:17.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:18.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52590) > >2014-07-22 03:45:19.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35483) > >2014-07-22 03:45:19.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42368) > >2014-07-22 03:45:21.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:22.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52642) > >2014-07-22 03:45:23.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35535) > >2014-07-22 03:45:23.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42420) > >2014-07-22 03:45:26.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52696) > >2014-07-22 03:45:27.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35586) > >2014-07-22 03:45:27.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42471) > >2014-07-22 03:45:30.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52748) > >2014-07-22 03:45:31.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35638) > >2014-07-22 03:45:31.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42523) > >2014-07-22 03:45:34.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:34.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52799) > >2014-07-22 03:45:35.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35690) > >2014-07-22 03:45:35.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42574) > >2014-07-22 03:45:38.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52850) > >2014-07-22 03:45:39.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35753) > >2014-07-22 03:45:39.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42631) > >2014-07-22 03:45:41.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:42.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52907) > >2014-07-22 03:45:43.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35812) > >2014-07-22 03:45:43.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42684) > >2014-07-22 03:45:46.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52958) > >2014-07-22 03:45:47.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35863) > >2014-07-22 03:45:47.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42735) > >2014-07-22 03:45:47.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:50.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53010) > >2014-07-22 03:45:51.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35915) > >2014-07-22 03:45:51.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42789) > >2014-07-22 03:45:51.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:45:52.445 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:45:52.445 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:45:52.446 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:45:52.472 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:45:54.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53076) > >2014-07-22 03:45:55.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35978) > >2014-07-22 03:45:55.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42857) > >2014-07-22 03:45:58.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53128) > >2014-07-22 03:45:59.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36032) > >2014-07-22 03:45:59.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42908) > >2014-07-22 03:46:02.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53181) > >2014-07-22 03:46:03.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36084) > >2014-07-22 03:46:03.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42960) > >2014-07-22 03:46:04.363 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:06.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53238) > >2014-07-22 03:46:07.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36147) > >2014-07-22 03:46:07.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43013) > >2014-07-22 03:46:10.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53299) > >2014-07-22 03:46:11.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36210) > >2014-07-22 03:46:11.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43065) > >2014-07-22 03:46:11.478 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:14.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53363) > >2014-07-22 03:46:15.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36273) > >2014-07-22 03:46:15.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43118) > >2014-07-22 03:46:17.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:18.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53421) > >2014-07-22 03:46:19.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36334) > >2014-07-22 03:46:19.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43170) > >2014-07-22 03:46:21.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:22.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53478) > >2014-07-22 03:46:23.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36404) > >2014-07-22 03:46:23.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43222) > >2014-07-22 03:46:26.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53543) > >2014-07-22 03:46:27.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36473) > >2014-07-22 03:46:27.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43279) > >2014-07-22 03:46:30.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53607) > >2014-07-22 03:46:31.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36531) > >2014-07-22 03:46:31.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43330) > >2014-07-22 03:46:34.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:34.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53671) > >2014-07-22 03:46:35.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36586) > >2014-07-22 03:46:35.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43387) > >2014-07-22 03:46:38.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53730) > >2014-07-22 03:46:39.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36639) > >2014-07-22 03:46:39.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43441) > >2014-07-22 03:46:41.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:42.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53788) > >2014-07-22 03:46:43.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36691) > >2014-07-22 03:46:43.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43494) > >2014-07-22 03:46:46.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53844) > >2014-07-22 03:46:47.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36746) > >2014-07-22 03:46:47.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43547) > >2014-07-22 03:46:47.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:50.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53899) > >2014-07-22 03:46:51.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36798) > >2014-07-22 03:46:51.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:46:51.385 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 43599) > >2014-07-22 03:46:54.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53953) > >2014-07-22 03:46:55.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36852) > >2014-07-22 03:46:55.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43653) > >2014-07-22 03:46:58.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54005) > >2014-07-22 03:46:59.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36908) > >2014-07-22 03:46:59.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43707) > >2014-07-22 03:47:02.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54061) > >2014-07-22 03:47:03.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36961) > >2014-07-22 03:47:03.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43765) > >2014-07-22 03:47:04.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:06.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54112) > >2014-07-22 03:47:07.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37015) > >2014-07-22 03:47:07.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43817) > >2014-07-22 03:47:10.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54163) > >2014-07-22 03:47:11.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37066) > >2014-07-22 03:47:11.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43868) > >2014-07-22 03:47:11.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:14.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54214) > >2014-07-22 03:47:15.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37121) > >2014-07-22 03:47:15.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43920) > >2014-07-22 03:47:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:18.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54265) > >2014-07-22 03:47:19.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37176) > >2014-07-22 03:47:19.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43972) > >2014-07-22 03:47:21.363 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:22.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54316) > >2014-07-22 03:47:23.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37228) > >2014-07-22 03:47:23.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44024) > >2014-07-22 03:47:26.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54367) > >2014-07-22 03:47:27.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37279) > >2014-07-22 03:47:27.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44075) > >2014-07-22 03:47:30.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54418) > >2014-07-22 03:47:31.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37336) > >2014-07-22 03:47:31.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44129) > >2014-07-22 03:47:34.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:34.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54469) > >2014-07-22 03:47:35.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37388) > >2014-07-22 03:47:35.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44181) > >2014-07-22 03:47:38.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54520) > >2014-07-22 03:47:39.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37439) > >2014-07-22 03:47:39.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44232) > >2014-07-22 03:47:41.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:42.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54571) > >2014-07-22 03:47:43.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37492) > >2014-07-22 03:47:43.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44285) > >2014-07-22 03:47:46.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54622) > >2014-07-22 03:47:47.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37543) > >2014-07-22 03:47:47.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44337) > >2014-07-22 03:47:47.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:50.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54673) > >2014-07-22 03:47:51.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:47:51.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37595) > >2014-07-22 03:47:51.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44391) > >2014-07-22 03:47:52.474 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:47:52.474 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:47:52.474 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:47:52.487 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:47:54.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54724) > >2014-07-22 03:47:55.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37648) > >2014-07-22 03:47:55.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44448) > >2014-07-22 03:47:58.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54775) > >2014-07-22 03:47:59.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37700) > >2014-07-22 03:47:59.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44499) > >2014-07-22 03:48:02.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54826) > >2014-07-22 03:48:03.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37752) > >2014-07-22 03:48:03.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44550) > >2014-07-22 03:48:04.457 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:06.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54877) > >2014-07-22 03:48:07.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37804) > >2014-07-22 03:48:07.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44602) > >2014-07-22 03:48:10.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54928) > >2014-07-22 03:48:11.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37855) > >2014-07-22 03:48:11.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44654) > >2014-07-22 03:48:11.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:14.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54980) > >2014-07-22 03:48:15.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37907) > >2014-07-22 03:48:15.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44707) > >2014-07-22 03:48:17.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:18.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55031) > >2014-07-22 03:48:19.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37959) > >2014-07-22 03:48:19.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44759) > >2014-07-22 03:48:21.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:22.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55082) > >2014-07-22 03:48:23.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38011) > >2014-07-22 03:48:23.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44811) > >2014-07-22 03:48:26.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55133) > >2014-07-22 03:48:27.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38063) > >2014-07-22 03:48:27.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44867) > >2014-07-22 03:48:30.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55184) > >2014-07-22 03:48:31.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38115) > >2014-07-22 03:48:31.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44919) > >2014-07-22 03:48:34.481 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:34.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55235) > >2014-07-22 03:48:35.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38168) > >2014-07-22 03:48:35.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44977) > >2014-07-22 03:48:38.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55286) > >2014-07-22 03:48:39.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38220) > >2014-07-22 03:48:39.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45030) > >2014-07-22 03:48:41.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:42.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55338) > >2014-07-22 03:48:43.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38274) > >2014-07-22 03:48:43.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45085) > >2014-07-22 03:48:46.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55391) > >2014-07-22 03:48:47.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38325) > >2014-07-22 03:48:47.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45138) > >2014-07-22 03:48:47.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:50.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55442) > >2014-07-22 03:48:51.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:48:51.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38377) > >2014-07-22 03:48:51.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45191) > >2014-07-22 03:48:54.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55492) > >2014-07-22 03:48:55.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38431) > >2014-07-22 03:48:55.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45244) > >2014-07-22 03:48:58.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55543) > >2014-07-22 03:48:59.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38484) > >2014-07-22 03:48:59.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45299) > >2014-07-22 03:49:02.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55598) > >2014-07-22 03:49:03.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38536) > >2014-07-22 03:49:03.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45356) > >2014-07-22 03:49:04.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:06.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55650) > >2014-07-22 03:49:07.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38588) > >2014-07-22 03:49:07.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45410) > >2014-07-22 03:49:10.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55701) > >2014-07-22 03:49:11.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38641) > >2014-07-22 03:49:11.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:11.613 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.7', 45462) > >2014-07-22 03:49:14.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55752) > >2014-07-22 03:49:15.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38693) > >2014-07-22 03:49:15.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45514) > >2014-07-22 03:49:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:18.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55803) > >2014-07-22 03:49:19.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38746) > >2014-07-22 03:49:19.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45567) > >2014-07-22 03:49:21.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:22.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55854) > >2014-07-22 03:49:23.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38798) > >2014-07-22 03:49:23.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45619) > >2014-07-22 03:49:26.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55905) > >2014-07-22 03:49:27.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38849) > >2014-07-22 03:49:27.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45670) > >2014-07-22 03:49:30.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55956) > >2014-07-22 03:49:31.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38903) > >2014-07-22 03:49:31.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45724) > >2014-07-22 03:49:34.540 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:34.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56007) > >2014-07-22 03:49:35.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38955) > >2014-07-22 03:49:35.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45776) > >2014-07-22 03:49:38.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56057) > >2014-07-22 03:49:39.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39006) > >2014-07-22 03:49:39.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45827) > >2014-07-22 03:49:41.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:42.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56108) > >2014-07-22 03:49:43.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39059) > >2014-07-22 03:49:43.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45880) > >2014-07-22 03:49:46.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56159) > >2014-07-22 03:49:47.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39110) > >2014-07-22 03:49:47.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45931) > >2014-07-22 03:49:47.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:50.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56210) > >2014-07-22 03:49:51.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:49:51.617 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 39162) > >2014-07-22 03:49:51.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45985) > >2014-07-22 03:49:52.488 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:49:52.488 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:49:52.489 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:49:52.500 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:49:54.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56261) > >2014-07-22 03:49:55.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39217) > >2014-07-22 03:49:55.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46044) > >2014-07-22 03:49:58.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56312) > >2014-07-22 03:49:59.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39268) > >2014-07-22 03:49:59.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46095) > >2014-07-22 03:50:02.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56363) > >2014-07-22 03:50:03.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39319) > >2014-07-22 03:50:03.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46147) > >2014-07-22 03:50:04.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:06.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56414) > >2014-07-22 03:50:07.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39371) > >2014-07-22 03:50:07.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46199) > >2014-07-22 03:50:10.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56465) > >2014-07-22 03:50:11.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39422) > >2014-07-22 03:50:11.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46252) > >2014-07-22 03:50:11.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:14.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56517) > >2014-07-22 03:50:15.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39474) > >2014-07-22 03:50:15.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46304) > >2014-07-22 03:50:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:18.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56568) > >2014-07-22 03:50:19.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39526) > >2014-07-22 03:50:19.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46356) > >2014-07-22 03:50:21.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:22.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56619) > >2014-07-22 03:50:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39579) > >2014-07-22 03:50:23.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46409) > >2014-07-22 03:50:26.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56670) > >2014-07-22 03:50:27.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39630) > >2014-07-22 03:50:27.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46464) > >2014-07-22 03:50:30.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56721) > >2014-07-22 03:50:31.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39682) > >2014-07-22 03:50:31.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46516) > >2014-07-22 03:50:34.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:34.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56772) > >2014-07-22 03:50:35.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39735) > >2014-07-22 03:50:35.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46573) > >2014-07-22 03:50:38.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56824) > >2014-07-22 03:50:39.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39787) > >2014-07-22 03:50:39.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46627) > >2014-07-22 03:50:41.702 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:42.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56875) > >2014-07-22 03:50:43.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39840) > >2014-07-22 03:50:43.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46681) > >2014-07-22 03:50:46.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56929) > >2014-07-22 03:50:47.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39891) > >2014-07-22 03:50:47.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46734) > >2014-07-22 03:50:47.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:50.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56980) > >2014-07-22 03:50:51.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:50:51.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39944) > >2014-07-22 03:50:51.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46787) > >2014-07-22 03:50:54.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57031) > >2014-07-22 03:50:55.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39997) > >2014-07-22 03:50:55.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46841) > >2014-07-22 03:50:58.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57082) > >2014-07-22 03:50:59.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40051) > >2014-07-22 03:50:59.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46894) > >2014-07-22 03:51:03.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57134) > >2014-07-22 03:51:03.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40102) > >2014-07-22 03:51:03.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46952) > >2014-07-22 03:51:04.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:07.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57189) > >2014-07-22 03:51:07.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40154) > >2014-07-22 03:51:07.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47006) > >2014-07-22 03:51:11.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57240) > >2014-07-22 03:51:11.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40205) > >2014-07-22 03:51:11.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47057) > >2014-07-22 03:51:11.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:15.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57291) > >2014-07-22 03:51:15.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40257) > >2014-07-22 03:51:15.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47109) > >2014-07-22 03:51:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:19.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57342) > >2014-07-22 03:51:19.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40309) > >2014-07-22 03:51:19.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47162) > >2014-07-22 03:51:21.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:23.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57393) > >2014-07-22 03:51:23.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40362) > >2014-07-22 03:51:23.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47214) > >2014-07-22 03:51:27.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57444) > >2014-07-22 03:51:27.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40412) > >2014-07-22 03:51:27.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47264) > >2014-07-22 03:51:31.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57495) > >2014-07-22 03:51:31.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40466) > >2014-07-22 03:51:31.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47318) > >2014-07-22 03:51:34.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:35.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57546) > >2014-07-22 03:51:35.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40519) > >2014-07-22 03:51:35.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47370) > >2014-07-22 03:51:39.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57597) > >2014-07-22 03:51:39.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40570) > >2014-07-22 03:51:39.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47421) > >2014-07-22 03:51:41.739 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:43.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57648) > >2014-07-22 03:51:43.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40623) > >2014-07-22 03:51:43.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47474) > >2014-07-22 03:51:47.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57699) > >2014-07-22 03:51:47.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40674) > >2014-07-22 03:51:47.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47525) > >2014-07-22 03:51:47.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:51.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57750) > >2014-07-22 03:51:51.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:51:51.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40727) > >2014-07-22 03:51:51.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47580) > >2014-07-22 03:51:52.503 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:51:52.503 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:51:52.503 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:51:52.516 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:51:55.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57801) > >2014-07-22 03:51:55.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40781) > >2014-07-22 03:51:55.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47638) > >2014-07-22 03:51:59.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57852) > >2014-07-22 03:51:59.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40832) > >2014-07-22 03:51:59.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47689) > >2014-07-22 03:52:03.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57903) > >2014-07-22 03:52:03.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40884) > >2014-07-22 03:52:03.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47741) > >2014-07-22 03:52:04.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:07.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57954) > >2014-07-22 03:52:07.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40936) > >2014-07-22 03:52:07.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47793) > >2014-07-22 03:52:11.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58005) > >2014-07-22 03:52:11.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40988) > >2014-07-22 03:52:11.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47844) > >2014-07-22 03:52:11.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:15.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58057) > >2014-07-22 03:52:15.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41040) > >2014-07-22 03:52:15.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47898) > >2014-07-22 03:52:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:19.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58108) > >2014-07-22 03:52:19.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41092) > >2014-07-22 03:52:19.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47950) > >2014-07-22 03:52:21.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:23.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58159) > >2014-07-22 03:52:23.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41144) > >2014-07-22 03:52:23.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48002) > >2014-07-22 03:52:27.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58210) > >2014-07-22 03:52:27.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41197) > >2014-07-22 03:52:27.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48055) > >2014-07-22 03:52:31.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58261) > >2014-07-22 03:52:31.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41249) > >2014-07-22 03:52:31.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48111) > >2014-07-22 03:52:34.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:35.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58312) > >2014-07-22 03:52:35.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41303) > >2014-07-22 03:52:35.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48169) > >2014-07-22 03:52:39.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58364) > >2014-07-22 03:52:39.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41355) > >2014-07-22 03:52:39.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48223) > >2014-07-22 03:52:41.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:43.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58415) > >2014-07-22 03:52:43.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41408) > >2014-07-22 03:52:43.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48276) > >2014-07-22 03:52:47.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58469) > >2014-07-22 03:52:47.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41459) > >2014-07-22 03:52:47.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:47.785 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 48330) > >2014-07-22 03:52:51.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58520) > >2014-07-22 03:52:51.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:52:51.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41512) > >2014-07-22 03:52:51.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48383) > >2014-07-22 03:52:55.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58571) > >2014-07-22 03:52:55.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41563) > >2014-07-22 03:52:55.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48434) > >2014-07-22 03:52:59.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58622) > >2014-07-22 03:52:59.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41617) > >2014-07-22 03:52:59.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48488) > >2014-07-22 03:53:03.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58674) > >2014-07-22 03:53:03.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41668) > >2014-07-22 03:53:03.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48544) > >2014-07-22 03:53:04.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:07.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58729) > >2014-07-22 03:53:07.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41720) > >2014-07-22 03:53:07.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48600) > >2014-07-22 03:53:11.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58780) > >2014-07-22 03:53:11.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41771) > >2014-07-22 03:53:11.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48651) > >2014-07-22 03:53:11.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:15.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58831) > >2014-07-22 03:53:15.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41823) > >2014-07-22 03:53:15.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48703) > >2014-07-22 03:53:17.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:19.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58882) > >2014-07-22 03:53:19.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41875) > >2014-07-22 03:53:19.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48755) > >2014-07-22 03:53:21.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:23.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58933) > >2014-07-22 03:53:23.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41928) > >2014-07-22 03:53:23.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48808) > >2014-07-22 03:53:27.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58984) > >2014-07-22 03:53:27.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41979) > >2014-07-22 03:53:27.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48859) > >2014-07-22 03:53:31.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59035) > >2014-07-22 03:53:31.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42032) > >2014-07-22 03:53:31.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48912) > >2014-07-22 03:53:34.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:35.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59086) > >2014-07-22 03:53:35.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42085) > >2014-07-22 03:53:35.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48965) > >2014-07-22 03:53:39.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59137) > >2014-07-22 03:53:39.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42136) > >2014-07-22 03:53:39.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49016) > >2014-07-22 03:53:41.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:43.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59188) > >2014-07-22 03:53:43.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42189) > >2014-07-22 03:53:43.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49069) > >2014-07-22 03:53:47.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59239) > >2014-07-22 03:53:47.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:47.741 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 42240) > >2014-07-22 03:53:47.805 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 49121) > >2014-07-22 03:53:51.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59290) > >2014-07-22 03:53:51.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:53:51.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42293) > >2014-07-22 03:53:51.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49176) > >2014-07-22 03:53:52.518 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:53:52.518 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:53:52.519 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:53:52.531 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:53:55.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59340) > >2014-07-22 03:53:55.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42347) > >2014-07-22 03:53:55.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49234) > >2014-07-22 03:53:59.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59391) > >2014-07-22 03:53:59.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42398) > >2014-07-22 03:53:59.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49285) > >2014-07-22 03:54:03.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59442) > >2014-07-22 03:54:03.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42450) > >2014-07-22 03:54:03.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49337) > >2014-07-22 03:54:04.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:07.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59493) > >2014-07-22 03:54:07.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42502) > >2014-07-22 03:54:07.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49389) > >2014-07-22 03:54:11.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59544) > >2014-07-22 03:54:11.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42554) > >2014-07-22 03:54:11.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49441) > >2014-07-22 03:54:11.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:15.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59596) > >2014-07-22 03:54:15.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42606) > >2014-07-22 03:54:15.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49495) > >2014-07-22 03:54:17.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:19.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59647) > >2014-07-22 03:54:19.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42658) > >2014-07-22 03:54:19.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49547) > >2014-07-22 03:54:21.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:23.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59698) > >2014-07-22 03:54:23.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42710) > >2014-07-22 03:54:23.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49600) > >2014-07-22 03:54:27.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59749) > >2014-07-22 03:54:27.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42762) > >2014-07-22 03:54:27.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49651) > >2014-07-22 03:54:31.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59800) > >2014-07-22 03:54:31.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42814) > >2014-07-22 03:54:31.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49707) > >2014-07-22 03:54:34.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:35.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59851) > >2014-07-22 03:54:35.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42867) > >2014-07-22 03:54:35.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49760) > >2014-07-22 03:54:39.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59903) > >2014-07-22 03:54:39.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42919) > >2014-07-22 03:54:39.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49818) > >2014-07-22 03:54:41.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:43.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59954) > >2014-07-22 03:54:43.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42972) > >2014-07-22 03:54:43.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49871) > >2014-07-22 03:54:47.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60008) > >2014-07-22 03:54:47.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:47.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43023) > >2014-07-22 03:54:47.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49925) > >2014-07-22 03:54:51.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60058) > >2014-07-22 03:54:51.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:54:51.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43076) > >2014-07-22 03:54:51.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49978) > >2014-07-22 03:54:55.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60109) > >2014-07-22 03:54:55.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43128) > >2014-07-22 03:54:55.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50030) > >2014-07-22 03:54:59.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60160) > >2014-07-22 03:54:59.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43180) > >2014-07-22 03:54:59.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50082) > >2014-07-22 03:55:03.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60211) > >2014-07-22 03:55:03.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43235) > >2014-07-22 03:55:03.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50140) > >2014-07-22 03:55:04.790 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:07.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60268) > >2014-07-22 03:55:07.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43287) > >2014-07-22 03:55:07.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50198) > >2014-07-22 03:55:11.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60319) > >2014-07-22 03:55:11.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43339) > >2014-07-22 03:55:11.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50250) > >2014-07-22 03:55:11.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:15.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60370) > >2014-07-22 03:55:15.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43391) > >2014-07-22 03:55:15.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50302) > >2014-07-22 03:55:17.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:19.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60421) > >2014-07-22 03:55:19.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43443) > >2014-07-22 03:55:19.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50354) > >2014-07-22 03:55:21.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:23.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60472) > >2014-07-22 03:55:23.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43496) > >2014-07-22 03:55:23.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50407) > >2014-07-22 03:55:27.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60523) > >2014-07-22 03:55:27.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43546) > >2014-07-22 03:55:27.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50458) > >2014-07-22 03:55:31.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60574) > >2014-07-22 03:55:31.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43599) > >2014-07-22 03:55:31.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50511) > >2014-07-22 03:55:34.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:35.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60625) > >2014-07-22 03:55:35.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43651) > >2014-07-22 03:55:35.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50563) > >2014-07-22 03:55:39.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60676) > >2014-07-22 03:55:39.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43702) > >2014-07-22 03:55:39.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50614) > >2014-07-22 03:55:41.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:43.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60727) > >2014-07-22 03:55:43.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43756) > >2014-07-22 03:55:43.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50668) > >2014-07-22 03:55:47.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60778) > >2014-07-22 03:55:47.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:47.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43807) > >2014-07-22 03:55:47.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50719) > >2014-07-22 03:55:51.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60829) > >2014-07-22 03:55:51.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:55:51.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43860) > >2014-07-22 03:55:51.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50774) > >2014-07-22 03:55:52.533 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:55:52.533 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:55:52.534 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:55:52.545 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:55:55.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60880) > >2014-07-22 03:55:55.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43913) > >2014-07-22 03:55:55.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50831) > >2014-07-22 03:55:59.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60931) > >2014-07-22 03:55:59.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43964) > >2014-07-22 03:55:59.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50882) > >2014-07-22 03:56:03.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60982) > >2014-07-22 03:56:03.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44016) > >2014-07-22 03:56:03.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50934) > >2014-07-22 03:56:04.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:07.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32800) > >2014-07-22 03:56:07.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44068) > >2014-07-22 03:56:07.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50986) > >2014-07-22 03:56:11.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32851) > >2014-07-22 03:56:11.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44120) > >2014-07-22 03:56:11.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51038) > >2014-07-22 03:56:11.947 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:15.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32903) > >2014-07-22 03:56:15.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44172) > >2014-07-22 03:56:15.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51092) > >2014-07-22 03:56:17.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:19.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32954) > >2014-07-22 03:56:19.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44224) > >2014-07-22 03:56:19.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51144) > >2014-07-22 03:56:21.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:23.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33005) > >2014-07-22 03:56:23.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44277) > >2014-07-22 03:56:23.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51197) > >2014-07-22 03:56:27.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33056) > >2014-07-22 03:56:27.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44328) > >2014-07-22 03:56:27.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51248) > >2014-07-22 03:56:31.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33107) > >2014-07-22 03:56:31.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44380) > >2014-07-22 03:56:31.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51304) > >2014-07-22 03:56:34.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:35.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33158) > >2014-07-22 03:56:35.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44433) > >2014-07-22 03:56:35.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51357) > >2014-07-22 03:56:39.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33209) > >2014-07-22 03:56:39.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44485) > >2014-07-22 03:56:39.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51415) > >2014-07-22 03:56:41.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:43.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33261) > >2014-07-22 03:56:43.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44538) > >2014-07-22 03:56:43.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51468) > >2014-07-22 03:56:47.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33315) > >2014-07-22 03:56:47.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:47.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44589) > >2014-07-22 03:56:47.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51522) > >2014-07-22 03:56:51.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33366) > >2014-07-22 03:56:51.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:56:51.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44642) > >2014-07-22 03:56:51.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51575) > >2014-07-22 03:56:55.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33417) > >2014-07-22 03:56:55.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44695) > >2014-07-22 03:56:55.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51628) > >2014-07-22 03:56:59.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33468) > >2014-07-22 03:56:59.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44747) > >2014-07-22 03:56:59.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51680) > >2014-07-22 03:57:03.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33519) > >2014-07-22 03:57:03.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44801) > >2014-07-22 03:57:03.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51737) > >2014-07-22 03:57:04.880 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:07.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33575) > >2014-07-22 03:57:07.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44852) > >2014-07-22 03:57:07.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51795) > >2014-07-22 03:57:11.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33626) > >2014-07-22 03:57:11.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44904) > >2014-07-22 03:57:11.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51846) > >2014-07-22 03:57:11.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:15.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33677) > >2014-07-22 03:57:15.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44956) > >2014-07-22 03:57:15.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51898) > >2014-07-22 03:57:17.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:19.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33728) > >2014-07-22 03:57:19.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45008) > >2014-07-22 03:57:19.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51950) > >2014-07-22 03:57:21.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:23.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33779) > >2014-07-22 03:57:23.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45061) > >2014-07-22 03:57:23.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52003) > >2014-07-22 03:57:27.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33830) > >2014-07-22 03:57:27.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45112) > >2014-07-22 03:57:27.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52054) > >2014-07-22 03:57:31.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33881) > >2014-07-22 03:57:31.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45165) > >2014-07-22 03:57:31.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52107) > >2014-07-22 03:57:34.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:35.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33932) > >2014-07-22 03:57:35.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45218) > >2014-07-22 03:57:35.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52160) > >2014-07-22 03:57:39.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33983) > >2014-07-22 03:57:39.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45270) > >2014-07-22 03:57:39.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52211) > >2014-07-22 03:57:42.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:43.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34034) > >2014-07-22 03:57:43.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45323) > >2014-07-22 03:57:43.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52264) > >2014-07-22 03:57:47.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34085) > >2014-07-22 03:57:47.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:47.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45374) > >2014-07-22 03:57:48.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52316) > >2014-07-22 03:57:51.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34136) > >2014-07-22 03:57:51.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:57:51.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45427) > >2014-07-22 03:57:52.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52370) > >2014-07-22 03:57:52.548 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:57:52.548 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:57:52.549 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:57:52.566 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:57:55.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34187) > >2014-07-22 03:57:55.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45479) > >2014-07-22 03:57:56.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52426) > >2014-07-22 03:57:59.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34238) > >2014-07-22 03:57:59.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45530) > >2014-07-22 03:58:00.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52477) > >2014-07-22 03:58:03.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34289) > >2014-07-22 03:58:03.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45581) > >2014-07-22 03:58:04.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52528) > >2014-07-22 03:58:04.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:07.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34340) > >2014-07-22 03:58:07.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45633) > >2014-07-22 03:58:08.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52580) > >2014-07-22 03:58:11.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34391) > >2014-07-22 03:58:11.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45684) > >2014-07-22 03:58:12.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52631) > >2014-07-22 03:58:12.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:15.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34443) > >2014-07-22 03:58:15.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45736) > >2014-07-22 03:58:16.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52684) > >2014-07-22 03:58:17.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:19.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34494) > >2014-07-22 03:58:19.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45788) > >2014-07-22 03:58:20.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52736) > >2014-07-22 03:58:21.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:23.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34545) > >2014-07-22 03:58:23.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45841) > >2014-07-22 03:58:24.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52789) > >2014-07-22 03:58:27.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34596) > >2014-07-22 03:58:27.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45892) > >2014-07-22 03:58:28.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52840) > >2014-07-22 03:58:31.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34647) > >2014-07-22 03:58:31.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45944) > >2014-07-22 03:58:32.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52896) > >2014-07-22 03:58:34.949 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:35.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34698) > >2014-07-22 03:58:35.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45997) > >2014-07-22 03:58:36.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52949) > >2014-07-22 03:58:39.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34749) > >2014-07-22 03:58:39.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46048) > >2014-07-22 03:58:40.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53006) > >2014-07-22 03:58:42.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:43.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34801) > >2014-07-22 03:58:43.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46102) > >2014-07-22 03:58:44.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53060) > >2014-07-22 03:58:47.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34854) > >2014-07-22 03:58:47.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:47.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46154) > >2014-07-22 03:58:48.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53115) > >2014-07-22 03:58:51.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34906) > >2014-07-22 03:58:51.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:58:51.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46206) > >2014-07-22 03:58:52.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53167) > >2014-07-22 03:58:55.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34957) > >2014-07-22 03:58:55.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46259) > >2014-07-22 03:58:56.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53220) > >2014-07-22 03:58:59.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35008) > >2014-07-22 03:58:59.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46311) > >2014-07-22 03:59:00.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53272) > >2014-07-22 03:59:03.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35059) > >2014-07-22 03:59:03.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46365) > >2014-07-22 03:59:04.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53326) > >2014-07-22 03:59:04.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:07.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35115) > >2014-07-22 03:59:07.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46417) > >2014-07-22 03:59:08.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53385) > >2014-07-22 03:59:11.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35165) > >2014-07-22 03:59:11.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46469) > >2014-07-22 03:59:12.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53439) > >2014-07-22 03:59:12.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:15.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35216) > >2014-07-22 03:59:15.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46521) > >2014-07-22 03:59:16.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53491) > >2014-07-22 03:59:17.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:19.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35267) > >2014-07-22 03:59:19.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46573) > >2014-07-22 03:59:20.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53543) > >2014-07-22 03:59:21.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:23.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35318) > >2014-07-22 03:59:23.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46626) > >2014-07-22 03:59:24.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53596) > >2014-07-22 03:59:27.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35369) > >2014-07-22 03:59:27.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46677) > >2014-07-22 03:59:28.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53647) > >2014-07-22 03:59:31.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35420) > >2014-07-22 03:59:32.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46730) > >2014-07-22 03:59:32.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53700) > >2014-07-22 03:59:35.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:35.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35471) > >2014-07-22 03:59:36.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46783) > >2014-07-22 03:59:36.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53753) > >2014-07-22 03:59:39.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35523) > >2014-07-22 03:59:40.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46834) > >2014-07-22 03:59:40.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53804) > >2014-07-22 03:59:42.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:43.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35574) > >2014-07-22 03:59:44.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46887) > >2014-07-22 03:59:44.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53857) > >2014-07-22 03:59:47.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35625) > >2014-07-22 03:59:47.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:48.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46939) > >2014-07-22 03:59:48.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53909) > >2014-07-22 03:59:51.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 03:59:51.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35676) > >2014-07-22 03:59:52.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46991) > >2014-07-22 03:59:52.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53963) > >2014-07-22 03:59:52.569 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 03:59:52.569 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 03:59:52.570 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 03:59:52.581 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 03:59:55.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35727) > >2014-07-22 03:59:56.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47044) > >2014-07-22 03:59:56.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54020) > >2014-07-22 03:59:59.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35778) > >2014-07-22 04:00:00.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47095) > >2014-07-22 04:00:00.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54071) > >2014-07-22 04:00:03.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35829) > >2014-07-22 04:00:04.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47148) > >2014-07-22 04:00:04.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54124) > >2014-07-22 04:00:05.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:07.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35880) > >2014-07-22 04:00:08.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47200) > >2014-07-22 04:00:08.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54176) > >2014-07-22 04:00:11.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35931) > >2014-07-22 04:00:12.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47252) > >2014-07-22 04:00:12.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54228) > >2014-07-22 04:00:12.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:15.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35983) > >2014-07-22 04:00:16.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47304) > >2014-07-22 04:00:16.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54281) > >2014-07-22 04:00:17.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:19.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36034) > >2014-07-22 04:00:20.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47356) > >2014-07-22 04:00:20.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54334) > >2014-07-22 04:00:21.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:23.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36085) > >2014-07-22 04:00:24.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47409) > >2014-07-22 04:00:24.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54387) > >2014-07-22 04:00:27.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36136) > >2014-07-22 04:00:28.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47460) > >2014-07-22 04:00:28.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54438) > >2014-07-22 04:00:31.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36187) > >2014-07-22 04:00:32.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47512) > >2014-07-22 04:00:32.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54492) > >2014-07-22 04:00:35.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:35.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36238) > >2014-07-22 04:00:36.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47565) > >2014-07-22 04:00:36.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54547) > >2014-07-22 04:00:39.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36289) > >2014-07-22 04:00:40.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47616) > >2014-07-22 04:00:40.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54603) > >2014-07-22 04:00:42.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:43.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36341) > >2014-07-22 04:00:44.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47670) > >2014-07-22 04:00:44.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54659) > >2014-07-22 04:00:47.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36394) > >2014-07-22 04:00:47.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47722) > >2014-07-22 04:00:48.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54713) > >2014-07-22 04:00:51.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:00:51.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36446) > >2014-07-22 04:00:52.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47774) > >2014-07-22 04:00:52.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54765) > >2014-07-22 04:00:55.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36497) > >2014-07-22 04:00:56.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47827) > >2014-07-22 04:00:56.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54818) > >2014-07-22 04:00:59.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36547) > >2014-07-22 04:01:00.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47879) > >2014-07-22 04:01:00.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54870) > >2014-07-22 04:01:03.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36598) > >2014-07-22 04:01:04.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47932) > >2014-07-22 04:01:04.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54923) > >2014-07-22 04:01:05.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:07.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36653) > >2014-07-22 04:01:08.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47984) > >2014-07-22 04:01:08.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54981) > >2014-07-22 04:01:11.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36705) > >2014-07-22 04:01:12.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48035) > >2014-07-22 04:01:12.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55035) > >2014-07-22 04:01:12.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:15.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36756) > >2014-07-22 04:01:16.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48086) > >2014-07-22 04:01:16.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55087) > >2014-07-22 04:01:17.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:19.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36807) > >2014-07-22 04:01:20.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48138) > >2014-07-22 04:01:20.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55139) > >2014-07-22 04:01:21.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:23.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36858) > >2014-07-22 04:01:24.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48192) > >2014-07-22 04:01:24.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55192) > >2014-07-22 04:01:27.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36908) > >2014-07-22 04:01:28.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48243) > >2014-07-22 04:01:28.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55243) > >2014-07-22 04:01:31.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36959) > >2014-07-22 04:01:32.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48296) > >2014-07-22 04:01:32.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55296) > >2014-07-22 04:01:35.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:35.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37010) > >2014-07-22 04:01:36.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48348) > >2014-07-22 04:01:36.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55348) > >2014-07-22 04:01:39.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37061) > >2014-07-22 04:01:40.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48400) > >2014-07-22 04:01:40.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55400) > >2014-07-22 04:01:42.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:43.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37112) > >2014-07-22 04:01:44.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48453) > >2014-07-22 04:01:44.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55453) > >2014-07-22 04:01:47.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37163) > >2014-07-22 04:01:47.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:48.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48505) > >2014-07-22 04:01:48.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55505) > >2014-07-22 04:01:51.399 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:01:51.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37214) > >2014-07-22 04:01:52.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48557) > >2014-07-22 04:01:52.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55559) > >2014-07-22 04:01:52.583 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:01:52.583 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:01:52.584 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:01:52.596 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:01:55.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37265) > >2014-07-22 04:01:56.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48609) > >2014-07-22 04:01:56.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55616) > >2014-07-22 04:01:59.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37316) > >2014-07-22 04:02:00.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48661) > >2014-07-22 04:02:00.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55667) > >2014-07-22 04:02:03.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37367) > >2014-07-22 04:02:04.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48714) > >2014-07-22 04:02:04.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55720) > >2014-07-22 04:02:05.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:07.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37418) > >2014-07-22 04:02:08.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48766) > >2014-07-22 04:02:08.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55772) > >2014-07-22 04:02:11.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37469) > >2014-07-22 04:02:12.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48818) > >2014-07-22 04:02:12.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55824) > >2014-07-22 04:02:12.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:15.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37521) > >2014-07-22 04:02:16.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48870) > >2014-07-22 04:02:16.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55877) > >2014-07-22 04:02:17.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:19.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37572) > >2014-07-22 04:02:20.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48922) > >2014-07-22 04:02:20.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55930) > >2014-07-22 04:02:21.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:23.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37623) > >2014-07-22 04:02:24.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48975) > >2014-07-22 04:02:24.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55983) > >2014-07-22 04:02:27.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37674) > >2014-07-22 04:02:28.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49026) > >2014-07-22 04:02:28.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56034) > >2014-07-22 04:02:31.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37725) > >2014-07-22 04:02:32.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49078) > >2014-07-22 04:02:32.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56088) > >2014-07-22 04:02:35.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:35.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37776) > >2014-07-22 04:02:36.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49131) > >2014-07-22 04:02:36.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56143) > >2014-07-22 04:02:39.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37827) > >2014-07-22 04:02:40.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49182) > >2014-07-22 04:02:40.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56199) > >2014-07-22 04:02:42.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:43.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37879) > >2014-07-22 04:02:44.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49236) > >2014-07-22 04:02:44.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56254) > >2014-07-22 04:02:47.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37932) > >2014-07-22 04:02:47.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:48.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49288) > >2014-07-22 04:02:48.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56308) > >2014-07-22 04:02:51.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:02:51.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37984) > >2014-07-22 04:02:52.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49340) > >2014-07-22 04:02:52.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56361) > >2014-07-22 04:02:55.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38035) > >2014-07-22 04:02:56.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49391) > >2014-07-22 04:02:56.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56412) > >2014-07-22 04:02:59.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38086) > >2014-07-22 04:03:00.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49442) > >2014-07-22 04:03:00.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56463) > >2014-07-22 04:03:03.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38137) > >2014-07-22 04:03:04.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49493) > >2014-07-22 04:03:04.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56515) > >2014-07-22 04:03:05.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:07.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38192) > >2014-07-22 04:03:08.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49547) > >2014-07-22 04:03:08.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56574) > >2014-07-22 04:03:11.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38244) > >2014-07-22 04:03:12.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49598) > >2014-07-22 04:03:12.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56628) > >2014-07-22 04:03:12.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:15.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38295) > >2014-07-22 04:03:16.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49650) > >2014-07-22 04:03:16.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56680) > >2014-07-22 04:03:17.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:19.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38346) > >2014-07-22 04:03:20.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49702) > >2014-07-22 04:03:20.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56732) > >2014-07-22 04:03:21.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:23.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38397) > >2014-07-22 04:03:24.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49757) > >2014-07-22 04:03:24.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56785) > >2014-07-22 04:03:27.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38448) > >2014-07-22 04:03:28.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49808) > >2014-07-22 04:03:28.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56836) > >2014-07-22 04:03:31.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38499) > >2014-07-22 04:03:32.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49863) > >2014-07-22 04:03:32.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56889) > >2014-07-22 04:03:35.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:35.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38550) > >2014-07-22 04:03:36.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49915) > >2014-07-22 04:03:36.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56941) > >2014-07-22 04:03:39.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38601) > >2014-07-22 04:03:40.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49967) > >2014-07-22 04:03:40.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56993) > >2014-07-22 04:03:42.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:43.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38652) > >2014-07-22 04:03:44.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50021) > >2014-07-22 04:03:44.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57046) > >2014-07-22 04:03:47.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38703) > >2014-07-22 04:03:47.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:48.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50073) > >2014-07-22 04:03:48.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57098) > >2014-07-22 04:03:51.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:03:51.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38754) > >2014-07-22 04:03:52.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50125) > >2014-07-22 04:03:52.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57152) > >2014-07-22 04:03:52.598 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:03:52.598 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:03:52.599 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:03:52.612 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:03:55.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38805) > >2014-07-22 04:03:56.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50179) > >2014-07-22 04:03:56.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57209) > >2014-07-22 04:03:59.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38856) > >2014-07-22 04:04:00.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50231) > >2014-07-22 04:04:00.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57260) > >2014-07-22 04:04:03.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38907) > >2014-07-22 04:04:04.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50284) > >2014-07-22 04:04:04.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57313) > >2014-07-22 04:04:05.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:07.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38958) > >2014-07-22 04:04:08.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50336) > >2014-07-22 04:04:08.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57365) > >2014-07-22 04:04:11.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39009) > >2014-07-22 04:04:12.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50388) > >2014-07-22 04:04:12.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57417) > >2014-07-22 04:04:12.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:15.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39061) > >2014-07-22 04:04:16.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50440) > >2014-07-22 04:04:16.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57470) > >2014-07-22 04:04:17.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:19.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39112) > >2014-07-22 04:04:20.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50492) > >2014-07-22 04:04:20.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57524) > >2014-07-22 04:04:21.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:23.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39163) > >2014-07-22 04:04:24.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50545) > >2014-07-22 04:04:24.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57576) > >2014-07-22 04:04:27.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39214) > >2014-07-22 04:04:28.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50596) > >2014-07-22 04:04:28.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57627) > >2014-07-22 04:04:31.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39265) > >2014-07-22 04:04:32.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50648) > >2014-07-22 04:04:32.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57681) > >2014-07-22 04:04:35.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:35.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39316) > >2014-07-22 04:04:36.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50701) > >2014-07-22 04:04:36.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57736) > >2014-07-22 04:04:39.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39367) > >2014-07-22 04:04:40.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50752) > >2014-07-22 04:04:40.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57791) > >2014-07-22 04:04:42.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:43.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39419) > >2014-07-22 04:04:44.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50807) > >2014-07-22 04:04:44.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57848) > >2014-07-22 04:04:47.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39471) > >2014-07-22 04:04:47.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:48.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50859) > >2014-07-22 04:04:48.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57902) > >2014-07-22 04:04:51.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:04:51.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39523) > >2014-07-22 04:04:52.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50913) > >2014-07-22 04:04:52.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57955) > >2014-07-22 04:04:55.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39574) > >2014-07-22 04:04:56.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50965) > >2014-07-22 04:04:56.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58007) > >2014-07-22 04:04:59.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39625) > >2014-07-22 04:05:00.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51019) > >2014-07-22 04:05:00.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58059) > >2014-07-22 04:05:03.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39676) > >2014-07-22 04:05:04.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51071) > >2014-07-22 04:05:04.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58111) > >2014-07-22 04:05:05.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:07.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39731) > >2014-07-22 04:05:08.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51125) > >2014-07-22 04:05:08.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58174) > >2014-07-22 04:05:11.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39783) > >2014-07-22 04:05:12.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51177) > >2014-07-22 04:05:12.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58229) > >2014-07-22 04:05:12.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:15.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39834) > >2014-07-22 04:05:16.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51229) > >2014-07-22 04:05:16.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58281) > >2014-07-22 04:05:17.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:19.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39885) > >2014-07-22 04:05:20.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51281) > >2014-07-22 04:05:20.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58333) > >2014-07-22 04:05:21.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:23.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39936) > >2014-07-22 04:05:24.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51334) > >2014-07-22 04:05:24.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58386) > >2014-07-22 04:05:27.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39989) > >2014-07-22 04:05:28.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51388) > >2014-07-22 04:05:28.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58438) > >2014-07-22 04:05:31.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40040) > >2014-07-22 04:05:32.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51441) > >2014-07-22 04:05:32.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58491) > >2014-07-22 04:05:35.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:35.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40091) > >2014-07-22 04:05:36.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51493) > >2014-07-22 04:05:36.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58543) > >2014-07-22 04:05:39.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40142) > >2014-07-22 04:05:40.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51545) > >2014-07-22 04:05:40.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58595) > >2014-07-22 04:05:42.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:43.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40193) > >2014-07-22 04:05:44.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51597) > >2014-07-22 04:05:44.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58647) > >2014-07-22 04:05:47.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40244) > >2014-07-22 04:05:47.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:48.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51650) > >2014-07-22 04:05:48.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58699) > >2014-07-22 04:05:51.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:05:51.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40295) > >2014-07-22 04:05:52.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51702) > >2014-07-22 04:05:52.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58753) > >2014-07-22 04:05:52.614 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:05:52.614 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:05:52.615 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:05:52.627 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:05:55.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40346) > >2014-07-22 04:05:56.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51753) > >2014-07-22 04:05:56.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58808) > >2014-07-22 04:05:59.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40397) > >2014-07-22 04:06:00.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51805) > >2014-07-22 04:06:00.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58860) > >2014-07-22 04:06:03.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40448) > >2014-07-22 04:06:04.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51857) > >2014-07-22 04:06:04.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58912) > >2014-07-22 04:06:05.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:07.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40499) > >2014-07-22 04:06:08.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51908) > >2014-07-22 04:06:08.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58964) > >2014-07-22 04:06:11.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40550) > >2014-07-22 04:06:12.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51962) > >2014-07-22 04:06:12.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59016) > >2014-07-22 04:06:12.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:15.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40603) > >2014-07-22 04:06:16.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52014) > >2014-07-22 04:06:16.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59068) > >2014-07-22 04:06:17.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:19.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40654) > >2014-07-22 04:06:20.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52066) > >2014-07-22 04:06:20.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59121) > >2014-07-22 04:06:21.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:23.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40705) > >2014-07-22 04:06:24.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52119) > >2014-07-22 04:06:24.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59174) > >2014-07-22 04:06:27.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40756) > >2014-07-22 04:06:28.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52170) > >2014-07-22 04:06:28.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59225) > >2014-07-22 04:06:31.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40807) > >2014-07-22 04:06:32.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52222) > >2014-07-22 04:06:32.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59279) > >2014-07-22 04:06:35.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:35.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40858) > >2014-07-22 04:06:36.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52275) > >2014-07-22 04:06:36.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59334) > >2014-07-22 04:06:39.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40909) > >2014-07-22 04:06:40.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52326) > >2014-07-22 04:06:40.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59389) > >2014-07-22 04:06:42.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:43.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40960) > >2014-07-22 04:06:44.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52380) > >2014-07-22 04:06:44.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59444) > >2014-07-22 04:06:47.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41014) > >2014-07-22 04:06:47.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:48.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52432) > >2014-07-22 04:06:48.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59499) > >2014-07-22 04:06:51.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:06:51.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41063) > >2014-07-22 04:06:52.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52483) > >2014-07-22 04:06:52.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59552) > >2014-07-22 04:06:55.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41115) > >2014-07-22 04:06:56.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52536) > >2014-07-22 04:06:56.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59605) > >2014-07-22 04:06:59.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41166) > >2014-07-22 04:07:00.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52588) > >2014-07-22 04:07:00.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59657) > >2014-07-22 04:07:03.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41217) > >2014-07-22 04:07:04.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52640) > >2014-07-22 04:07:04.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59709) > >2014-07-22 04:07:05.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:07.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41270) > >2014-07-22 04:07:08.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52694) > >2014-07-22 04:07:08.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59767) > >2014-07-22 04:07:11.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41324) > >2014-07-22 04:07:12.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52746) > >2014-07-22 04:07:12.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59822) > >2014-07-22 04:07:12.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:15.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41375) > >2014-07-22 04:07:16.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52798) > >2014-07-22 04:07:16.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59876) > >2014-07-22 04:07:17.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:19.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41426) > >2014-07-22 04:07:20.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52850) > >2014-07-22 04:07:20.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59928) > >2014-07-22 04:07:21.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:23.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41477) > >2014-07-22 04:07:24.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52903) > >2014-07-22 04:07:24.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59981) > >2014-07-22 04:07:27.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41528) > >2014-07-22 04:07:28.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52954) > >2014-07-22 04:07:28.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60032) > >2014-07-22 04:07:31.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41579) > >2014-07-22 04:07:32.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53007) > >2014-07-22 04:07:32.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60085) > >2014-07-22 04:07:35.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:35.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41630) > >2014-07-22 04:07:36.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53059) > >2014-07-22 04:07:36.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60137) > >2014-07-22 04:07:39.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41681) > >2014-07-22 04:07:40.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53111) > >2014-07-22 04:07:40.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60189) > >2014-07-22 04:07:42.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:43.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41732) > >2014-07-22 04:07:44.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53163) > >2014-07-22 04:07:44.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60241) > >2014-07-22 04:07:47.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41783) > >2014-07-22 04:07:47.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:48.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53215) > >2014-07-22 04:07:48.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60293) > >2014-07-22 04:07:51.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:07:51.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41834) > >2014-07-22 04:07:52.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53267) > >2014-07-22 04:07:52.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60347) > >2014-07-22 04:07:52.629 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:07:52.629 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:07:52.630 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:07:52.642 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:07:55.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41885) > >2014-07-22 04:07:56.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53318) > >2014-07-22 04:07:56.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60402) > >2014-07-22 04:07:59.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41936) > >2014-07-22 04:08:00.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53370) > >2014-07-22 04:08:00.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60454) > >2014-07-22 04:08:03.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41987) > >2014-07-22 04:08:04.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53421) > >2014-07-22 04:08:04.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60505) > >2014-07-22 04:08:05.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:07.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42038) > >2014-07-22 04:08:08.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53473) > >2014-07-22 04:08:08.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60557) > >2014-07-22 04:08:11.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42089) > >2014-07-22 04:08:12.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53525) > >2014-07-22 04:08:12.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60609) > >2014-07-22 04:08:12.499 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:15.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42141) > >2014-07-22 04:08:16.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53577) > >2014-07-22 04:08:16.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60662) > >2014-07-22 04:08:17.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:19.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42192) > >2014-07-22 04:08:20.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53629) > >2014-07-22 04:08:20.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60714) > >2014-07-22 04:08:21.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:23.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42243) > >2014-07-22 04:08:24.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53682) > >2014-07-22 04:08:24.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60768) > >2014-07-22 04:08:27.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42294) > >2014-07-22 04:08:28.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53733) > >2014-07-22 04:08:28.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60818) > >2014-07-22 04:08:31.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42345) > >2014-07-22 04:08:32.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53785) > >2014-07-22 04:08:32.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60870) > >2014-07-22 04:08:35.387 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:35.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42396) > >2014-07-22 04:08:36.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53838) > >2014-07-22 04:08:36.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60925) > >2014-07-22 04:08:39.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42447) > >2014-07-22 04:08:40.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53889) > >2014-07-22 04:08:40.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60978) > >2014-07-22 04:08:42.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:43.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42498) > >2014-07-22 04:08:44.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53943) > >2014-07-22 04:08:44.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32804) > >2014-07-22 04:08:47.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:47.882 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 42552) > >2014-07-22 04:08:48.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53994) > >2014-07-22 04:08:48.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32859) > >2014-07-22 04:08:51.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:08:51.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42603) > >2014-07-22 04:08:52.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54046) > >2014-07-22 04:08:52.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32911) > >2014-07-22 04:08:55.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42655) > >2014-07-22 04:08:56.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54098) > >2014-07-22 04:08:56.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32964) > >2014-07-22 04:08:59.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42706) > >2014-07-22 04:09:00.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54149) > >2014-07-22 04:09:00.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33015) > >2014-07-22 04:09:03.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42757) > >2014-07-22 04:09:04.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54203) > >2014-07-22 04:09:04.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33069) > >2014-07-22 04:09:05.416 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:07.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42810) > >2014-07-22 04:09:08.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54257) > >2014-07-22 04:09:08.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33126) > >2014-07-22 04:09:11.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42863) > >2014-07-22 04:09:12.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54309) > >2014-07-22 04:09:12.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33181) > >2014-07-22 04:09:12.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:15.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42915) > >2014-07-22 04:09:16.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54361) > >2014-07-22 04:09:16.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33236) > >2014-07-22 04:09:17.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:19.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42966) > >2014-07-22 04:09:20.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54413) > >2014-07-22 04:09:20.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33288) > >2014-07-22 04:09:21.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:23.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43017) > >2014-07-22 04:09:24.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54466) > >2014-07-22 04:09:24.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33341) > >2014-07-22 04:09:27.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43068) > >2014-07-22 04:09:28.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54517) > >2014-07-22 04:09:28.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33392) > >2014-07-22 04:09:31.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43119) > >2014-07-22 04:09:32.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54570) > >2014-07-22 04:09:32.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33445) > >2014-07-22 04:09:35.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:35.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43170) > >2014-07-22 04:09:36.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54622) > >2014-07-22 04:09:36.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33497) > >2014-07-22 04:09:39.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43221) > >2014-07-22 04:09:40.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54673) > >2014-07-22 04:09:40.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33548) > >2014-07-22 04:09:42.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:43.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43272) > >2014-07-22 04:09:44.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54728) > >2014-07-22 04:09:44.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33603) > >2014-07-22 04:09:47.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:47.949 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.8', 43323) > >2014-07-22 04:09:48.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54780) > >2014-07-22 04:09:48.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33655) > >2014-07-22 04:09:51.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:09:51.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43374) > >2014-07-22 04:09:52.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54832) > >2014-07-22 04:09:52.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33709) > >2014-07-22 04:09:52.644 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:09:52.644 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:09:52.644 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:09:52.656 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:09:55.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43425) > >2014-07-22 04:09:56.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54884) > >2014-07-22 04:09:56.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33765) > >2014-07-22 04:09:59.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43476) > >2014-07-22 04:10:00.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54936) > >2014-07-22 04:10:00.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33817) > >2014-07-22 04:10:03.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43527) > >2014-07-22 04:10:04.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54988) > >2014-07-22 04:10:04.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33869) > >2014-07-22 04:10:05.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:07.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43578) > >2014-07-22 04:10:08.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55040) > >2014-07-22 04:10:08.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33921) > >2014-07-22 04:10:11.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43629) > >2014-07-22 04:10:12.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55092) > >2014-07-22 04:10:12.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33973) > >2014-07-22 04:10:12.584 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:15.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43681) > >2014-07-22 04:10:16.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55144) > >2014-07-22 04:10:16.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34026) > >2014-07-22 04:10:17.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:19.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43732) > >2014-07-22 04:10:20.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55196) > >2014-07-22 04:10:20.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34077) > >2014-07-22 04:10:21.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:23.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43783) > >2014-07-22 04:10:24.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55249) > >2014-07-22 04:10:24.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34131) > >2014-07-22 04:10:27.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43834) > >2014-07-22 04:10:28.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55300) > >2014-07-22 04:10:28.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34182) > >2014-07-22 04:10:31.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43885) > >2014-07-22 04:10:32.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55352) > >2014-07-22 04:10:32.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34234) > >2014-07-22 04:10:35.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:35.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43936) > >2014-07-22 04:10:36.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55405) > >2014-07-22 04:10:36.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34289) > >2014-07-22 04:10:39.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43987) > >2014-07-22 04:10:40.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55456) > >2014-07-22 04:10:40.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34342) > >2014-07-22 04:10:42.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:43.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44038) > >2014-07-22 04:10:44.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55510) > >2014-07-22 04:10:44.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34401) > >2014-07-22 04:10:47.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:47.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44092) > >2014-07-22 04:10:48.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55562) > >2014-07-22 04:10:48.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34456) > >2014-07-22 04:10:51.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:10:51.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44143) > >2014-07-22 04:10:52.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55614) > >2014-07-22 04:10:52.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34508) > >2014-07-22 04:10:55.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44195) > >2014-07-22 04:10:56.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55668) > >2014-07-22 04:10:56.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34563) > >2014-07-22 04:10:59.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44246) > >2014-07-22 04:11:00.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55719) > >2014-07-22 04:11:00.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34614) > >2014-07-22 04:11:03.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44297) > >2014-07-22 04:11:04.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55771) > >2014-07-22 04:11:04.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34666) > >2014-07-22 04:11:05.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:07.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44349) > >2014-07-22 04:11:08.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55823) > >2014-07-22 04:11:08.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34720) > >2014-07-22 04:11:11.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44402) > >2014-07-22 04:11:12.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55876) > >2014-07-22 04:11:12.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34777) > >2014-07-22 04:11:12.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:15.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44454) > >2014-07-22 04:11:16.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55928) > >2014-07-22 04:11:16.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34832) > >2014-07-22 04:11:17.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:19.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44505) > >2014-07-22 04:11:20.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55980) > >2014-07-22 04:11:20.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34884) > >2014-07-22 04:11:21.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:23.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44556) > >2014-07-22 04:11:24.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56032) > >2014-07-22 04:11:24.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34936) > >2014-07-22 04:11:27.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44607) > >2014-07-22 04:11:28.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56084) > >2014-07-22 04:11:28.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34988) > >2014-07-22 04:11:31.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44658) > >2014-07-22 04:11:32.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56137) > >2014-07-22 04:11:32.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35041) > >2014-07-22 04:11:35.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:35.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44709) > >2014-07-22 04:11:36.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56189) > >2014-07-22 04:11:36.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35093) > >2014-07-22 04:11:39.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44760) > >2014-07-22 04:11:40.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56239) > >2014-07-22 04:11:40.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35144) > >2014-07-22 04:11:42.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:43.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44811) > >2014-07-22 04:11:44.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56294) > >2014-07-22 04:11:44.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35199) > >2014-07-22 04:11:47.815 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:47.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44862) > >2014-07-22 04:11:48.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56346) > >2014-07-22 04:11:48.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35251) > >2014-07-22 04:11:51.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:11:51.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44913) > >2014-07-22 04:11:52.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56398) > >2014-07-22 04:11:52.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35304) > >2014-07-22 04:11:52.659 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:11:52.659 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:11:52.660 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:11:52.672 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:11:55.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44964) > >2014-07-22 04:11:56.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56450) > >2014-07-22 04:11:56.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35360) > >2014-07-22 04:11:59.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45015) > >2014-07-22 04:12:00.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56502) > >2014-07-22 04:12:00.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35412) > >2014-07-22 04:12:03.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45066) > >2014-07-22 04:12:04.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56554) > >2014-07-22 04:12:04.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35464) > >2014-07-22 04:12:05.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:07.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45117) > >2014-07-22 04:12:08.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56606) > >2014-07-22 04:12:08.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35516) > >2014-07-22 04:12:11.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45168) > >2014-07-22 04:12:12.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56657) > >2014-07-22 04:12:12.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35567) > >2014-07-22 04:12:12.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:15.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45220) > >2014-07-22 04:12:16.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56710) > >2014-07-22 04:12:16.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35621) > >2014-07-22 04:12:17.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:20.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45271) > >2014-07-22 04:12:20.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56762) > >2014-07-22 04:12:20.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35673) > >2014-07-22 04:12:21.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45322) > >2014-07-22 04:12:24.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56815) > >2014-07-22 04:12:24.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35727) > >2014-07-22 04:12:28.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45373) > >2014-07-22 04:12:28.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56866) > >2014-07-22 04:12:28.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35778) > >2014-07-22 04:12:32.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45424) > >2014-07-22 04:12:32.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56917) > >2014-07-22 04:12:32.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35830) > >2014-07-22 04:12:35.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:36.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45475) > >2014-07-22 04:12:36.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56970) > >2014-07-22 04:12:36.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35885) > >2014-07-22 04:12:40.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45525) > >2014-07-22 04:12:40.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57021) > >2014-07-22 04:12:40.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35938) > >2014-07-22 04:12:42.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:44.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45576) > >2014-07-22 04:12:44.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57074) > >2014-07-22 04:12:44.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35996) > >2014-07-22 04:12:47.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:48.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45630) > >2014-07-22 04:12:48.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57126) > >2014-07-22 04:12:48.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36051) > >2014-07-22 04:12:51.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:12:52.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45682) > >2014-07-22 04:12:52.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57178) > >2014-07-22 04:12:52.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36103) > >2014-07-22 04:12:56.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45734) > >2014-07-22 04:12:56.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57229) > >2014-07-22 04:12:56.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36155) > >2014-07-22 04:13:00.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45785) > >2014-07-22 04:13:00.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57280) > >2014-07-22 04:13:00.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36206) > >2014-07-22 04:13:04.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45836) > >2014-07-22 04:13:04.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57332) > >2014-07-22 04:13:04.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36258) > >2014-07-22 04:13:05.557 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:08.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45888) > >2014-07-22 04:13:08.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57384) > >2014-07-22 04:13:08.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36311) > >2014-07-22 04:13:12.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45941) > >2014-07-22 04:13:12.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57437) > >2014-07-22 04:13:12.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36369) > >2014-07-22 04:13:12.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:16.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45993) > >2014-07-22 04:13:16.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57490) > >2014-07-22 04:13:16.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36425) > >2014-07-22 04:13:17.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:20.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46044) > >2014-07-22 04:13:20.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57542) > >2014-07-22 04:13:20.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36477) > >2014-07-22 04:13:21.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:24.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46095) > >2014-07-22 04:13:24.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57594) > >2014-07-22 04:13:24.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36529) > >2014-07-22 04:13:28.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46146) > >2014-07-22 04:13:28.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57646) > >2014-07-22 04:13:28.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36581) > >2014-07-22 04:13:32.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46197) > >2014-07-22 04:13:32.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57699) > >2014-07-22 04:13:32.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36634) > >2014-07-22 04:13:35.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:36.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46248) > >2014-07-22 04:13:36.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57751) > >2014-07-22 04:13:36.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36686) > >2014-07-22 04:13:40.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46299) > >2014-07-22 04:13:40.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57802) > >2014-07-22 04:13:40.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36737) > >2014-07-22 04:13:42.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:44.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46350) > >2014-07-22 04:13:44.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57857) > >2014-07-22 04:13:44.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36792) > >2014-07-22 04:13:47.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:48.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46401) > >2014-07-22 04:13:48.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57909) > >2014-07-22 04:13:48.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36844) > >2014-07-22 04:13:51.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:13:52.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46452) > >2014-07-22 04:13:52.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57961) > >2014-07-22 04:13:52.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36898) > >2014-07-22 04:13:52.674 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:13:52.674 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:13:52.675 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:13:52.687 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:13:56.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46503) > >2014-07-22 04:13:56.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58013) > >2014-07-22 04:13:56.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36954) > >2014-07-22 04:14:00.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46554) > >2014-07-22 04:14:00.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58065) > >2014-07-22 04:14:00.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37006) > >2014-07-22 04:14:04.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46605) > >2014-07-22 04:14:04.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58117) > >2014-07-22 04:14:04.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37058) > >2014-07-22 04:14:05.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:08.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46656) > >2014-07-22 04:14:08.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58169) > >2014-07-22 04:14:08.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37110) > >2014-07-22 04:14:12.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46707) > >2014-07-22 04:14:12.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58220) > >2014-07-22 04:14:12.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37161) > >2014-07-22 04:14:12.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:16.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46759) > >2014-07-22 04:14:16.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58273) > >2014-07-22 04:14:16.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37215) > >2014-07-22 04:14:17.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:20.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46810) > >2014-07-22 04:14:20.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58325) > >2014-07-22 04:14:20.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37266) > >2014-07-22 04:14:21.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:24.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46861) > >2014-07-22 04:14:24.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58378) > >2014-07-22 04:14:24.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37320) > >2014-07-22 04:14:28.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46912) > >2014-07-22 04:14:28.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58429) > >2014-07-22 04:14:28.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37371) > >2014-07-22 04:14:32.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46963) > >2014-07-22 04:14:32.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58481) > >2014-07-22 04:14:32.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37423) > >2014-07-22 04:14:35.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:36.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47014) > >2014-07-22 04:14:36.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58534) > >2014-07-22 04:14:36.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37478) > >2014-07-22 04:14:40.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47065) > >2014-07-22 04:14:40.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58584) > >2014-07-22 04:14:40.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37531) > >2014-07-22 04:14:42.782 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:44.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47116) > >2014-07-22 04:14:44.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58636) > >2014-07-22 04:14:44.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37588) > >2014-07-22 04:14:47.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:48.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47169) > >2014-07-22 04:14:48.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58689) > >2014-07-22 04:14:48.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37643) > >2014-07-22 04:14:51.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:14:52.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47221) > >2014-07-22 04:14:52.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58741) > >2014-07-22 04:14:52.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37696) > >2014-07-22 04:14:56.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47273) > >2014-07-22 04:14:56.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58794) > >2014-07-22 04:14:56.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37750) > >2014-07-22 04:15:00.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47324) > >2014-07-22 04:15:00.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58846) > >2014-07-22 04:15:00.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37801) > >2014-07-22 04:15:04.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47375) > >2014-07-22 04:15:04.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58900) > >2014-07-22 04:15:04.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37854) > >2014-07-22 04:15:05.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:08.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47426) > >2014-07-22 04:15:08.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58956) > >2014-07-22 04:15:08.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37906) > >2014-07-22 04:15:12.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47481) > >2014-07-22 04:15:12.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59009) > >2014-07-22 04:15:12.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37963) > >2014-07-22 04:15:12.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:16.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47534) > >2014-07-22 04:15:16.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59063) > >2014-07-22 04:15:16.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38020) > >2014-07-22 04:15:17.824 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:20.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47585) > >2014-07-22 04:15:20.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59115) > >2014-07-22 04:15:20.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38074) > >2014-07-22 04:15:21.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:24.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47637) > >2014-07-22 04:15:24.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59167) > >2014-07-22 04:15:24.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38126) > >2014-07-22 04:15:28.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47692) > >2014-07-22 04:15:28.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59219) > >2014-07-22 04:15:28.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38178) > >2014-07-22 04:15:32.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47743) > >2014-07-22 04:15:32.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59272) > >2014-07-22 04:15:32.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38231) > >2014-07-22 04:15:35.616 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:36.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47793) > >2014-07-22 04:15:36.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59325) > >2014-07-22 04:15:36.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38282) > >2014-07-22 04:15:40.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47844) > >2014-07-22 04:15:40.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59388) > >2014-07-22 04:15:40.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38339) > >2014-07-22 04:15:42.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:44.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47901) > >2014-07-22 04:15:44.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59447) > >2014-07-22 04:15:44.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38392) > >2014-07-22 04:15:47.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:48.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47952) > >2014-07-22 04:15:48.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59499) > >2014-07-22 04:15:48.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38444) > >2014-07-22 04:15:51.416 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:15:52.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48004) > >2014-07-22 04:15:52.689 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:15:52.689 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:15:52.690 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:15:52.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59550) > >2014-07-22 04:15:52.724 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:15:52.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38497) > >2014-07-22 04:15:56.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48059) > >2014-07-22 04:15:56.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59608) > >2014-07-22 04:15:56.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38558) > >2014-07-22 04:16:00.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48121) > >2014-07-22 04:16:00.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59663) > >2014-07-22 04:16:00.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38611) > >2014-07-22 04:16:04.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48173) > >2014-07-22 04:16:04.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59715) > >2014-07-22 04:16:04.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38663) > >2014-07-22 04:16:05.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:08.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48230) > >2014-07-22 04:16:08.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59781) > >2014-07-22 04:16:08.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38715) > >2014-07-22 04:16:12.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48292) > >2014-07-22 04:16:12.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59845) > >2014-07-22 04:16:12.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38766) > >2014-07-22 04:16:12.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:16.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48354) > >2014-07-22 04:16:16.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59907) > >2014-07-22 04:16:16.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38821) > >2014-07-22 04:16:17.841 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:20.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48412) > >2014-07-22 04:16:20.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59975) > >2014-07-22 04:16:20.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38873) > >2014-07-22 04:16:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:24.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48469) > >2014-07-22 04:16:24.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60044) > >2014-07-22 04:16:24.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38926) > >2014-07-22 04:16:28.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48537) > >2014-07-22 04:16:28.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60111) > >2014-07-22 04:16:28.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38978) > >2014-07-22 04:16:32.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48595) > >2014-07-22 04:16:32.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60167) > >2014-07-22 04:16:32.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39031) > >2014-07-22 04:16:35.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:36.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48658) > >2014-07-22 04:16:36.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60219) > >2014-07-22 04:16:36.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39085) > >2014-07-22 04:16:40.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48720) > >2014-07-22 04:16:40.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60273) > >2014-07-22 04:16:40.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39138) > >2014-07-22 04:16:42.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:44.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48774) > >2014-07-22 04:16:44.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60326) > >2014-07-22 04:16:44.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39195) > >2014-07-22 04:16:47.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:48.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48833) > >2014-07-22 04:16:48.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60378) > >2014-07-22 04:16:48.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39249) > >2014-07-22 04:16:51.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:16:52.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48890) > >2014-07-22 04:16:52.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60431) > >2014-07-22 04:16:52.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39302) > >2014-07-22 04:16:56.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48944) > >2014-07-22 04:16:56.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60486) > >2014-07-22 04:16:56.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39354) > >2014-07-22 04:17:00.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48996) > >2014-07-22 04:17:00.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60540) > >2014-07-22 04:17:00.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39406) > >2014-07-22 04:17:04.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49047) > >2014-07-22 04:17:04.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60592) > >2014-07-22 04:17:04.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39458) > >2014-07-22 04:17:05.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:08.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49098) > >2014-07-22 04:17:08.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60645) > >2014-07-22 04:17:08.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39509) > >2014-07-22 04:17:12.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49153) > >2014-07-22 04:17:12.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60698) > >2014-07-22 04:17:12.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:12.958 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.7', 39566) > >2014-07-22 04:17:16.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49205) > >2014-07-22 04:17:16.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60752) > >2014-07-22 04:17:16.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39623) > >2014-07-22 04:17:17.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:20.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49257) > >2014-07-22 04:17:20.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60809) > >2014-07-22 04:17:20.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39677) > >2014-07-22 04:17:21.433 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:24.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49311) > >2014-07-22 04:17:24.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60865) > >2014-07-22 04:17:24.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39729) > >2014-07-22 04:17:28.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49363) > >2014-07-22 04:17:28.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60917) > >2014-07-22 04:17:28.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39781) > >2014-07-22 04:17:32.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49414) > >2014-07-22 04:17:32.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60969) > >2014-07-22 04:17:32.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39832) > >2014-07-22 04:17:35.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:36.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49466) > >2014-07-22 04:17:36.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32793) > >2014-07-22 04:17:37.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39886) > >2014-07-22 04:17:40.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49516) > >2014-07-22 04:17:40.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32844) > >2014-07-22 04:17:41.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39937) > >2014-07-22 04:17:42.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:44.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49568) > >2014-07-22 04:17:44.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32897) > >2014-07-22 04:17:45.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39989) > >2014-07-22 04:17:47.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:48.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49619) > >2014-07-22 04:17:48.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32950) > >2014-07-22 04:17:49.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40042) > >2014-07-22 04:17:51.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:17:52.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49670) > >2014-07-22 04:17:52.726 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:17:52.726 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:17:52.727 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:17:52.749 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:17:52.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33002) > >2014-07-22 04:17:53.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40100) > >2014-07-22 04:17:56.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49721) > >2014-07-22 04:17:56.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33053) > >2014-07-22 04:17:57.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40151) > >2014-07-22 04:18:00.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49772) > >2014-07-22 04:18:00.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33104) > >2014-07-22 04:18:01.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40203) > >2014-07-22 04:18:04.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49824) > >2014-07-22 04:18:04.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33157) > >2014-07-22 04:18:05.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40254) > >2014-07-22 04:18:05.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:08.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49875) > >2014-07-22 04:18:08.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33209) > >2014-07-22 04:18:09.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40306) > >2014-07-22 04:18:12.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49926) > >2014-07-22 04:18:12.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:13.001 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 33260) > >2014-07-22 04:18:13.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40357) > >2014-07-22 04:18:16.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49978) > >2014-07-22 04:18:16.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33313) > >2014-07-22 04:18:17.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40412) > >2014-07-22 04:18:17.862 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:20.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50029) > >2014-07-22 04:18:20.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33366) > >2014-07-22 04:18:21.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40465) > >2014-07-22 04:18:21.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:24.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50081) > >2014-07-22 04:18:24.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33419) > >2014-07-22 04:18:25.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40518) > >2014-07-22 04:18:28.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50132) > >2014-07-22 04:18:28.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33470) > >2014-07-22 04:18:29.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40570) > >2014-07-22 04:18:32.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50183) > >2014-07-22 04:18:32.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33524) > >2014-07-22 04:18:33.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40622) > >2014-07-22 04:18:35.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:36.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50234) > >2014-07-22 04:18:37.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33577) > >2014-07-22 04:18:37.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40677) > >2014-07-22 04:18:40.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50285) > >2014-07-22 04:18:41.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33628) > >2014-07-22 04:18:41.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40728) > >2014-07-22 04:18:42.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:44.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50336) > >2014-07-22 04:18:45.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33680) > >2014-07-22 04:18:45.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40787) > >2014-07-22 04:18:47.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:48.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50389) > >2014-07-22 04:18:49.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33733) > >2014-07-22 04:18:49.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40842) > >2014-07-22 04:18:51.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:18:52.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50441) > >2014-07-22 04:18:53.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33785) > >2014-07-22 04:18:53.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40895) > >2014-07-22 04:18:56.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50492) > >2014-07-22 04:18:57.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33837) > >2014-07-22 04:18:57.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40947) > >2014-07-22 04:19:00.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50544) > >2014-07-22 04:19:01.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33888) > >2014-07-22 04:19:01.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40998) > >2014-07-22 04:19:04.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50595) > >2014-07-22 04:19:05.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33941) > >2014-07-22 04:19:05.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41051) > >2014-07-22 04:19:05.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:08.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50646) > >2014-07-22 04:19:09.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33993) > >2014-07-22 04:19:09.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41103) > >2014-07-22 04:19:12.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50701) > >2014-07-22 04:19:12.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:13.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34044) > >2014-07-22 04:19:13.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41158) > >2014-07-22 04:19:16.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50752) > >2014-07-22 04:19:17.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34101) > >2014-07-22 04:19:17.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41217) > >2014-07-22 04:19:17.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:20.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50804) > >2014-07-22 04:19:21.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34153) > >2014-07-22 04:19:21.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41272) > >2014-07-22 04:19:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:24.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50855) > >2014-07-22 04:19:25.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34205) > >2014-07-22 04:19:25.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41324) > >2014-07-22 04:19:28.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50906) > >2014-07-22 04:19:29.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34257) > >2014-07-22 04:19:29.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41376) > >2014-07-22 04:19:32.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50957) > >2014-07-22 04:19:33.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34308) > >2014-07-22 04:19:33.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41427) > >2014-07-22 04:19:35.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:36.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51008) > >2014-07-22 04:19:37.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34362) > >2014-07-22 04:19:37.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41481) > >2014-07-22 04:19:40.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51059) > >2014-07-22 04:19:41.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34413) > >2014-07-22 04:19:41.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41532) > >2014-07-22 04:19:43.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:44.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51110) > >2014-07-22 04:19:45.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34465) > >2014-07-22 04:19:45.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41584) > >2014-07-22 04:19:47.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:48.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51161) > >2014-07-22 04:19:49.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34518) > >2014-07-22 04:19:49.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41637) > >2014-07-22 04:19:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:19:52.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51212) > >2014-07-22 04:19:52.752 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:19:52.752 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:19:52.753 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:19:52.765 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:19:53.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34570) > >2014-07-22 04:19:53.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41695) > >2014-07-22 04:19:56.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51263) > >2014-07-22 04:19:57.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34623) > >2014-07-22 04:19:57.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41748) > >2014-07-22 04:20:00.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51314) > >2014-07-22 04:20:01.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34675) > >2014-07-22 04:20:01.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41800) > >2014-07-22 04:20:04.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51365) > >2014-07-22 04:20:05.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34727) > >2014-07-22 04:20:05.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41852) > >2014-07-22 04:20:05.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:08.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51416) > >2014-07-22 04:20:09.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34779) > >2014-07-22 04:20:09.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41904) > >2014-07-22 04:20:12.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51467) > >2014-07-22 04:20:13.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:13.076 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 34830) > >2014-07-22 04:20:13.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41955) > >2014-07-22 04:20:16.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51519) > >2014-07-22 04:20:17.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34884) > >2014-07-22 04:20:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42010) > >2014-07-22 04:20:17.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:20.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51570) > >2014-07-22 04:20:21.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34936) > >2014-07-22 04:20:21.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42062) > >2014-07-22 04:20:21.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:24.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51621) > >2014-07-22 04:20:25.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34989) > >2014-07-22 04:20:25.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42115) > >2014-07-22 04:20:28.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51673) > >2014-07-22 04:20:29.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35042) > >2014-07-22 04:20:29.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42167) > >2014-07-22 04:20:32.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51723) > >2014-07-22 04:20:33.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35094) > >2014-07-22 04:20:33.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42219) > >2014-07-22 04:20:35.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:36.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51774) > >2014-07-22 04:20:37.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35147) > >2014-07-22 04:20:37.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42274) > >2014-07-22 04:20:40.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51825) > >2014-07-22 04:20:41.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35198) > >2014-07-22 04:20:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42325) > >2014-07-22 04:20:43.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:44.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51876) > >2014-07-22 04:20:45.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35250) > >2014-07-22 04:20:45.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42382) > >2014-07-22 04:20:47.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:48.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51929) > >2014-07-22 04:20:49.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35303) > >2014-07-22 04:20:49.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42439) > >2014-07-22 04:20:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:20:52.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51981) > >2014-07-22 04:20:53.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35355) > >2014-07-22 04:20:53.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42492) > >2014-07-22 04:20:56.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52032) > >2014-07-22 04:20:57.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35408) > >2014-07-22 04:20:57.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42545) > >2014-07-22 04:21:00.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52084) > >2014-07-22 04:21:01.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35459) > >2014-07-22 04:21:01.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42597) > >2014-07-22 04:21:04.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52135) > >2014-07-22 04:21:05.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35513) > >2014-07-22 04:21:05.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42650) > >2014-07-22 04:21:05.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:08.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52186) > >2014-07-22 04:21:09.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35565) > >2014-07-22 04:21:09.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42702) > >2014-07-22 04:21:12.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52241) > >2014-07-22 04:21:13.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:13.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35616) > >2014-07-22 04:21:13.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42757) > >2014-07-22 04:21:16.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52292) > >2014-07-22 04:21:17.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35670) > >2014-07-22 04:21:17.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42813) > >2014-07-22 04:21:17.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:20.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52344) > >2014-07-22 04:21:21.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35722) > >2014-07-22 04:21:21.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42868) > >2014-07-22 04:21:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:24.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52396) > >2014-07-22 04:21:25.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35774) > >2014-07-22 04:21:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42920) > >2014-07-22 04:21:28.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52447) > >2014-07-22 04:21:29.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35826) > >2014-07-22 04:21:29.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42972) > >2014-07-22 04:21:32.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52498) > >2014-07-22 04:21:33.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35877) > >2014-07-22 04:21:33.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43023) > >2014-07-22 04:21:35.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:36.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52549) > >2014-07-22 04:21:37.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35930) > >2014-07-22 04:21:37.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43077) > >2014-07-22 04:21:40.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52600) > >2014-07-22 04:21:41.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35981) > >2014-07-22 04:21:41.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43128) > >2014-07-22 04:21:43.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:44.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52651) > >2014-07-22 04:21:45.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36033) > >2014-07-22 04:21:45.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43180) > >2014-07-22 04:21:47.865 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:48.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52702) > >2014-07-22 04:21:49.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36086) > >2014-07-22 04:21:49.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43233) > >2014-07-22 04:21:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:21:52.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52753) > >2014-07-22 04:21:52.767 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:21:52.767 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:21:52.767 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:21:52.779 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:21:53.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36138) > >2014-07-22 04:21:53.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43289) > >2014-07-22 04:21:56.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52804) > >2014-07-22 04:21:57.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36191) > >2014-07-22 04:21:57.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43344) > >2014-07-22 04:22:00.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52855) > >2014-07-22 04:22:01.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36242) > >2014-07-22 04:22:01.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43394) > >2014-07-22 04:22:04.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52906) > >2014-07-22 04:22:05.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36295) > >2014-07-22 04:22:05.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43447) > >2014-07-22 04:22:05.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:08.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52957) > >2014-07-22 04:22:09.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36347) > >2014-07-22 04:22:09.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43499) > >2014-07-22 04:22:12.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53008) > >2014-07-22 04:22:13.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:13.169 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 36398) > >2014-07-22 04:22:13.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43550) > >2014-07-22 04:22:16.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53059) > >2014-07-22 04:22:17.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36452) > >2014-07-22 04:22:17.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43605) > >2014-07-22 04:22:17.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:20.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53110) > >2014-07-22 04:22:21.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36504) > >2014-07-22 04:22:21.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43657) > >2014-07-22 04:22:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:24.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53161) > >2014-07-22 04:22:25.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36557) > >2014-07-22 04:22:25.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43710) > >2014-07-22 04:22:28.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53212) > >2014-07-22 04:22:29.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36608) > >2014-07-22 04:22:29.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43762) > >2014-07-22 04:22:32.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53263) > >2014-07-22 04:22:33.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36660) > >2014-07-22 04:22:33.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43814) > >2014-07-22 04:22:35.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:36.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53314) > >2014-07-22 04:22:37.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36713) > >2014-07-22 04:22:37.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43869) > >2014-07-22 04:22:40.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53365) > >2014-07-22 04:22:41.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36764) > >2014-07-22 04:22:41.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43920) > >2014-07-22 04:22:43.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:44.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53416) > >2014-07-22 04:22:45.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36816) > >2014-07-22 04:22:45.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43976) > >2014-07-22 04:22:47.865 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:48.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53469) > >2014-07-22 04:22:49.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36869) > >2014-07-22 04:22:49.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44034) > >2014-07-22 04:22:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:22:52.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53520) > >2014-07-22 04:22:53.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36921) > >2014-07-22 04:22:53.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44087) > >2014-07-22 04:22:56.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53571) > >2014-07-22 04:22:57.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36971) > >2014-07-22 04:22:57.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44138) > >2014-07-22 04:23:00.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53622) > >2014-07-22 04:23:01.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37022) > >2014-07-22 04:23:01.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44190) > >2014-07-22 04:23:04.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53674) > >2014-07-22 04:23:05.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37074) > >2014-07-22 04:23:05.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44242) > >2014-07-22 04:23:05.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:08.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53725) > >2014-07-22 04:23:09.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37126) > >2014-07-22 04:23:09.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44294) > >2014-07-22 04:23:12.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53780) > >2014-07-22 04:23:13.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:13.184 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 37177) > >2014-07-22 04:23:13.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44348) > >2014-07-22 04:23:16.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53831) > >2014-07-22 04:23:17.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37234) > >2014-07-22 04:23:17.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44405) > >2014-07-22 04:23:17.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:20.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53883) > >2014-07-22 04:23:21.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37286) > >2014-07-22 04:23:21.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44460) > >2014-07-22 04:23:21.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:24.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53934) > >2014-07-22 04:23:25.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37338) > >2014-07-22 04:23:25.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44514) > >2014-07-22 04:23:28.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53985) > >2014-07-22 04:23:29.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37389) > >2014-07-22 04:23:29.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44565) > >2014-07-22 04:23:32.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54036) > >2014-07-22 04:23:33.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37441) > >2014-07-22 04:23:33.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44617) > >2014-07-22 04:23:35.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:36.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54087) > >2014-07-22 04:23:37.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37495) > >2014-07-22 04:23:37.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44671) > >2014-07-22 04:23:40.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54139) > >2014-07-22 04:23:41.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37546) > >2014-07-22 04:23:41.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44722) > >2014-07-22 04:23:43.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:44.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54190) > >2014-07-22 04:23:45.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37598) > >2014-07-22 04:23:45.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44774) > >2014-07-22 04:23:47.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:48.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54241) > >2014-07-22 04:23:49.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37650) > >2014-07-22 04:23:49.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44827) > >2014-07-22 04:23:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:23:52.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54292) > >2014-07-22 04:23:52.782 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:23:52.782 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:23:52.783 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:23:52.795 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:23:53.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37703) > >2014-07-22 04:23:53.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44883) > >2014-07-22 04:23:56.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54343) > >2014-07-22 04:23:57.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37756) > >2014-07-22 04:23:57.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44938) > >2014-07-22 04:24:00.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54394) > >2014-07-22 04:24:01.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37806) > >2014-07-22 04:24:01.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44989) > >2014-07-22 04:24:04.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54445) > >2014-07-22 04:24:05.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37859) > >2014-07-22 04:24:05.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45042) > >2014-07-22 04:24:05.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:08.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54496) > >2014-07-22 04:24:09.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37911) > >2014-07-22 04:24:09.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45093) > >2014-07-22 04:24:12.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54547) > >2014-07-22 04:24:13.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:13.221 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 37962) > >2014-07-22 04:24:13.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45144) > >2014-07-22 04:24:16.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54599) > >2014-07-22 04:24:17.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38016) > >2014-07-22 04:24:17.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45199) > >2014-07-22 04:24:17.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:20.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54650) > >2014-07-22 04:24:21.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38069) > >2014-07-22 04:24:21.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45251) > >2014-07-22 04:24:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:24.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54701) > >2014-07-22 04:24:25.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38122) > >2014-07-22 04:24:25.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45304) > >2014-07-22 04:24:28.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54752) > >2014-07-22 04:24:29.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38173) > >2014-07-22 04:24:29.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45356) > >2014-07-22 04:24:32.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54803) > >2014-07-22 04:24:33.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38225) > >2014-07-22 04:24:33.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45408) > >2014-07-22 04:24:35.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:36.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54854) > >2014-07-22 04:24:37.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38278) > >2014-07-22 04:24:37.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45461) > >2014-07-22 04:24:40.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54905) > >2014-07-22 04:24:41.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38329) > >2014-07-22 04:24:41.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45514) > >2014-07-22 04:24:43.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:44.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54956) > >2014-07-22 04:24:45.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38381) > >2014-07-22 04:24:45.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45566) > >2014-07-22 04:24:47.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:48.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55009) > >2014-07-22 04:24:49.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38434) > >2014-07-22 04:24:49.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45628) > >2014-07-22 04:24:51.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:24:52.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55060) > >2014-07-22 04:24:53.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38486) > >2014-07-22 04:24:53.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45680) > >2014-07-22 04:24:56.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55112) > >2014-07-22 04:24:57.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38538) > >2014-07-22 04:24:57.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45733) > >2014-07-22 04:25:00.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55163) > >2014-07-22 04:25:01.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38589) > >2014-07-22 04:25:01.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45784) > >2014-07-22 04:25:04.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55215) > >2014-07-22 04:25:05.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38643) > >2014-07-22 04:25:05.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45839) > >2014-07-22 04:25:05.815 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:08.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55266) > >2014-07-22 04:25:09.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38695) > >2014-07-22 04:25:09.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45891) > >2014-07-22 04:25:12.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55320) > >2014-07-22 04:25:13.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:13.281 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 38746) > >2014-07-22 04:25:13.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45945) > >2014-07-22 04:25:16.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55372) > >2014-07-22 04:25:17.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38802) > >2014-07-22 04:25:17.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46002) > >2014-07-22 04:25:17.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:20.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55423) > >2014-07-22 04:25:21.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38854) > >2014-07-22 04:25:21.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46057) > >2014-07-22 04:25:21.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:24.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55475) > >2014-07-22 04:25:25.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38906) > >2014-07-22 04:25:25.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46112) > >2014-07-22 04:25:28.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55526) > >2014-07-22 04:25:29.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38957) > >2014-07-22 04:25:29.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46163) > >2014-07-22 04:25:32.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55577) > >2014-07-22 04:25:33.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39009) > >2014-07-22 04:25:33.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46215) > >2014-07-22 04:25:35.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:36.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55628) > >2014-07-22 04:25:37.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39063) > >2014-07-22 04:25:37.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46269) > >2014-07-22 04:25:40.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55679) > >2014-07-22 04:25:41.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39114) > >2014-07-22 04:25:41.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46320) > >2014-07-22 04:25:43.262 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:44.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55730) > >2014-07-22 04:25:45.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39166) > >2014-07-22 04:25:45.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46372) > >2014-07-22 04:25:47.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:48.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55781) > >2014-07-22 04:25:49.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39218) > >2014-07-22 04:25:49.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46424) > >2014-07-22 04:25:51.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:25:52.797 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:25:52.797 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:25:52.798 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:25:52.810 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:25:52.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55832) > >2014-07-22 04:25:53.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39271) > >2014-07-22 04:25:53.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46481) > >2014-07-22 04:25:56.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55883) > >2014-07-22 04:25:57.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39323) > >2014-07-22 04:25:57.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46535) > >2014-07-22 04:26:00.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55934) > >2014-07-22 04:26:01.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39374) > >2014-07-22 04:26:01.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46586) > >2014-07-22 04:26:04.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55985) > >2014-07-22 04:26:05.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39427) > >2014-07-22 04:26:05.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46639) > >2014-07-22 04:26:05.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:08.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56036) > >2014-07-22 04:26:09.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39479) > >2014-07-22 04:26:09.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46691) > >2014-07-22 04:26:12.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56087) > >2014-07-22 04:26:13.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:13.301 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 39530) > >2014-07-22 04:26:13.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46742) > >2014-07-22 04:26:16.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56139) > >2014-07-22 04:26:17.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39585) > >2014-07-22 04:26:17.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46798) > >2014-07-22 04:26:17.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:20.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56190) > >2014-07-22 04:26:21.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39637) > >2014-07-22 04:26:21.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46850) > >2014-07-22 04:26:21.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:24.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56241) > >2014-07-22 04:26:25.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39690) > >2014-07-22 04:26:25.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46903) > >2014-07-22 04:26:28.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56292) > >2014-07-22 04:26:29.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39741) > >2014-07-22 04:26:29.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46954) > >2014-07-22 04:26:32.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56343) > >2014-07-22 04:26:33.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39793) > >2014-07-22 04:26:33.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47007) > >2014-07-22 04:26:35.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:36.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56393) > >2014-07-22 04:26:37.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39846) > >2014-07-22 04:26:37.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47060) > >2014-07-22 04:26:40.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56444) > >2014-07-22 04:26:41.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39897) > >2014-07-22 04:26:41.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47113) > >2014-07-22 04:26:43.323 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:44.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56495) > >2014-07-22 04:26:45.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39949) > >2014-07-22 04:26:45.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47165) > >2014-07-22 04:26:47.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:48.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56548) > >2014-07-22 04:26:49.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40002) > >2014-07-22 04:26:49.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47227) > >2014-07-22 04:26:51.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:26:52.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56599) > >2014-07-22 04:26:53.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40054) > >2014-07-22 04:26:53.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47279) > >2014-07-22 04:26:56.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56651) > >2014-07-22 04:26:57.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40105) > >2014-07-22 04:26:57.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47331) > >2014-07-22 04:27:00.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56702) > >2014-07-22 04:27:01.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40156) > >2014-07-22 04:27:01.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47382) > >2014-07-22 04:27:04.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56754) > >2014-07-22 04:27:05.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40208) > >2014-07-22 04:27:05.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47435) > >2014-07-22 04:27:05.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:08.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56805) > >2014-07-22 04:27:09.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40261) > >2014-07-22 04:27:09.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47487) > >2014-07-22 04:27:12.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56857) > >2014-07-22 04:27:13.322 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:13.362 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 40312) > >2014-07-22 04:27:13.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47539) > >2014-07-22 04:27:16.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56911) > >2014-07-22 04:27:17.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40366) > >2014-07-22 04:27:17.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47596) > >2014-07-22 04:27:17.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:20.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56962) > >2014-07-22 04:27:21.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40420) > >2014-07-22 04:27:21.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47652) > >2014-07-22 04:27:21.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:24.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57014) > >2014-07-22 04:27:25.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40472) > >2014-07-22 04:27:25.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47707) > >2014-07-22 04:27:28.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57065) > >2014-07-22 04:27:29.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40523) > >2014-07-22 04:27:29.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47758) > >2014-07-22 04:27:32.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57116) > >2014-07-22 04:27:33.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40575) > >2014-07-22 04:27:33.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47810) > >2014-07-22 04:27:35.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:36.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57167) > >2014-07-22 04:27:37.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40629) > >2014-07-22 04:27:37.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47864) > >2014-07-22 04:27:40.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57218) > >2014-07-22 04:27:41.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40680) > >2014-07-22 04:27:41.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47915) > >2014-07-22 04:27:43.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:44.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57269) > >2014-07-22 04:27:45.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40732) > >2014-07-22 04:27:45.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47967) > >2014-07-22 04:27:47.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:48.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57320) > >2014-07-22 04:27:49.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40784) > >2014-07-22 04:27:49.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48019) > >2014-07-22 04:27:51.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:27:52.812 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:27:52.812 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:27:52.813 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:27:52.828 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:27:52.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57371) > >2014-07-22 04:27:53.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40836) > >2014-07-22 04:27:53.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48075) > >2014-07-22 04:27:56.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57422) > >2014-07-22 04:27:57.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40887) > >2014-07-22 04:27:57.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48128) > >2014-07-22 04:28:00.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57473) > >2014-07-22 04:28:01.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40938) > >2014-07-22 04:28:01.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48179) > >2014-07-22 04:28:04.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57524) > >2014-07-22 04:28:05.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40990) > >2014-07-22 04:28:05.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48231) > >2014-07-22 04:28:05.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:08.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57574) > >2014-07-22 04:28:09.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41042) > >2014-07-22 04:28:09.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48283) > >2014-07-22 04:28:12.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57625) > >2014-07-22 04:28:13.374 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:13.397 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 41093) > >2014-07-22 04:28:13.611 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.7', 48334) > >2014-07-22 04:28:16.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57677) > >2014-07-22 04:28:17.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41147) > >2014-07-22 04:28:17.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48389) > >2014-07-22 04:28:17.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:20.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57728) > >2014-07-22 04:28:21.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41199) > >2014-07-22 04:28:21.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:21.490 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.7', 48441) > >2014-07-22 04:28:24.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57778) > >2014-07-22 04:28:25.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41252) > >2014-07-22 04:28:25.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48494) > >2014-07-22 04:28:28.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57829) > >2014-07-22 04:28:29.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41303) > >2014-07-22 04:28:29.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48545) > >2014-07-22 04:28:32.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57880) > >2014-07-22 04:28:33.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41355) > >2014-07-22 04:28:33.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48598) > >2014-07-22 04:28:35.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:36.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57931) > >2014-07-22 04:28:37.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41408) > >2014-07-22 04:28:37.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48651) > >2014-07-22 04:28:40.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57982) > >2014-07-22 04:28:41.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41459) > >2014-07-22 04:28:41.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48704) > >2014-07-22 04:28:43.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:44.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58033) > >2014-07-22 04:28:45.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41511) > >2014-07-22 04:28:45.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48756) > >2014-07-22 04:28:47.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:48.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58086) > >2014-07-22 04:28:49.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41564) > >2014-07-22 04:28:49.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48818) > >2014-07-22 04:28:51.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:28:52.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58137) > >2014-07-22 04:28:53.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41616) > >2014-07-22 04:28:53.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48870) > >2014-07-22 04:28:56.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58189) > >2014-07-22 04:28:57.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41667) > >2014-07-22 04:28:57.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48923) > >2014-07-22 04:29:00.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58240) > >2014-07-22 04:29:01.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41718) > >2014-07-22 04:29:01.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48974) > >2014-07-22 04:29:04.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58292) > >2014-07-22 04:29:05.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41771) > >2014-07-22 04:29:05.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49028) > >2014-07-22 04:29:05.887 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:08.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58343) > >2014-07-22 04:29:09.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41824) > >2014-07-22 04:29:09.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49081) > >2014-07-22 04:29:12.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58395) > >2014-07-22 04:29:13.400 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:13.450 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 41875) > >2014-07-22 04:29:13.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49133) > >2014-07-22 04:29:16.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58449) > >2014-07-22 04:29:17.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41929) > >2014-07-22 04:29:17.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49190) > >2014-07-22 04:29:17.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:20.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58500) > >2014-07-22 04:29:21.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41983) > >2014-07-22 04:29:21.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:21.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49246) > >2014-07-22 04:29:24.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58552) > >2014-07-22 04:29:25.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42035) > >2014-07-22 04:29:25.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49301) > >2014-07-22 04:29:29.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58603) > >2014-07-22 04:29:29.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42085) > >2014-07-22 04:29:29.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49351) > >2014-07-22 04:29:33.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58654) > >2014-07-22 04:29:33.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42137) > >2014-07-22 04:29:33.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49403) > >2014-07-22 04:29:35.887 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:37.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58705) > >2014-07-22 04:29:37.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42191) > >2014-07-22 04:29:37.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49457) > >2014-07-22 04:29:41.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58756) > >2014-07-22 04:29:41.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42242) > >2014-07-22 04:29:41.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49507) > >2014-07-22 04:29:43.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:45.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58807) > >2014-07-22 04:29:45.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42295) > >2014-07-22 04:29:45.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49559) > >2014-07-22 04:29:47.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:49.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58858) > >2014-07-22 04:29:49.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42347) > >2014-07-22 04:29:49.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49611) > >2014-07-22 04:29:51.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:29:52.830 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:29:52.830 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:29:52.830 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:29:52.841 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:29:53.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58909) > >2014-07-22 04:29:53.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42400) > >2014-07-22 04:29:53.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49668) > >2014-07-22 04:29:57.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58960) > >2014-07-22 04:29:57.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42452) > >2014-07-22 04:29:57.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49722) > >2014-07-22 04:30:01.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59011) > >2014-07-22 04:30:01.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42503) > >2014-07-22 04:30:01.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49773) > >2014-07-22 04:30:05.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59062) > >2014-07-22 04:30:05.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42556) > >2014-07-22 04:30:05.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49826) > >2014-07-22 04:30:05.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:09.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59113) > >2014-07-22 04:30:09.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42608) > >2014-07-22 04:30:09.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49878) > >2014-07-22 04:30:13.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59164) > >2014-07-22 04:30:13.445 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:13.453 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 42659) > >2014-07-22 04:30:13.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49929) > >2014-07-22 04:30:17.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59216) > >2014-07-22 04:30:17.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42714) > >2014-07-22 04:30:17.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49985) > >2014-07-22 04:30:17.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:21.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59267) > >2014-07-22 04:30:21.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:21.471 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 42766) > >2014-07-22 04:30:21.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50037) > >2014-07-22 04:30:25.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59318) > >2014-07-22 04:30:25.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42819) > >2014-07-22 04:30:25.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50090) > >2014-07-22 04:30:29.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59369) > >2014-07-22 04:30:29.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42870) > >2014-07-22 04:30:29.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50141) > >2014-07-22 04:30:33.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59420) > >2014-07-22 04:30:33.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42922) > >2014-07-22 04:30:33.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50194) > >2014-07-22 04:30:35.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:37.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59471) > >2014-07-22 04:30:37.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42975) > >2014-07-22 04:30:37.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50247) > >2014-07-22 04:30:41.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59522) > >2014-07-22 04:30:41.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43026) > >2014-07-22 04:30:41.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50300) > >2014-07-22 04:30:43.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:45.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59573) > >2014-07-22 04:30:45.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43078) > >2014-07-22 04:30:45.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50352) > >2014-07-22 04:30:47.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:49.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59626) > >2014-07-22 04:30:49.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43130) > >2014-07-22 04:30:49.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50413) > >2014-07-22 04:30:51.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:30:53.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59678) > >2014-07-22 04:30:53.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43183) > >2014-07-22 04:30:53.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50466) > >2014-07-22 04:30:57.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59729) > >2014-07-22 04:30:57.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43237) > >2014-07-22 04:30:57.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50521) > >2014-07-22 04:31:01.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59781) > >2014-07-22 04:31:01.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43288) > >2014-07-22 04:31:01.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50572) > >2014-07-22 04:31:05.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59833) > >2014-07-22 04:31:05.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43339) > >2014-07-22 04:31:05.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50624) > >2014-07-22 04:31:05.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:09.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59884) > >2014-07-22 04:31:09.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43392) > >2014-07-22 04:31:09.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50677) > >2014-07-22 04:31:13.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59935) > >2014-07-22 04:31:13.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:13.548 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 43443) > >2014-07-22 04:31:13.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50728) > >2014-07-22 04:31:17.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59990) > >2014-07-22 04:31:17.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43495) > >2014-07-22 04:31:17.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50784) > >2014-07-22 04:31:17.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:21.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60041) > >2014-07-22 04:31:21.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:21.503 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.6', 43549) > >2014-07-22 04:31:21.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50840) > >2014-07-22 04:31:25.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60093) > >2014-07-22 04:31:25.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43602) > >2014-07-22 04:31:25.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50893) > >2014-07-22 04:31:29.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60144) > >2014-07-22 04:31:29.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43653) > >2014-07-22 04:31:29.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50946) > >2014-07-22 04:31:33.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60195) > >2014-07-22 04:31:33.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43705) > >2014-07-22 04:31:33.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50998) > >2014-07-22 04:31:35.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:37.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60246) > >2014-07-22 04:31:37.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43759) > >2014-07-22 04:31:37.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51052) > >2014-07-22 04:31:41.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60297) > >2014-07-22 04:31:41.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43810) > >2014-07-22 04:31:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51103) > >2014-07-22 04:31:43.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:45.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60348) > >2014-07-22 04:31:45.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43862) > >2014-07-22 04:31:45.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51155) > >2014-07-22 04:31:47.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:49.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60399) > >2014-07-22 04:31:49.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43914) > >2014-07-22 04:31:49.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51207) > >2014-07-22 04:31:51.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:31:52.844 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:31:52.844 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:31:52.845 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:31:52.856 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:31:53.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60450) > >2014-07-22 04:31:53.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43967) > >2014-07-22 04:31:53.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51264) > >2014-07-22 04:31:57.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60501) > >2014-07-22 04:31:57.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44019) > >2014-07-22 04:31:57.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51318) > >2014-07-22 04:32:01.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60552) > >2014-07-22 04:32:01.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44070) > >2014-07-22 04:32:01.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51369) > >2014-07-22 04:32:05.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60603) > >2014-07-22 04:32:05.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44123) > >2014-07-22 04:32:05.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51422) > >2014-07-22 04:32:05.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:09.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60654) > >2014-07-22 04:32:09.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44175) > >2014-07-22 04:32:09.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51474) > >2014-07-22 04:32:13.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60705) > >2014-07-22 04:32:13.529 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:13.540 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 44226) > >2014-07-22 04:32:13.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51525) > >2014-07-22 04:32:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60757) > >2014-07-22 04:32:17.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44280) > >2014-07-22 04:32:17.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51580) > >2014-07-22 04:32:17.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:21.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60808) > >2014-07-22 04:32:21.481 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:21.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44333) > >2014-07-22 04:32:21.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51633) > >2014-07-22 04:32:25.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60859) > >2014-07-22 04:32:25.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44386) > >2014-07-22 04:32:25.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51686) > >2014-07-22 04:32:29.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60910) > >2014-07-22 04:32:29.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44437) > >2014-07-22 04:32:29.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51737) > >2014-07-22 04:32:33.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60961) > >2014-07-22 04:32:33.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44489) > >2014-07-22 04:32:33.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51790) > >2014-07-22 04:32:35.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:37.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32780) > >2014-07-22 04:32:37.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44542) > >2014-07-22 04:32:37.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51843) > >2014-07-22 04:32:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32831) > >2014-07-22 04:32:41.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44593) > >2014-07-22 04:32:41.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51896) > >2014-07-22 04:32:43.565 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:45.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32881) > >2014-07-22 04:32:45.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44645) > >2014-07-22 04:32:45.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51948) > >2014-07-22 04:32:47.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:49.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32934) > >2014-07-22 04:32:49.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44697) > >2014-07-22 04:32:49.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52009) > >2014-07-22 04:32:51.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:32:53.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32985) > >2014-07-22 04:32:53.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44750) > >2014-07-22 04:32:53.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52062) > >2014-07-22 04:32:57.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33036) > >2014-07-22 04:32:57.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44801) > >2014-07-22 04:32:57.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52113) > >2014-07-22 04:33:01.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33088) > >2014-07-22 04:33:01.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44852) > >2014-07-22 04:33:01.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52165) > >2014-07-22 04:33:05.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33139) > >2014-07-22 04:33:05.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44903) > >2014-07-22 04:33:05.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52216) > >2014-07-22 04:33:05.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:09.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33191) > >2014-07-22 04:33:09.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44956) > >2014-07-22 04:33:09.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52270) > >2014-07-22 04:33:13.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33242) > >2014-07-22 04:33:13.558 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:13.619 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 45007) > >2014-07-22 04:33:13.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52321) > >2014-07-22 04:33:17.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33297) > >2014-07-22 04:33:17.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45060) > >2014-07-22 04:33:17.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52378) > >2014-07-22 04:33:17.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:21.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33348) > >2014-07-22 04:33:21.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:21.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45115) > >2014-07-22 04:33:21.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52433) > >2014-07-22 04:33:25.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33399) > >2014-07-22 04:33:25.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45167) > >2014-07-22 04:33:25.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52488) > >2014-07-22 04:33:29.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33451) > >2014-07-22 04:33:29.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45218) > >2014-07-22 04:33:29.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52541) > >2014-07-22 04:33:33.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33502) > >2014-07-22 04:33:33.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45270) > >2014-07-22 04:33:33.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52593) > >2014-07-22 04:33:35.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:37.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33553) > >2014-07-22 04:33:37.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45324) > >2014-07-22 04:33:37.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52647) > >2014-07-22 04:33:41.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33604) > >2014-07-22 04:33:41.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45374) > >2014-07-22 04:33:41.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52698) > >2014-07-22 04:33:43.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:45.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33655) > >2014-07-22 04:33:45.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45426) > >2014-07-22 04:33:45.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52750) > >2014-07-22 04:33:47.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:49.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33706) > >2014-07-22 04:33:49.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45478) > >2014-07-22 04:33:49.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52802) > >2014-07-22 04:33:51.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:33:52.859 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:33:52.859 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:33:52.860 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:33:52.872 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:33:53.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33757) > >2014-07-22 04:33:53.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45530) > >2014-07-22 04:33:53.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52857) > >2014-07-22 04:33:57.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33808) > >2014-07-22 04:33:57.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45583) > >2014-07-22 04:33:57.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52912) > >2014-07-22 04:34:01.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33859) > >2014-07-22 04:34:01.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45634) > >2014-07-22 04:34:01.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52963) > >2014-07-22 04:34:05.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33908) > >2014-07-22 04:34:05.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45686) > >2014-07-22 04:34:05.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53015) > >2014-07-22 04:34:05.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:09.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33959) > >2014-07-22 04:34:09.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45738) > >2014-07-22 04:34:09.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53068) > >2014-07-22 04:34:13.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34010) > >2014-07-22 04:34:13.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45789) > >2014-07-22 04:34:13.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:13.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53119) > >2014-07-22 04:34:17.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34062) > >2014-07-22 04:34:17.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45843) > >2014-07-22 04:34:17.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53174) > >2014-07-22 04:34:17.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:21.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34113) > >2014-07-22 04:34:21.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:21.643 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 45896) > >2014-07-22 04:34:21.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53227) > >2014-07-22 04:34:25.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34164) > >2014-07-22 04:34:25.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45949) > >2014-07-22 04:34:25.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53280) > >2014-07-22 04:34:29.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34215) > >2014-07-22 04:34:29.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46000) > >2014-07-22 04:34:29.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53331) > >2014-07-22 04:34:33.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34266) > >2014-07-22 04:34:33.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46052) > >2014-07-22 04:34:33.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53383) > >2014-07-22 04:34:35.997 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:37.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34317) > >2014-07-22 04:34:37.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46105) > >2014-07-22 04:34:37.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53437) > >2014-07-22 04:34:41.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34368) > >2014-07-22 04:34:41.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46156) > >2014-07-22 04:34:41.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53490) > >2014-07-22 04:34:43.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:45.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34419) > >2014-07-22 04:34:45.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46208) > >2014-07-22 04:34:45.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53542) > >2014-07-22 04:34:47.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:49.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34472) > >2014-07-22 04:34:49.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46260) > >2014-07-22 04:34:49.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53601) > >2014-07-22 04:34:51.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:34:53.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34523) > >2014-07-22 04:34:53.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46313) > >2014-07-22 04:34:53.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53658) > >2014-07-22 04:34:57.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34574) > >2014-07-22 04:34:57.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46368) > >2014-07-22 04:34:57.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53712) > >2014-07-22 04:35:01.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34626) > >2014-07-22 04:35:01.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46420) > >2014-07-22 04:35:01.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53765) > >2014-07-22 04:35:05.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34677) > >2014-07-22 04:35:05.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46472) > >2014-07-22 04:35:05.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53817) > >2014-07-22 04:35:06.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:09.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34729) > >2014-07-22 04:35:09.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46524) > >2014-07-22 04:35:09.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53870) > >2014-07-22 04:35:13.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34780) > >2014-07-22 04:35:13.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:13.720 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.6', 46575) > >2014-07-22 04:35:13.721 29190 INFO neutron.wsgi [req-7c3f1915-d1be-40a9-9518-9385e26cff32 None] (29190) accepted ('192.168.0.7', 53921) > >2014-07-22 04:35:17.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34835) > >2014-07-22 04:35:17.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46628) > >2014-07-22 04:35:17.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53978) > >2014-07-22 04:35:17.882 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:21.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34886) > >2014-07-22 04:35:21.623 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:21.786 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.6', 46681) > >2014-07-22 04:35:21.787 29190 INFO neutron.wsgi [req-23c111ac-27d7-40ee-89cb-87604b9dba08 None] (29190) accepted ('192.168.0.7', 54031) > >2014-07-22 04:35:25.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34938) > >2014-07-22 04:35:25.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46738) > >2014-07-22 04:35:25.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54088) > >2014-07-22 04:35:29.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34991) > >2014-07-22 04:35:29.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46789) > >2014-07-22 04:35:29.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54142) > >2014-07-22 04:35:33.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35042) > >2014-07-22 04:35:33.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46841) > >2014-07-22 04:35:33.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54194) > >2014-07-22 04:35:36.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:37.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35093) > >2014-07-22 04:35:37.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46895) > >2014-07-22 04:35:37.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54248) > >2014-07-22 04:35:41.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35144) > >2014-07-22 04:35:41.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46946) > >2014-07-22 04:35:41.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54299) > >2014-07-22 04:35:43.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:45.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35195) > >2014-07-22 04:35:45.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46998) > >2014-07-22 04:35:45.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54351) > >2014-07-22 04:35:47.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:49.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35246) > >2014-07-22 04:35:49.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47050) > >2014-07-22 04:35:49.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54402) > >2014-07-22 04:35:51.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:35:52.874 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:35:52.874 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:35:52.875 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:35:52.910 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:35:53.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35297) > >2014-07-22 04:35:53.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47102) > >2014-07-22 04:35:53.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54460) > >2014-07-22 04:35:57.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35347) > >2014-07-22 04:35:57.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47155) > >2014-07-22 04:35:57.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54513) > >2014-07-22 04:36:01.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35398) > >2014-07-22 04:36:01.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47206) > >2014-07-22 04:36:01.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54564) > >2014-07-22 04:36:05.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35449) > >2014-07-22 04:36:05.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47260) > >2014-07-22 04:36:05.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54618) > >2014-07-22 04:36:06.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:09.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35500) > >2014-07-22 04:36:09.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47312) > >2014-07-22 04:36:09.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54670) > >2014-07-22 04:36:13.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35551) > >2014-07-22 04:36:13.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:13.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47364) > >2014-07-22 04:36:13.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54723) > >2014-07-22 04:36:17.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35603) > >2014-07-22 04:36:17.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:18.019 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.6', 47416) > >2014-07-22 04:36:18.019 29190 INFO neutron.wsgi [req-381245d4-b3ba-4f46-ba10-036bcd2ba54a None] (29190) accepted ('192.168.0.7', 54775) > >2014-07-22 04:36:21.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35654) > >2014-07-22 04:36:21.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:21.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47470) > >2014-07-22 04:36:22.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54828) > >2014-07-22 04:36:25.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35705) > >2014-07-22 04:36:25.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47521) > >2014-07-22 04:36:26.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54880) > >2014-07-22 04:36:29.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35756) > >2014-07-22 04:36:30.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47573) > >2014-07-22 04:36:30.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54932) > >2014-07-22 04:36:33.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35807) > >2014-07-22 04:36:34.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47625) > >2014-07-22 04:36:34.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54984) > >2014-07-22 04:36:36.052 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:37.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35858) > >2014-07-22 04:36:38.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47677) > >2014-07-22 04:36:38.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55037) > >2014-07-22 04:36:41.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35909) > >2014-07-22 04:36:42.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47728) > >2014-07-22 04:36:42.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55090) > >2014-07-22 04:36:43.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:45.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35960) > >2014-07-22 04:36:46.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47780) > >2014-07-22 04:36:46.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55142) > >2014-07-22 04:36:47.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:49.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36013) > >2014-07-22 04:36:50.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47832) > >2014-07-22 04:36:50.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55201) > >2014-07-22 04:36:51.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:36:53.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36064) > >2014-07-22 04:36:54.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47886) > >2014-07-22 04:36:54.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55257) > >2014-07-22 04:36:57.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36114) > >2014-07-22 04:36:58.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47937) > >2014-07-22 04:36:58.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55308) > >2014-07-22 04:37:01.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36166) > >2014-07-22 04:37:02.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47988) > >2014-07-22 04:37:02.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55360) > >2014-07-22 04:37:05.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36217) > >2014-07-22 04:37:06.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:06.225 29190 INFO neutron.wsgi [req-5434b5ba-95fe-433e-a60c-77ee3ade40ee None] (29190) accepted ('192.168.0.6', 48040) > >2014-07-22 04:37:06.226 29190 INFO neutron.wsgi [req-5434b5ba-95fe-433e-a60c-77ee3ade40ee None] (29190) accepted ('192.168.0.7', 55412) > >2014-07-22 04:37:09.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36269) > >2014-07-22 04:37:10.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48093) > >2014-07-22 04:37:10.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55466) > >2014-07-22 04:37:13.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36320) > >2014-07-22 04:37:13.789 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:14.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48147) > >2014-07-22 04:37:14.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55520) > >2014-07-22 04:37:17.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36375) > >2014-07-22 04:37:17.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:18.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48200) > >2014-07-22 04:37:18.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55577) > >2014-07-22 04:37:21.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36426) > >2014-07-22 04:37:21.727 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:22.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48252) > >2014-07-22 04:37:22.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55629) > >2014-07-22 04:37:25.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36477) > >2014-07-22 04:37:26.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48305) > >2014-07-22 04:37:26.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55684) > >2014-07-22 04:37:29.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36529) > >2014-07-22 04:37:30.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48356) > >2014-07-22 04:37:30.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55737) > >2014-07-22 04:37:33.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36580) > >2014-07-22 04:37:34.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48408) > >2014-07-22 04:37:34.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55789) > >2014-07-22 04:37:36.041 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:37.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36631) > >2014-07-22 04:37:38.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48462) > >2014-07-22 04:37:38.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55843) > >2014-07-22 04:37:41.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36682) > >2014-07-22 04:37:42.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48512) > >2014-07-22 04:37:42.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55894) > >2014-07-22 04:37:43.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:45.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36733) > >2014-07-22 04:37:46.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48564) > >2014-07-22 04:37:46.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55946) > >2014-07-22 04:37:47.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:49.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36784) > >2014-07-22 04:37:50.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48616) > >2014-07-22 04:37:50.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55998) > >2014-07-22 04:37:51.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:37:52.926 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:37:52.926 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:37:52.927 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:37:52.938 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:37:53.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36835) > >2014-07-22 04:37:54.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48668) > >2014-07-22 04:37:54.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56054) > >2014-07-22 04:37:57.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36886) > >2014-07-22 04:37:58.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48720) > >2014-07-22 04:37:58.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56108) > >2014-07-22 04:38:01.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36937) > >2014-07-22 04:38:02.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48771) > >2014-07-22 04:38:02.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56159) > >2014-07-22 04:38:05.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36989) > >2014-07-22 04:38:06.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:06.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48823) > >2014-07-22 04:38:06.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56211) > >2014-07-22 04:38:09.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37040) > >2014-07-22 04:38:10.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48875) > >2014-07-22 04:38:10.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56263) > >2014-07-22 04:38:13.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37091) > >2014-07-22 04:38:13.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:14.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48929) > >2014-07-22 04:38:14.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56318) > >2014-07-22 04:38:17.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37143) > >2014-07-22 04:38:17.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:18.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48981) > >2014-07-22 04:38:18.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56370) > >2014-07-22 04:38:21.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37194) > >2014-07-22 04:38:21.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:22.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49034) > >2014-07-22 04:38:22.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56423) > >2014-07-22 04:38:25.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37245) > >2014-07-22 04:38:26.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49086) > >2014-07-22 04:38:26.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56475) > >2014-07-22 04:38:29.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37296) > >2014-07-22 04:38:30.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49138) > >2014-07-22 04:38:30.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56527) > >2014-07-22 04:38:33.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37347) > >2014-07-22 04:38:34.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49189) > >2014-07-22 04:38:34.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56578) > >2014-07-22 04:38:36.071 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:37.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37398) > >2014-07-22 04:38:38.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49242) > >2014-07-22 04:38:38.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56632) > >2014-07-22 04:38:41.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37449) > >2014-07-22 04:38:42.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49293) > >2014-07-22 04:38:42.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56685) > >2014-07-22 04:38:43.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:45.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37500) > >2014-07-22 04:38:46.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49345) > >2014-07-22 04:38:46.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56737) > >2014-07-22 04:38:47.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:49.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37552) > >2014-07-22 04:38:50.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49397) > >2014-07-22 04:38:50.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56792) > >2014-07-22 04:38:51.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:38:53.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37603) > >2014-07-22 04:38:54.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49452) > >2014-07-22 04:38:54.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56853) > >2014-07-22 04:38:57.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37654) > >2014-07-22 04:38:58.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49503) > >2014-07-22 04:38:58.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56904) > >2014-07-22 04:39:01.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37705) > >2014-07-22 04:39:02.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49554) > >2014-07-22 04:39:02.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56956) > >2014-07-22 04:39:05.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37757) > >2014-07-22 04:39:06.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:06.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49607) > >2014-07-22 04:39:06.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57009) > >2014-07-22 04:39:09.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37808) > >2014-07-22 04:39:10.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49659) > >2014-07-22 04:39:10.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57062) > >2014-07-22 04:39:13.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37860) > >2014-07-22 04:39:13.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:14.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49712) > >2014-07-22 04:39:14.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57115) > >2014-07-22 04:39:17.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37912) > >2014-07-22 04:39:17.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:18.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49763) > >2014-07-22 04:39:18.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57171) > >2014-07-22 04:39:21.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37966) > >2014-07-22 04:39:21.781 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:22.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49816) > >2014-07-22 04:39:22.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57224) > >2014-07-22 04:39:25.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38017) > >2014-07-22 04:39:26.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49869) > >2014-07-22 04:39:26.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57277) > >2014-07-22 04:39:29.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38068) > >2014-07-22 04:39:30.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49920) > >2014-07-22 04:39:30.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57331) > >2014-07-22 04:39:33.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38119) > >2014-07-22 04:39:34.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49971) > >2014-07-22 04:39:34.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57384) > >2014-07-22 04:39:36.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:37.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38170) > >2014-07-22 04:39:38.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50026) > >2014-07-22 04:39:38.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57439) > >2014-07-22 04:39:41.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38221) > >2014-07-22 04:39:42.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50077) > >2014-07-22 04:39:42.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57490) > >2014-07-22 04:39:43.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:45.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38272) > >2014-07-22 04:39:46.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50129) > >2014-07-22 04:39:46.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57542) > >2014-07-22 04:39:47.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:49.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38323) > >2014-07-22 04:39:50.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50180) > >2014-07-22 04:39:50.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57594) > >2014-07-22 04:39:51.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:39:52.941 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:39:52.941 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:39:52.941 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:39:52.952 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:39:53.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38374) > >2014-07-22 04:39:54.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50233) > >2014-07-22 04:39:54.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57651) > >2014-07-22 04:39:57.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38424) > >2014-07-22 04:39:58.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50285) > >2014-07-22 04:39:58.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57705) > >2014-07-22 04:40:01.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38475) > >2014-07-22 04:40:02.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50336) > >2014-07-22 04:40:02.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57756) > >2014-07-22 04:40:05.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38526) > >2014-07-22 04:40:06.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:06.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50390) > >2014-07-22 04:40:06.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57810) > >2014-07-22 04:40:09.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38577) > >2014-07-22 04:40:10.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50442) > >2014-07-22 04:40:10.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57862) > >2014-07-22 04:40:13.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38628) > >2014-07-22 04:40:13.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:14.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50495) > >2014-07-22 04:40:14.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57916) > >2014-07-22 04:40:17.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38680) > >2014-07-22 04:40:17.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:18.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50547) > >2014-07-22 04:40:18.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57968) > >2014-07-22 04:40:21.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38731) > >2014-07-22 04:40:21.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:22.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50600) > >2014-07-22 04:40:22.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58021) > >2014-07-22 04:40:25.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38782) > >2014-07-22 04:40:26.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50652) > >2014-07-22 04:40:26.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58073) > >2014-07-22 04:40:29.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38833) > >2014-07-22 04:40:30.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50703) > >2014-07-22 04:40:30.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58125) > >2014-07-22 04:40:33.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38884) > >2014-07-22 04:40:34.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50755) > >2014-07-22 04:40:34.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58176) > >2014-07-22 04:40:36.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:37.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38935) > >2014-07-22 04:40:38.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50808) > >2014-07-22 04:40:38.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58230) > >2014-07-22 04:40:41.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38986) > >2014-07-22 04:40:42.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50859) > >2014-07-22 04:40:42.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58281) > >2014-07-22 04:40:43.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:45.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39037) > >2014-07-22 04:40:46.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50911) > >2014-07-22 04:40:46.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58335) > >2014-07-22 04:40:47.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:49.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39090) > >2014-07-22 04:40:50.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50963) > >2014-07-22 04:40:50.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58390) > >2014-07-22 04:40:51.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:40:53.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39141) > >2014-07-22 04:40:54.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51017) > >2014-07-22 04:40:54.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58450) > >2014-07-22 04:40:57.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39192) > >2014-07-22 04:40:58.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51069) > >2014-07-22 04:40:58.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58502) > >2014-07-22 04:41:01.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39243) > >2014-07-22 04:41:02.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51120) > >2014-07-22 04:41:02.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58553) > >2014-07-22 04:41:05.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39295) > >2014-07-22 04:41:06.117 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:06.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51172) > >2014-07-22 04:41:06.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58606) > >2014-07-22 04:41:09.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39346) > >2014-07-22 04:41:10.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51224) > >2014-07-22 04:41:10.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58658) > >2014-07-22 04:41:13.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39398) > >2014-07-22 04:41:13.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:14.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51276) > >2014-07-22 04:41:14.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58712) > >2014-07-22 04:41:17.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39450) > >2014-07-22 04:41:17.891 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:18.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51328) > >2014-07-22 04:41:18.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58767) > >2014-07-22 04:41:21.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39504) > >2014-07-22 04:41:21.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:22.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51380) > >2014-07-22 04:41:22.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58820) > >2014-07-22 04:41:25.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39555) > >2014-07-22 04:41:26.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51433) > >2014-07-22 04:41:26.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58873) > >2014-07-22 04:41:29.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39606) > >2014-07-22 04:41:30.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51484) > >2014-07-22 04:41:30.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58926) > >2014-07-22 04:41:33.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39658) > >2014-07-22 04:41:34.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51535) > >2014-07-22 04:41:34.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58980) > >2014-07-22 04:41:36.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:37.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39709) > >2014-07-22 04:41:38.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51590) > >2014-07-22 04:41:38.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59035) > >2014-07-22 04:41:41.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39760) > >2014-07-22 04:41:42.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51641) > >2014-07-22 04:41:42.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59085) > >2014-07-22 04:41:44.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:45.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39811) > >2014-07-22 04:41:46.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51693) > >2014-07-22 04:41:46.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59137) > >2014-07-22 04:41:47.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:49.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39862) > >2014-07-22 04:41:50.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51745) > >2014-07-22 04:41:50.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59189) > >2014-07-22 04:41:51.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:41:52.955 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:41:52.955 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:41:52.956 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:41:52.968 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:41:53.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39913) > >2014-07-22 04:41:54.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51799) > >2014-07-22 04:41:54.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59248) > >2014-07-22 04:41:57.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39964) > >2014-07-22 04:41:58.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51850) > >2014-07-22 04:41:58.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59299) > >2014-07-22 04:42:01.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40015) > >2014-07-22 04:42:02.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51902) > >2014-07-22 04:42:02.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59351) > >2014-07-22 04:42:05.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40066) > >2014-07-22 04:42:06.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:06.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51956) > >2014-07-22 04:42:06.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59405) > >2014-07-22 04:42:09.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40117) > >2014-07-22 04:42:10.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52008) > >2014-07-22 04:42:10.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59457) > >2014-07-22 04:42:13.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40168) > >2014-07-22 04:42:14.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:14.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52061) > >2014-07-22 04:42:14.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59511) > >2014-07-22 04:42:17.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40220) > >2014-07-22 04:42:17.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:18.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52114) > >2014-07-22 04:42:18.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59563) > >2014-07-22 04:42:21.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40271) > >2014-07-22 04:42:21.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:22.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52167) > >2014-07-22 04:42:22.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59616) > >2014-07-22 04:42:25.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40322) > >2014-07-22 04:42:26.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52219) > >2014-07-22 04:42:26.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59668) > >2014-07-22 04:42:29.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40373) > >2014-07-22 04:42:30.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52270) > >2014-07-22 04:42:30.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59720) > >2014-07-22 04:42:33.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40424) > >2014-07-22 04:42:34.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52322) > >2014-07-22 04:42:34.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59771) > >2014-07-22 04:42:36.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:37.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40475) > >2014-07-22 04:42:38.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52375) > >2014-07-22 04:42:38.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59824) > >2014-07-22 04:42:41.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40526) > >2014-07-22 04:42:42.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52426) > >2014-07-22 04:42:42.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59876) > >2014-07-22 04:42:44.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:45.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40577) > >2014-07-22 04:42:46.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52478) > >2014-07-22 04:42:46.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59930) > >2014-07-22 04:42:47.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:49.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40630) > >2014-07-22 04:42:50.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52530) > >2014-07-22 04:42:50.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59984) > >2014-07-22 04:42:51.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:42:53.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40681) > >2014-07-22 04:42:54.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52583) > >2014-07-22 04:42:54.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60040) > >2014-07-22 04:42:57.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40732) > >2014-07-22 04:42:58.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52634) > >2014-07-22 04:42:58.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60093) > >2014-07-22 04:43:01.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40783) > >2014-07-22 04:43:02.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52685) > >2014-07-22 04:43:02.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60144) > >2014-07-22 04:43:05.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40835) > >2014-07-22 04:43:06.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:06.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52737) > >2014-07-22 04:43:06.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60197) > >2014-07-22 04:43:09.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40886) > >2014-07-22 04:43:10.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52788) > >2014-07-22 04:43:10.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60249) > >2014-07-22 04:43:13.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40938) > >2014-07-22 04:43:14.091 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:14.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52841) > >2014-07-22 04:43:14.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60303) > >2014-07-22 04:43:17.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40989) > >2014-07-22 04:43:17.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:18.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52893) > >2014-07-22 04:43:18.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60356) > >2014-07-22 04:43:21.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41044) > >2014-07-22 04:43:21.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:22.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52946) > >2014-07-22 04:43:22.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60412) > >2014-07-22 04:43:25.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41095) > >2014-07-22 04:43:26.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52997) > >2014-07-22 04:43:26.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60463) > >2014-07-22 04:43:29.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41146) > >2014-07-22 04:43:30.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53050) > >2014-07-22 04:43:30.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60518) > >2014-07-22 04:43:33.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41198) > >2014-07-22 04:43:34.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53101) > >2014-07-22 04:43:34.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60572) > >2014-07-22 04:43:36.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:37.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41249) > >2014-07-22 04:43:38.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53156) > >2014-07-22 04:43:38.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60627) > >2014-07-22 04:43:41.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41300) > >2014-07-22 04:43:42.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53207) > >2014-07-22 04:43:42.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60678) > >2014-07-22 04:43:44.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:45.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41351) > >2014-07-22 04:43:46.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53259) > >2014-07-22 04:43:46.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60730) > >2014-07-22 04:43:47.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:49.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41402) > >2014-07-22 04:43:50.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53311) > >2014-07-22 04:43:50.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60782) > >2014-07-22 04:43:51.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:43:52.970 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:43:52.970 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:43:52.971 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:43:52.983 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:43:53.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41453) > >2014-07-22 04:43:54.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53364) > >2014-07-22 04:43:54.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60841) > >2014-07-22 04:43:57.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41504) > >2014-07-22 04:43:58.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53415) > >2014-07-22 04:43:58.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60892) > >2014-07-22 04:44:01.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41555) > >2014-07-22 04:44:02.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53467) > >2014-07-22 04:44:02.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60944) > >2014-07-22 04:44:05.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41606) > >2014-07-22 04:44:06.166 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:06.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53521) > >2014-07-22 04:44:06.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60998) > >2014-07-22 04:44:09.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41657) > >2014-07-22 04:44:10.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53573) > >2014-07-22 04:44:10.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32817) > >2014-07-22 04:44:13.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41708) > >2014-07-22 04:44:14.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:14.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53626) > >2014-07-22 04:44:14.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32871) > >2014-07-22 04:44:17.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41760) > >2014-07-22 04:44:17.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:18.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53678) > >2014-07-22 04:44:18.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32923) > >2014-07-22 04:44:21.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41811) > >2014-07-22 04:44:22.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:22.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53731) > >2014-07-22 04:44:22.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32976) > >2014-07-22 04:44:25.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41862) > >2014-07-22 04:44:26.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53783) > >2014-07-22 04:44:26.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33028) > >2014-07-22 04:44:29.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41913) > >2014-07-22 04:44:30.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53834) > >2014-07-22 04:44:30.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33080) > >2014-07-22 04:44:33.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41964) > >2014-07-22 04:44:34.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53886) > >2014-07-22 04:44:34.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33131) > >2014-07-22 04:44:36.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:37.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42015) > >2014-07-22 04:44:38.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53939) > >2014-07-22 04:44:38.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33184) > >2014-07-22 04:44:41.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42066) > >2014-07-22 04:44:42.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53990) > >2014-07-22 04:44:42.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33236) > >2014-07-22 04:44:44.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:45.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42117) > >2014-07-22 04:44:46.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54042) > >2014-07-22 04:44:46.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33290) > >2014-07-22 04:44:47.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:49.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42170) > >2014-07-22 04:44:50.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54094) > >2014-07-22 04:44:50.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33345) > >2014-07-22 04:44:52.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:44:53.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42220) > >2014-07-22 04:44:54.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54147) > >2014-07-22 04:44:54.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33403) > >2014-07-22 04:44:57.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42271) > >2014-07-22 04:44:58.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54198) > >2014-07-22 04:44:58.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33456) > >2014-07-22 04:45:01.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42322) > >2014-07-22 04:45:02.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54250) > >2014-07-22 04:45:02.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33507) > >2014-07-22 04:45:05.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42373) > >2014-07-22 04:45:06.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:06.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54304) > >2014-07-22 04:45:06.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33561) > >2014-07-22 04:45:09.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42424) > >2014-07-22 04:45:10.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54359) > >2014-07-22 04:45:10.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33612) > >2014-07-22 04:45:13.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42476) > >2014-07-22 04:45:14.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:14.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54413) > >2014-07-22 04:45:14.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33668) > >2014-07-22 04:45:17.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42528) > >2014-07-22 04:45:17.893 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:18.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54465) > >2014-07-22 04:45:18.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33721) > >2014-07-22 04:45:21.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42583) > >2014-07-22 04:45:22.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:22.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54518) > >2014-07-22 04:45:22.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33777) > >2014-07-22 04:45:25.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42635) > >2014-07-22 04:45:26.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54569) > >2014-07-22 04:45:26.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33828) > >2014-07-22 04:45:29.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42690) > >2014-07-22 04:45:30.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54622) > >2014-07-22 04:45:30.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33883) > >2014-07-22 04:45:33.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42742) > >2014-07-22 04:45:34.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54673) > >2014-07-22 04:45:34.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33937) > >2014-07-22 04:45:36.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:37.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42793) > >2014-07-22 04:45:38.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54739) > >2014-07-22 04:45:38.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33992) > >2014-07-22 04:45:41.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42850) > >2014-07-22 04:45:42.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54798) > >2014-07-22 04:45:42.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34049) > >2014-07-22 04:45:44.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:45.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42901) > >2014-07-22 04:45:46.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54850) > >2014-07-22 04:45:46.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34101) > >2014-07-22 04:45:47.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:49.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42952) > >2014-07-22 04:45:50.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54902) > >2014-07-22 04:45:50.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34152) > >2014-07-22 04:45:52.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:45:52.986 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:45:52.986 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:45:52.986 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:45:53.023 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:45:53.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43006) > >2014-07-22 04:45:54.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54962) > >2014-07-22 04:45:54.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34212) > >2014-07-22 04:45:57.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43069) > >2014-07-22 04:45:58.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55016) > >2014-07-22 04:45:58.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34268) > >2014-07-22 04:46:01.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43121) > >2014-07-22 04:46:02.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55074) > >2014-07-22 04:46:02.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34320) > >2014-07-22 04:46:05.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43177) > >2014-07-22 04:46:06.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:06.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55141) > >2014-07-22 04:46:06.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34373) > >2014-07-22 04:46:09.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43238) > >2014-07-22 04:46:10.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55205) > >2014-07-22 04:46:10.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34425) > >2014-07-22 04:46:13.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43300) > >2014-07-22 04:46:14.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:14.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55267) > >2014-07-22 04:46:14.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34479) > >2014-07-22 04:46:17.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43360) > >2014-07-22 04:46:17.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:18.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55339) > >2014-07-22 04:46:18.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34531) > >2014-07-22 04:46:21.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43417) > >2014-07-22 04:46:22.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:22.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55409) > >2014-07-22 04:46:22.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34585) > >2014-07-22 04:46:25.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43481) > >2014-07-22 04:46:26.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55468) > >2014-07-22 04:46:26.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34637) > >2014-07-22 04:46:29.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43541) > >2014-07-22 04:46:30.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55520) > >2014-07-22 04:46:30.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34689) > >2014-07-22 04:46:33.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43606) > >2014-07-22 04:46:34.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55575) > >2014-07-22 04:46:34.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34741) > >2014-07-22 04:46:36.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:37.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43670) > >2014-07-22 04:46:38.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55630) > >2014-07-22 04:46:38.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34793) > >2014-07-22 04:46:41.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43727) > >2014-07-22 04:46:42.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55684) > >2014-07-22 04:46:42.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34845) > >2014-07-22 04:46:44.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:45.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43781) > >2014-07-22 04:46:46.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55736) > >2014-07-22 04:46:46.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34899) > >2014-07-22 04:46:47.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:49.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43834) > >2014-07-22 04:46:50.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55791) > >2014-07-22 04:46:50.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34953) > >2014-07-22 04:46:52.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:46:53.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43891) > >2014-07-22 04:46:54.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55844) > >2014-07-22 04:46:54.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35009) > >2014-07-22 04:46:57.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43944) > >2014-07-22 04:46:58.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55897) > >2014-07-22 04:46:58.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35063) > >2014-07-22 04:47:01.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43997) > >2014-07-22 04:47:02.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55953) > >2014-07-22 04:47:02.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35116) > >2014-07-22 04:47:05.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44050) > >2014-07-22 04:47:06.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56011) > >2014-07-22 04:47:06.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35172) > >2014-07-22 04:47:09.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44104) > >2014-07-22 04:47:10.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56064) > >2014-07-22 04:47:10.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35225) > >2014-07-22 04:47:13.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44157) > >2014-07-22 04:47:14.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56118) > >2014-07-22 04:47:14.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35280) > >2014-07-22 04:47:16.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:17.115 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_735bac242aca4efd989789c36ea88129': [Errno 32] Broken pipe >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 595, in exchange_declare >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self._send_method((40, 10), args) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 58, in _send_method >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, method_sig, args, content, >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 224, in write_method >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common write_frame(1, channel, payload) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/transport.py", line 160, in write_frame >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common pack('>BHI%dsB' % size, frame_type, channel, size, payload, 0xce), >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 309, in sendall >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common tail = self.send(data, flags) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 295, in send >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common total_sent += fd.send(data[total_sent:], flags) >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common error: [Errno 32] Broken pipe >2014-07-22 04:47:17.115 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:47:17.162 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:47:17.185 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:47:17.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44211) > >2014-07-22 04:47:18.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:18.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:18.346 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:18.382 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:18.536 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_1f52c9b9f94e42eaaa63ee1db35c47ac': [Errno 32] Broken pipe >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 595, in exchange_declare >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self._send_method((40, 10), args) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 58, in _send_method >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, method_sig, args, content, >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 224, in write_method >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common write_frame(1, channel, payload) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/transport.py", line 160, in write_frame >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common pack('>BHI%dsB' % size, frame_type, channel, size, payload, 0xce), >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 309, in sendall >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common tail = self.send(data, flags) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 295, in send >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common total_sent += fd.send(data[total_sent:], flags) >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common error: [Errno 32] Broken pipe >2014-07-22 04:47:18.536 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:47:18.537 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:47:18.559 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:47:18.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56187) > >2014-07-22 04:47:18.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35355) > >2014-07-22 04:47:20.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:21.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44264) > >2014-07-22 04:47:22.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56242) > >2014-07-22 04:47:23.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35410) > >2014-07-22 04:47:25.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44317) > >2014-07-22 04:47:26.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56296) > >2014-07-22 04:47:27.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35464) > >2014-07-22 04:47:29.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44370) > >2014-07-22 04:47:30.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56355) > >2014-07-22 04:47:31.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35521) > >2014-07-22 04:47:33.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44423) > >2014-07-22 04:47:34.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56408) > >2014-07-22 04:47:35.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35577) > >2014-07-22 04:47:36.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:37.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44477) > >2014-07-22 04:47:38.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56462) > >2014-07-22 04:47:39.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35633) > >2014-07-22 04:47:41.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44530) > >2014-07-22 04:47:42.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56515) > >2014-07-22 04:47:43.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35686) > >2014-07-22 04:47:46.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44583) > >2014-07-22 04:47:46.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56568) > >2014-07-22 04:47:47.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35739) > >2014-07-22 04:47:47.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:49.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44636) > >2014-07-22 04:47:50.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56622) > >2014-07-22 04:47:51.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35793) > >2014-07-22 04:47:51.477 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:47:53.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44689) > >2014-07-22 04:47:54.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56676) > >2014-07-22 04:47:55.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35849) > >2014-07-22 04:47:58.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44742) > >2014-07-22 04:47:58.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56729) > >2014-07-22 04:47:59.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35904) > >2014-07-22 04:48:01.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44796) > >2014-07-22 04:48:02.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56782) > >2014-07-22 04:48:03.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35957) > >2014-07-22 04:48:05.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44849) > >2014-07-22 04:48:06.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56835) > >2014-07-22 04:48:07.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36010) > >2014-07-22 04:48:10.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44902) > >2014-07-22 04:48:11.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56888) > >2014-07-22 04:48:11.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36063) > >2014-07-22 04:48:14.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44955) > >2014-07-22 04:48:15.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56942) > >2014-07-22 04:48:15.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36118) > >2014-07-22 04:48:16.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:48:17.847 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:48:18.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45009) > >2014-07-22 04:48:19.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56997) > >2014-07-22 04:48:19.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36173) > >2014-07-22 04:48:22.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45062) > >2014-07-22 04:48:22.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:48:23.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57051) > >2014-07-22 04:48:23.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36227) > >2014-07-22 04:48:26.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45115) > >2014-07-22 04:48:27.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57106) > >2014-07-22 04:48:27.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36282) > >2014-07-22 04:48:30.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45168) > >2014-07-22 04:48:31.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57159) > >2014-07-22 04:48:31.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36335) > >2014-07-22 04:48:34.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45221) > >2014-07-22 04:48:35.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57212) > >2014-07-22 04:48:35.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36388) > >2014-07-22 04:48:38.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45274) > >2014-07-22 04:48:39.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57265) > >2014-07-22 04:48:39.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36441) > >2014-07-22 04:48:42.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45327) > >2014-07-22 04:48:43.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57318) > >2014-07-22 04:48:43.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36495) > >2014-07-22 04:48:46.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45380) > >2014-07-22 04:48:46.626 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:48:47.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57372) > >2014-07-22 04:48:47.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36551) > >2014-07-22 04:48:50.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45433) > >2014-07-22 04:48:50.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:48:51.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57425) > >2014-07-22 04:48:51.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36604) > >2014-07-22 04:48:54.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45486) > >2014-07-22 04:48:55.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57480) > >2014-07-22 04:48:55.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36663) > >2014-07-22 04:48:58.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45539) > >2014-07-22 04:48:59.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57533) > >2014-07-22 04:48:59.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36718) > >2014-07-22 04:49:02.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45592) > >2014-07-22 04:49:03.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57586) > >2014-07-22 04:49:03.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36771) > >2014-07-22 04:49:06.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45645) > >2014-07-22 04:49:06.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:07.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57642) > >2014-07-22 04:49:07.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36827) > >2014-07-22 04:49:10.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45699) > >2014-07-22 04:49:11.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57695) > >2014-07-22 04:49:11.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36881) > >2014-07-22 04:49:14.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45752) > >2014-07-22 04:49:15.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57749) > >2014-07-22 04:49:15.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36935) > >2014-07-22 04:49:17.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:18.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45806) > >2014-07-22 04:49:18.080 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:49:18.080 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:49:18.080 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:49:18.093 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:49:19.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57808) > >2014-07-22 04:49:19.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36997) > >2014-07-22 04:49:21.478 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:22.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45859) > >2014-07-22 04:49:23.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57864) > >2014-07-22 04:49:23.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37053) > >2014-07-22 04:49:26.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45912) > >2014-07-22 04:49:27.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57918) > >2014-07-22 04:49:27.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37106) > >2014-07-22 04:49:30.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45965) > >2014-07-22 04:49:31.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57975) > >2014-07-22 04:49:31.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37163) > >2014-07-22 04:49:34.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46018) > >2014-07-22 04:49:35.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58028) > >2014-07-22 04:49:35.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37218) > >2014-07-22 04:49:38.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46072) > >2014-07-22 04:49:39.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58081) > >2014-07-22 04:49:39.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37274) > >2014-07-22 04:49:42.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46125) > >2014-07-22 04:49:43.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58134) > >2014-07-22 04:49:43.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37326) > >2014-07-22 04:49:46.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46178) > >2014-07-22 04:49:46.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:47.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58188) > >2014-07-22 04:49:47.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37380) > >2014-07-22 04:49:47.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:50.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46231) > >2014-07-22 04:49:51.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58242) > >2014-07-22 04:49:51.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37434) > >2014-07-22 04:49:52.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:49:54.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46284) > >2014-07-22 04:49:55.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58297) > >2014-07-22 04:49:55.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37493) > >2014-07-22 04:49:58.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46337) > >2014-07-22 04:49:59.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58350) > >2014-07-22 04:49:59.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37546) > >2014-07-22 04:50:02.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46390) > >2014-07-22 04:50:03.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58403) > >2014-07-22 04:50:03.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37599) > >2014-07-22 04:50:06.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46443) > >2014-07-22 04:50:07.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58457) > >2014-07-22 04:50:07.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37653) > >2014-07-22 04:50:10.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46496) > >2014-07-22 04:50:11.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58510) > >2014-07-22 04:50:11.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37706) > >2014-07-22 04:50:14.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46550) > >2014-07-22 04:50:15.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58565) > >2014-07-22 04:50:15.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37762) > >2014-07-22 04:50:16.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:50:18.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46603) > >2014-07-22 04:50:19.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58619) > >2014-07-22 04:50:19.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37816) > >2014-07-22 04:50:20.972 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:50:22.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46656) > >2014-07-22 04:50:23.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58672) > >2014-07-22 04:50:23.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37870) > >2014-07-22 04:50:26.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46709) > >2014-07-22 04:50:27.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58727) > >2014-07-22 04:50:27.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37925) > >2014-07-22 04:50:30.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46762) > >2014-07-22 04:50:31.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58780) > >2014-07-22 04:50:31.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37978) > >2014-07-22 04:50:34.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46815) > >2014-07-22 04:50:35.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58833) > >2014-07-22 04:50:35.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38031) > >2014-07-22 04:50:36.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:50:38.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46868) > >2014-07-22 04:50:39.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58887) > >2014-07-22 04:50:39.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38085) > >2014-07-22 04:50:42.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46921) > >2014-07-22 04:50:43.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58939) > >2014-07-22 04:50:43.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38138) > >2014-07-22 04:50:46.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46974) > >2014-07-22 04:50:47.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58992) > >2014-07-22 04:50:47.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38194) > >2014-07-22 04:50:47.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:50:50.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47027) > >2014-07-22 04:50:51.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59046) > >2014-07-22 04:50:51.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38248) > >2014-07-22 04:50:51.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:50:54.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47080) > >2014-07-22 04:50:55.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59102) > >2014-07-22 04:50:55.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38309) > >2014-07-22 04:50:58.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47133) > >2014-07-22 04:50:59.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59156) > >2014-07-22 04:50:59.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38363) > >2014-07-22 04:51:02.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47186) > >2014-07-22 04:51:03.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59209) > >2014-07-22 04:51:03.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38418) > >2014-07-22 04:51:06.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47239) > >2014-07-22 04:51:07.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59262) > >2014-07-22 04:51:07.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38471) > >2014-07-22 04:51:10.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47293) > >2014-07-22 04:51:11.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59315) > >2014-07-22 04:51:11.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38525) > >2014-07-22 04:51:14.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47346) > >2014-07-22 04:51:15.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59368) > >2014-07-22 04:51:15.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38578) > >2014-07-22 04:51:16.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:51:18.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:51:18.095 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:51:18.095 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:51:18.096 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:51:18.107 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:51:18.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47400) > >2014-07-22 04:51:19.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59426) > >2014-07-22 04:51:19.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38639) > >2014-07-22 04:51:22.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47453) > >2014-07-22 04:51:22.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:51:23.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59483) > >2014-07-22 04:51:23.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38696) > >2014-07-22 04:51:26.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47506) > >2014-07-22 04:51:27.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59536) > >2014-07-22 04:51:27.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38750) > >2014-07-22 04:51:30.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47559) > >2014-07-22 04:51:31.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59591) > >2014-07-22 04:51:31.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38805) > >2014-07-22 04:51:34.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47611) > >2014-07-22 04:51:35.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59646) > >2014-07-22 04:51:35.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38862) > >2014-07-22 04:51:38.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47664) > >2014-07-22 04:51:39.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59699) > >2014-07-22 04:51:39.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38918) > >2014-07-22 04:51:42.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47717) > >2014-07-22 04:51:43.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59752) > >2014-07-22 04:51:43.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38971) > >2014-07-22 04:51:46.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47770) > >2014-07-22 04:51:46.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:51:47.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59806) > >2014-07-22 04:51:47.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39025) > >2014-07-22 04:51:50.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47823) > >2014-07-22 04:51:50.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:51:51.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59859) > >2014-07-22 04:51:51.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39079) > >2014-07-22 04:51:54.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47876) > >2014-07-22 04:51:55.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59913) > >2014-07-22 04:51:55.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39136) > >2014-07-22 04:51:58.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47929) > >2014-07-22 04:51:59.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59966) > >2014-07-22 04:51:59.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39189) > >2014-07-22 04:52:02.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47982) > >2014-07-22 04:52:03.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60019) > >2014-07-22 04:52:03.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39242) > >2014-07-22 04:52:06.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48035) > >2014-07-22 04:52:06.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:07.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60074) > >2014-07-22 04:52:07.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39297) > >2014-07-22 04:52:10.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48088) > >2014-07-22 04:52:11.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60127) > >2014-07-22 04:52:11.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39350) > >2014-07-22 04:52:14.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48142) > >2014-07-22 04:52:15.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60182) > >2014-07-22 04:52:15.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39406) > >2014-07-22 04:52:17.585 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:18.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48195) > >2014-07-22 04:52:19.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60236) > >2014-07-22 04:52:19.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39460) > >2014-07-22 04:52:21.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:22.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48248) > >2014-07-22 04:52:23.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60290) > >2014-07-22 04:52:23.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39514) > >2014-07-22 04:52:26.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48301) > >2014-07-22 04:52:27.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60347) > >2014-07-22 04:52:27.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39571) > >2014-07-22 04:52:30.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48354) > >2014-07-22 04:52:31.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60400) > >2014-07-22 04:52:31.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39624) > >2014-07-22 04:52:34.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48407) > >2014-07-22 04:52:35.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60454) > >2014-07-22 04:52:35.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39678) > >2014-07-22 04:52:38.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48460) > >2014-07-22 04:52:39.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60506) > >2014-07-22 04:52:39.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39731) > >2014-07-22 04:52:42.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48513) > >2014-07-22 04:52:43.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60559) > >2014-07-22 04:52:43.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39784) > >2014-07-22 04:52:46.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48566) > >2014-07-22 04:52:46.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:47.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60613) > >2014-07-22 04:52:47.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39841) > >2014-07-22 04:52:48.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:50.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48619) > >2014-07-22 04:52:51.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60667) > >2014-07-22 04:52:51.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39895) > >2014-07-22 04:52:52.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:52:54.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48672) > >2014-07-22 04:52:55.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60721) > >2014-07-22 04:52:55.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39950) > >2014-07-22 04:52:58.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48725) > >2014-07-22 04:52:59.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60774) > >2014-07-22 04:52:59.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40007) > >2014-07-22 04:53:02.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48778) > >2014-07-22 04:53:03.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60827) > >2014-07-22 04:53:03.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40062) > >2014-07-22 04:53:06.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48831) > >2014-07-22 04:53:07.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60880) > >2014-07-22 04:53:07.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40115) > >2014-07-22 04:53:10.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48885) > >2014-07-22 04:53:11.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60933) > >2014-07-22 04:53:11.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40169) > >2014-07-22 04:53:14.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48938) > >2014-07-22 04:53:15.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60987) > >2014-07-22 04:53:15.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40223) > >2014-07-22 04:53:16.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:53:18.110 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:53:18.110 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:53:18.111 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:53:18.124 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:53:18.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48992) > >2014-07-22 04:53:19.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32811) > >2014-07-22 04:53:19.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40283) > >2014-07-22 04:53:20.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:53:22.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49044) > >2014-07-22 04:53:23.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32868) > >2014-07-22 04:53:23.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40340) > >2014-07-22 04:53:26.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49097) > >2014-07-22 04:53:27.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32923) > >2014-07-22 04:53:27.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40395) > >2014-07-22 04:53:30.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49150) > >2014-07-22 04:53:31.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32978) > >2014-07-22 04:53:31.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40450) > >2014-07-22 04:53:34.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49203) > >2014-07-22 04:53:35.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33033) > >2014-07-22 04:53:35.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40507) > >2014-07-22 04:53:36.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:53:38.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49257) > >2014-07-22 04:53:39.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33087) > >2014-07-22 04:53:39.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40564) > >2014-07-22 04:53:42.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49310) > >2014-07-22 04:53:43.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33140) > >2014-07-22 04:53:43.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40617) > >2014-07-22 04:53:46.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49363) > >2014-07-22 04:53:47.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33193) > >2014-07-22 04:53:47.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40670) > >2014-07-22 04:53:47.586 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:53:50.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49416) > >2014-07-22 04:53:51.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33247) > >2014-07-22 04:53:51.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40726) > >2014-07-22 04:53:51.482 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:53:54.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49469) > >2014-07-22 04:53:55.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33301) > >2014-07-22 04:53:55.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40782) > >2014-07-22 04:53:58.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49522) > >2014-07-22 04:53:59.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33354) > >2014-07-22 04:53:59.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40835) > >2014-07-22 04:54:02.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49575) > >2014-07-22 04:54:03.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33407) > >2014-07-22 04:54:03.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40888) > >2014-07-22 04:54:06.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49628) > >2014-07-22 04:54:07.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33461) > >2014-07-22 04:54:07.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40942) > >2014-07-22 04:54:10.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49681) > >2014-07-22 04:54:11.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33514) > >2014-07-22 04:54:11.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40995) > >2014-07-22 04:54:14.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49735) > >2014-07-22 04:54:15.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33569) > >2014-07-22 04:54:15.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41051) > >2014-07-22 04:54:16.387 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:54:18.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:54:18.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49788) > >2014-07-22 04:54:19.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33624) > >2014-07-22 04:54:19.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41106) > >2014-07-22 04:54:22.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49841) > >2014-07-22 04:54:22.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:54:23.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33678) > >2014-07-22 04:54:23.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41160) > >2014-07-22 04:54:26.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49894) > >2014-07-22 04:54:27.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33734) > >2014-07-22 04:54:27.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41216) > >2014-07-22 04:54:30.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49947) > >2014-07-22 04:54:31.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33787) > >2014-07-22 04:54:31.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41269) > >2014-07-22 04:54:34.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50000) > >2014-07-22 04:54:35.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33840) > >2014-07-22 04:54:35.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41322) > >2014-07-22 04:54:38.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50053) > >2014-07-22 04:54:39.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33893) > >2014-07-22 04:54:39.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41374) > >2014-07-22 04:54:42.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50106) > >2014-07-22 04:54:43.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33946) > >2014-07-22 04:54:43.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41427) > >2014-07-22 04:54:46.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50159) > >2014-07-22 04:54:46.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:54:47.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34000) > >2014-07-22 04:54:47.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41484) > >2014-07-22 04:54:50.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50212) > >2014-07-22 04:54:50.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:54:51.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34054) > >2014-07-22 04:54:51.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41538) > >2014-07-22 04:54:54.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50265) > >2014-07-22 04:54:55.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34107) > >2014-07-22 04:54:55.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41592) > >2014-07-22 04:54:58.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50318) > >2014-07-22 04:54:59.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34160) > >2014-07-22 04:54:59.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41649) > >2014-07-22 04:55:02.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50371) > >2014-07-22 04:55:03.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34213) > >2014-07-22 04:55:03.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41703) > >2014-07-22 04:55:06.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50424) > >2014-07-22 04:55:06.391 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:07.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34268) > >2014-07-22 04:55:07.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41758) > >2014-07-22 04:55:10.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50477) > >2014-07-22 04:55:11.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34322) > >2014-07-22 04:55:11.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41812) > >2014-07-22 04:55:14.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50531) > >2014-07-22 04:55:15.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34376) > >2014-07-22 04:55:15.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41866) > >2014-07-22 04:55:17.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:18.126 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:55:18.126 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:55:18.127 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:55:18.142 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:55:18.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50584) > >2014-07-22 04:55:19.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34432) > >2014-07-22 04:55:19.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41925) > >2014-07-22 04:55:21.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:22.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50638) > >2014-07-22 04:55:23.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34490) > >2014-07-22 04:55:23.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41983) > >2014-07-22 04:55:26.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50691) > >2014-07-22 04:55:27.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34546) > >2014-07-22 04:55:27.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42039) > >2014-07-22 04:55:30.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50744) > >2014-07-22 04:55:31.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34601) > >2014-07-22 04:55:31.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42094) > >2014-07-22 04:55:34.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50797) > >2014-07-22 04:55:35.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34656) > >2014-07-22 04:55:35.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42151) > >2014-07-22 04:55:38.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50850) > >2014-07-22 04:55:39.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34709) > >2014-07-22 04:55:39.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42205) > >2014-07-22 04:55:42.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50904) > >2014-07-22 04:55:43.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34762) > >2014-07-22 04:55:43.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42260) > >2014-07-22 04:55:46.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50957) > >2014-07-22 04:55:46.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:47.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34816) > >2014-07-22 04:55:47.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42314) > >2014-07-22 04:55:48.266 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:50.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51010) > >2014-07-22 04:55:51.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34870) > >2014-07-22 04:55:51.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42370) > >2014-07-22 04:55:52.510 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:55:54.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51063) > >2014-07-22 04:55:55.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34924) > >2014-07-22 04:55:55.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42426) > >2014-07-22 04:55:58.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51116) > >2014-07-22 04:55:59.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34977) > >2014-07-22 04:55:59.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42479) > >2014-07-22 04:56:02.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51169) > >2014-07-22 04:56:03.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35029) > >2014-07-22 04:56:03.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42532) > >2014-07-22 04:56:06.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51222) > >2014-07-22 04:56:07.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35084) > >2014-07-22 04:56:07.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42587) > >2014-07-22 04:56:10.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51275) > >2014-07-22 04:56:11.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35137) > >2014-07-22 04:56:11.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42639) > >2014-07-22 04:56:14.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51329) > >2014-07-22 04:56:15.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35191) > >2014-07-22 04:56:15.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42694) > >2014-07-22 04:56:16.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:56:18.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51382) > >2014-07-22 04:56:19.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35245) > >2014-07-22 04:56:19.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42748) > >2014-07-22 04:56:20.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:56:22.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51435) > >2014-07-22 04:56:23.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35299) > >2014-07-22 04:56:23.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42802) > >2014-07-22 04:56:26.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51488) > >2014-07-22 04:56:27.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35355) > >2014-07-22 04:56:27.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42858) > >2014-07-22 04:56:30.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51541) > >2014-07-22 04:56:31.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35408) > >2014-07-22 04:56:31.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42911) > >2014-07-22 04:56:34.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51594) > >2014-07-22 04:56:35.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35461) > >2014-07-22 04:56:35.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42964) > >2014-07-22 04:56:36.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:56:38.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51647) > >2014-07-22 04:56:39.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35514) > >2014-07-22 04:56:39.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43018) > >2014-07-22 04:56:42.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51700) > >2014-07-22 04:56:43.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35567) > >2014-07-22 04:56:43.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43071) > >2014-07-22 04:56:46.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51753) > >2014-07-22 04:56:47.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35620) > >2014-07-22 04:56:47.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43127) > >2014-07-22 04:56:47.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:56:50.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51806) > >2014-07-22 04:56:51.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35674) > >2014-07-22 04:56:51.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43181) > >2014-07-22 04:56:51.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:56:54.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51859) > >2014-07-22 04:56:55.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35729) > >2014-07-22 04:56:55.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43236) > >2014-07-22 04:56:58.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51912) > >2014-07-22 04:56:59.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35782) > >2014-07-22 04:56:59.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43293) > >2014-07-22 04:57:02.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51965) > >2014-07-22 04:57:03.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35835) > >2014-07-22 04:57:03.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43348) > >2014-07-22 04:57:06.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52018) > >2014-07-22 04:57:07.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35889) > >2014-07-22 04:57:07.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43402) > >2014-07-22 04:57:10.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52071) > >2014-07-22 04:57:11.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35942) > >2014-07-22 04:57:11.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43455) > >2014-07-22 04:57:14.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52124) > >2014-07-22 04:57:15.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35997) > >2014-07-22 04:57:15.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43511) > >2014-07-22 04:57:16.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:57:18.143 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:57:18.143 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:57:18.144 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:57:18.156 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:57:18.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:57:18.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52177) > >2014-07-22 04:57:19.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36054) > >2014-07-22 04:57:19.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43571) > >2014-07-22 04:57:22.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52230) > >2014-07-22 04:57:22.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:57:23.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36112) > >2014-07-22 04:57:23.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43629) > >2014-07-22 04:57:26.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52283) > >2014-07-22 04:57:27.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36167) > >2014-07-22 04:57:27.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43684) > >2014-07-22 04:57:30.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52336) > >2014-07-22 04:57:31.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36222) > >2014-07-22 04:57:31.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43739) > >2014-07-22 04:57:34.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52389) > >2014-07-22 04:57:35.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36277) > >2014-07-22 04:57:35.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43794) > >2014-07-22 04:57:38.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52442) > >2014-07-22 04:57:39.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36330) > >2014-07-22 04:57:39.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43850) > >2014-07-22 04:57:42.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52496) > >2014-07-22 04:57:43.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36383) > >2014-07-22 04:57:43.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43905) > >2014-07-22 04:57:46.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52549) > >2014-07-22 04:57:46.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:57:47.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36437) > >2014-07-22 04:57:47.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43959) > >2014-07-22 04:57:50.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52602) > >2014-07-22 04:57:50.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:57:51.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36491) > >2014-07-22 04:57:51.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44015) > >2014-07-22 04:57:54.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52655) > >2014-07-22 04:57:55.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36544) > >2014-07-22 04:57:55.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44070) > >2014-07-22 04:57:58.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52708) > >2014-07-22 04:57:59.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36597) > >2014-07-22 04:57:59.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44123) > >2014-07-22 04:58:02.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52761) > >2014-07-22 04:58:03.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36650) > >2014-07-22 04:58:03.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44176) > >2014-07-22 04:58:06.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52814) > >2014-07-22 04:58:06.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:07.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36704) > >2014-07-22 04:58:07.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44230) > >2014-07-22 04:58:10.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52867) > >2014-07-22 04:58:11.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36757) > >2014-07-22 04:58:11.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44283) > >2014-07-22 04:58:14.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52921) > >2014-07-22 04:58:15.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36811) > >2014-07-22 04:58:15.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44338) > >2014-07-22 04:58:17.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:18.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52974) > >2014-07-22 04:58:19.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36865) > >2014-07-22 04:58:19.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44392) > >2014-07-22 04:58:21.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:22.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53027) > >2014-07-22 04:58:23.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36919) > >2014-07-22 04:58:23.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44446) > >2014-07-22 04:58:26.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53080) > >2014-07-22 04:58:27.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36975) > >2014-07-22 04:58:27.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44502) > >2014-07-22 04:58:30.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53133) > >2014-07-22 04:58:31.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37027) > >2014-07-22 04:58:31.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44555) > >2014-07-22 04:58:34.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53186) > >2014-07-22 04:58:35.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37081) > >2014-07-22 04:58:35.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44609) > >2014-07-22 04:58:38.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53239) > >2014-07-22 04:58:39.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37134) > >2014-07-22 04:58:39.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44662) > >2014-07-22 04:58:42.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53292) > >2014-07-22 04:58:43.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37187) > >2014-07-22 04:58:43.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44715) > >2014-07-22 04:58:46.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53345) > >2014-07-22 04:58:46.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:47.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37241) > >2014-07-22 04:58:47.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44771) > >2014-07-22 04:58:48.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:50.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53398) > >2014-07-22 04:58:51.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37295) > >2014-07-22 04:58:51.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44826) > >2014-07-22 04:58:52.627 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:58:54.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53451) > >2014-07-22 04:58:55.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37349) > >2014-07-22 04:58:55.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44881) > >2014-07-22 04:58:58.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53504) > >2014-07-22 04:58:59.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37402) > >2014-07-22 04:58:59.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44938) > >2014-07-22 04:59:02.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53557) > >2014-07-22 04:59:03.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37455) > >2014-07-22 04:59:03.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44991) > >2014-07-22 04:59:06.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53610) > >2014-07-22 04:59:07.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37509) > >2014-07-22 04:59:07.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45048) > >2014-07-22 04:59:10.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53663) > >2014-07-22 04:59:11.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37562) > >2014-07-22 04:59:11.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45101) > >2014-07-22 04:59:14.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53717) > >2014-07-22 04:59:15.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37617) > >2014-07-22 04:59:15.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45157) > >2014-07-22 04:59:16.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:59:18.159 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 04:59:18.159 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 04:59:18.160 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 04:59:18.171 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 04:59:18.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53770) > >2014-07-22 04:59:19.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37673) > >2014-07-22 04:59:19.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45215) > >2014-07-22 04:59:20.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:59:22.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53824) > >2014-07-22 04:59:23.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37730) > >2014-07-22 04:59:23.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45273) > >2014-07-22 04:59:26.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53877) > >2014-07-22 04:59:27.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37786) > >2014-07-22 04:59:27.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45329) > >2014-07-22 04:59:30.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53930) > >2014-07-22 04:59:31.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37841) > >2014-07-22 04:59:31.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45384) > >2014-07-22 04:59:34.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53983) > >2014-07-22 04:59:35.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37894) > >2014-07-22 04:59:35.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45438) > >2014-07-22 04:59:36.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:59:38.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54036) > >2014-07-22 04:59:39.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37950) > >2014-07-22 04:59:39.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45495) > >2014-07-22 04:59:42.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54090) > >2014-07-22 04:59:43.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38003) > >2014-07-22 04:59:43.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45551) > >2014-07-22 04:59:46.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54143) > >2014-07-22 04:59:47.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38056) > >2014-07-22 04:59:47.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45604) > >2014-07-22 04:59:47.591 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:59:50.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54196) > >2014-07-22 04:59:51.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38110) > >2014-07-22 04:59:51.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 04:59:51.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45660) > >2014-07-22 04:59:54.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54248) > >2014-07-22 04:59:55.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38164) > >2014-07-22 04:59:55.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45716) > >2014-07-22 04:59:58.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54301) > >2014-07-22 04:59:59.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38217) > >2014-07-22 04:59:59.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45769) > >2014-07-22 05:00:02.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54354) > >2014-07-22 05:00:03.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38270) > >2014-07-22 05:00:03.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45822) > >2014-07-22 05:00:06.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54407) > >2014-07-22 05:00:07.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38324) > >2014-07-22 05:00:07.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45876) > >2014-07-22 05:00:10.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54460) > >2014-07-22 05:00:11.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38377) > >2014-07-22 05:00:11.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45929) > >2014-07-22 05:00:14.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54514) > >2014-07-22 05:00:15.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38431) > >2014-07-22 05:00:15.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45984) > >2014-07-22 05:00:16.613 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:00:18.503 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:00:18.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54567) > >2014-07-22 05:00:19.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38486) > >2014-07-22 05:00:19.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46039) > >2014-07-22 05:00:22.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54620) > >2014-07-22 05:00:22.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:00:23.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38540) > >2014-07-22 05:00:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46093) > >2014-07-22 05:00:26.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54673) > >2014-07-22 05:00:27.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38597) > >2014-07-22 05:00:27.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46150) > >2014-07-22 05:00:30.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54726) > >2014-07-22 05:00:31.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38650) > >2014-07-22 05:00:31.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46203) > >2014-07-22 05:00:34.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54779) > >2014-07-22 05:00:35.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38703) > >2014-07-22 05:00:35.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46254) > >2014-07-22 05:00:38.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54832) > >2014-07-22 05:00:39.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38756) > >2014-07-22 05:00:39.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46307) > >2014-07-22 05:00:42.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54885) > >2014-07-22 05:00:43.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38809) > >2014-07-22 05:00:43.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46360) > >2014-07-22 05:00:46.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54938) > >2014-07-22 05:00:46.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:00:47.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38863) > >2014-07-22 05:00:47.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46414) > >2014-07-22 05:00:50.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54991) > >2014-07-22 05:00:50.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:00:51.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38917) > >2014-07-22 05:00:51.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46471) > >2014-07-22 05:00:54.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55044) > >2014-07-22 05:00:55.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38971) > >2014-07-22 05:00:55.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46526) > >2014-07-22 05:00:58.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55097) > >2014-07-22 05:00:59.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39025) > >2014-07-22 05:00:59.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46584) > >2014-07-22 05:01:02.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55150) > >2014-07-22 05:01:03.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39078) > >2014-07-22 05:01:03.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46637) > >2014-07-22 05:01:06.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:06.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55203) > >2014-07-22 05:01:07.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39133) > >2014-07-22 05:01:07.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46694) > >2014-07-22 05:01:10.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55256) > >2014-07-22 05:01:11.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39186) > >2014-07-22 05:01:11.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46747) > >2014-07-22 05:01:14.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55310) > >2014-07-22 05:01:15.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39239) > >2014-07-22 05:01:15.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46801) > >2014-07-22 05:01:17.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:18.173 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:01:18.173 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:01:18.174 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:01:18.186 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:01:18.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55363) > >2014-07-22 05:01:19.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39295) > >2014-07-22 05:01:19.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46859) > >2014-07-22 05:01:21.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:22.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55417) > >2014-07-22 05:01:23.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39351) > >2014-07-22 05:01:23.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46917) > >2014-07-22 05:01:26.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55470) > >2014-07-22 05:01:27.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39405) > >2014-07-22 05:01:27.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46971) > >2014-07-22 05:01:30.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55523) > >2014-07-22 05:01:31.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39460) > >2014-07-22 05:01:31.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47025) > >2014-07-22 05:01:34.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55576) > >2014-07-22 05:01:35.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39513) > >2014-07-22 05:01:35.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47078) > >2014-07-22 05:01:38.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55629) > >2014-07-22 05:01:39.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39568) > >2014-07-22 05:01:39.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47135) > >2014-07-22 05:01:42.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55683) > >2014-07-22 05:01:43.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39621) > >2014-07-22 05:01:43.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47191) > >2014-07-22 05:01:46.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:46.676 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 55736) > >2014-07-22 05:01:47.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39675) > >2014-07-22 05:01:47.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47245) > >2014-07-22 05:01:48.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:50.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55789) > >2014-07-22 05:01:51.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39729) > >2014-07-22 05:01:51.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47301) > >2014-07-22 05:01:52.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:01:54.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55842) > >2014-07-22 05:01:55.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39783) > >2014-07-22 05:01:55.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47357) > >2014-07-22 05:01:58.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55895) > >2014-07-22 05:01:59.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39836) > >2014-07-22 05:01:59.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47410) > >2014-07-22 05:02:02.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55948) > >2014-07-22 05:02:03.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39889) > >2014-07-22 05:02:03.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47463) > >2014-07-22 05:02:06.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56001) > >2014-07-22 05:02:07.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39943) > >2014-07-22 05:02:07.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47517) > >2014-07-22 05:02:10.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56054) > >2014-07-22 05:02:11.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39996) > >2014-07-22 05:02:11.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47570) > >2014-07-22 05:02:14.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56108) > >2014-07-22 05:02:15.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40050) > >2014-07-22 05:02:15.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47625) > >2014-07-22 05:02:16.682 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:02:18.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56161) > >2014-07-22 05:02:19.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40104) > >2014-07-22 05:02:19.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47679) > >2014-07-22 05:02:20.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:02:22.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56214) > >2014-07-22 05:02:23.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40158) > >2014-07-22 05:02:23.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47733) > >2014-07-22 05:02:26.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56267) > >2014-07-22 05:02:27.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40215) > >2014-07-22 05:02:27.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47790) > >2014-07-22 05:02:30.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56320) > >2014-07-22 05:02:31.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40268) > >2014-07-22 05:02:31.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47843) > >2014-07-22 05:02:34.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56373) > >2014-07-22 05:02:35.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40321) > >2014-07-22 05:02:35.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47896) > >2014-07-22 05:02:36.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:02:38.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56426) > >2014-07-22 05:02:39.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40374) > >2014-07-22 05:02:39.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47950) > >2014-07-22 05:02:42.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56479) > >2014-07-22 05:02:43.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40427) > >2014-07-22 05:02:43.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48003) > >2014-07-22 05:02:46.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56532) > >2014-07-22 05:02:47.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:02:47.614 29190 INFO neutron.wsgi [req-cd3af332-ce0d-49c8-809a-abbd62cef624 None] (29190) accepted ('192.168.0.6', 40480) > >2014-07-22 05:02:47.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48056) > >2014-07-22 05:02:50.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56585) > >2014-07-22 05:02:51.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:02:51.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40534) > >2014-07-22 05:02:51.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48114) > >2014-07-22 05:02:54.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56638) > >2014-07-22 05:02:55.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40588) > >2014-07-22 05:02:55.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48168) > >2014-07-22 05:02:58.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56691) > >2014-07-22 05:02:59.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40641) > >2014-07-22 05:02:59.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48225) > >2014-07-22 05:03:02.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56744) > >2014-07-22 05:03:03.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40694) > >2014-07-22 05:03:03.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48278) > >2014-07-22 05:03:06.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56796) > >2014-07-22 05:03:07.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40747) > >2014-07-22 05:03:07.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48333) > >2014-07-22 05:03:10.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56849) > >2014-07-22 05:03:11.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40800) > >2014-07-22 05:03:11.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48386) > >2014-07-22 05:03:14.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56902) > >2014-07-22 05:03:15.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40854) > >2014-07-22 05:03:15.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48441) > >2014-07-22 05:03:16.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:03:18.189 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:03:18.189 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:03:18.189 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:03:18.201 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:03:18.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:03:18.743 29190 INFO neutron.wsgi [req-e3489ebc-db11-47dd-ae75-2825b0714d1f None] (29190) accepted ('192.168.0.8', 56956) > >2014-07-22 05:03:19.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40911) > >2014-07-22 05:03:19.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48500) > >2014-07-22 05:03:22.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57009) > >2014-07-22 05:03:22.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:03:23.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40968) > >2014-07-22 05:03:23.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48558) > >2014-07-22 05:03:26.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57062) > >2014-07-22 05:03:27.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41026) > >2014-07-22 05:03:27.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48614) > >2014-07-22 05:03:30.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57115) > >2014-07-22 05:03:31.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41081) > >2014-07-22 05:03:31.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48669) > >2014-07-22 05:03:34.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57168) > >2014-07-22 05:03:35.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41136) > >2014-07-22 05:03:35.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48722) > >2014-07-22 05:03:38.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57221) > >2014-07-22 05:03:39.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41191) > >2014-07-22 05:03:39.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48779) > >2014-07-22 05:03:42.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57275) > >2014-07-22 05:03:43.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41244) > >2014-07-22 05:03:43.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48835) > >2014-07-22 05:03:46.740 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:03:46.755 29190 INFO neutron.wsgi [req-e9c14239-fd6e-460d-9c20-b041be9ce073 None] (29190) accepted ('192.168.0.8', 57328) > >2014-07-22 05:03:47.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41298) > >2014-07-22 05:03:47.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48889) > >2014-07-22 05:03:50.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57381) > >2014-07-22 05:03:50.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:03:51.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41352) > >2014-07-22 05:03:51.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48945) > >2014-07-22 05:03:54.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57434) > >2014-07-22 05:03:55.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41405) > >2014-07-22 05:03:55.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49000) > >2014-07-22 05:03:58.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57487) > >2014-07-22 05:03:59.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41458) > >2014-07-22 05:03:59.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49053) > >2014-07-22 05:04:02.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57540) > >2014-07-22 05:04:03.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41511) > >2014-07-22 05:04:03.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49106) > >2014-07-22 05:04:06.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:06.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57593) > >2014-07-22 05:04:07.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41566) > >2014-07-22 05:04:07.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49161) > >2014-07-22 05:04:10.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57646) > >2014-07-22 05:04:11.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41619) > >2014-07-22 05:04:11.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49214) > >2014-07-22 05:04:14.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57700) > >2014-07-22 05:04:15.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41675) > >2014-07-22 05:04:15.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49269) > >2014-07-22 05:04:17.593 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:18.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57753) > >2014-07-22 05:04:19.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41729) > >2014-07-22 05:04:19.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49323) > >2014-07-22 05:04:21.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:22.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57806) > >2014-07-22 05:04:23.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41782) > >2014-07-22 05:04:23.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49377) > >2014-07-22 05:04:26.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57859) > >2014-07-22 05:04:27.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41839) > >2014-07-22 05:04:27.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49434) > >2014-07-22 05:04:30.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57912) > >2014-07-22 05:04:31.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41892) > >2014-07-22 05:04:31.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49487) > >2014-07-22 05:04:34.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57965) > >2014-07-22 05:04:35.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41945) > >2014-07-22 05:04:35.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49540) > >2014-07-22 05:04:38.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58018) > >2014-07-22 05:04:39.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41998) > >2014-07-22 05:04:39.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49593) > >2014-07-22 05:04:42.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58071) > >2014-07-22 05:04:43.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42051) > >2014-07-22 05:04:43.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49646) > >2014-07-22 05:04:46.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:46.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58124) > >2014-07-22 05:04:47.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42105) > >2014-07-22 05:04:47.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49700) > >2014-07-22 05:04:48.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:50.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58177) > >2014-07-22 05:04:51.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42159) > >2014-07-22 05:04:51.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49757) > >2014-07-22 05:04:52.898 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:04:54.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58230) > >2014-07-22 05:04:55.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42213) > >2014-07-22 05:04:55.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49812) > >2014-07-22 05:04:58.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58283) > >2014-07-22 05:04:59.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42266) > >2014-07-22 05:04:59.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49869) > >2014-07-22 05:05:02.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58336) > >2014-07-22 05:05:03.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42321) > >2014-07-22 05:05:03.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49922) > >2014-07-22 05:05:06.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58389) > >2014-07-22 05:05:07.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42376) > >2014-07-22 05:05:07.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49979) > >2014-07-22 05:05:10.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58442) > >2014-07-22 05:05:11.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42429) > >2014-07-22 05:05:11.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50032) > >2014-07-22 05:05:14.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58495) > >2014-07-22 05:05:15.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42483) > >2014-07-22 05:05:15.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50086) > >2014-07-22 05:05:16.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:05:18.203 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:05:18.203 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:05:18.204 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:05:18.216 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:05:18.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58549) > >2014-07-22 05:05:19.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42539) > >2014-07-22 05:05:19.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50145) > >2014-07-22 05:05:20.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:05:22.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58602) > >2014-07-22 05:05:23.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42596) > >2014-07-22 05:05:23.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50203) > >2014-07-22 05:05:26.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58658) > >2014-07-22 05:05:27.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42654) > >2014-07-22 05:05:27.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50260) > >2014-07-22 05:05:30.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58711) > >2014-07-22 05:05:31.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42710) > >2014-07-22 05:05:31.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50315) > >2014-07-22 05:05:34.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58764) > >2014-07-22 05:05:35.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42763) > >2014-07-22 05:05:35.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50368) > >2014-07-22 05:05:36.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:05:38.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58817) > >2014-07-22 05:05:39.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42819) > >2014-07-22 05:05:39.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50424) > >2014-07-22 05:05:42.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58870) > >2014-07-22 05:05:43.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42872) > >2014-07-22 05:05:43.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50480) > >2014-07-22 05:05:46.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58924) > >2014-07-22 05:05:47.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:05:47.745 29190 INFO neutron.wsgi [req-cd3af332-ce0d-49c8-809a-abbd62cef624 None] (29190) accepted ('192.168.0.6', 42925) > >2014-07-22 05:05:47.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50535) > >2014-07-22 05:05:50.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58977) > >2014-07-22 05:05:51.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:05:51.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42979) > >2014-07-22 05:05:51.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50592) > >2014-07-22 05:05:54.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59030) > >2014-07-22 05:05:55.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43033) > >2014-07-22 05:05:55.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50645) > >2014-07-22 05:05:58.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59083) > >2014-07-22 05:05:59.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43086) > >2014-07-22 05:05:59.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50699) > >2014-07-22 05:06:02.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59135) > >2014-07-22 05:06:03.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43139) > >2014-07-22 05:06:03.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50752) > >2014-07-22 05:06:06.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59188) > >2014-07-22 05:06:07.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43194) > >2014-07-22 05:06:07.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50807) > >2014-07-22 05:06:10.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59241) > >2014-07-22 05:06:11.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43247) > >2014-07-22 05:06:11.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50860) > >2014-07-22 05:06:14.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59295) > >2014-07-22 05:06:15.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43303) > >2014-07-22 05:06:15.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50915) > >2014-07-22 05:06:16.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:06:18.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:06:18.897 29190 INFO neutron.wsgi [req-e3489ebc-db11-47dd-ae75-2825b0714d1f None] (29190) accepted ('192.168.0.8', 59348) > >2014-07-22 05:06:19.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43358) > >2014-07-22 05:06:19.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50970) > >2014-07-22 05:06:22.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59401) > >2014-07-22 05:06:22.985 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:06:23.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43412) > >2014-07-22 05:06:23.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51024) > >2014-07-22 05:06:26.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59454) > >2014-07-22 05:06:27.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43467) > >2014-07-22 05:06:27.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51079) > >2014-07-22 05:06:30.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59507) > >2014-07-22 05:06:31.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43521) > >2014-07-22 05:06:31.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51133) > >2014-07-22 05:06:34.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59560) > >2014-07-22 05:06:35.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43574) > >2014-07-22 05:06:35.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51185) > >2014-07-22 05:06:38.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59613) > >2014-07-22 05:06:39.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43628) > >2014-07-22 05:06:39.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51238) > >2014-07-22 05:06:42.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59666) > >2014-07-22 05:06:43.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43681) > >2014-07-22 05:06:43.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51291) > >2014-07-22 05:06:46.832 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:06:46.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59719) > >2014-07-22 05:06:47.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43735) > >2014-07-22 05:06:47.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51345) > >2014-07-22 05:06:50.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59772) > >2014-07-22 05:06:50.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:06:51.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43789) > >2014-07-22 05:06:51.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51401) > >2014-07-22 05:06:54.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59825) > >2014-07-22 05:06:55.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43842) > >2014-07-22 05:06:55.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51455) > >2014-07-22 05:06:58.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59878) > >2014-07-22 05:06:59.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43895) > >2014-07-22 05:06:59.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51513) > >2014-07-22 05:07:02.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59931) > >2014-07-22 05:07:03.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43948) > >2014-07-22 05:07:03.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51566) > >2014-07-22 05:07:06.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:06.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59984) > >2014-07-22 05:07:07.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44002) > >2014-07-22 05:07:07.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51620) > >2014-07-22 05:07:10.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60037) > >2014-07-22 05:07:11.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44055) > >2014-07-22 05:07:11.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51675) > >2014-07-22 05:07:14.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60090) > >2014-07-22 05:07:15.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44108) > >2014-07-22 05:07:15.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51729) > >2014-07-22 05:07:17.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:18.218 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:07:18.218 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:07:18.219 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:07:18.231 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:07:18.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60144) > >2014-07-22 05:07:19.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44165) > >2014-07-22 05:07:19.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51789) > >2014-07-22 05:07:21.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:22.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60197) > >2014-07-22 05:07:23.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44220) > >2014-07-22 05:07:23.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51843) > >2014-07-22 05:07:26.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60252) > >2014-07-22 05:07:27.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44276) > >2014-07-22 05:07:27.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51900) > >2014-07-22 05:07:30.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60305) > >2014-07-22 05:07:31.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44331) > >2014-07-22 05:07:31.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51955) > >2014-07-22 05:07:34.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60358) > >2014-07-22 05:07:35.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44384) > >2014-07-22 05:07:35.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52008) > >2014-07-22 05:07:38.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60411) > >2014-07-22 05:07:39.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44437) > >2014-07-22 05:07:39.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52062) > >2014-07-22 05:07:42.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60464) > >2014-07-22 05:07:43.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44492) > >2014-07-22 05:07:43.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52118) > >2014-07-22 05:07:46.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:46.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60518) > >2014-07-22 05:07:47.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44546) > >2014-07-22 05:07:47.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52175) > >2014-07-22 05:07:48.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:50.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60571) > >2014-07-22 05:07:51.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44600) > >2014-07-22 05:07:51.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52231) > >2014-07-22 05:07:53.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:07:54.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60624) > >2014-07-22 05:07:55.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44654) > >2014-07-22 05:07:55.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52285) > >2014-07-22 05:07:58.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60677) > >2014-07-22 05:07:59.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44707) > >2014-07-22 05:07:59.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52340) > >2014-07-22 05:08:02.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60730) > >2014-07-22 05:08:03.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44760) > >2014-07-22 05:08:03.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52393) > >2014-07-22 05:08:06.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60783) > >2014-07-22 05:08:07.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44813) > >2014-07-22 05:08:07.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52446) > >2014-07-22 05:08:10.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60836) > >2014-07-22 05:08:11.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44866) > >2014-07-22 05:08:11.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52499) > >2014-07-22 05:08:14.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60890) > >2014-07-22 05:08:15.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44920) > >2014-07-22 05:08:15.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52554) > >2014-07-22 05:08:16.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:08:18.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60943) > >2014-07-22 05:08:19.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44974) > >2014-07-22 05:08:19.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52608) > >2014-07-22 05:08:20.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:08:22.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60996) > >2014-07-22 05:08:23.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45028) > >2014-07-22 05:08:23.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52662) > >2014-07-22 05:08:26.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32816) > >2014-07-22 05:08:27.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45084) > >2014-07-22 05:08:27.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52718) > >2014-07-22 05:08:30.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32869) > >2014-07-22 05:08:31.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45138) > >2014-07-22 05:08:31.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52772) > >2014-07-22 05:08:34.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32922) > >2014-07-22 05:08:35.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45191) > >2014-07-22 05:08:35.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52825) > >2014-07-22 05:08:36.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:08:38.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32975) > >2014-07-22 05:08:39.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45245) > >2014-07-22 05:08:39.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52879) > >2014-07-22 05:08:42.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33027) > >2014-07-22 05:08:43.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45298) > >2014-07-22 05:08:43.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52932) > >2014-07-22 05:08:46.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33080) > >2014-07-22 05:08:47.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:08:47.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45352) > >2014-07-22 05:08:47.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52986) > >2014-07-22 05:08:50.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33132) > >2014-07-22 05:08:51.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:08:51.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45405) > >2014-07-22 05:08:51.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53042) > >2014-07-22 05:08:54.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33185) > >2014-07-22 05:08:55.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45458) > >2014-07-22 05:08:55.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53096) > >2014-07-22 05:08:58.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33238) > >2014-07-22 05:08:59.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45511) > >2014-07-22 05:08:59.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53150) > >2014-07-22 05:09:02.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33291) > >2014-07-22 05:09:03.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45564) > >2014-07-22 05:09:03.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53207) > >2014-07-22 05:09:06.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33344) > >2014-07-22 05:09:07.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45619) > >2014-07-22 05:09:07.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53262) > >2014-07-22 05:09:10.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33397) > >2014-07-22 05:09:11.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45672) > >2014-07-22 05:09:11.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53317) > >2014-07-22 05:09:14.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33450) > >2014-07-22 05:09:15.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45726) > >2014-07-22 05:09:15.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53371) > >2014-07-22 05:09:16.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:09:18.233 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:09:18.233 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:09:18.234 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:09:18.245 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:09:18.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33504) > >2014-07-22 05:09:19.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:09:19.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45783) > >2014-07-22 05:09:19.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53431) > >2014-07-22 05:09:22.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33557) > >2014-07-22 05:09:23.103 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:09:23.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45838) > >2014-07-22 05:09:23.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53486) > >2014-07-22 05:09:27.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33611) > >2014-07-22 05:09:27.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45895) > >2014-07-22 05:09:27.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53544) > >2014-07-22 05:09:31.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33664) > >2014-07-22 05:09:31.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45951) > >2014-07-22 05:09:31.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53600) > >2014-07-22 05:09:35.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33717) > >2014-07-22 05:09:35.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46004) > >2014-07-22 05:09:35.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53653) > >2014-07-22 05:09:39.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33770) > >2014-07-22 05:09:39.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46057) > >2014-07-22 05:09:39.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53706) > >2014-07-22 05:09:43.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33823) > >2014-07-22 05:09:43.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46112) > >2014-07-22 05:09:43.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53763) > >2014-07-22 05:09:46.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:09:47.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33877) > >2014-07-22 05:09:47.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46166) > >2014-07-22 05:09:47.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53820) > >2014-07-22 05:09:50.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:09:51.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33930) > >2014-07-22 05:09:51.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46220) > >2014-07-22 05:09:51.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53876) > >2014-07-22 05:09:55.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33983) > >2014-07-22 05:09:55.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46273) > >2014-07-22 05:09:55.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53931) > >2014-07-22 05:09:59.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34036) > >2014-07-22 05:09:59.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46326) > >2014-07-22 05:09:59.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53984) > >2014-07-22 05:10:03.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34089) > >2014-07-22 05:10:03.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46379) > >2014-07-22 05:10:03.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54037) > >2014-07-22 05:10:06.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:07.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34143) > >2014-07-22 05:10:07.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46434) > >2014-07-22 05:10:07.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54092) > >2014-07-22 05:10:11.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34196) > >2014-07-22 05:10:11.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46487) > >2014-07-22 05:10:11.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54145) > >2014-07-22 05:10:15.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34250) > >2014-07-22 05:10:15.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46543) > >2014-07-22 05:10:15.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54201) > >2014-07-22 05:10:17.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:19.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34303) > >2014-07-22 05:10:19.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46597) > >2014-07-22 05:10:19.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54255) > >2014-07-22 05:10:21.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:23.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34356) > >2014-07-22 05:10:23.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46651) > >2014-07-22 05:10:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54309) > >2014-07-22 05:10:27.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34409) > >2014-07-22 05:10:27.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46705) > >2014-07-22 05:10:28.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54364) > >2014-07-22 05:10:31.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34462) > >2014-07-22 05:10:31.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46759) > >2014-07-22 05:10:32.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54418) > >2014-07-22 05:10:35.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34515) > >2014-07-22 05:10:35.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46812) > >2014-07-22 05:10:36.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54471) > >2014-07-22 05:10:39.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34568) > >2014-07-22 05:10:39.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46865) > >2014-07-22 05:10:40.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54524) > >2014-07-22 05:10:43.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34621) > >2014-07-22 05:10:43.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46918) > >2014-07-22 05:10:44.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54577) > >2014-07-22 05:10:46.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:47.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34674) > >2014-07-22 05:10:47.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46972) > >2014-07-22 05:10:48.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54631) > >2014-07-22 05:10:49.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:51.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34727) > >2014-07-22 05:10:51.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47026) > >2014-07-22 05:10:52.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54687) > >2014-07-22 05:10:53.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:10:55.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34780) > >2014-07-22 05:10:55.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47080) > >2014-07-22 05:10:56.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54742) > >2014-07-22 05:10:59.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34833) > >2014-07-22 05:10:59.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47133) > >2014-07-22 05:11:00.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54796) > >2014-07-22 05:11:03.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34886) > >2014-07-22 05:11:03.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47186) > >2014-07-22 05:11:04.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54853) > >2014-07-22 05:11:07.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34939) > >2014-07-22 05:11:07.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47239) > >2014-07-22 05:11:08.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54906) > >2014-07-22 05:11:11.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34992) > >2014-07-22 05:11:11.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47292) > >2014-07-22 05:11:12.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54961) > >2014-07-22 05:11:15.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35045) > >2014-07-22 05:11:15.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47345) > >2014-07-22 05:11:16.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55014) > >2014-07-22 05:11:17.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:11:18.248 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:11:18.248 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:11:18.249 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:11:18.260 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:11:19.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35098) > >2014-07-22 05:11:19.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47401) > >2014-07-22 05:11:20.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55073) > >2014-07-22 05:11:20.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:11:23.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35152) > >2014-07-22 05:11:23.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47455) > >2014-07-22 05:11:24.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55127) > >2014-07-22 05:11:27.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35206) > >2014-07-22 05:11:27.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47512) > >2014-07-22 05:11:28.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55185) > >2014-07-22 05:11:31.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35259) > >2014-07-22 05:11:31.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47568) > >2014-07-22 05:11:32.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55240) > >2014-07-22 05:11:35.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35312) > >2014-07-22 05:11:35.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47621) > >2014-07-22 05:11:36.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55293) > >2014-07-22 05:11:36.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:11:39.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35365) > >2014-07-22 05:11:39.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47675) > >2014-07-22 05:11:40.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55347) > >2014-07-22 05:11:43.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35418) > >2014-07-22 05:11:43.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47730) > >2014-07-22 05:11:44.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55404) > >2014-07-22 05:11:47.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35472) > >2014-07-22 05:11:47.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:11:47.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47784) > >2014-07-22 05:11:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55461) > >2014-07-22 05:11:51.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35525) > >2014-07-22 05:11:51.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:11:51.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47838) > >2014-07-22 05:11:52.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55517) > >2014-07-22 05:11:55.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35578) > >2014-07-22 05:11:55.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47891) > >2014-07-22 05:11:56.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55572) > >2014-07-22 05:11:59.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35631) > >2014-07-22 05:11:59.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47944) > >2014-07-22 05:12:00.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55625) > >2014-07-22 05:12:03.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35684) > >2014-07-22 05:12:03.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47997) > >2014-07-22 05:12:04.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55678) > >2014-07-22 05:12:07.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35737) > >2014-07-22 05:12:07.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48051) > >2014-07-22 05:12:08.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55732) > >2014-07-22 05:12:11.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35790) > >2014-07-22 05:12:11.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48104) > >2014-07-22 05:12:12.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55785) > >2014-07-22 05:12:15.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35844) > >2014-07-22 05:12:15.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48159) > >2014-07-22 05:12:16.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55841) > >2014-07-22 05:12:16.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:12:19.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35897) > >2014-07-22 05:12:19.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:12:19.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48215) > >2014-07-22 05:12:20.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55896) > >2014-07-22 05:12:23.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35949) > >2014-07-22 05:12:23.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:12:23.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48269) > >2014-07-22 05:12:24.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55950) > >2014-07-22 05:12:27.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36002) > >2014-07-22 05:12:27.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48324) > >2014-07-22 05:12:28.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56004) > >2014-07-22 05:12:31.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36055) > >2014-07-22 05:12:31.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48378) > >2014-07-22 05:12:32.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56058) > >2014-07-22 05:12:35.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36108) > >2014-07-22 05:12:35.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48431) > >2014-07-22 05:12:36.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56111) > >2014-07-22 05:12:39.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36161) > >2014-07-22 05:12:40.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48484) > >2014-07-22 05:12:40.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56164) > >2014-07-22 05:12:43.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36214) > >2014-07-22 05:12:44.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48537) > >2014-07-22 05:12:44.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56217) > >2014-07-22 05:12:47.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:12:47.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36267) > >2014-07-22 05:12:48.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48591) > >2014-07-22 05:12:48.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56271) > >2014-07-22 05:12:50.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:12:51.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36320) > >2014-07-22 05:12:52.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48645) > >2014-07-22 05:12:52.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56327) > >2014-07-22 05:12:55.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36373) > >2014-07-22 05:12:56.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48698) > >2014-07-22 05:12:56.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56381) > >2014-07-22 05:12:59.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36426) > >2014-07-22 05:13:00.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48750) > >2014-07-22 05:13:00.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56435) > >2014-07-22 05:13:03.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36479) > >2014-07-22 05:13:04.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48803) > >2014-07-22 05:13:04.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56491) > >2014-07-22 05:13:06.878 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:07.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36532) > >2014-07-22 05:13:08.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48857) > >2014-07-22 05:13:08.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56545) > >2014-07-22 05:13:11.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36585) > >2014-07-22 05:13:12.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48910) > >2014-07-22 05:13:12.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56600) > >2014-07-22 05:13:15.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36638) > >2014-07-22 05:13:16.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48964) > >2014-07-22 05:13:16.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56654) > >2014-07-22 05:13:17.622 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:18.262 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:13:18.262 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:13:18.263 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:13:18.274 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:13:19.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36691) > >2014-07-22 05:13:20.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49020) > >2014-07-22 05:13:20.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56712) > >2014-07-22 05:13:21.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:23.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36745) > >2014-07-22 05:13:24.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49074) > >2014-07-22 05:13:24.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56767) > >2014-07-22 05:13:27.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36798) > >2014-07-22 05:13:28.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49132) > >2014-07-22 05:13:28.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56826) > >2014-07-22 05:13:31.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36852) > >2014-07-22 05:13:32.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49188) > >2014-07-22 05:13:32.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56882) > >2014-07-22 05:13:35.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36905) > >2014-07-22 05:13:36.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49241) > >2014-07-22 05:13:36.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56935) > >2014-07-22 05:13:39.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36958) > >2014-07-22 05:13:40.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49294) > >2014-07-22 05:13:40.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56988) > >2014-07-22 05:13:43.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37011) > >2014-07-22 05:13:44.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49349) > >2014-07-22 05:13:44.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57043) > >2014-07-22 05:13:46.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:47.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37064) > >2014-07-22 05:13:48.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49403) > >2014-07-22 05:13:48.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57100) > >2014-07-22 05:13:49.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:51.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37118) > >2014-07-22 05:13:52.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49457) > >2014-07-22 05:13:52.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57158) > >2014-07-22 05:13:53.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:13:55.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37171) > >2014-07-22 05:13:56.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49511) > >2014-07-22 05:13:56.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57214) > >2014-07-22 05:13:59.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37224) > >2014-07-22 05:14:00.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49564) > >2014-07-22 05:14:00.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57267) > >2014-07-22 05:14:03.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37277) > >2014-07-22 05:14:04.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49617) > >2014-07-22 05:14:04.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57320) > >2014-07-22 05:14:07.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37330) > >2014-07-22 05:14:08.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49671) > >2014-07-22 05:14:08.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57374) > >2014-07-22 05:14:11.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37383) > >2014-07-22 05:14:12.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49724) > >2014-07-22 05:14:12.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57427) > >2014-07-22 05:14:15.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37437) > >2014-07-22 05:14:16.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49779) > >2014-07-22 05:14:16.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57483) > >2014-07-22 05:14:17.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:14:19.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37489) > >2014-07-22 05:14:20.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49833) > >2014-07-22 05:14:20.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57537) > >2014-07-22 05:14:20.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:14:23.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37542) > >2014-07-22 05:14:24.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49887) > >2014-07-22 05:14:24.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57591) > >2014-07-22 05:14:27.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37595) > >2014-07-22 05:14:28.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49942) > >2014-07-22 05:14:28.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57646) > >2014-07-22 05:14:31.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37648) > >2014-07-22 05:14:32.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49996) > >2014-07-22 05:14:32.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57700) > >2014-07-22 05:14:35.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37700) > >2014-07-22 05:14:36.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50049) > >2014-07-22 05:14:36.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57753) > >2014-07-22 05:14:36.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:14:39.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37753) > >2014-07-22 05:14:40.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50103) > >2014-07-22 05:14:40.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57807) > >2014-07-22 05:14:43.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37806) > >2014-07-22 05:14:44.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50156) > >2014-07-22 05:14:44.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57860) > >2014-07-22 05:14:47.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37859) > >2014-07-22 05:14:47.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:14:48.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50210) > >2014-07-22 05:14:48.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57914) > >2014-07-22 05:14:51.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37912) > >2014-07-22 05:14:51.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:14:52.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50264) > >2014-07-22 05:14:52.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57970) > >2014-07-22 05:14:55.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37965) > >2014-07-22 05:14:56.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50317) > >2014-07-22 05:14:56.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58023) > >2014-07-22 05:14:59.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38018) > >2014-07-22 05:15:00.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50370) > >2014-07-22 05:15:00.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58078) > >2014-07-22 05:15:03.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38071) > >2014-07-22 05:15:04.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50425) > >2014-07-22 05:15:04.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58135) > >2014-07-22 05:15:07.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38124) > >2014-07-22 05:15:08.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50482) > >2014-07-22 05:15:08.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58189) > >2014-07-22 05:15:11.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38177) > >2014-07-22 05:15:12.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50535) > >2014-07-22 05:15:12.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58242) > >2014-07-22 05:15:15.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38231) > >2014-07-22 05:15:16.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50589) > >2014-07-22 05:15:16.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58298) > >2014-07-22 05:15:16.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:15:18.277 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:15:18.277 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:15:18.277 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:15:18.294 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:15:19.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38284) > >2014-07-22 05:15:19.312 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:15:20.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50646) > >2014-07-22 05:15:20.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58357) > >2014-07-22 05:15:23.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38339) > >2014-07-22 05:15:23.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:15:24.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50700) > >2014-07-22 05:15:24.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58412) > >2014-07-22 05:15:27.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38396) > >2014-07-22 05:15:28.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50758) > >2014-07-22 05:15:28.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58470) > >2014-07-22 05:15:31.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38450) > >2014-07-22 05:15:32.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50814) > >2014-07-22 05:15:32.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58527) > >2014-07-22 05:15:35.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38504) > >2014-07-22 05:15:36.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50886) > >2014-07-22 05:15:36.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58586) > >2014-07-22 05:15:39.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38562) > >2014-07-22 05:15:40.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50939) > >2014-07-22 05:15:40.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58639) > >2014-07-22 05:15:43.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38615) > >2014-07-22 05:15:44.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50993) > >2014-07-22 05:15:44.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58694) > >2014-07-22 05:15:47.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:15:47.317 29190 INFO neutron.wsgi [req-28008464-50fd-4dd3-aadf-5b45930ef24a None] (29190) accepted ('192.168.0.8', 38668) > >2014-07-22 05:15:48.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51048) > >2014-07-22 05:15:48.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58750) > >2014-07-22 05:15:50.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:15:51.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38722) > >2014-07-22 05:15:52.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51102) > >2014-07-22 05:15:52.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58809) > >2014-07-22 05:15:55.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38776) > >2014-07-22 05:15:56.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51168) > >2014-07-22 05:15:56.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58862) > >2014-07-22 05:15:59.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38844) > >2014-07-22 05:16:00.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51235) > >2014-07-22 05:16:00.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58923) > >2014-07-22 05:16:03.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38897) > >2014-07-22 05:16:04.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51298) > >2014-07-22 05:16:04.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58976) > >2014-07-22 05:16:06.988 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:07.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38960) > >2014-07-22 05:16:08.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51365) > >2014-07-22 05:16:08.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59032) > >2014-07-22 05:16:11.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39024) > >2014-07-22 05:16:12.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51438) > >2014-07-22 05:16:12.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59085) > >2014-07-22 05:16:15.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39089) > >2014-07-22 05:16:16.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51508) > >2014-07-22 05:16:16.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59140) > >2014-07-22 05:16:17.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:19.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39152) > >2014-07-22 05:16:20.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51571) > >2014-07-22 05:16:20.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59195) > >2014-07-22 05:16:21.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:23.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39216) > >2014-07-22 05:16:24.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51628) > >2014-07-22 05:16:24.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59249) > >2014-07-22 05:16:27.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39278) > >2014-07-22 05:16:28.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51683) > >2014-07-22 05:16:28.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59303) > >2014-07-22 05:16:31.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39341) > >2014-07-22 05:16:32.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51739) > >2014-07-22 05:16:32.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59356) > >2014-07-22 05:16:35.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39405) > >2014-07-22 05:16:36.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51789) > >2014-07-22 05:16:36.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59406) > >2014-07-22 05:16:39.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39462) > >2014-07-22 05:16:40.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51840) > >2014-07-22 05:16:40.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59457) > >2014-07-22 05:16:43.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39519) > >2014-07-22 05:16:44.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51891) > >2014-07-22 05:16:44.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59508) > >2014-07-22 05:16:46.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:46.888 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_bc5a4701b7734833a90ce92f6972d1f3': Socket closed >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:16:46.888 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:16:46.889 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:16:46.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:47.051 29190 INFO neutron.openstack.common.rpc.common [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:16:47.053 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_e43e7473003342019d025ac7432b0099': Socket closed >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:16:47.053 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:16:47.053 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:16:47.067 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:16:47.253 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:47.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39582) > >2014-07-22 05:16:48.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51952) > >2014-07-22 05:16:48.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59578) > >2014-07-22 05:16:50.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:50.150 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:50.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:50.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:51.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39633) > >2014-07-22 05:16:52.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:52.138 29190 WARNING neutron.plugins.ml2.drivers.type_gre [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] Gre endpoint with ip 192.168.0.8 already exists >2014-07-22 05:16:52.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:16:52.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52009) > >2014-07-22 05:16:52.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59636) > >2014-07-22 05:16:55.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39688) > >2014-07-22 05:16:56.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52060) > >2014-07-22 05:16:56.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59689) > >2014-07-22 05:16:59.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39741) > >2014-07-22 05:17:00.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52113) > >2014-07-22 05:17:00.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59741) > >2014-07-22 05:17:03.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39792) > >2014-07-22 05:17:04.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52165) > >2014-07-22 05:17:04.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59795) > >2014-07-22 05:17:07.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39843) > >2014-07-22 05:17:08.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52219) > >2014-07-22 05:17:08.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59849) > >2014-07-22 05:17:11.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39894) > >2014-07-22 05:17:12.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52270) > >2014-07-22 05:17:12.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59900) > >2014-07-22 05:17:15.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:15.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39945) > >2014-07-22 05:17:16.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52327) > >2014-07-22 05:17:16.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59956) > >2014-07-22 05:17:17.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:19.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39996) > >2014-07-22 05:17:20.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52383) > >2014-07-22 05:17:20.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60009) > >2014-07-22 05:17:21.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:23.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40048) > >2014-07-22 05:17:24.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52435) > >2014-07-22 05:17:24.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60062) > >2014-07-22 05:17:27.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40102) > >2014-07-22 05:17:28.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52494) > >2014-07-22 05:17:28.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60117) > >2014-07-22 05:17:31.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40154) > >2014-07-22 05:17:32.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52547) > >2014-07-22 05:17:32.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60171) > >2014-07-22 05:17:35.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40205) > >2014-07-22 05:17:36.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52602) > >2014-07-22 05:17:36.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60224) > >2014-07-22 05:17:39.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40257) > >2014-07-22 05:17:40.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52654) > >2014-07-22 05:17:40.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60275) > >2014-07-22 05:17:43.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40308) > >2014-07-22 05:17:44.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52705) > >2014-07-22 05:17:44.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60326) > >2014-07-22 05:17:45.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:46.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:47.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40360) > >2014-07-22 05:17:47.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:48.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52762) > >2014-07-22 05:17:48.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60384) > >2014-07-22 05:17:51.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40413) > >2014-07-22 05:17:51.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:17:52.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52814) > >2014-07-22 05:17:52.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60439) > >2014-07-22 05:17:55.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40464) > >2014-07-22 05:17:56.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52865) > >2014-07-22 05:17:56.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60492) > >2014-07-22 05:17:59.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40515) > >2014-07-22 05:18:00.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52916) > >2014-07-22 05:18:00.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60545) > >2014-07-22 05:18:03.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40566) > >2014-07-22 05:18:04.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52967) > >2014-07-22 05:18:04.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60596) > >2014-07-22 05:18:07.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40618) > >2014-07-22 05:18:08.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53019) > >2014-07-22 05:18:08.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60647) > >2014-07-22 05:18:11.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40669) > >2014-07-22 05:18:12.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53070) > >2014-07-22 05:18:12.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60698) > >2014-07-22 05:18:15.212 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:15.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40721) > >2014-07-22 05:18:16.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53123) > >2014-07-22 05:18:16.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60752) > >2014-07-22 05:18:16.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:17.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:19.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40772) > >2014-07-22 05:18:20.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53176) > >2014-07-22 05:18:20.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60805) > >2014-07-22 05:18:21.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:23.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40823) > >2014-07-22 05:18:24.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53229) > >2014-07-22 05:18:24.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60857) > >2014-07-22 05:18:27.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40875) > >2014-07-22 05:18:28.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53282) > >2014-07-22 05:18:28.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60910) > >2014-07-22 05:18:31.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40926) > >2014-07-22 05:18:32.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53334) > >2014-07-22 05:18:32.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60962) > >2014-07-22 05:18:35.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40977) > >2014-07-22 05:18:36.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53387) > >2014-07-22 05:18:36.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32780) > >2014-07-22 05:18:39.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41028) > >2014-07-22 05:18:40.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53438) > >2014-07-22 05:18:40.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32831) > >2014-07-22 05:18:43.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41079) > >2014-07-22 05:18:44.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53489) > >2014-07-22 05:18:44.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32882) > >2014-07-22 05:18:45.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:47.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41134) > >2014-07-22 05:18:47.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:48.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53543) > >2014-07-22 05:18:48.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32940) > >2014-07-22 05:18:50.066 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:18:50.066 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:18:50.067 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:18:50.079 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:18:51.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41186) > >2014-07-22 05:18:51.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:18:52.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53595) > >2014-07-22 05:18:52.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32997) > >2014-07-22 05:18:55.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41240) > >2014-07-22 05:18:56.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53646) > >2014-07-22 05:18:56.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33051) > >2014-07-22 05:18:59.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41291) > >2014-07-22 05:19:00.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53697) > >2014-07-22 05:19:00.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33104) > >2014-07-22 05:19:03.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41342) > >2014-07-22 05:19:04.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53748) > >2014-07-22 05:19:04.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33159) > >2014-07-22 05:19:07.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41393) > >2014-07-22 05:19:08.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53801) > >2014-07-22 05:19:08.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33212) > >2014-07-22 05:19:11.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41444) > >2014-07-22 05:19:12.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53852) > >2014-07-22 05:19:12.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33263) > >2014-07-22 05:19:15.258 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:15.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41495) > >2014-07-22 05:19:16.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53906) > >2014-07-22 05:19:16.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33319) > >2014-07-22 05:19:16.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:17.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:19.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41546) > >2014-07-22 05:19:20.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53961) > >2014-07-22 05:19:20.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33374) > >2014-07-22 05:19:21.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:23.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41597) > >2014-07-22 05:19:24.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54013) > >2014-07-22 05:19:24.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33426) > >2014-07-22 05:19:27.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41649) > >2014-07-22 05:19:28.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54068) > >2014-07-22 05:19:28.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33481) > >2014-07-22 05:19:31.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41701) > >2014-07-22 05:19:32.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54121) > >2014-07-22 05:19:32.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33535) > >2014-07-22 05:19:35.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41752) > >2014-07-22 05:19:36.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54174) > >2014-07-22 05:19:36.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33588) > >2014-07-22 05:19:39.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41802) > >2014-07-22 05:19:40.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54225) > >2014-07-22 05:19:40.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33639) > >2014-07-22 05:19:43.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41853) > >2014-07-22 05:19:44.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54276) > >2014-07-22 05:19:44.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33690) > >2014-07-22 05:19:45.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:47.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41903) > >2014-07-22 05:19:47.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:48.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54332) > >2014-07-22 05:19:48.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33748) > >2014-07-22 05:19:51.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41954) > >2014-07-22 05:19:51.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:19:52.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54384) > >2014-07-22 05:19:52.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33803) > >2014-07-22 05:19:55.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42006) > >2014-07-22 05:19:56.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54434) > >2014-07-22 05:19:56.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33856) > >2014-07-22 05:19:59.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42057) > >2014-07-22 05:20:00.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54485) > >2014-07-22 05:20:00.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33909) > >2014-07-22 05:20:03.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42108) > >2014-07-22 05:20:04.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54536) > >2014-07-22 05:20:04.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33960) > >2014-07-22 05:20:07.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42159) > >2014-07-22 05:20:08.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54588) > >2014-07-22 05:20:08.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34012) > >2014-07-22 05:20:11.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42210) > >2014-07-22 05:20:12.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54639) > >2014-07-22 05:20:12.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34063) > >2014-07-22 05:20:15.311 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:15.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42262) > >2014-07-22 05:20:16.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54692) > >2014-07-22 05:20:16.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34116) > >2014-07-22 05:20:16.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:17.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:19.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42313) > >2014-07-22 05:20:20.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54745) > >2014-07-22 05:20:20.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34169) > >2014-07-22 05:20:21.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:23.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42364) > >2014-07-22 05:20:24.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54798) > >2014-07-22 05:20:24.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34222) > >2014-07-22 05:20:27.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42415) > >2014-07-22 05:20:28.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54851) > >2014-07-22 05:20:28.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34275) > >2014-07-22 05:20:31.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42466) > >2014-07-22 05:20:32.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54903) > >2014-07-22 05:20:32.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34327) > >2014-07-22 05:20:35.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42517) > >2014-07-22 05:20:36.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54954) > >2014-07-22 05:20:36.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34378) > >2014-07-22 05:20:39.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42568) > >2014-07-22 05:20:40.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55007) > >2014-07-22 05:20:40.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34429) > >2014-07-22 05:20:43.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42619) > >2014-07-22 05:20:44.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55058) > >2014-07-22 05:20:44.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34480) > >2014-07-22 05:20:45.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:46.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:47.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:47.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42673) > >2014-07-22 05:20:48.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55112) > >2014-07-22 05:20:48.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34538) > >2014-07-22 05:20:50.082 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:20:50.082 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:20:50.083 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:20:50.096 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:20:51.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:20:51.697 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 42726) > >2014-07-22 05:20:52.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55164) > >2014-07-22 05:20:52.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34593) > >2014-07-22 05:20:55.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42779) > >2014-07-22 05:20:56.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55215) > >2014-07-22 05:20:56.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34648) > >2014-07-22 05:20:59.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42830) > >2014-07-22 05:21:00.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55266) > >2014-07-22 05:21:00.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34701) > >2014-07-22 05:21:03.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42881) > >2014-07-22 05:21:04.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55317) > >2014-07-22 05:21:04.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34756) > >2014-07-22 05:21:07.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42932) > >2014-07-22 05:21:08.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55371) > >2014-07-22 05:21:08.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34809) > >2014-07-22 05:21:11.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42983) > >2014-07-22 05:21:12.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55422) > >2014-07-22 05:21:12.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34860) > >2014-07-22 05:21:15.359 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:15.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43034) > >2014-07-22 05:21:16.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55474) > >2014-07-22 05:21:16.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:16.693 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 34914) > >2014-07-22 05:21:17.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:19.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43085) > >2014-07-22 05:21:20.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55529) > >2014-07-22 05:21:20.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34969) > >2014-07-22 05:21:21.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:23.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43136) > >2014-07-22 05:21:24.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55581) > >2014-07-22 05:21:24.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35021) > >2014-07-22 05:21:27.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43188) > >2014-07-22 05:21:28.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55635) > >2014-07-22 05:21:28.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35076) > >2014-07-22 05:21:31.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43239) > >2014-07-22 05:21:32.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55688) > >2014-07-22 05:21:32.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35130) > >2014-07-22 05:21:35.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43291) > >2014-07-22 05:21:36.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55741) > >2014-07-22 05:21:36.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35183) > >2014-07-22 05:21:39.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43342) > >2014-07-22 05:21:40.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55792) > >2014-07-22 05:21:40.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35234) > >2014-07-22 05:21:43.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43393) > >2014-07-22 05:21:44.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55843) > >2014-07-22 05:21:44.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35285) > >2014-07-22 05:21:45.385 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:47.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:47.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43444) > >2014-07-22 05:21:48.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55899) > >2014-07-22 05:21:48.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35341) > >2014-07-22 05:21:51.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:21:51.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43495) > >2014-07-22 05:21:52.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55951) > >2014-07-22 05:21:52.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35395) > >2014-07-22 05:21:55.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43547) > >2014-07-22 05:21:56.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56001) > >2014-07-22 05:21:56.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35451) > >2014-07-22 05:21:59.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43598) > >2014-07-22 05:22:00.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56052) > >2014-07-22 05:22:00.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35504) > >2014-07-22 05:22:03.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43649) > >2014-07-22 05:22:04.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56103) > >2014-07-22 05:22:04.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35555) > >2014-07-22 05:22:07.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43700) > >2014-07-22 05:22:08.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56155) > >2014-07-22 05:22:08.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35607) > >2014-07-22 05:22:11.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43751) > >2014-07-22 05:22:12.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56206) > >2014-07-22 05:22:12.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35657) > >2014-07-22 05:22:15.416 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:15.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43803) > >2014-07-22 05:22:16.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56259) > >2014-07-22 05:22:16.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:16.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35711) > >2014-07-22 05:22:17.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:19.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43854) > >2014-07-22 05:22:20.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56312) > >2014-07-22 05:22:20.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35764) > >2014-07-22 05:22:21.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:23.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43906) > >2014-07-22 05:22:24.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56365) > >2014-07-22 05:22:24.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35817) > >2014-07-22 05:22:27.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43957) > >2014-07-22 05:22:28.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56418) > >2014-07-22 05:22:28.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35870) > >2014-07-22 05:22:31.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44008) > >2014-07-22 05:22:32.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56470) > >2014-07-22 05:22:32.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35922) > >2014-07-22 05:22:35.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44059) > >2014-07-22 05:22:36.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56521) > >2014-07-22 05:22:36.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35973) > >2014-07-22 05:22:39.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44110) > >2014-07-22 05:22:40.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56571) > >2014-07-22 05:22:40.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36024) > >2014-07-22 05:22:43.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44161) > >2014-07-22 05:22:44.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56622) > >2014-07-22 05:22:44.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36075) > >2014-07-22 05:22:45.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:46.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:47.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:47.800 29190 INFO neutron.wsgi [req-cd3af332-ce0d-49c8-809a-abbd62cef624 None] (29190) accepted ('192.168.0.8', 44214) > >2014-07-22 05:22:48.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56676) > >2014-07-22 05:22:48.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36133) > >2014-07-22 05:22:50.104 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:22:50.104 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:22:50.104 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:22:50.200 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:22:51.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:22:51.861 29190 INFO neutron.wsgi [req-df970802-8da5-486e-bd8b-9debf40404c0 None] (29190) accepted ('192.168.0.8', 44268) > >2014-07-22 05:22:52.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56728) > >2014-07-22 05:22:52.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36188) > >2014-07-22 05:22:55.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44320) > >2014-07-22 05:22:56.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56779) > >2014-07-22 05:22:56.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36242) > >2014-07-22 05:22:59.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44371) > >2014-07-22 05:23:00.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56830) > >2014-07-22 05:23:00.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36294) > >2014-07-22 05:23:03.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44422) > >2014-07-22 05:23:04.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56881) > >2014-07-22 05:23:04.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36350) > >2014-07-22 05:23:07.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44473) > >2014-07-22 05:23:08.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56933) > >2014-07-22 05:23:08.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36402) > >2014-07-22 05:23:11.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44524) > >2014-07-22 05:23:12.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56985) > >2014-07-22 05:23:12.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36453) > >2014-07-22 05:23:15.458 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:15.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44574) > >2014-07-22 05:23:16.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57038) > >2014-07-22 05:23:16.740 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:16.926 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 36508) > >2014-07-22 05:23:17.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:19.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44625) > >2014-07-22 05:23:20.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57093) > >2014-07-22 05:23:20.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36562) > >2014-07-22 05:23:21.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:23.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44676) > >2014-07-22 05:23:24.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57145) > >2014-07-22 05:23:24.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36614) > >2014-07-22 05:23:27.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44728) > >2014-07-22 05:23:28.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57198) > >2014-07-22 05:23:28.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36668) > >2014-07-22 05:23:31.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44779) > >2014-07-22 05:23:32.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57253) > >2014-07-22 05:23:32.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36723) > >2014-07-22 05:23:35.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44831) > >2014-07-22 05:23:36.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57306) > >2014-07-22 05:23:36.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36777) > >2014-07-22 05:23:39.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44881) > >2014-07-22 05:23:40.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57357) > >2014-07-22 05:23:40.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36828) > >2014-07-22 05:23:43.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44932) > >2014-07-22 05:23:44.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57408) > >2014-07-22 05:23:45.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36879) > >2014-07-22 05:23:45.505 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:46.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:47.646 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:47.837 29190 INFO neutron.wsgi [req-cd3af332-ce0d-49c8-809a-abbd62cef624 None] (29190) accepted ('192.168.0.8', 44983) > >2014-07-22 05:23:48.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57462) > >2014-07-22 05:23:49.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36935) > >2014-07-22 05:23:51.690 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:23:51.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45034) > >2014-07-22 05:23:52.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57515) > >2014-07-22 05:23:53.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36991) > >2014-07-22 05:23:55.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45086) > >2014-07-22 05:23:56.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57566) > >2014-07-22 05:23:57.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37047) > >2014-07-22 05:23:59.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45137) > >2014-07-22 05:24:00.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57617) > >2014-07-22 05:24:01.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37098) > >2014-07-22 05:24:03.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45189) > >2014-07-22 05:24:04.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57672) > >2014-07-22 05:24:05.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37149) > >2014-07-22 05:24:07.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45242) > >2014-07-22 05:24:08.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57728) > >2014-07-22 05:24:09.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37201) > >2014-07-22 05:24:11.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45294) > >2014-07-22 05:24:12.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57780) > >2014-07-22 05:24:13.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37252) > >2014-07-22 05:24:15.503 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:15.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45351) > >2014-07-22 05:24:16.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57840) > >2014-07-22 05:24:16.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:17.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37306) > >2014-07-22 05:24:19.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:19.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45404) > >2014-07-22 05:24:20.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57902) > >2014-07-22 05:24:21.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37358) > >2014-07-22 05:24:23.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45455) > >2014-07-22 05:24:24.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57954) > >2014-07-22 05:24:25.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37409) > >2014-07-22 05:24:27.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45506) > >2014-07-22 05:24:28.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58006) > >2014-07-22 05:24:29.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37461) > >2014-07-22 05:24:31.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45557) > >2014-07-22 05:24:32.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58057) > >2014-07-22 05:24:33.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37512) > >2014-07-22 05:24:35.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45608) > >2014-07-22 05:24:36.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58109) > >2014-07-22 05:24:37.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37564) > >2014-07-22 05:24:37.209 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:39.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45659) > >2014-07-22 05:24:40.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58161) > >2014-07-22 05:24:41.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37616) > >2014-07-22 05:24:43.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45710) > >2014-07-22 05:24:44.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58212) > >2014-07-22 05:24:45.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37667) > >2014-07-22 05:24:46.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:47.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45761) > >2014-07-22 05:24:48.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58268) > >2014-07-22 05:24:49.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37720) > >2014-07-22 05:24:49.797 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:24:50.212 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:24:50.212 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:24:50.213 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:24:50.225 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:24:51.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45816) > >2014-07-22 05:24:52.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58322) > >2014-07-22 05:24:53.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37774) > >2014-07-22 05:24:55.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45869) > >2014-07-22 05:24:56.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58376) > >2014-07-22 05:24:57.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37828) > >2014-07-22 05:24:59.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45919) > >2014-07-22 05:25:00.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58429) > >2014-07-22 05:25:01.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37879) > >2014-07-22 05:25:03.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45970) > >2014-07-22 05:25:04.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58482) > >2014-07-22 05:25:05.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37930) > >2014-07-22 05:25:07.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46021) > >2014-07-22 05:25:08.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58534) > >2014-07-22 05:25:09.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37986) > >2014-07-22 05:25:09.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:25:09.752 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to publish message to topic 'reply_2ac879afc3a843e3beacdba9f607d3b6': Socket closed >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:25:09.752 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:25:09.753 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:25:09.778 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:25:11.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46074) > >2014-07-22 05:25:12.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58597) > >2014-07-22 05:25:13.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38052) > >2014-07-22 05:25:15.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:25:15.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46129) > >2014-07-22 05:25:16.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58652) > >2014-07-22 05:25:17.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38110) > >2014-07-22 05:25:19.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46184) > >2014-07-22 05:25:20.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58706) > >2014-07-22 05:25:21.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38167) > >2014-07-22 05:25:23.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46237) > >2014-07-22 05:25:24.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58759) > >2014-07-22 05:25:25.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38221) > >2014-07-22 05:25:27.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46290) > >2014-07-22 05:25:28.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58813) > >2014-07-22 05:25:29.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38276) > >2014-07-22 05:25:31.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46344) > >2014-07-22 05:25:32.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58867) > >2014-07-22 05:25:33.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38330) > >2014-07-22 05:25:35.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46398) > >2014-07-22 05:25:36.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58923) > >2014-07-22 05:25:37.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38387) > >2014-07-22 05:25:39.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:25:39.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46451) > >2014-07-22 05:25:40.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58977) > >2014-07-22 05:25:41.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38441) > >2014-07-22 05:25:43.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46504) > >2014-07-22 05:25:44.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59030) > >2014-07-22 05:25:45.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38493) > >2014-07-22 05:25:47.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:25:47.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46556) > >2014-07-22 05:25:48.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59084) > >2014-07-22 05:25:49.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38548) > >2014-07-22 05:25:51.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46609) > >2014-07-22 05:25:52.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59159) > >2014-07-22 05:25:53.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38605) > >2014-07-22 05:25:55.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46663) > >2014-07-22 05:25:56.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59217) > >2014-07-22 05:25:57.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38666) > >2014-07-22 05:25:59.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46716) > >2014-07-22 05:26:00.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59270) > >2014-07-22 05:26:01.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38718) > >2014-07-22 05:26:03.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46769) > >2014-07-22 05:26:04.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59323) > >2014-07-22 05:26:05.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38771) > >2014-07-22 05:26:07.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46822) > >2014-07-22 05:26:08.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59377) > >2014-07-22 05:26:09.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38825) > >2014-07-22 05:26:09.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:09.789 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:09.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:09.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:09.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:10.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:10.941 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:10.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:11.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46875) > >2014-07-22 05:26:12.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59439) > >2014-07-22 05:26:13.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38886) > >2014-07-22 05:26:15.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46928) > >2014-07-22 05:26:16.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:16.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59494) > >2014-07-22 05:26:17.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38941) > >2014-07-22 05:26:19.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46981) > >2014-07-22 05:26:20.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59547) > >2014-07-22 05:26:21.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38994) > >2014-07-22 05:26:23.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47034) > >2014-07-22 05:26:24.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59600) > >2014-07-22 05:26:25.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39047) > >2014-07-22 05:26:27.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47087) > >2014-07-22 05:26:28.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59654) > >2014-07-22 05:26:29.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39101) > >2014-07-22 05:26:31.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47140) > >2014-07-22 05:26:32.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59707) > >2014-07-22 05:26:33.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39154) > >2014-07-22 05:26:35.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47193) > >2014-07-22 05:26:36.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59761) > >2014-07-22 05:26:37.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39208) > >2014-07-22 05:26:39.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:39.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47246) > >2014-07-22 05:26:40.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59817) > >2014-07-22 05:26:41.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39262) > >2014-07-22 05:26:43.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47299) > >2014-07-22 05:26:44.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59870) > >2014-07-22 05:26:45.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39315) > >2014-07-22 05:26:47.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:26:47.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47352) > >2014-07-22 05:26:48.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59927) > >2014-07-22 05:26:49.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39370) > >2014-07-22 05:26:51.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47405) > >2014-07-22 05:26:52.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59980) > >2014-07-22 05:26:53.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39423) > >2014-07-22 05:26:55.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47458) > >2014-07-22 05:26:56.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60034) > >2014-07-22 05:26:57.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39477) > >2014-07-22 05:26:59.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47511) > >2014-07-22 05:27:00.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60087) > >2014-07-22 05:27:01.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39530) > >2014-07-22 05:27:03.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47564) > >2014-07-22 05:27:04.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60140) > >2014-07-22 05:27:05.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39583) > >2014-07-22 05:27:08.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47617) > >2014-07-22 05:27:08.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60194) > >2014-07-22 05:27:09.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39638) > >2014-07-22 05:27:09.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:27:12.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47670) > >2014-07-22 05:27:12.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60260) > >2014-07-22 05:27:13.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39696) > >2014-07-22 05:27:16.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47723) > >2014-07-22 05:27:16.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60316) > >2014-07-22 05:27:17.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39750) > >2014-07-22 05:27:17.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:27:20.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47776) > >2014-07-22 05:27:20.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60370) > >2014-07-22 05:27:21.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39806) > >2014-07-22 05:27:24.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47829) > >2014-07-22 05:27:24.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60423) > >2014-07-22 05:27:25.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39859) > >2014-07-22 05:27:28.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47882) > >2014-07-22 05:27:28.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60477) > >2014-07-22 05:27:29.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39914) > >2014-07-22 05:27:32.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47936) > >2014-07-22 05:27:32.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60531) > >2014-07-22 05:27:33.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39968) > >2014-07-22 05:27:36.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47989) > >2014-07-22 05:27:36.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60587) > >2014-07-22 05:27:37.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40025) > >2014-07-22 05:27:39.949 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:27:40.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48043) > >2014-07-22 05:27:40.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60643) > >2014-07-22 05:27:41.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40079) > >2014-07-22 05:27:44.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48096) > >2014-07-22 05:27:44.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60696) > >2014-07-22 05:27:45.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40132) > >2014-07-22 05:27:47.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:27:48.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48149) > >2014-07-22 05:27:48.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60753) > >2014-07-22 05:27:49.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40187) > >2014-07-22 05:27:52.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48202) > >2014-07-22 05:27:52.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60808) > >2014-07-22 05:27:53.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40244) > >2014-07-22 05:27:56.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48255) > >2014-07-22 05:27:56.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60862) > >2014-07-22 05:27:57.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40301) > >2014-07-22 05:28:00.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48309) > >2014-07-22 05:28:00.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60915) > >2014-07-22 05:28:01.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40354) > >2014-07-22 05:28:04.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48362) > >2014-07-22 05:28:04.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60968) > >2014-07-22 05:28:05.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40407) > >2014-07-22 05:28:08.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48415) > >2014-07-22 05:28:08.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32790) > >2014-07-22 05:28:09.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40462) > >2014-07-22 05:28:09.948 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:28:10.934 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:28:10.934 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:28:10.935 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:28:10.947 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:28:12.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48468) > >2014-07-22 05:28:12.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32847) > >2014-07-22 05:28:13.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40519) > >2014-07-22 05:28:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48521) > >2014-07-22 05:28:16.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32902) > >2014-07-22 05:28:17.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:28:17.247 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.7', 40573) > >2014-07-22 05:28:20.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48574) > >2014-07-22 05:28:20.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32956) > >2014-07-22 05:28:21.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40627) > >2014-07-22 05:28:24.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48627) > >2014-07-22 05:28:24.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33009) > >2014-07-22 05:28:25.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40680) > >2014-07-22 05:28:28.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48680) > >2014-07-22 05:28:28.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33063) > >2014-07-22 05:28:29.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40734) > >2014-07-22 05:28:32.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48733) > >2014-07-22 05:28:32.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33116) > >2014-07-22 05:28:33.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40787) > >2014-07-22 05:28:36.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48786) > >2014-07-22 05:28:36.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33170) > >2014-07-22 05:28:37.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40841) > >2014-07-22 05:28:39.952 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:28:40.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48839) > >2014-07-22 05:28:40.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33226) > >2014-07-22 05:28:41.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40895) > >2014-07-22 05:28:44.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48892) > >2014-07-22 05:28:44.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33279) > >2014-07-22 05:28:45.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40948) > >2014-07-22 05:28:47.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:28:48.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48945) > >2014-07-22 05:28:48.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33336) > >2014-07-22 05:28:49.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41003) > >2014-07-22 05:28:52.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48998) > >2014-07-22 05:28:52.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33389) > >2014-07-22 05:28:53.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41056) > >2014-07-22 05:28:56.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49051) > >2014-07-22 05:28:56.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33443) > >2014-07-22 05:28:57.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41110) > >2014-07-22 05:29:00.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49104) > >2014-07-22 05:29:00.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33496) > >2014-07-22 05:29:01.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41163) > >2014-07-22 05:29:04.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49157) > >2014-07-22 05:29:04.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33549) > >2014-07-22 05:29:05.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41216) > >2014-07-22 05:29:08.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49210) > >2014-07-22 05:29:08.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33604) > >2014-07-22 05:29:09.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41272) > >2014-07-22 05:29:09.950 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:29:12.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49263) > >2014-07-22 05:29:12.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33666) > >2014-07-22 05:29:13.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41332) > >2014-07-22 05:29:16.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49316) > >2014-07-22 05:29:16.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33722) > >2014-07-22 05:29:17.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:29:17.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41386) > >2014-07-22 05:29:20.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49369) > >2014-07-22 05:29:20.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33776) > >2014-07-22 05:29:21.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41442) > >2014-07-22 05:29:24.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49422) > >2014-07-22 05:29:24.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33829) > >2014-07-22 05:29:25.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41495) > >2014-07-22 05:29:28.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49475) > >2014-07-22 05:29:28.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33883) > >2014-07-22 05:29:29.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41549) > >2014-07-22 05:29:32.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49529) > >2014-07-22 05:29:32.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33937) > >2014-07-22 05:29:33.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41604) > >2014-07-22 05:29:36.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49582) > >2014-07-22 05:29:36.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33993) > >2014-07-22 05:29:37.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41661) > >2014-07-22 05:29:39.950 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:29:40.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49636) > >2014-07-22 05:29:40.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34049) > >2014-07-22 05:29:41.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41715) > >2014-07-22 05:29:44.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49688) > >2014-07-22 05:29:44.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34102) > >2014-07-22 05:29:45.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41768) > >2014-07-22 05:29:47.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:29:48.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49741) > >2014-07-22 05:29:48.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34159) > >2014-07-22 05:29:49.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41823) > >2014-07-22 05:29:52.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49794) > >2014-07-22 05:29:52.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34214) > >2014-07-22 05:29:53.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41878) > >2014-07-22 05:29:56.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49847) > >2014-07-22 05:29:56.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34268) > >2014-07-22 05:29:57.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41934) > >2014-07-22 05:30:00.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49901) > >2014-07-22 05:30:00.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34322) > >2014-07-22 05:30:01.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41990) > >2014-07-22 05:30:04.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49954) > >2014-07-22 05:30:04.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34375) > >2014-07-22 05:30:05.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42043) > >2014-07-22 05:30:08.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50007) > >2014-07-22 05:30:08.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34430) > >2014-07-22 05:30:09.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42098) > >2014-07-22 05:30:09.952 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:10.949 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:30:10.949 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:30:10.949 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:30:10.961 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:30:12.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50060) > >2014-07-22 05:30:12.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34487) > >2014-07-22 05:30:13.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42155) > >2014-07-22 05:30:16.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50113) > >2014-07-22 05:30:16.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34543) > >2014-07-22 05:30:17.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:17.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42209) > >2014-07-22 05:30:20.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50166) > >2014-07-22 05:30:20.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34597) > >2014-07-22 05:30:21.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:30:21.406 29190 INFO neutron.wsgi [req-c28a9c99-47ea-411e-872c-5f392c69f020 None] (29190) accepted ('192.168.0.7', 42271) > >2014-07-22 05:30:24.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50219) > >2014-07-22 05:30:24.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34675) > >2014-07-22 05:30:25.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42325) > >2014-07-22 05:30:28.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50272) > >2014-07-22 05:30:28.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34729) > >2014-07-22 05:30:29.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42379) > >2014-07-22 05:30:32.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50324) > >2014-07-22 05:30:32.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34782) > >2014-07-22 05:30:33.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42432) > >2014-07-22 05:30:36.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50377) > >2014-07-22 05:30:36.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34836) > >2014-07-22 05:30:37.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42486) > >2014-07-22 05:30:40.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50430) > >2014-07-22 05:30:40.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34889) > >2014-07-22 05:30:41.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42539) > >2014-07-22 05:30:44.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50483) > >2014-07-22 05:30:44.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34942) > >2014-07-22 05:30:45.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42592) > >2014-07-22 05:30:48.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50536) > >2014-07-22 05:30:48.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34996) > >2014-07-22 05:30:49.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42646) > >2014-07-22 05:30:52.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50589) > >2014-07-22 05:30:52.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35049) > >2014-07-22 05:30:53.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42699) > >2014-07-22 05:30:56.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50642) > >2014-07-22 05:30:56.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35103) > >2014-07-22 05:30:57.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42753) > >2014-07-22 05:31:00.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50695) > >2014-07-22 05:31:00.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35156) > >2014-07-22 05:31:01.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42806) > >2014-07-22 05:31:04.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50748) > >2014-07-22 05:31:04.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35209) > >2014-07-22 05:31:05.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42859) > >2014-07-22 05:31:08.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50801) > >2014-07-22 05:31:08.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35263) > >2014-07-22 05:31:09.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42915) > >2014-07-22 05:31:09.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:12.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50854) > >2014-07-22 05:31:12.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35326) > >2014-07-22 05:31:13.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42975) > >2014-07-22 05:31:15.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.857 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:15.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:16.101 29190 ERROR neutron.openstack.common.rpc.common [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] Failed to publish message to topic 'reply_4024a2f2247746a6951a2846ed6f61de': Socket closed >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 349, in __init__ >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common type='direct', **options) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 603, in exchange_declare >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common (40, 11), # Channel.exchange_declare_ok >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 69, in wait >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, allowed_methods) >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 204, in _wait_method >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common self.method_reader.read_method() >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:31:16.101 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:31:16.102 29190 INFO neutron.openstack.common.rpc.common [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:31:17.025 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.8', 50907) > >2014-07-22 05:31:17.025 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.6', 35429) > >2014-07-22 05:31:17.071 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:31:17.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43047) > >2014-07-22 05:31:20.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50960) > >2014-07-22 05:31:20.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35482) > >2014-07-22 05:31:21.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43102) > >2014-07-22 05:31:24.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51013) > >2014-07-22 05:31:24.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35535) > >2014-07-22 05:31:25.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43156) > >2014-07-22 05:31:28.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51066) > >2014-07-22 05:31:28.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35589) > >2014-07-22 05:31:29.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43210) > >2014-07-22 05:31:32.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51120) > >2014-07-22 05:31:32.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35643) > >2014-07-22 05:31:33.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43265) > >2014-07-22 05:31:36.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51172) > >2014-07-22 05:31:36.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35699) > >2014-07-22 05:31:37.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43321) > >2014-07-22 05:31:40.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51226) > >2014-07-22 05:31:40.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35752) > >2014-07-22 05:31:41.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43374) > >2014-07-22 05:31:44.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51279) > >2014-07-22 05:31:44.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35805) > >2014-07-22 05:31:45.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43427) > >2014-07-22 05:31:47.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:31:48.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51332) > >2014-07-22 05:31:48.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35862) > >2014-07-22 05:31:49.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43482) > >2014-07-22 05:31:52.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51385) > >2014-07-22 05:31:53.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35917) > >2014-07-22 05:31:53.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43534) > >2014-07-22 05:31:56.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51438) > >2014-07-22 05:31:57.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35973) > >2014-07-22 05:31:57.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43592) > >2014-07-22 05:32:00.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51492) > >2014-07-22 05:32:01.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36026) > >2014-07-22 05:32:01.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43648) > >2014-07-22 05:32:04.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51545) > >2014-07-22 05:32:05.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36079) > >2014-07-22 05:32:05.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43701) > >2014-07-22 05:32:08.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51598) > >2014-07-22 05:32:09.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36132) > >2014-07-22 05:32:09.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43754) > >2014-07-22 05:32:09.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:09.952 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:10.964 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:32:10.964 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:32:10.965 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:32:10.977 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:32:12.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51651) > >2014-07-22 05:32:13.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36189) > >2014-07-22 05:32:13.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43811) > >2014-07-22 05:32:15.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:16.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51704) > >2014-07-22 05:32:17.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36248) > >2014-07-22 05:32:17.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:17.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43866) > >2014-07-22 05:32:20.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51757) > >2014-07-22 05:32:21.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36302) > >2014-07-22 05:32:21.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43920) > >2014-07-22 05:32:24.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51810) > >2014-07-22 05:32:25.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36357) > >2014-07-22 05:32:25.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43973) > >2014-07-22 05:32:28.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51863) > >2014-07-22 05:32:29.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36411) > >2014-07-22 05:32:29.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44027) > >2014-07-22 05:32:32.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51916) > >2014-07-22 05:32:33.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36464) > >2014-07-22 05:32:33.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44080) > >2014-07-22 05:32:36.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51969) > >2014-07-22 05:32:37.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36517) > >2014-07-22 05:32:37.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44134) > >2014-07-22 05:32:39.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:39.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:40.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52022) > >2014-07-22 05:32:41.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36574) > >2014-07-22 05:32:41.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44189) > >2014-07-22 05:32:44.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52075) > >2014-07-22 05:32:45.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36627) > >2014-07-22 05:32:45.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44242) > >2014-07-22 05:32:45.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:47.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:32:48.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52128) > >2014-07-22 05:32:49.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36687) > >2014-07-22 05:32:49.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44298) > >2014-07-22 05:32:52.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52181) > >2014-07-22 05:32:53.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36742) > >2014-07-22 05:32:53.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44351) > >2014-07-22 05:32:56.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52234) > >2014-07-22 05:32:57.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36796) > >2014-07-22 05:32:57.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44405) > >2014-07-22 05:33:00.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52287) > >2014-07-22 05:33:01.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36849) > >2014-07-22 05:33:01.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44458) > >2014-07-22 05:33:04.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52340) > >2014-07-22 05:33:05.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36902) > >2014-07-22 05:33:05.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44511) > >2014-07-22 05:33:08.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52393) > >2014-07-22 05:33:09.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36957) > >2014-07-22 05:33:09.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44566) > >2014-07-22 05:33:09.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:09.954 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:12.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52446) > >2014-07-22 05:33:13.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37018) > >2014-07-22 05:33:13.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44625) > >2014-07-22 05:33:16.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:16.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52499) > >2014-07-22 05:33:17.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37078) > >2014-07-22 05:33:17.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:17.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44684) > >2014-07-22 05:33:20.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52552) > >2014-07-22 05:33:21.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37134) > >2014-07-22 05:33:21.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44737) > >2014-07-22 05:33:24.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52605) > >2014-07-22 05:33:25.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37189) > >2014-07-22 05:33:25.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44792) > >2014-07-22 05:33:28.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52658) > >2014-07-22 05:33:29.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37243) > >2014-07-22 05:33:29.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44846) > >2014-07-22 05:33:32.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52712) > >2014-07-22 05:33:33.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37296) > >2014-07-22 05:33:33.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44900) > >2014-07-22 05:33:36.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52765) > >2014-07-22 05:33:37.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37353) > >2014-07-22 05:33:37.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44957) > >2014-07-22 05:33:39.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:39.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:40.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52819) > >2014-07-22 05:33:41.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37410) > >2014-07-22 05:33:41.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45013) > >2014-07-22 05:33:44.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52872) > >2014-07-22 05:33:45.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37463) > >2014-07-22 05:33:45.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45066) > >2014-07-22 05:33:46.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:47.224 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:33:48.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52925) > >2014-07-22 05:33:49.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37522) > >2014-07-22 05:33:49.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45122) > >2014-07-22 05:33:52.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52978) > >2014-07-22 05:33:53.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37577) > >2014-07-22 05:33:53.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45175) > >2014-07-22 05:33:56.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53031) > >2014-07-22 05:33:57.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37634) > >2014-07-22 05:33:57.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45233) > >2014-07-22 05:34:00.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53085) > >2014-07-22 05:34:01.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37687) > >2014-07-22 05:34:01.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45289) > >2014-07-22 05:34:04.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53138) > >2014-07-22 05:34:05.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37740) > >2014-07-22 05:34:05.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45342) > >2014-07-22 05:34:08.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53191) > >2014-07-22 05:34:09.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37796) > >2014-07-22 05:34:09.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45399) > >2014-07-22 05:34:09.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:09.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:10.979 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:34:10.979 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:34:10.980 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:34:10.992 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:34:12.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53244) > >2014-07-22 05:34:13.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37854) > >2014-07-22 05:34:13.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45456) > >2014-07-22 05:34:16.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:16.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53297) > >2014-07-22 05:34:17.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37912) > >2014-07-22 05:34:17.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:17.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45511) > >2014-07-22 05:34:20.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53350) > >2014-07-22 05:34:21.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37966) > >2014-07-22 05:34:21.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45564) > >2014-07-22 05:34:24.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53403) > >2014-07-22 05:34:25.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38021) > >2014-07-22 05:34:25.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45617) > >2014-07-22 05:34:28.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53456) > >2014-07-22 05:34:29.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38074) > >2014-07-22 05:34:29.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45670) > >2014-07-22 05:34:32.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53509) > >2014-07-22 05:34:33.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38127) > >2014-07-22 05:34:33.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45723) > >2014-07-22 05:34:36.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53562) > >2014-07-22 05:34:37.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38180) > >2014-07-22 05:34:37.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45776) > >2014-07-22 05:34:39.923 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:39.965 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:40.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53615) > >2014-07-22 05:34:41.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38237) > >2014-07-22 05:34:41.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45831) > >2014-07-22 05:34:44.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53668) > >2014-07-22 05:34:45.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38290) > >2014-07-22 05:34:45.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45884) > >2014-07-22 05:34:46.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:47.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:34:48.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53721) > >2014-07-22 05:34:49.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38350) > >2014-07-22 05:34:49.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45940) > >2014-07-22 05:34:52.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53774) > >2014-07-22 05:34:53.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38405) > >2014-07-22 05:34:53.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45993) > >2014-07-22 05:34:56.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53827) > >2014-07-22 05:34:57.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38459) > >2014-07-22 05:34:57.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46047) > >2014-07-22 05:35:00.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53880) > >2014-07-22 05:35:01.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38514) > >2014-07-22 05:35:01.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46102) > >2014-07-22 05:35:04.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53933) > >2014-07-22 05:35:05.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38568) > >2014-07-22 05:35:05.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46156) > >2014-07-22 05:35:08.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53986) > >2014-07-22 05:35:09.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38623) > >2014-07-22 05:35:09.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46212) > >2014-07-22 05:35:09.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:10.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:12.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54039) > >2014-07-22 05:35:13.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38685) > >2014-07-22 05:35:13.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46272) > >2014-07-22 05:35:16.136 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:16.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54092) > >2014-07-22 05:35:17.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38745) > >2014-07-22 05:35:17.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:17.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46329) > >2014-07-22 05:35:20.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54145) > >2014-07-22 05:35:21.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38801) > >2014-07-22 05:35:21.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46384) > >2014-07-22 05:35:24.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54198) > >2014-07-22 05:35:25.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38859) > >2014-07-22 05:35:25.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46440) > >2014-07-22 05:35:28.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54253) > >2014-07-22 05:35:29.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38913) > >2014-07-22 05:35:29.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46494) > >2014-07-22 05:35:32.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54306) > >2014-07-22 05:35:33.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38966) > >2014-07-22 05:35:33.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46548) > >2014-07-22 05:35:36.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54360) > >2014-07-22 05:35:37.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39023) > >2014-07-22 05:35:37.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46605) > >2014-07-22 05:35:39.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:40.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:40.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54413) > >2014-07-22 05:35:41.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39080) > >2014-07-22 05:35:41.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46661) > >2014-07-22 05:35:44.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54467) > >2014-07-22 05:35:45.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39133) > >2014-07-22 05:35:45.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46714) > >2014-07-22 05:35:46.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:47.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:35:48.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54520) > >2014-07-22 05:35:49.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39193) > >2014-07-22 05:35:49.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46770) > >2014-07-22 05:35:52.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54573) > >2014-07-22 05:35:53.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39248) > >2014-07-22 05:35:53.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46823) > >2014-07-22 05:35:56.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54626) > >2014-07-22 05:35:57.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39304) > >2014-07-22 05:35:57.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46881) > >2014-07-22 05:36:00.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54679) > >2014-07-22 05:36:01.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39357) > >2014-07-22 05:36:01.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46937) > >2014-07-22 05:36:04.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54733) > >2014-07-22 05:36:05.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39410) > >2014-07-22 05:36:05.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46990) > >2014-07-22 05:36:08.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54785) > >2014-07-22 05:36:09.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39465) > >2014-07-22 05:36:09.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47045) > >2014-07-22 05:36:09.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:10.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:10.995 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:36:10.995 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:36:10.996 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:36:11.008 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:36:12.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54838) > >2014-07-22 05:36:13.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39522) > >2014-07-22 05:36:13.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47102) > >2014-07-22 05:36:16.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:16.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54890) > >2014-07-22 05:36:17.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39581) > >2014-07-22 05:36:17.226 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:17.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47158) > >2014-07-22 05:36:20.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54943) > >2014-07-22 05:36:21.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39635) > >2014-07-22 05:36:21.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47211) > >2014-07-22 05:36:24.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54996) > >2014-07-22 05:36:25.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39690) > >2014-07-22 05:36:25.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47264) > >2014-07-22 05:36:28.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55049) > >2014-07-22 05:36:29.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39744) > >2014-07-22 05:36:29.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47318) > >2014-07-22 05:36:32.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55102) > >2014-07-22 05:36:33.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39797) > >2014-07-22 05:36:33.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47371) > >2014-07-22 05:36:36.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55155) > >2014-07-22 05:36:37.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39851) > >2014-07-22 05:36:37.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47425) > >2014-07-22 05:36:39.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:40.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:40.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55208) > >2014-07-22 05:36:41.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39908) > >2014-07-22 05:36:41.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47480) > >2014-07-22 05:36:44.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55261) > >2014-07-22 05:36:45.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39961) > >2014-07-22 05:36:45.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47533) > >2014-07-22 05:36:46.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:47.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:36:48.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55314) > >2014-07-22 05:36:49.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40021) > >2014-07-22 05:36:49.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47589) > >2014-07-22 05:36:52.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55367) > >2014-07-22 05:36:53.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40076) > >2014-07-22 05:36:53.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47642) > >2014-07-22 05:36:56.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55420) > >2014-07-22 05:36:57.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40130) > >2014-07-22 05:36:57.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47696) > >2014-07-22 05:37:00.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55474) > >2014-07-22 05:37:01.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40183) > >2014-07-22 05:37:01.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47749) > >2014-07-22 05:37:04.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55527) > >2014-07-22 05:37:05.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40236) > >2014-07-22 05:37:05.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47802) > >2014-07-22 05:37:08.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55580) > >2014-07-22 05:37:09.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40290) > >2014-07-22 05:37:09.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47858) > >2014-07-22 05:37:09.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:10.062 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:12.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55633) > >2014-07-22 05:37:13.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40351) > >2014-07-22 05:37:13.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47917) > >2014-07-22 05:37:16.258 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:16.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55686) > >2014-07-22 05:37:17.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40412) > >2014-07-22 05:37:17.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:17.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47973) > >2014-07-22 05:37:20.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55739) > >2014-07-22 05:37:21.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40468) > >2014-07-22 05:37:21.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48028) > >2014-07-22 05:37:24.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55791) > >2014-07-22 05:37:25.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40523) > >2014-07-22 05:37:25.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48083) > >2014-07-22 05:37:28.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55844) > >2014-07-22 05:37:29.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40577) > >2014-07-22 05:37:29.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48138) > >2014-07-22 05:37:32.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55897) > >2014-07-22 05:37:33.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40630) > >2014-07-22 05:37:33.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48191) > >2014-07-22 05:37:36.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55951) > >2014-07-22 05:37:37.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40687) > >2014-07-22 05:37:37.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48249) > >2014-07-22 05:37:39.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:40.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:40.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56004) > >2014-07-22 05:37:41.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40744) > >2014-07-22 05:37:41.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48305) > >2014-07-22 05:37:44.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56058) > >2014-07-22 05:37:45.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40797) > >2014-07-22 05:37:45.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48358) > >2014-07-22 05:37:46.283 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:47.226 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:37:48.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56111) > >2014-07-22 05:37:49.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40857) > >2014-07-22 05:37:49.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48415) > >2014-07-22 05:37:52.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56164) > >2014-07-22 05:37:53.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40912) > >2014-07-22 05:37:53.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48466) > >2014-07-22 05:37:56.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56217) > >2014-07-22 05:37:57.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40968) > >2014-07-22 05:37:57.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48522) > >2014-07-22 05:38:00.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56270) > >2014-07-22 05:38:01.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41020) > >2014-07-22 05:38:01.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48577) > >2014-07-22 05:38:04.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56324) > >2014-07-22 05:38:05.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41073) > >2014-07-22 05:38:05.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48633) > >2014-07-22 05:38:08.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56377) > >2014-07-22 05:38:09.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41127) > >2014-07-22 05:38:09.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48687) > >2014-07-22 05:38:09.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:10.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:11.010 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:38:11.010 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:38:11.010 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:38:11.023 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:38:12.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56430) > >2014-07-22 05:38:13.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41184) > >2014-07-22 05:38:13.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48744) > >2014-07-22 05:38:16.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:16.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56483) > >2014-07-22 05:38:17.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:17.239 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 41243) > >2014-07-22 05:38:17.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48800) > >2014-07-22 05:38:20.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56536) > >2014-07-22 05:38:21.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41299) > >2014-07-22 05:38:21.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48853) > >2014-07-22 05:38:24.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56589) > >2014-07-22 05:38:25.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41351) > >2014-07-22 05:38:25.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48906) > >2014-07-22 05:38:28.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56642) > >2014-07-22 05:38:29.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41405) > >2014-07-22 05:38:29.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48960) > >2014-07-22 05:38:32.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56695) > >2014-07-22 05:38:33.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41458) > >2014-07-22 05:38:33.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49013) > >2014-07-22 05:38:36.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56748) > >2014-07-22 05:38:37.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41512) > >2014-07-22 05:38:37.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49067) > >2014-07-22 05:38:39.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:40.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:40.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56801) > >2014-07-22 05:38:41.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41569) > >2014-07-22 05:38:41.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49122) > >2014-07-22 05:38:44.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56854) > >2014-07-22 05:38:45.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41622) > >2014-07-22 05:38:45.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49175) > >2014-07-22 05:38:46.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:47.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:38:48.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56907) > >2014-07-22 05:38:49.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41682) > >2014-07-22 05:38:49.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49231) > >2014-07-22 05:38:52.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56960) > >2014-07-22 05:38:53.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41737) > >2014-07-22 05:38:53.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49284) > >2014-07-22 05:38:56.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57013) > >2014-07-22 05:38:57.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41791) > >2014-07-22 05:38:57.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49338) > >2014-07-22 05:39:00.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57066) > >2014-07-22 05:39:01.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41844) > >2014-07-22 05:39:01.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49391) > >2014-07-22 05:39:04.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57119) > >2014-07-22 05:39:05.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41897) > >2014-07-22 05:39:05.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49444) > >2014-07-22 05:39:08.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57172) > >2014-07-22 05:39:09.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41952) > >2014-07-22 05:39:09.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49500) > >2014-07-22 05:39:09.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:10.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:12.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57225) > >2014-07-22 05:39:13.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42012) > >2014-07-22 05:39:13.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49559) > >2014-07-22 05:39:16.369 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:16.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57278) > >2014-07-22 05:39:17.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:17.290 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 42072) > >2014-07-22 05:39:17.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49616) > >2014-07-22 05:39:20.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57331) > >2014-07-22 05:39:21.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42131) > >2014-07-22 05:39:21.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49671) > >2014-07-22 05:39:24.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57384) > >2014-07-22 05:39:25.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42183) > >2014-07-22 05:39:25.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49726) > >2014-07-22 05:39:28.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57437) > >2014-07-22 05:39:29.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42237) > >2014-07-22 05:39:29.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49780) > >2014-07-22 05:39:32.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57490) > >2014-07-22 05:39:33.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42290) > >2014-07-22 05:39:33.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49833) > >2014-07-22 05:39:36.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57544) > >2014-07-22 05:39:37.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42347) > >2014-07-22 05:39:37.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49891) > >2014-07-22 05:39:39.961 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:40.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:40.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57597) > >2014-07-22 05:39:41.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42404) > >2014-07-22 05:39:41.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49946) > >2014-07-22 05:39:44.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57651) > >2014-07-22 05:39:45.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42457) > >2014-07-22 05:39:45.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50000) > >2014-07-22 05:39:46.395 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:47.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:39:48.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57704) > >2014-07-22 05:39:49.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42517) > >2014-07-22 05:39:49.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50056) > >2014-07-22 05:39:52.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57757) > >2014-07-22 05:39:53.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42572) > >2014-07-22 05:39:53.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50109) > >2014-07-22 05:39:56.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57810) > >2014-07-22 05:39:57.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42626) > >2014-07-22 05:39:57.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50164) > >2014-07-22 05:40:00.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57863) > >2014-07-22 05:40:01.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42681) > >2014-07-22 05:40:01.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50220) > >2014-07-22 05:40:04.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57917) > >2014-07-22 05:40:05.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42734) > >2014-07-22 05:40:05.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50276) > >2014-07-22 05:40:08.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57970) > >2014-07-22 05:40:09.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42789) > >2014-07-22 05:40:09.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50331) > >2014-07-22 05:40:09.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:10.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:11.025 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:40:11.025 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:40:11.026 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:40:11.039 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:40:12.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58023) > >2014-07-22 05:40:13.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42846) > >2014-07-22 05:40:13.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50388) > >2014-07-22 05:40:16.424 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:16.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58076) > >2014-07-22 05:40:17.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:17.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42905) > >2014-07-22 05:40:17.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50444) > >2014-07-22 05:40:20.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58129) > >2014-07-22 05:40:21.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42961) > >2014-07-22 05:40:21.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50497) > >2014-07-22 05:40:24.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58182) > >2014-07-22 05:40:25.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43014) > >2014-07-22 05:40:25.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50550) > >2014-07-22 05:40:28.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58235) > >2014-07-22 05:40:29.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43068) > >2014-07-22 05:40:29.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50604) > >2014-07-22 05:40:32.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58288) > >2014-07-22 05:40:33.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43121) > >2014-07-22 05:40:33.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50657) > >2014-07-22 05:40:36.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58341) > >2014-07-22 05:40:37.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43175) > >2014-07-22 05:40:37.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50711) > >2014-07-22 05:40:39.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:40.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:40.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58394) > >2014-07-22 05:40:41.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43232) > >2014-07-22 05:40:41.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50766) > >2014-07-22 05:40:44.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58447) > >2014-07-22 05:40:45.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43285) > >2014-07-22 05:40:45.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50819) > >2014-07-22 05:40:46.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:47.228 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:40:48.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58500) > >2014-07-22 05:40:49.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43345) > >2014-07-22 05:40:49.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50875) > >2014-07-22 05:40:52.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58553) > >2014-07-22 05:40:53.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43400) > >2014-07-22 05:40:53.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50928) > >2014-07-22 05:40:56.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58606) > >2014-07-22 05:40:57.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43454) > >2014-07-22 05:40:57.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50983) > >2014-07-22 05:41:00.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58659) > >2014-07-22 05:41:01.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43507) > >2014-07-22 05:41:01.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51036) > >2014-07-22 05:41:04.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58712) > >2014-07-22 05:41:05.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43560) > >2014-07-22 05:41:05.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51090) > >2014-07-22 05:41:08.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58765) > >2014-07-22 05:41:09.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43614) > >2014-07-22 05:41:09.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51144) > >2014-07-22 05:41:09.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:10.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:12.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58818) > >2014-07-22 05:41:13.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43674) > >2014-07-22 05:41:13.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51202) > >2014-07-22 05:41:16.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:16.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58871) > >2014-07-22 05:41:17.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:17.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43734) > >2014-07-22 05:41:17.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51259) > >2014-07-22 05:41:20.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58924) > >2014-07-22 05:41:21.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43793) > >2014-07-22 05:41:21.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51315) > >2014-07-22 05:41:24.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58977) > >2014-07-22 05:41:25.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43846) > >2014-07-22 05:41:25.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51368) > >2014-07-22 05:41:28.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59030) > >2014-07-22 05:41:29.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43900) > >2014-07-22 05:41:29.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51424) > >2014-07-22 05:41:32.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59083) > >2014-07-22 05:41:33.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43953) > >2014-07-22 05:41:33.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51477) > >2014-07-22 05:41:36.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59137) > >2014-07-22 05:41:37.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44010) > >2014-07-22 05:41:37.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51535) > >2014-07-22 05:41:39.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:40.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:40.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59190) > >2014-07-22 05:41:41.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44067) > >2014-07-22 05:41:41.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51590) > >2014-07-22 05:41:44.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59244) > >2014-07-22 05:41:45.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44120) > >2014-07-22 05:41:45.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51644) > >2014-07-22 05:41:46.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:47.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:41:48.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59297) > >2014-07-22 05:41:49.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44180) > >2014-07-22 05:41:49.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51700) > >2014-07-22 05:41:52.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59350) > >2014-07-22 05:41:53.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44235) > >2014-07-22 05:41:53.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51753) > >2014-07-22 05:41:56.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59403) > >2014-07-22 05:41:57.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44289) > >2014-07-22 05:41:57.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51807) > >2014-07-22 05:42:00.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59456) > >2014-07-22 05:42:01.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44344) > >2014-07-22 05:42:01.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51864) > >2014-07-22 05:42:04.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59510) > >2014-07-22 05:42:05.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44397) > >2014-07-22 05:42:05.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51920) > >2014-07-22 05:42:08.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59563) > >2014-07-22 05:42:09.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44451) > >2014-07-22 05:42:09.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51976) > >2014-07-22 05:42:09.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:10.323 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:11.041 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:42:11.041 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:42:11.042 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:42:11.054 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:42:12.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59616) > >2014-07-22 05:42:13.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44508) > >2014-07-22 05:42:13.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52033) > >2014-07-22 05:42:16.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:16.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59669) > >2014-07-22 05:42:17.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:17.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44567) > >2014-07-22 05:42:17.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52089) > >2014-07-22 05:42:20.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59722) > >2014-07-22 05:42:21.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44623) > >2014-07-22 05:42:21.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52142) > >2014-07-22 05:42:24.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59774) > >2014-07-22 05:42:25.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44676) > >2014-07-22 05:42:25.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52195) > >2014-07-22 05:42:28.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59827) > >2014-07-22 05:42:29.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44730) > >2014-07-22 05:42:29.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52249) > >2014-07-22 05:42:32.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59880) > >2014-07-22 05:42:33.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44783) > >2014-07-22 05:42:33.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52302) > >2014-07-22 05:42:36.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59933) > >2014-07-22 05:42:37.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44837) > >2014-07-22 05:42:37.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52356) > >2014-07-22 05:42:39.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:40.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:40.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59986) > >2014-07-22 05:42:41.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44894) > >2014-07-22 05:42:41.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52410) > >2014-07-22 05:42:44.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60039) > >2014-07-22 05:42:45.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44947) > >2014-07-22 05:42:45.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52463) > >2014-07-22 05:42:46.433 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:47.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:47.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:42:48.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60092) > >2014-07-22 05:42:49.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45011) > >2014-07-22 05:42:49.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52521) > >2014-07-22 05:42:52.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60145) > >2014-07-22 05:42:53.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45066) > >2014-07-22 05:42:53.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52574) > >2014-07-22 05:42:56.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60198) > >2014-07-22 05:42:57.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45120) > >2014-07-22 05:42:57.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52628) > >2014-07-22 05:43:00.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60250) > >2014-07-22 05:43:01.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45173) > >2014-07-22 05:43:01.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52681) > >2014-07-22 05:43:04.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60303) > >2014-07-22 05:43:05.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45226) > >2014-07-22 05:43:05.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52734) > >2014-07-22 05:43:08.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60356) > >2014-07-22 05:43:09.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45280) > >2014-07-22 05:43:09.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52788) > >2014-07-22 05:43:09.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:10.384 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:12.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60409) > >2014-07-22 05:43:13.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45341) > >2014-07-22 05:43:13.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52850) > >2014-07-22 05:43:16.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:16.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60462) > >2014-07-22 05:43:17.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:17.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45401) > >2014-07-22 05:43:17.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52907) > >2014-07-22 05:43:20.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60515) > >2014-07-22 05:43:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:21.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45461) > >2014-07-22 05:43:21.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52964) > >2014-07-22 05:43:24.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60568) > >2014-07-22 05:43:25.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45514) > >2014-07-22 05:43:25.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53017) > >2014-07-22 05:43:28.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60621) > >2014-07-22 05:43:29.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45568) > >2014-07-22 05:43:29.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53073) > >2014-07-22 05:43:32.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60674) > >2014-07-22 05:43:33.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45621) > >2014-07-22 05:43:33.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53127) > >2014-07-22 05:43:36.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60727) > >2014-07-22 05:43:37.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45678) > >2014-07-22 05:43:37.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53185) > >2014-07-22 05:43:40.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:40.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60781) > >2014-07-22 05:43:41.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45736) > >2014-07-22 05:43:41.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53238) > >2014-07-22 05:43:44.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60835) > >2014-07-22 05:43:45.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45789) > >2014-07-22 05:43:45.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53292) > >2014-07-22 05:43:46.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:46.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:47.812 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:43:48.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60888) > >2014-07-22 05:43:49.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45850) > >2014-07-22 05:43:49.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53348) > >2014-07-22 05:43:52.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60941) > >2014-07-22 05:43:53.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45905) > >2014-07-22 05:43:53.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53401) > >2014-07-22 05:43:56.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60994) > >2014-07-22 05:43:57.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45959) > >2014-07-22 05:43:57.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53455) > >2014-07-22 05:44:00.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32814) > >2014-07-22 05:44:01.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46014) > >2014-07-22 05:44:01.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53512) > >2014-07-22 05:44:04.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32867) > >2014-07-22 05:44:05.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46067) > >2014-07-22 05:44:05.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53568) > >2014-07-22 05:44:08.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32921) > >2014-07-22 05:44:09.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46120) > >2014-07-22 05:44:09.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53622) > >2014-07-22 05:44:09.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:10.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:11.057 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:44:11.057 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:44:11.058 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:44:11.074 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:44:12.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32974) > >2014-07-22 05:44:13.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46177) > >2014-07-22 05:44:13.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53679) > >2014-07-22 05:44:16.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:16.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33027) > >2014-07-22 05:44:17.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:17.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46237) > >2014-07-22 05:44:17.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53735) > >2014-07-22 05:44:20.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33080) > >2014-07-22 05:44:21.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:21.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46293) > >2014-07-22 05:44:21.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53789) > >2014-07-22 05:44:24.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33133) > >2014-07-22 05:44:25.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46346) > >2014-07-22 05:44:25.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53842) > >2014-07-22 05:44:28.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33186) > >2014-07-22 05:44:29.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46400) > >2014-07-22 05:44:29.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53896) > >2014-07-22 05:44:32.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33239) > >2014-07-22 05:44:33.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46453) > >2014-07-22 05:44:33.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53949) > >2014-07-22 05:44:36.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33292) > >2014-07-22 05:44:37.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46507) > >2014-07-22 05:44:37.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54003) > >2014-07-22 05:44:40.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:40.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33345) > >2014-07-22 05:44:41.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46565) > >2014-07-22 05:44:41.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54057) > >2014-07-22 05:44:44.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33398) > >2014-07-22 05:44:45.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46618) > >2014-07-22 05:44:45.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54110) > >2014-07-22 05:44:46.273 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:46.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:47.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:44:48.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33451) > >2014-07-22 05:44:49.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46679) > >2014-07-22 05:44:49.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54167) > >2014-07-22 05:44:52.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33504) > >2014-07-22 05:44:53.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46733) > >2014-07-22 05:44:53.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54220) > >2014-07-22 05:44:56.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33557) > >2014-07-22 05:44:57.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46787) > >2014-07-22 05:44:57.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54274) > >2014-07-22 05:45:00.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33610) > >2014-07-22 05:45:01.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46841) > >2014-07-22 05:45:01.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54327) > >2014-07-22 05:45:04.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33663) > >2014-07-22 05:45:05.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46895) > >2014-07-22 05:45:05.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54380) > >2014-07-22 05:45:08.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33716) > >2014-07-22 05:45:09.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46954) > >2014-07-22 05:45:09.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54435) > >2014-07-22 05:45:09.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:10.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33769) > >2014-07-22 05:45:13.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47014) > >2014-07-22 05:45:13.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54494) > >2014-07-22 05:45:16.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:16.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33823) > >2014-07-22 05:45:17.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:17.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47075) > >2014-07-22 05:45:17.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54551) > >2014-07-22 05:45:20.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33876) > >2014-07-22 05:45:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:21.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47134) > >2014-07-22 05:45:21.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54608) > >2014-07-22 05:45:24.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33930) > >2014-07-22 05:45:25.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47187) > >2014-07-22 05:45:25.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54661) > >2014-07-22 05:45:28.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33987) > >2014-07-22 05:45:29.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47241) > >2014-07-22 05:45:29.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54717) > >2014-07-22 05:45:32.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34039) > >2014-07-22 05:45:33.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47294) > >2014-07-22 05:45:33.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54770) > >2014-07-22 05:45:36.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34092) > >2014-07-22 05:45:37.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47352) > >2014-07-22 05:45:37.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54827) > >2014-07-22 05:45:40.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:40.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34146) > >2014-07-22 05:45:41.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47422) > >2014-07-22 05:45:41.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54888) > >2014-07-22 05:45:44.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34205) > >2014-07-22 05:45:45.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47481) > >2014-07-22 05:45:45.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54942) > >2014-07-22 05:45:46.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:46.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:47.819 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:45:48.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34259) > >2014-07-22 05:45:49.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47542) > >2014-07-22 05:45:49.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54999) > >2014-07-22 05:45:52.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34315) > >2014-07-22 05:45:53.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47603) > >2014-07-22 05:45:53.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55056) > >2014-07-22 05:45:56.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34381) > >2014-07-22 05:45:57.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47657) > >2014-07-22 05:45:57.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55111) > >2014-07-22 05:46:00.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34435) > >2014-07-22 05:46:01.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47714) > >2014-07-22 05:46:01.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55166) > >2014-07-22 05:46:04.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34490) > >2014-07-22 05:46:05.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47767) > >2014-07-22 05:46:06.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55221) > >2014-07-22 05:46:08.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34553) > >2014-07-22 05:46:09.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47837) > >2014-07-22 05:46:09.987 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:10.062 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 55279) > >2014-07-22 05:46:10.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:11.077 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:46:11.077 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:46:11.078 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:46:11.118 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:46:12.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34615) > >2014-07-22 05:46:13.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47907) > >2014-07-22 05:46:14.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55335) > >2014-07-22 05:46:16.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:16.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34677) > >2014-07-22 05:46:17.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:17.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47977) > >2014-07-22 05:46:18.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55391) > >2014-07-22 05:46:20.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34738) > >2014-07-22 05:46:21.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:21.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48048) > >2014-07-22 05:46:22.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55445) > >2014-07-22 05:46:24.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34803) > >2014-07-22 05:46:25.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48117) > >2014-07-22 05:46:26.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55498) > >2014-07-22 05:46:29.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34871) > >2014-07-22 05:46:29.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48185) > >2014-07-22 05:46:30.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55553) > >2014-07-22 05:46:33.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34935) > >2014-07-22 05:46:33.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48241) > >2014-07-22 05:46:34.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55605) > >2014-07-22 05:46:37.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34998) > >2014-07-22 05:46:37.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48295) > >2014-07-22 05:46:38.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55659) > >2014-07-22 05:46:40.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:41.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35057) > >2014-07-22 05:46:41.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48353) > >2014-07-22 05:46:42.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55713) > >2014-07-22 05:46:45.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35116) > >2014-07-22 05:46:45.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48409) > >2014-07-22 05:46:46.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55766) > >2014-07-22 05:46:46.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:46.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:47.890 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:46:49.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35173) > >2014-07-22 05:46:49.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48471) > >2014-07-22 05:46:50.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55823) > >2014-07-22 05:46:53.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35228) > >2014-07-22 05:46:53.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48526) > >2014-07-22 05:46:54.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55876) > >2014-07-22 05:46:57.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35282) > >2014-07-22 05:46:57.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48583) > >2014-07-22 05:46:58.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55930) > >2014-07-22 05:47:01.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35335) > >2014-07-22 05:47:01.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48639) > >2014-07-22 05:47:02.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55983) > >2014-07-22 05:47:05.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35389) > >2014-07-22 05:47:05.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48694) > >2014-07-22 05:47:06.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56036) > >2014-07-22 05:47:09.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35442) > >2014-07-22 05:47:09.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48748) > >2014-07-22 05:47:09.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:10.108 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 56090) > >2014-07-22 05:47:10.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:13.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35495) > >2014-07-22 05:47:13.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48812) > >2014-07-22 05:47:14.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56150) > >2014-07-22 05:47:16.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:17.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35548) > >2014-07-22 05:47:17.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:17.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48875) > >2014-07-22 05:47:18.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56207) > >2014-07-22 05:47:21.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:21.076 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 35601) > >2014-07-22 05:47:21.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48931) > >2014-07-22 05:47:22.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56261) > >2014-07-22 05:47:25.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35654) > >2014-07-22 05:47:25.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48988) > >2014-07-22 05:47:26.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56316) > >2014-07-22 05:47:29.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35707) > >2014-07-22 05:47:29.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49042) > >2014-07-22 05:47:30.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56370) > >2014-07-22 05:47:33.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35760) > >2014-07-22 05:47:33.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49099) > >2014-07-22 05:47:34.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56427) > >2014-07-22 05:47:37.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35813) > >2014-07-22 05:47:37.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49154) > >2014-07-22 05:47:38.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56482) > >2014-07-22 05:47:40.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:41.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35867) > >2014-07-22 05:47:41.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49212) > >2014-07-22 05:47:42.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56537) > >2014-07-22 05:47:45.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35919) > >2014-07-22 05:47:45.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49265) > >2014-07-22 05:47:46.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56590) > >2014-07-22 05:47:46.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:46.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:47.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:47:49.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35973) > >2014-07-22 05:47:49.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49326) > >2014-07-22 05:47:50.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56648) > >2014-07-22 05:47:53.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36026) > >2014-07-22 05:47:53.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49381) > >2014-07-22 05:47:54.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56701) > >2014-07-22 05:47:57.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36079) > >2014-07-22 05:47:57.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49435) > >2014-07-22 05:47:58.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56755) > >2014-07-22 05:48:01.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36132) > >2014-07-22 05:48:01.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49488) > >2014-07-22 05:48:02.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56808) > >2014-07-22 05:48:05.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36185) > >2014-07-22 05:48:05.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49543) > >2014-07-22 05:48:06.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56865) > >2014-07-22 05:48:09.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36239) > >2014-07-22 05:48:09.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49597) > >2014-07-22 05:48:09.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:10.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56922) > >2014-07-22 05:48:10.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:11.122 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:48:11.122 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:48:11.123 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:48:11.136 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:48:13.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36292) > >2014-07-22 05:48:13.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49654) > >2014-07-22 05:48:14.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56979) > >2014-07-22 05:48:16.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:17.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36345) > >2014-07-22 05:48:17.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:17.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49714) > >2014-07-22 05:48:18.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57035) > >2014-07-22 05:48:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:21.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36398) > >2014-07-22 05:48:21.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49771) > >2014-07-22 05:48:22.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57089) > >2014-07-22 05:48:25.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36451) > >2014-07-22 05:48:25.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49824) > >2014-07-22 05:48:26.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57142) > >2014-07-22 05:48:29.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36504) > >2014-07-22 05:48:29.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49878) > >2014-07-22 05:48:30.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57196) > >2014-07-22 05:48:33.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36557) > >2014-07-22 05:48:33.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49931) > >2014-07-22 05:48:34.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57249) > >2014-07-22 05:48:37.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36610) > >2014-07-22 05:48:37.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49985) > >2014-07-22 05:48:38.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57303) > >2014-07-22 05:48:40.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:41.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36663) > >2014-07-22 05:48:41.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50043) > >2014-07-22 05:48:42.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57357) > >2014-07-22 05:48:45.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36716) > >2014-07-22 05:48:45.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50096) > >2014-07-22 05:48:46.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57410) > >2014-07-22 05:48:46.446 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:46.967 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:47.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:48:49.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36769) > >2014-07-22 05:48:49.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50157) > >2014-07-22 05:48:50.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57467) > >2014-07-22 05:48:53.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36822) > >2014-07-22 05:48:53.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50212) > >2014-07-22 05:48:54.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57520) > >2014-07-22 05:48:57.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36875) > >2014-07-22 05:48:57.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50264) > >2014-07-22 05:48:58.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57574) > >2014-07-22 05:49:01.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36928) > >2014-07-22 05:49:01.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50317) > >2014-07-22 05:49:02.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57627) > >2014-07-22 05:49:05.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36981) > >2014-07-22 05:49:05.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50370) > >2014-07-22 05:49:06.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57680) > >2014-07-22 05:49:09.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37034) > >2014-07-22 05:49:09.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50425) > >2014-07-22 05:49:09.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:10.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57735) > >2014-07-22 05:49:10.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:13.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37087) > >2014-07-22 05:49:13.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50485) > >2014-07-22 05:49:14.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57794) > >2014-07-22 05:49:16.471 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:17.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37140) > >2014-07-22 05:49:17.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:17.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50546) > >2014-07-22 05:49:18.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57851) > >2014-07-22 05:49:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:21.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37193) > >2014-07-22 05:49:21.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50602) > >2014-07-22 05:49:22.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57905) > >2014-07-22 05:49:25.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37246) > >2014-07-22 05:49:25.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50658) > >2014-07-22 05:49:26.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57960) > >2014-07-22 05:49:29.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37299) > >2014-07-22 05:49:29.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50712) > >2014-07-22 05:49:30.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58014) > >2014-07-22 05:49:33.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37352) > >2014-07-22 05:49:33.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50767) > >2014-07-22 05:49:34.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58071) > >2014-07-22 05:49:37.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37406) > >2014-07-22 05:49:37.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50821) > >2014-07-22 05:49:38.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58125) > >2014-07-22 05:49:40.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:41.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37460) > >2014-07-22 05:49:41.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50880) > >2014-07-22 05:49:42.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58181) > >2014-07-22 05:49:45.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37512) > >2014-07-22 05:49:45.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50933) > >2014-07-22 05:49:46.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58234) > >2014-07-22 05:49:46.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:46.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:47.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:49:49.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37566) > >2014-07-22 05:49:49.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50994) > >2014-07-22 05:49:50.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58292) > >2014-07-22 05:49:53.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37619) > >2014-07-22 05:49:53.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51049) > >2014-07-22 05:49:54.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58345) > >2014-07-22 05:49:57.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37672) > >2014-07-22 05:49:57.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51103) > >2014-07-22 05:49:58.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58400) > >2014-07-22 05:50:01.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37725) > >2014-07-22 05:50:01.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51156) > >2014-07-22 05:50:02.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58453) > >2014-07-22 05:50:05.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37778) > >2014-07-22 05:50:05.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51211) > >2014-07-22 05:50:06.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58510) > >2014-07-22 05:50:09.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37832) > >2014-07-22 05:50:09.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51266) > >2014-07-22 05:50:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:10.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58568) > >2014-07-22 05:50:10.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:11.137 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:50:11.137 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:50:11.138 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:50:11.156 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:50:13.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37885) > >2014-07-22 05:50:13.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51323) > >2014-07-22 05:50:14.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58625) > >2014-07-22 05:50:16.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:17.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37938) > >2014-07-22 05:50:17.278 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:17.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51383) > >2014-07-22 05:50:18.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58680) > >2014-07-22 05:50:21.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:21.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37991) > >2014-07-22 05:50:21.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51439) > >2014-07-22 05:50:22.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58734) > >2014-07-22 05:50:25.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38044) > >2014-07-22 05:50:25.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51492) > >2014-07-22 05:50:26.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58787) > >2014-07-22 05:50:29.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38097) > >2014-07-22 05:50:29.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51546) > >2014-07-22 05:50:30.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58841) > >2014-07-22 05:50:33.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38150) > >2014-07-22 05:50:33.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51599) > >2014-07-22 05:50:34.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58894) > >2014-07-22 05:50:37.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38203) > >2014-07-22 05:50:37.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51653) > >2014-07-22 05:50:38.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58948) > >2014-07-22 05:50:40.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:41.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38256) > >2014-07-22 05:50:41.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51711) > >2014-07-22 05:50:42.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59002) > >2014-07-22 05:50:45.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38309) > >2014-07-22 05:50:45.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51765) > >2014-07-22 05:50:46.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59055) > >2014-07-22 05:50:46.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:47.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:47.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:50:49.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38362) > >2014-07-22 05:50:49.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51826) > >2014-07-22 05:50:50.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59112) > >2014-07-22 05:50:53.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38415) > >2014-07-22 05:50:53.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51881) > >2014-07-22 05:50:54.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59166) > >2014-07-22 05:50:57.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38468) > >2014-07-22 05:50:57.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51935) > >2014-07-22 05:50:58.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59220) > >2014-07-22 05:51:01.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38521) > >2014-07-22 05:51:01.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51988) > >2014-07-22 05:51:02.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59273) > >2014-07-22 05:51:05.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38574) > >2014-07-22 05:51:06.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52041) > >2014-07-22 05:51:06.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59326) > >2014-07-22 05:51:09.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38627) > >2014-07-22 05:51:09.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:10.009 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 52095) > >2014-07-22 05:51:10.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59381) > >2014-07-22 05:51:10.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:13.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38680) > >2014-07-22 05:51:14.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52156) > >2014-07-22 05:51:14.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59440) > >2014-07-22 05:51:16.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:17.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38733) > >2014-07-22 05:51:17.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:18.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52217) > >2014-07-22 05:51:18.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59497) > >2014-07-22 05:51:21.015 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:21.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38786) > >2014-07-22 05:51:22.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52273) > >2014-07-22 05:51:22.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59551) > >2014-07-22 05:51:25.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38839) > >2014-07-22 05:51:26.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52329) > >2014-07-22 05:51:26.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59607) > >2014-07-22 05:51:29.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38892) > >2014-07-22 05:51:30.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52383) > >2014-07-22 05:51:30.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59661) > >2014-07-22 05:51:33.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38945) > >2014-07-22 05:51:34.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52438) > >2014-07-22 05:51:34.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59718) > >2014-07-22 05:51:37.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38998) > >2014-07-22 05:51:38.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52492) > >2014-07-22 05:51:38.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59772) > >2014-07-22 05:51:40.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:41.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39051) > >2014-07-22 05:51:42.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52551) > >2014-07-22 05:51:42.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59828) > >2014-07-22 05:51:45.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39105) > >2014-07-22 05:51:46.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52604) > >2014-07-22 05:51:46.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59881) > >2014-07-22 05:51:46.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:47.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:47.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:51:49.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39158) > >2014-07-22 05:51:50.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52664) > >2014-07-22 05:51:50.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59939) > >2014-07-22 05:51:53.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39212) > >2014-07-22 05:51:54.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52719) > >2014-07-22 05:51:54.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59992) > >2014-07-22 05:51:57.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39265) > >2014-07-22 05:51:58.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52773) > >2014-07-22 05:51:58.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60046) > >2014-07-22 05:52:01.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39318) > >2014-07-22 05:52:02.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52826) > >2014-07-22 05:52:02.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60099) > >2014-07-22 05:52:05.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39371) > >2014-07-22 05:52:06.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52881) > >2014-07-22 05:52:06.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60156) > >2014-07-22 05:52:09.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39425) > >2014-07-22 05:52:09.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:10.055 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 52935) > >2014-07-22 05:52:10.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60214) > >2014-07-22 05:52:10.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:11.160 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:52:11.160 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:52:11.160 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:52:11.172 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:52:13.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39478) > >2014-07-22 05:52:14.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52992) > >2014-07-22 05:52:14.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60270) > >2014-07-22 05:52:16.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:17.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39531) > >2014-07-22 05:52:17.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:18.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53052) > >2014-07-22 05:52:18.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60326) > >2014-07-22 05:52:21.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:21.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39584) > >2014-07-22 05:52:22.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53108) > >2014-07-22 05:52:22.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60380) > >2014-07-22 05:52:25.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39637) > >2014-07-22 05:52:26.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53161) > >2014-07-22 05:52:26.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60433) > >2014-07-22 05:52:29.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39690) > >2014-07-22 05:52:30.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53216) > >2014-07-22 05:52:30.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60487) > >2014-07-22 05:52:33.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39743) > >2014-07-22 05:52:34.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53269) > >2014-07-22 05:52:34.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60540) > >2014-07-22 05:52:37.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39796) > >2014-07-22 05:52:38.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53324) > >2014-07-22 05:52:38.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60595) > >2014-07-22 05:52:40.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:41.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39849) > >2014-07-22 05:52:42.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53382) > >2014-07-22 05:52:42.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60649) > >2014-07-22 05:52:45.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39902) > >2014-07-22 05:52:46.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53435) > >2014-07-22 05:52:46.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60702) > >2014-07-22 05:52:46.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:47.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:47.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:52:49.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39955) > >2014-07-22 05:52:50.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53496) > >2014-07-22 05:52:50.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60759) > >2014-07-22 05:52:53.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40008) > >2014-07-22 05:52:54.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53551) > >2014-07-22 05:52:54.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60812) > >2014-07-22 05:52:57.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40061) > >2014-07-22 05:52:58.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53605) > >2014-07-22 05:52:58.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60866) > >2014-07-22 05:53:01.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40114) > >2014-07-22 05:53:02.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53659) > >2014-07-22 05:53:02.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60919) > >2014-07-22 05:53:05.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40167) > >2014-07-22 05:53:06.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53710) > >2014-07-22 05:53:06.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60972) > >2014-07-22 05:53:09.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40220) > >2014-07-22 05:53:09.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:10.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53766) > >2014-07-22 05:53:10.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32796) > >2014-07-22 05:53:10.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:13.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40273) > >2014-07-22 05:53:14.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53827) > >2014-07-22 05:53:14.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32854) > >2014-07-22 05:53:16.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:17.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:17.336 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.8', 40326) > >2014-07-22 05:53:18.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53886) > >2014-07-22 05:53:18.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32910) > >2014-07-22 05:53:21.016 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:21.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40379) > >2014-07-22 05:53:22.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53943) > >2014-07-22 05:53:22.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32964) > >2014-07-22 05:53:25.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40432) > >2014-07-22 05:53:26.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53999) > >2014-07-22 05:53:26.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33020) > >2014-07-22 05:53:29.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40485) > >2014-07-22 05:53:30.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54052) > >2014-07-22 05:53:30.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33073) > >2014-07-22 05:53:33.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40537) > >2014-07-22 05:53:34.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54107) > >2014-07-22 05:53:34.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33130) > >2014-07-22 05:53:37.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40590) > >2014-07-22 05:53:38.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54160) > >2014-07-22 05:53:38.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33183) > >2014-07-22 05:53:40.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:41.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40643) > >2014-07-22 05:53:42.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54220) > >2014-07-22 05:53:42.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33238) > >2014-07-22 05:53:45.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40697) > >2014-07-22 05:53:46.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54273) > >2014-07-22 05:53:46.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33292) > >2014-07-22 05:53:46.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:47.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:47.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:53:49.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40750) > >2014-07-22 05:53:50.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54334) > >2014-07-22 05:53:50.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33349) > >2014-07-22 05:53:53.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40804) > >2014-07-22 05:53:54.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54389) > >2014-07-22 05:53:54.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33403) > >2014-07-22 05:53:57.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40857) > >2014-07-22 05:53:58.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54443) > >2014-07-22 05:53:58.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33457) > >2014-07-22 05:54:01.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40910) > >2014-07-22 05:54:02.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54496) > >2014-07-22 05:54:02.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33510) > >2014-07-22 05:54:05.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40963) > >2014-07-22 05:54:06.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54551) > >2014-07-22 05:54:06.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33565) > >2014-07-22 05:54:09.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41016) > >2014-07-22 05:54:09.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:10.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54606) > >2014-07-22 05:54:10.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33624) > >2014-07-22 05:54:10.973 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:11.175 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:54:11.175 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:54:11.175 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:54:11.188 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:54:13.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41070) > >2014-07-22 05:54:14.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54664) > >2014-07-22 05:54:14.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33684) > >2014-07-22 05:54:16.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:17.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:17.369 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.8', 41123) > >2014-07-22 05:54:18.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54727) > >2014-07-22 05:54:18.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33740) > >2014-07-22 05:54:21.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:21.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41176) > >2014-07-22 05:54:22.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54781) > >2014-07-22 05:54:22.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33794) > >2014-07-22 05:54:25.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41229) > >2014-07-22 05:54:26.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54833) > >2014-07-22 05:54:26.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33847) > >2014-07-22 05:54:29.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41282) > >2014-07-22 05:54:30.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54887) > >2014-07-22 05:54:30.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33901) > >2014-07-22 05:54:33.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41335) > >2014-07-22 05:54:34.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54939) > >2014-07-22 05:54:34.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33954) > >2014-07-22 05:54:37.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41388) > >2014-07-22 05:54:38.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54993) > >2014-07-22 05:54:38.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34008) > >2014-07-22 05:54:40.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:41.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41441) > >2014-07-22 05:54:42.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55051) > >2014-07-22 05:54:42.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34062) > >2014-07-22 05:54:45.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41494) > >2014-07-22 05:54:46.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55104) > >2014-07-22 05:54:46.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34115) > >2014-07-22 05:54:46.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:47.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:47.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:54:49.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41547) > >2014-07-22 05:54:50.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55165) > >2014-07-22 05:54:50.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34172) > >2014-07-22 05:54:53.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41600) > >2014-07-22 05:54:54.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55220) > >2014-07-22 05:54:54.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34225) > >2014-07-22 05:54:57.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41653) > >2014-07-22 05:54:58.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55274) > >2014-07-22 05:54:58.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34279) > >2014-07-22 05:55:01.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41706) > >2014-07-22 05:55:02.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55327) > >2014-07-22 05:55:02.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34332) > >2014-07-22 05:55:05.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41759) > >2014-07-22 05:55:06.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55380) > >2014-07-22 05:55:06.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34385) > >2014-07-22 05:55:09.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41812) > >2014-07-22 05:55:09.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:10.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55435) > >2014-07-22 05:55:10.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34441) > >2014-07-22 05:55:11.032 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:13.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41865) > >2014-07-22 05:55:14.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55495) > >2014-07-22 05:55:14.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34498) > >2014-07-22 05:55:16.710 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:17.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:17.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41917) > >2014-07-22 05:55:18.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55557) > >2014-07-22 05:55:18.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34555) > >2014-07-22 05:55:21.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:21.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41970) > >2014-07-22 05:55:22.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55612) > >2014-07-22 05:55:22.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34608) > >2014-07-22 05:55:25.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42023) > >2014-07-22 05:55:26.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55667) > >2014-07-22 05:55:26.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34663) > >2014-07-22 05:55:29.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42076) > >2014-07-22 05:55:30.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55722) > >2014-07-22 05:55:30.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34718) > >2014-07-22 05:55:33.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42129) > >2014-07-22 05:55:34.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55776) > >2014-07-22 05:55:34.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34775) > >2014-07-22 05:55:37.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42182) > >2014-07-22 05:55:38.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55831) > >2014-07-22 05:55:38.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34829) > >2014-07-22 05:55:40.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:41.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42235) > >2014-07-22 05:55:42.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55890) > >2014-07-22 05:55:42.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34884) > >2014-07-22 05:55:45.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42289) > >2014-07-22 05:55:46.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55943) > >2014-07-22 05:55:46.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34938) > >2014-07-22 05:55:46.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:47.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:47.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:55:49.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42343) > >2014-07-22 05:55:50.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56004) > >2014-07-22 05:55:50.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34995) > >2014-07-22 05:55:53.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42397) > >2014-07-22 05:55:54.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56059) > >2014-07-22 05:55:54.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35049) > >2014-07-22 05:55:57.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42450) > >2014-07-22 05:55:58.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56114) > >2014-07-22 05:55:58.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35103) > >2014-07-22 05:56:01.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42503) > >2014-07-22 05:56:02.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56167) > >2014-07-22 05:56:02.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35156) > >2014-07-22 05:56:05.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42556) > >2014-07-22 05:56:06.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56221) > >2014-07-22 05:56:06.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35209) > >2014-07-22 05:56:09.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42609) > >2014-07-22 05:56:09.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:10.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56277) > >2014-07-22 05:56:10.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35267) > >2014-07-22 05:56:11.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:11.190 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:56:11.190 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:56:11.191 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:56:11.202 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:56:13.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42663) > >2014-07-22 05:56:14.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56335) > >2014-07-22 05:56:14.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35328) > >2014-07-22 05:56:16.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:17.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:17.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42716) > >2014-07-22 05:56:18.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56397) > >2014-07-22 05:56:18.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35384) > >2014-07-22 05:56:21.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:21.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42769) > >2014-07-22 05:56:22.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56451) > >2014-07-22 05:56:22.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35438) > >2014-07-22 05:56:25.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42822) > >2014-07-22 05:56:26.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56504) > >2014-07-22 05:56:26.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35491) > >2014-07-22 05:56:29.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42875) > >2014-07-22 05:56:30.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56558) > >2014-07-22 05:56:30.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35545) > >2014-07-22 05:56:33.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42928) > >2014-07-22 05:56:34.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56611) > >2014-07-22 05:56:34.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35598) > >2014-07-22 05:56:37.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42981) > >2014-07-22 05:56:38.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56665) > >2014-07-22 05:56:38.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35652) > >2014-07-22 05:56:40.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:41.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43034) > >2014-07-22 05:56:42.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56723) > >2014-07-22 05:56:42.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35706) > >2014-07-22 05:56:45.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43087) > >2014-07-22 05:56:46.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56776) > >2014-07-22 05:56:46.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:46.494 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.7', 35759) > >2014-07-22 05:56:47.301 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:47.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:56:49.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43140) > >2014-07-22 05:56:50.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56837) > >2014-07-22 05:56:50.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35816) > >2014-07-22 05:56:53.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43193) > >2014-07-22 05:56:54.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56892) > >2014-07-22 05:56:54.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35869) > >2014-07-22 05:56:57.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43246) > >2014-07-22 05:56:58.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56946) > >2014-07-22 05:56:58.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35923) > >2014-07-22 05:57:01.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43299) > >2014-07-22 05:57:02.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56999) > >2014-07-22 05:57:02.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35976) > >2014-07-22 05:57:05.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43352) > >2014-07-22 05:57:06.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57052) > >2014-07-22 05:57:06.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36029) > >2014-07-22 05:57:09.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43405) > >2014-07-22 05:57:10.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:10.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57107) > >2014-07-22 05:57:10.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36084) > >2014-07-22 05:57:11.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:13.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43458) > >2014-07-22 05:57:14.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57166) > >2014-07-22 05:57:14.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36141) > >2014-07-22 05:57:16.784 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:17.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:17.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43511) > >2014-07-22 05:57:18.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57228) > >2014-07-22 05:57:18.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36197) > >2014-07-22 05:57:21.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:21.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43564) > >2014-07-22 05:57:22.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57283) > >2014-07-22 05:57:22.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36252) > >2014-07-22 05:57:25.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43616) > >2014-07-22 05:57:26.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57338) > >2014-07-22 05:57:26.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36307) > >2014-07-22 05:57:29.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43669) > >2014-07-22 05:57:30.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57392) > >2014-07-22 05:57:30.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36362) > >2014-07-22 05:57:33.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43722) > >2014-07-22 05:57:34.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57447) > >2014-07-22 05:57:34.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36417) > >2014-07-22 05:57:37.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43775) > >2014-07-22 05:57:38.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57501) > >2014-07-22 05:57:38.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36473) > >2014-07-22 05:57:40.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:41.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43828) > >2014-07-22 05:57:42.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57560) > >2014-07-22 05:57:42.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36528) > >2014-07-22 05:57:45.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43882) > >2014-07-22 05:57:46.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57613) > >2014-07-22 05:57:46.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:46.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36582) > >2014-07-22 05:57:47.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:47.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:57:49.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43935) > >2014-07-22 05:57:50.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57674) > >2014-07-22 05:57:50.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36639) > >2014-07-22 05:57:53.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43989) > >2014-07-22 05:57:54.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57729) > >2014-07-22 05:57:54.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36693) > >2014-07-22 05:57:57.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44042) > >2014-07-22 05:57:58.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57783) > >2014-07-22 05:57:58.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36747) > >2014-07-22 05:58:01.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44095) > >2014-07-22 05:58:02.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57836) > >2014-07-22 05:58:02.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36800) > >2014-07-22 05:58:05.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44148) > >2014-07-22 05:58:06.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57889) > >2014-07-22 05:58:06.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36854) > >2014-07-22 05:58:09.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44201) > >2014-07-22 05:58:10.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:10.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57947) > >2014-07-22 05:58:10.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36914) > >2014-07-22 05:58:11.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:11.206 29190 ERROR neutron.openstack.common.rpc.common [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] Failed to consume message from queue: Socket closed >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 05:58:11.206 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 05:58:11.207 29190 INFO neutron.openstack.common.rpc.common [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 05:58:11.226 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 05:58:13.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44255) > >2014-07-22 05:58:14.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58003) > >2014-07-22 05:58:14.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36972) > >2014-07-22 05:58:16.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:17.469 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:17.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44308) > >2014-07-22 05:58:18.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58065) > >2014-07-22 05:58:18.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37028) > >2014-07-22 05:58:21.029 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:21.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44361) > >2014-07-22 05:58:22.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58119) > >2014-07-22 05:58:22.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37082) > >2014-07-22 05:58:25.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44414) > >2014-07-22 05:58:26.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58172) > >2014-07-22 05:58:26.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37135) > >2014-07-22 05:58:29.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44467) > >2014-07-22 05:58:30.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58226) > >2014-07-22 05:58:30.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37189) > >2014-07-22 05:58:33.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44520) > >2014-07-22 05:58:34.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58279) > >2014-07-22 05:58:34.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37242) > >2014-07-22 05:58:37.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44573) > >2014-07-22 05:58:38.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58333) > >2014-07-22 05:58:38.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37296) > >2014-07-22 05:58:40.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:41.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44626) > >2014-07-22 05:58:42.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58391) > >2014-07-22 05:58:42.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37350) > >2014-07-22 05:58:45.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44679) > >2014-07-22 05:58:46.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58444) > >2014-07-22 05:58:46.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:46.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37403) > >2014-07-22 05:58:47.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:47.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:58:49.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44732) > >2014-07-22 05:58:50.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58505) > >2014-07-22 05:58:50.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37460) > >2014-07-22 05:58:53.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44785) > >2014-07-22 05:58:54.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58560) > >2014-07-22 05:58:54.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37513) > >2014-07-22 05:58:57.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44837) > >2014-07-22 05:58:58.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58614) > >2014-07-22 05:58:58.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37567) > >2014-07-22 05:59:01.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44890) > >2014-07-22 05:59:02.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58667) > >2014-07-22 05:59:02.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37620) > >2014-07-22 05:59:05.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44943) > >2014-07-22 05:59:06.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58720) > >2014-07-22 05:59:06.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37673) > >2014-07-22 05:59:09.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44996) > >2014-07-22 05:59:10.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:10.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58776) > >2014-07-22 05:59:10.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37729) > >2014-07-22 05:59:11.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:13.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45049) > >2014-07-22 05:59:14.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58835) > >2014-07-22 05:59:14.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37786) > >2014-07-22 05:59:16.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:17.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:17.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45102) > >2014-07-22 05:59:18.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58897) > >2014-07-22 05:59:18.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37842) > >2014-07-22 05:59:21.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:21.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45155) > >2014-07-22 05:59:22.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58952) > >2014-07-22 05:59:22.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37897) > >2014-07-22 05:59:25.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45208) > >2014-07-22 05:59:26.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59007) > >2014-07-22 05:59:26.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37952) > >2014-07-22 05:59:29.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45261) > >2014-07-22 05:59:30.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59062) > >2014-07-22 05:59:30.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38008) > >2014-07-22 05:59:33.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45314) > >2014-07-22 05:59:34.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59116) > >2014-07-22 05:59:34.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38063) > >2014-07-22 05:59:37.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45367) > >2014-07-22 05:59:38.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59171) > >2014-07-22 05:59:38.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38119) > >2014-07-22 05:59:40.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:41.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45420) > >2014-07-22 05:59:42.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59230) > >2014-07-22 05:59:42.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38174) > >2014-07-22 05:59:45.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45473) > >2014-07-22 05:59:46.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59283) > >2014-07-22 05:59:46.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:46.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38228) > >2014-07-22 05:59:47.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:47.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 05:59:49.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45527) > >2014-07-22 05:59:50.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59344) > >2014-07-22 05:59:50.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38285) > >2014-07-22 05:59:53.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45581) > >2014-07-22 05:59:54.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59399) > >2014-07-22 05:59:54.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38339) > >2014-07-22 05:59:57.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45634) > >2014-07-22 05:59:58.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59453) > >2014-07-22 05:59:58.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38393) > >2014-07-22 06:00:01.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45687) > >2014-07-22 06:00:02.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59505) > >2014-07-22 06:00:02.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38446) > >2014-07-22 06:00:05.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45740) > >2014-07-22 06:00:06.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59558) > >2014-07-22 06:00:06.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38499) > >2014-07-22 06:00:09.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45793) > >2014-07-22 06:00:10.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:10.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59615) > >2014-07-22 06:00:10.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38558) > >2014-07-22 06:00:11.228 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:00:11.228 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:00:11.228 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:00:11.241 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:00:11.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:13.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45847) > >2014-07-22 06:00:14.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59671) > >2014-07-22 06:00:14.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38617) > >2014-07-22 06:00:16.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:17.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:17.618 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.8', 45900) > >2014-07-22 06:00:18.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59733) > >2014-07-22 06:00:18.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38673) > >2014-07-22 06:00:21.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:21.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45953) > >2014-07-22 06:00:22.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59787) > >2014-07-22 06:00:22.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38727) > >2014-07-22 06:00:25.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46006) > >2014-07-22 06:00:26.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59839) > >2014-07-22 06:00:26.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38780) > >2014-07-22 06:00:29.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46059) > >2014-07-22 06:00:30.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59893) > >2014-07-22 06:00:30.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38834) > >2014-07-22 06:00:33.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46112) > >2014-07-22 06:00:34.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59946) > >2014-07-22 06:00:34.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38887) > >2014-07-22 06:00:37.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46165) > >2014-07-22 06:00:38.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60001) > >2014-07-22 06:00:38.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38941) > >2014-07-22 06:00:40.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:41.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46218) > >2014-07-22 06:00:42.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60059) > >2014-07-22 06:00:42.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38995) > >2014-07-22 06:00:45.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46271) > >2014-07-22 06:00:46.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60112) > >2014-07-22 06:00:46.469 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:46.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39048) > >2014-07-22 06:00:47.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:47.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:00:49.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46324) > >2014-07-22 06:00:50.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60173) > >2014-07-22 06:00:50.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39105) > >2014-07-22 06:00:53.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46377) > >2014-07-22 06:00:54.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60228) > >2014-07-22 06:00:54.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39158) > >2014-07-22 06:00:57.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46430) > >2014-07-22 06:00:58.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60282) > >2014-07-22 06:00:58.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39212) > >2014-07-22 06:01:01.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46483) > >2014-07-22 06:01:02.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60335) > >2014-07-22 06:01:02.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39265) > >2014-07-22 06:01:05.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46535) > >2014-07-22 06:01:06.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60388) > >2014-07-22 06:01:06.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39318) > >2014-07-22 06:01:09.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46588) > >2014-07-22 06:01:10.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:10.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60443) > >2014-07-22 06:01:10.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39373) > >2014-07-22 06:01:11.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:13.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46641) > >2014-07-22 06:01:14.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60502) > >2014-07-22 06:01:14.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39434) > >2014-07-22 06:01:16.950 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:17.626 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:17.682 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.8', 46694) > >2014-07-22 06:01:18.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60564) > >2014-07-22 06:01:18.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39490) > >2014-07-22 06:01:21.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:21.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46747) > >2014-07-22 06:01:22.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60619) > >2014-07-22 06:01:22.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39545) > >2014-07-22 06:01:25.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46800) > >2014-07-22 06:01:26.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60674) > >2014-07-22 06:01:26.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39600) > >2014-07-22 06:01:29.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46853) > >2014-07-22 06:01:30.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60729) > >2014-07-22 06:01:30.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39655) > >2014-07-22 06:01:33.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46906) > >2014-07-22 06:01:34.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60783) > >2014-07-22 06:01:34.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39710) > >2014-07-22 06:01:37.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46959) > >2014-07-22 06:01:38.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60838) > >2014-07-22 06:01:38.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39766) > >2014-07-22 06:01:40.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:41.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47012) > >2014-07-22 06:01:42.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60897) > >2014-07-22 06:01:42.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39820) > >2014-07-22 06:01:45.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47065) > >2014-07-22 06:01:46.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60950) > >2014-07-22 06:01:46.457 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:46.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39874) > >2014-07-22 06:01:47.314 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:47.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:01:49.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47119) > >2014-07-22 06:01:50.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32778) > >2014-07-22 06:01:50.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39930) > >2014-07-22 06:01:53.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47172) > >2014-07-22 06:01:54.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32833) > >2014-07-22 06:01:54.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39984) > >2014-07-22 06:01:57.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47226) > >2014-07-22 06:01:58.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32887) > >2014-07-22 06:01:58.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40038) > >2014-07-22 06:02:01.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47279) > >2014-07-22 06:02:02.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32940) > >2014-07-22 06:02:02.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40091) > >2014-07-22 06:02:05.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47332) > >2014-07-22 06:02:06.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32993) > >2014-07-22 06:02:06.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40144) > >2014-07-22 06:02:09.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47385) > >2014-07-22 06:02:10.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:10.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33050) > >2014-07-22 06:02:10.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40201) > >2014-07-22 06:02:11.243 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:02:11.243 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:02:11.244 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:02:11.256 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:02:11.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:13.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47439) > >2014-07-22 06:02:14.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33106) > >2014-07-22 06:02:14.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40260) > >2014-07-22 06:02:16.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:17.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:17.695 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.8', 47493) > >2014-07-22 06:02:18.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33168) > >2014-07-22 06:02:18.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40318) > >2014-07-22 06:02:21.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:21.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47546) > >2014-07-22 06:02:22.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33222) > >2014-07-22 06:02:22.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40372) > >2014-07-22 06:02:25.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47599) > >2014-07-22 06:02:26.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33275) > >2014-07-22 06:02:26.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40425) > >2014-07-22 06:02:29.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47652) > >2014-07-22 06:02:30.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33329) > >2014-07-22 06:02:30.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40479) > >2014-07-22 06:02:33.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47705) > >2014-07-22 06:02:34.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33382) > >2014-07-22 06:02:34.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40532) > >2014-07-22 06:02:37.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47758) > >2014-07-22 06:02:38.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33436) > >2014-07-22 06:02:38.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40586) > >2014-07-22 06:02:40.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:41.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47811) > >2014-07-22 06:02:42.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33494) > >2014-07-22 06:02:42.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40640) > >2014-07-22 06:02:45.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47864) > >2014-07-22 06:02:46.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33547) > >2014-07-22 06:02:46.456 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:46.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40694) > >2014-07-22 06:02:47.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:47.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:02:49.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47917) > >2014-07-22 06:02:50.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33608) > >2014-07-22 06:02:50.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40750) > >2014-07-22 06:02:53.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47970) > >2014-07-22 06:02:54.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33663) > >2014-07-22 06:02:54.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40803) > >2014-07-22 06:02:57.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48023) > >2014-07-22 06:02:58.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33717) > >2014-07-22 06:02:58.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40857) > >2014-07-22 06:03:01.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48076) > >2014-07-22 06:03:02.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33769) > >2014-07-22 06:03:02.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40910) > >2014-07-22 06:03:05.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48130) > >2014-07-22 06:03:06.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33822) > >2014-07-22 06:03:06.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40963) > >2014-07-22 06:03:09.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48183) > >2014-07-22 06:03:10.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:10.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33878) > >2014-07-22 06:03:10.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41019) > >2014-07-22 06:03:11.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:13.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48236) > >2014-07-22 06:03:14.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33937) > >2014-07-22 06:03:14.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41079) > >2014-07-22 06:03:17.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:17.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48289) > >2014-07-22 06:03:17.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:18.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33999) > >2014-07-22 06:03:18.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41135) > >2014-07-22 06:03:21.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:21.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48342) > >2014-07-22 06:03:22.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34054) > >2014-07-22 06:03:22.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41191) > >2014-07-22 06:03:25.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48395) > >2014-07-22 06:03:26.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34108) > >2014-07-22 06:03:26.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41245) > >2014-07-22 06:03:29.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48448) > >2014-07-22 06:03:30.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34165) > >2014-07-22 06:03:30.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41300) > >2014-07-22 06:03:33.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48500) > >2014-07-22 06:03:34.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34221) > >2014-07-22 06:03:34.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41356) > >2014-07-22 06:03:37.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48553) > >2014-07-22 06:03:38.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34277) > >2014-07-22 06:03:38.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41412) > >2014-07-22 06:03:40.877 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:41.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48607) > >2014-07-22 06:03:42.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34336) > >2014-07-22 06:03:42.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41467) > >2014-07-22 06:03:45.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48660) > >2014-07-22 06:03:46.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34389) > >2014-07-22 06:03:46.462 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:46.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41521) > >2014-07-22 06:03:47.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:47.906 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:03:49.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48714) > >2014-07-22 06:03:50.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34450) > >2014-07-22 06:03:50.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41578) > >2014-07-22 06:03:53.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48767) > >2014-07-22 06:03:54.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34505) > >2014-07-22 06:03:54.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41631) > >2014-07-22 06:03:57.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48821) > >2014-07-22 06:03:58.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34559) > >2014-07-22 06:03:58.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41685) > >2014-07-22 06:04:01.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48874) > >2014-07-22 06:04:02.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34612) > >2014-07-22 06:04:02.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41738) > >2014-07-22 06:04:05.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48927) > >2014-07-22 06:04:06.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34665) > >2014-07-22 06:04:06.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41791) > >2014-07-22 06:04:09.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48980) > >2014-07-22 06:04:10.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:10.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34721) > >2014-07-22 06:04:10.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41848) > >2014-07-22 06:04:11.258 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:04:11.258 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:04:11.259 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:04:11.271 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:04:11.482 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:13.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49033) > >2014-07-22 06:04:14.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34779) > >2014-07-22 06:04:14.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41907) > >2014-07-22 06:04:17.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:17.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49087) > >2014-07-22 06:04:17.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:18.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34843) > >2014-07-22 06:04:18.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41966) > >2014-07-22 06:04:21.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:21.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49140) > >2014-07-22 06:04:22.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34897) > >2014-07-22 06:04:22.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42020) > >2014-07-22 06:04:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49193) > >2014-07-22 06:04:26.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34950) > >2014-07-22 06:04:26.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42073) > >2014-07-22 06:04:29.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49246) > >2014-07-22 06:04:30.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35004) > >2014-07-22 06:04:30.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42127) > >2014-07-22 06:04:33.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49299) > >2014-07-22 06:04:34.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35058) > >2014-07-22 06:04:34.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42180) > >2014-07-22 06:04:37.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49352) > >2014-07-22 06:04:38.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35112) > >2014-07-22 06:04:38.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42234) > >2014-07-22 06:04:40.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:41.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49405) > >2014-07-22 06:04:42.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35170) > >2014-07-22 06:04:42.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42288) > >2014-07-22 06:04:45.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49458) > >2014-07-22 06:04:46.458 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:46.506 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.6', 35223) > >2014-07-22 06:04:46.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42342) > >2014-07-22 06:04:47.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:47.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:04:49.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49510) > >2014-07-22 06:04:50.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35284) > >2014-07-22 06:04:50.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42398) > >2014-07-22 06:04:53.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49563) > >2014-07-22 06:04:54.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35339) > >2014-07-22 06:04:54.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42451) > >2014-07-22 06:04:57.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49616) > >2014-07-22 06:04:58.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35393) > >2014-07-22 06:04:58.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42505) > >2014-07-22 06:05:01.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49669) > >2014-07-22 06:05:02.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35446) > >2014-07-22 06:05:02.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42558) > >2014-07-22 06:05:05.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49722) > >2014-07-22 06:05:06.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35501) > >2014-07-22 06:05:06.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42611) > >2014-07-22 06:05:09.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49775) > >2014-07-22 06:05:10.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:10.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35556) > >2014-07-22 06:05:10.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42666) > >2014-07-22 06:05:11.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:13.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49828) > >2014-07-22 06:05:14.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35615) > >2014-07-22 06:05:14.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42723) > >2014-07-22 06:05:17.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:17.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49881) > >2014-07-22 06:05:17.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:18.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35677) > >2014-07-22 06:05:18.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42779) > >2014-07-22 06:05:21.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:21.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49934) > >2014-07-22 06:05:22.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35732) > >2014-07-22 06:05:22.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42834) > >2014-07-22 06:05:25.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49989) > >2014-07-22 06:05:26.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35788) > >2014-07-22 06:05:26.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42888) > >2014-07-22 06:05:29.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50042) > >2014-07-22 06:05:30.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35844) > >2014-07-22 06:05:30.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42944) > >2014-07-22 06:05:33.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50095) > >2014-07-22 06:05:34.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35900) > >2014-07-22 06:05:34.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43000) > >2014-07-22 06:05:37.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50148) > >2014-07-22 06:05:38.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35954) > >2014-07-22 06:05:38.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43054) > >2014-07-22 06:05:40.938 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:41.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50201) > >2014-07-22 06:05:42.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36011) > >2014-07-22 06:05:42.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43110) > >2014-07-22 06:05:45.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50254) > >2014-07-22 06:05:46.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:46.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36065) > >2014-07-22 06:05:46.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43165) > >2014-07-22 06:05:47.324 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:47.917 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:05:49.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50308) > >2014-07-22 06:05:50.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36126) > >2014-07-22 06:05:50.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43222) > >2014-07-22 06:05:53.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50361) > >2014-07-22 06:05:54.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36181) > >2014-07-22 06:05:54.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43275) > >2014-07-22 06:05:57.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50415) > >2014-07-22 06:05:58.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36235) > >2014-07-22 06:05:58.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43330) > >2014-07-22 06:06:01.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50468) > >2014-07-22 06:06:02.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36287) > >2014-07-22 06:06:02.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43383) > >2014-07-22 06:06:05.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50521) > >2014-07-22 06:06:06.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36340) > >2014-07-22 06:06:06.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43436) > >2014-07-22 06:06:09.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50575) > >2014-07-22 06:06:10.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:10.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36395) > >2014-07-22 06:06:10.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43491) > >2014-07-22 06:06:11.274 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:06:11.274 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:06:11.275 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:06:11.287 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:06:11.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:13.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50628) > >2014-07-22 06:06:14.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36453) > >2014-07-22 06:06:14.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43553) > >2014-07-22 06:06:17.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:17.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50682) > >2014-07-22 06:06:17.913 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:18.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36517) > >2014-07-22 06:06:18.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43612) > >2014-07-22 06:06:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:21.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50735) > >2014-07-22 06:06:22.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36571) > >2014-07-22 06:06:22.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43666) > >2014-07-22 06:06:25.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50788) > >2014-07-22 06:06:26.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36624) > >2014-07-22 06:06:26.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43719) > >2014-07-22 06:06:29.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50841) > >2014-07-22 06:06:30.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36678) > >2014-07-22 06:06:30.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43773) > >2014-07-22 06:06:33.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50894) > >2014-07-22 06:06:34.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36731) > >2014-07-22 06:06:34.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43826) > >2014-07-22 06:06:37.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50946) > >2014-07-22 06:06:38.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36785) > >2014-07-22 06:06:38.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43880) > >2014-07-22 06:06:40.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:41.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50999) > >2014-07-22 06:06:42.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36843) > >2014-07-22 06:06:42.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43934) > >2014-07-22 06:06:45.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51052) > >2014-07-22 06:06:46.460 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:46.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36896) > >2014-07-22 06:06:46.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43988) > >2014-07-22 06:06:47.323 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:47.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:06:49.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51105) > >2014-07-22 06:06:50.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36957) > >2014-07-22 06:06:50.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44044) > >2014-07-22 06:06:53.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51158) > >2014-07-22 06:06:54.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37012) > >2014-07-22 06:06:54.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44097) > >2014-07-22 06:06:57.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51211) > >2014-07-22 06:06:58.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37066) > >2014-07-22 06:06:58.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44151) > >2014-07-22 06:07:01.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51264) > >2014-07-22 06:07:02.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37119) > >2014-07-22 06:07:02.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44205) > >2014-07-22 06:07:05.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51317) > >2014-07-22 06:07:06.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37172) > >2014-07-22 06:07:06.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44258) > >2014-07-22 06:07:09.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51370) > >2014-07-22 06:07:10.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:10.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37227) > >2014-07-22 06:07:10.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44313) > >2014-07-22 06:07:11.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:13.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51423) > >2014-07-22 06:07:14.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37287) > >2014-07-22 06:07:14.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44374) > >2014-07-22 06:07:17.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:17.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51476) > >2014-07-22 06:07:17.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:18.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37349) > >2014-07-22 06:07:18.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44430) > >2014-07-22 06:07:21.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:21.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51529) > >2014-07-22 06:07:22.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37404) > >2014-07-22 06:07:22.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44485) > >2014-07-22 06:07:25.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51582) > >2014-07-22 06:07:26.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37457) > >2014-07-22 06:07:26.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44538) > >2014-07-22 06:07:29.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51635) > >2014-07-22 06:07:30.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37513) > >2014-07-22 06:07:30.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44594) > >2014-07-22 06:07:33.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51688) > >2014-07-22 06:07:34.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37568) > >2014-07-22 06:07:34.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44649) > >2014-07-22 06:07:37.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51741) > >2014-07-22 06:07:38.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37623) > >2014-07-22 06:07:38.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44703) > >2014-07-22 06:07:41.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:41.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51794) > >2014-07-22 06:07:42.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37681) > >2014-07-22 06:07:42.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44759) > >2014-07-22 06:07:45.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51847) > >2014-07-22 06:07:46.460 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:46.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37735) > >2014-07-22 06:07:46.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44813) > >2014-07-22 06:07:47.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:48.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:07:49.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51900) > >2014-07-22 06:07:50.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37796) > >2014-07-22 06:07:50.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44870) > >2014-07-22 06:07:53.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51954) > >2014-07-22 06:07:54.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37851) > >2014-07-22 06:07:54.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44923) > >2014-07-22 06:07:57.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52008) > >2014-07-22 06:07:58.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37905) > >2014-07-22 06:07:58.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44978) > >2014-07-22 06:08:01.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52061) > >2014-07-22 06:08:02.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37958) > >2014-07-22 06:08:02.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45031) > >2014-07-22 06:08:05.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52114) > >2014-07-22 06:08:06.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38011) > >2014-07-22 06:08:06.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45084) > >2014-07-22 06:08:09.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52167) > >2014-07-22 06:08:10.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:10.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38066) > >2014-07-22 06:08:10.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45139) > >2014-07-22 06:08:11.289 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:08:11.289 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:08:11.290 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:08:11.301 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:08:11.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:13.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52220) > >2014-07-22 06:08:14.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38124) > >2014-07-22 06:08:14.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45199) > >2014-07-22 06:08:17.216 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:17.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:17.967 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 52274) > >2014-07-22 06:08:18.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38186) > >2014-07-22 06:08:18.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45258) > >2014-07-22 06:08:21.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:21.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52327) > >2014-07-22 06:08:22.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38239) > >2014-07-22 06:08:22.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45312) > >2014-07-22 06:08:25.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52380) > >2014-07-22 06:08:26.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38292) > >2014-07-22 06:08:26.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45365) > >2014-07-22 06:08:29.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52433) > >2014-07-22 06:08:30.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38346) > >2014-07-22 06:08:30.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45419) > >2014-07-22 06:08:33.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52486) > >2014-07-22 06:08:34.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38399) > >2014-07-22 06:08:34.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45472) > >2014-07-22 06:08:37.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52539) > >2014-07-22 06:08:38.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38453) > >2014-07-22 06:08:38.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45526) > >2014-07-22 06:08:41.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:41.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52592) > >2014-07-22 06:08:42.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38511) > >2014-07-22 06:08:42.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45580) > >2014-07-22 06:08:45.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52645) > >2014-07-22 06:08:46.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:46.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38564) > >2014-07-22 06:08:46.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45634) > >2014-07-22 06:08:47.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:48.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:08:49.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52698) > >2014-07-22 06:08:50.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38625) > >2014-07-22 06:08:50.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45690) > >2014-07-22 06:08:53.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52751) > >2014-07-22 06:08:54.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38680) > >2014-07-22 06:08:54.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45743) > >2014-07-22 06:08:57.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52804) > >2014-07-22 06:08:58.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38734) > >2014-07-22 06:08:58.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45797) > >2014-07-22 06:09:01.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52857) > >2014-07-22 06:09:02.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38787) > >2014-07-22 06:09:03.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45850) > >2014-07-22 06:09:05.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52910) > >2014-07-22 06:09:06.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38840) > >2014-07-22 06:09:07.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45903) > >2014-07-22 06:09:09.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52963) > >2014-07-22 06:09:10.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:10.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38896) > >2014-07-22 06:09:11.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45959) > >2014-07-22 06:09:11.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:13.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53016) > >2014-07-22 06:09:14.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38955) > >2014-07-22 06:09:15.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46017) > >2014-07-22 06:09:17.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:17.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:17.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53069) > >2014-07-22 06:09:18.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39017) > >2014-07-22 06:09:19.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46073) > >2014-07-22 06:09:21.053 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:21.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53121) > >2014-07-22 06:09:22.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39071) > >2014-07-22 06:09:23.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46127) > >2014-07-22 06:09:26.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53174) > >2014-07-22 06:09:26.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39125) > >2014-07-22 06:09:27.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46180) > >2014-07-22 06:09:30.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53227) > >2014-07-22 06:09:30.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39181) > >2014-07-22 06:09:31.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46236) > >2014-07-22 06:09:33.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53280) > >2014-07-22 06:09:34.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39236) > >2014-07-22 06:09:35.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46292) > >2014-07-22 06:09:38.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53333) > >2014-07-22 06:09:38.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39291) > >2014-07-22 06:09:39.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46346) > >2014-07-22 06:09:41.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:42.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53386) > >2014-07-22 06:09:42.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39349) > >2014-07-22 06:09:43.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46402) > >2014-07-22 06:09:46.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53439) > >2014-07-22 06:09:46.499 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:46.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39403) > >2014-07-22 06:09:47.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46457) > >2014-07-22 06:09:47.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:48.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:09:50.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53492) > >2014-07-22 06:09:50.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39464) > >2014-07-22 06:09:51.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46513) > >2014-07-22 06:09:54.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53546) > >2014-07-22 06:09:54.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39519) > >2014-07-22 06:09:55.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46567) > >2014-07-22 06:09:58.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53599) > >2014-07-22 06:09:58.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39574) > >2014-07-22 06:09:59.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46622) > >2014-07-22 06:10:02.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53653) > >2014-07-22 06:10:02.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39627) > >2014-07-22 06:10:03.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46675) > >2014-07-22 06:10:06.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53706) > >2014-07-22 06:10:06.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39680) > >2014-07-22 06:10:07.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46728) > >2014-07-22 06:10:10.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:10.082 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 53759) > >2014-07-22 06:10:10.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39736) > >2014-07-22 06:10:11.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46784) > >2014-07-22 06:10:11.304 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:10:11.304 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:10:11.305 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:10:11.317 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:10:11.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:14.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53812) > >2014-07-22 06:10:14.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39794) > >2014-07-22 06:10:15.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46844) > >2014-07-22 06:10:17.296 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:17.922 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:18.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53865) > >2014-07-22 06:10:18.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39856) > >2014-07-22 06:10:19.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46901) > >2014-07-22 06:10:21.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:22.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53919) > >2014-07-22 06:10:22.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39910) > >2014-07-22 06:10:23.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46958) > >2014-07-22 06:10:26.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53972) > >2014-07-22 06:10:26.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39963) > >2014-07-22 06:10:27.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47011) > >2014-07-22 06:10:30.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54025) > >2014-07-22 06:10:30.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40017) > >2014-07-22 06:10:31.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47065) > >2014-07-22 06:10:34.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54078) > >2014-07-22 06:10:34.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40070) > >2014-07-22 06:10:35.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47118) > >2014-07-22 06:10:38.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54131) > >2014-07-22 06:10:38.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40124) > >2014-07-22 06:10:39.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47172) > >2014-07-22 06:10:41.096 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:42.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54184) > >2014-07-22 06:10:42.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40182) > >2014-07-22 06:10:43.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47226) > >2014-07-22 06:10:46.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54237) > >2014-07-22 06:10:46.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:46.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40235) > >2014-07-22 06:10:47.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47280) > >2014-07-22 06:10:47.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:48.195 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:10:50.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54289) > >2014-07-22 06:10:50.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40296) > >2014-07-22 06:10:51.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47336) > >2014-07-22 06:10:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54342) > >2014-07-22 06:10:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40351) > >2014-07-22 06:10:55.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47389) > >2014-07-22 06:10:58.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54395) > >2014-07-22 06:10:58.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40405) > >2014-07-22 06:10:59.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47443) > >2014-07-22 06:11:02.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54448) > >2014-07-22 06:11:02.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40458) > >2014-07-22 06:11:03.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47496) > >2014-07-22 06:11:06.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54501) > >2014-07-22 06:11:06.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40511) > >2014-07-22 06:11:07.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47549) > >2014-07-22 06:11:10.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:10.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54554) > >2014-07-22 06:11:10.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40566) > >2014-07-22 06:11:11.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47604) > >2014-07-22 06:11:11.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:14.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54607) > >2014-07-22 06:11:14.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40626) > >2014-07-22 06:11:15.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47661) > >2014-07-22 06:11:17.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:17.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:18.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54660) > >2014-07-22 06:11:18.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40687) > >2014-07-22 06:11:19.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47717) > >2014-07-22 06:11:21.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:22.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54713) > >2014-07-22 06:11:22.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40742) > >2014-07-22 06:11:23.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47772) > >2014-07-22 06:11:26.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54766) > >2014-07-22 06:11:26.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40795) > >2014-07-22 06:11:27.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47825) > >2014-07-22 06:11:30.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54819) > >2014-07-22 06:11:30.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40851) > >2014-07-22 06:11:31.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47881) > >2014-07-22 06:11:34.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54872) > >2014-07-22 06:11:34.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40905) > >2014-07-22 06:11:35.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47936) > >2014-07-22 06:11:38.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54925) > >2014-07-22 06:11:38.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40960) > >2014-07-22 06:11:39.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47991) > >2014-07-22 06:11:41.116 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:42.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54978) > >2014-07-22 06:11:42.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41018) > >2014-07-22 06:11:43.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48047) > >2014-07-22 06:11:46.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55031) > >2014-07-22 06:11:46.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:46.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41073) > >2014-07-22 06:11:47.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48102) > >2014-07-22 06:11:47.374 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:48.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:11:50.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55084) > >2014-07-22 06:11:50.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41133) > >2014-07-22 06:11:51.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48158) > >2014-07-22 06:11:54.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55138) > >2014-07-22 06:11:54.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41188) > >2014-07-22 06:11:55.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48212) > >2014-07-22 06:11:58.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55191) > >2014-07-22 06:11:58.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41242) > >2014-07-22 06:11:59.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48266) > >2014-07-22 06:12:02.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55245) > >2014-07-22 06:12:02.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41295) > >2014-07-22 06:12:03.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48320) > >2014-07-22 06:12:06.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55297) > >2014-07-22 06:12:06.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41348) > >2014-07-22 06:12:07.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48373) > >2014-07-22 06:12:10.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:10.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55350) > >2014-07-22 06:12:10.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41403) > >2014-07-22 06:12:11.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48428) > >2014-07-22 06:12:11.319 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:12:11.319 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:12:11.320 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:12:11.331 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:12:11.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:14.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55403) > >2014-07-22 06:12:14.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41459) > >2014-07-22 06:12:15.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48487) > >2014-07-22 06:12:17.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:17.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:18.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55456) > >2014-07-22 06:12:18.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41523) > >2014-07-22 06:12:19.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48546) > >2014-07-22 06:12:21.057 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:22.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55510) > >2014-07-22 06:12:22.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41577) > >2014-07-22 06:12:23.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48603) > >2014-07-22 06:12:26.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55563) > >2014-07-22 06:12:26.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41630) > >2014-07-22 06:12:27.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48656) > >2014-07-22 06:12:30.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55616) > >2014-07-22 06:12:30.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41685) > >2014-07-22 06:12:31.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48710) > >2014-07-22 06:12:34.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55669) > >2014-07-22 06:12:34.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41738) > >2014-07-22 06:12:35.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48763) > >2014-07-22 06:12:38.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55722) > >2014-07-22 06:12:38.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41792) > >2014-07-22 06:12:39.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48817) > >2014-07-22 06:12:41.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:42.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55775) > >2014-07-22 06:12:42.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41850) > >2014-07-22 06:12:43.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48871) > >2014-07-22 06:12:46.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55828) > >2014-07-22 06:12:46.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:46.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41904) > >2014-07-22 06:12:47.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48925) > >2014-07-22 06:12:47.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:48.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:12:50.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55881) > >2014-07-22 06:12:50.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41964) > >2014-07-22 06:12:51.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48981) > >2014-07-22 06:12:54.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55934) > >2014-07-22 06:12:54.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42019) > >2014-07-22 06:12:55.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49034) > >2014-07-22 06:12:58.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55987) > >2014-07-22 06:12:58.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42073) > >2014-07-22 06:12:59.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49088) > >2014-07-22 06:13:02.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56040) > >2014-07-22 06:13:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42126) > >2014-07-22 06:13:03.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49141) > >2014-07-22 06:13:06.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56093) > >2014-07-22 06:13:06.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42179) > >2014-07-22 06:13:07.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49194) > >2014-07-22 06:13:10.011 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:10.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56146) > >2014-07-22 06:13:10.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42234) > >2014-07-22 06:13:11.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49250) > >2014-07-22 06:13:11.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:14.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56199) > >2014-07-22 06:13:14.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42295) > >2014-07-22 06:13:15.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49311) > >2014-07-22 06:13:17.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:17.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:18.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56252) > >2014-07-22 06:13:18.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42357) > >2014-07-22 06:13:19.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49367) > >2014-07-22 06:13:21.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:22.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56305) > >2014-07-22 06:13:22.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42411) > >2014-07-22 06:13:23.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49420) > >2014-07-22 06:13:26.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56358) > >2014-07-22 06:13:26.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42465) > >2014-07-22 06:13:27.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49474) > >2014-07-22 06:13:30.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56411) > >2014-07-22 06:13:30.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42521) > >2014-07-22 06:13:31.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49530) > >2014-07-22 06:13:34.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56464) > >2014-07-22 06:13:34.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42575) > >2014-07-22 06:13:35.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49585) > >2014-07-22 06:13:38.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56517) > >2014-07-22 06:13:38.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42631) > >2014-07-22 06:13:39.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49640) > >2014-07-22 06:13:41.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:42.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56570) > >2014-07-22 06:13:42.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42689) > >2014-07-22 06:13:43.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49694) > >2014-07-22 06:13:46.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56623) > >2014-07-22 06:13:46.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:46.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42744) > >2014-07-22 06:13:47.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49751) > >2014-07-22 06:13:47.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:48.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:13:50.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56676) > >2014-07-22 06:13:50.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42803) > >2014-07-22 06:13:51.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49807) > >2014-07-22 06:13:54.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56730) > >2014-07-22 06:13:54.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42858) > >2014-07-22 06:13:55.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49861) > >2014-07-22 06:13:58.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56783) > >2014-07-22 06:13:58.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42912) > >2014-07-22 06:13:59.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49915) > >2014-07-22 06:14:02.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56837) > >2014-07-22 06:14:02.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42965) > >2014-07-22 06:14:03.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49969) > >2014-07-22 06:14:06.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56890) > >2014-07-22 06:14:06.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43018) > >2014-07-22 06:14:07.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50021) > >2014-07-22 06:14:10.011 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:10.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56943) > >2014-07-22 06:14:10.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43074) > >2014-07-22 06:14:11.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50076) > >2014-07-22 06:14:11.333 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:14:11.333 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:14:11.333 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:14:11.346 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:14:11.933 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:14.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56996) > >2014-07-22 06:14:14.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43130) > >2014-07-22 06:14:15.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50132) > >2014-07-22 06:14:17.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:17.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:18.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57049) > >2014-07-22 06:14:18.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43194) > >2014-07-22 06:14:19.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50192) > >2014-07-22 06:14:21.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:22.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57103) > >2014-07-22 06:14:22.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43248) > >2014-07-22 06:14:23.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50249) > >2014-07-22 06:14:26.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57156) > >2014-07-22 06:14:26.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43301) > >2014-07-22 06:14:27.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50302) > >2014-07-22 06:14:30.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57209) > >2014-07-22 06:14:30.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43355) > >2014-07-22 06:14:31.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50356) > >2014-07-22 06:14:34.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57262) > >2014-07-22 06:14:34.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43408) > >2014-07-22 06:14:35.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50409) > >2014-07-22 06:14:38.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57315) > >2014-07-22 06:14:38.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43462) > >2014-07-22 06:14:39.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50463) > >2014-07-22 06:14:41.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:42.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57368) > >2014-07-22 06:14:42.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43520) > >2014-07-22 06:14:43.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50517) > >2014-07-22 06:14:46.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57422) > >2014-07-22 06:14:46.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:46.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43574) > >2014-07-22 06:14:47.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50570) > >2014-07-22 06:14:47.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:48.410 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:14:50.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57475) > >2014-07-22 06:14:50.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43634) > >2014-07-22 06:14:51.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50626) > >2014-07-22 06:14:54.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57529) > >2014-07-22 06:14:54.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43689) > >2014-07-22 06:14:55.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50679) > >2014-07-22 06:14:58.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57582) > >2014-07-22 06:14:58.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43743) > >2014-07-22 06:14:59.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50733) > >2014-07-22 06:15:02.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57635) > >2014-07-22 06:15:02.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43797) > >2014-07-22 06:15:03.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50786) > >2014-07-22 06:15:06.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57688) > >2014-07-22 06:15:06.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43851) > >2014-07-22 06:15:07.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50839) > >2014-07-22 06:15:10.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:10.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57741) > >2014-07-22 06:15:10.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43911) > >2014-07-22 06:15:11.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50895) > >2014-07-22 06:15:11.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:14.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57794) > >2014-07-22 06:15:14.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43970) > >2014-07-22 06:15:15.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50953) > >2014-07-22 06:15:17.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:17.931 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:18.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57848) > >2014-07-22 06:15:18.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44032) > >2014-07-22 06:15:19.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51009) > >2014-07-22 06:15:21.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:22.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57901) > >2014-07-22 06:15:22.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44086) > >2014-07-22 06:15:23.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51063) > >2014-07-22 06:15:26.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57955) > >2014-07-22 06:15:26.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44140) > >2014-07-22 06:15:27.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51117) > >2014-07-22 06:15:30.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58011) > >2014-07-22 06:15:30.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44196) > >2014-07-22 06:15:31.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51173) > >2014-07-22 06:15:34.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58064) > >2014-07-22 06:15:34.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44252) > >2014-07-22 06:15:35.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51228) > >2014-07-22 06:15:38.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58123) > >2014-07-22 06:15:38.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44323) > >2014-07-22 06:15:39.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51289) > >2014-07-22 06:15:41.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:42.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58175) > >2014-07-22 06:15:42.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44383) > >2014-07-22 06:15:43.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51343) > >2014-07-22 06:15:46.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58228) > >2014-07-22 06:15:46.541 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:46.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44438) > >2014-07-22 06:15:47.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51400) > >2014-07-22 06:15:47.565 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:48.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:15:50.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58282) > >2014-07-22 06:15:50.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44497) > >2014-07-22 06:15:51.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51456) > >2014-07-22 06:15:54.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58344) > >2014-07-22 06:15:54.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44557) > >2014-07-22 06:15:55.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51515) > >2014-07-22 06:15:58.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58405) > >2014-07-22 06:15:58.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44614) > >2014-07-22 06:15:59.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51569) > >2014-07-22 06:16:02.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58462) > >2014-07-22 06:16:02.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44676) > >2014-07-22 06:16:03.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51623) > >2014-07-22 06:16:06.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58527) > >2014-07-22 06:16:07.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44744) > >2014-07-22 06:16:07.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51676) > >2014-07-22 06:16:10.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:10.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58592) > >2014-07-22 06:16:11.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44811) > >2014-07-22 06:16:11.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51732) > >2014-07-22 06:16:11.348 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:16:11.348 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:16:11.350 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:16:11.413 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:16:12.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:14.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58652) > >2014-07-22 06:16:15.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44879) > >2014-07-22 06:16:15.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51787) > >2014-07-22 06:16:17.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:17.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:18.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58713) > >2014-07-22 06:16:19.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44959) > >2014-07-22 06:16:19.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51847) > >2014-07-22 06:16:21.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:22.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58780) > >2014-07-22 06:16:23.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45031) > >2014-07-22 06:16:23.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51905) > >2014-07-22 06:16:26.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58843) > >2014-07-22 06:16:27.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45090) > >2014-07-22 06:16:27.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51958) > >2014-07-22 06:16:30.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58907) > >2014-07-22 06:16:31.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45145) > >2014-07-22 06:16:31.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52012) > >2014-07-22 06:16:34.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58969) > >2014-07-22 06:16:35.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45200) > >2014-07-22 06:16:35.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52065) > >2014-07-22 06:16:38.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59028) > >2014-07-22 06:16:39.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45255) > >2014-07-22 06:16:39.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52119) > >2014-07-22 06:16:41.295 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:42.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59087) > >2014-07-22 06:16:43.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45312) > >2014-07-22 06:16:43.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52173) > >2014-07-22 06:16:46.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59144) > >2014-07-22 06:16:46.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:47.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45367) > >2014-07-22 06:16:47.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52227) > >2014-07-22 06:16:47.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:48.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:16:50.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59200) > >2014-07-22 06:16:51.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45426) > >2014-07-22 06:16:51.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52283) > >2014-07-22 06:16:54.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59254) > >2014-07-22 06:16:55.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45487) > >2014-07-22 06:16:55.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52335) > >2014-07-22 06:16:58.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59307) > >2014-07-22 06:16:59.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45543) > >2014-07-22 06:16:59.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52389) > >2014-07-22 06:17:02.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59360) > >2014-07-22 06:17:03.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45596) > >2014-07-22 06:17:03.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52442) > >2014-07-22 06:17:06.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59413) > >2014-07-22 06:17:07.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45649) > >2014-07-22 06:17:07.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52495) > >2014-07-22 06:17:10.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:10.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59466) > >2014-07-22 06:17:11.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45709) > >2014-07-22 06:17:11.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52550) > >2014-07-22 06:17:12.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:14.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59519) > >2014-07-22 06:17:15.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45771) > >2014-07-22 06:17:15.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52609) > >2014-07-22 06:17:17.369 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:17.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:18.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59571) > >2014-07-22 06:17:19.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45833) > >2014-07-22 06:17:19.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52665) > >2014-07-22 06:17:21.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:22.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59624) > >2014-07-22 06:17:23.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45888) > >2014-07-22 06:17:23.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52719) > >2014-07-22 06:17:26.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59676) > >2014-07-22 06:17:27.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45943) > >2014-07-22 06:17:27.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52773) > >2014-07-22 06:17:30.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59732) > >2014-07-22 06:17:31.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46001) > >2014-07-22 06:17:31.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52829) > >2014-07-22 06:17:34.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59786) > >2014-07-22 06:17:35.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46056) > >2014-07-22 06:17:35.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52884) > >2014-07-22 06:17:38.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59839) > >2014-07-22 06:17:39.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46114) > >2014-07-22 06:17:39.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52939) > >2014-07-22 06:17:41.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:42.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59893) > >2014-07-22 06:17:43.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46173) > >2014-07-22 06:17:43.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52993) > >2014-07-22 06:17:46.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59946) > >2014-07-22 06:17:46.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:47.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46228) > >2014-07-22 06:17:47.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53050) > >2014-07-22 06:17:47.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:48.606 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:17:50.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59999) > >2014-07-22 06:17:51.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46288) > >2014-07-22 06:17:51.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53106) > >2014-07-22 06:17:54.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60052) > >2014-07-22 06:17:55.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46343) > >2014-07-22 06:17:55.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53159) > >2014-07-22 06:17:58.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60106) > >2014-07-22 06:17:59.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46397) > >2014-07-22 06:17:59.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53214) > >2014-07-22 06:18:02.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60160) > >2014-07-22 06:18:03.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46451) > >2014-07-22 06:18:03.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53267) > >2014-07-22 06:18:06.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60214) > >2014-07-22 06:18:07.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46504) > >2014-07-22 06:18:07.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53321) > >2014-07-22 06:18:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:10.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60268) > >2014-07-22 06:18:11.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46560) > >2014-07-22 06:18:11.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53376) > >2014-07-22 06:18:11.437 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:18:11.437 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:18:11.438 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:18:11.451 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:18:12.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:14.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60321) > >2014-07-22 06:18:15.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46616) > >2014-07-22 06:18:15.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53432) > >2014-07-22 06:18:17.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:17.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:18.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60374) > >2014-07-22 06:18:19.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46680) > >2014-07-22 06:18:19.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53490) > >2014-07-22 06:18:21.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:22.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60427) > >2014-07-22 06:18:23.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46734) > >2014-07-22 06:18:23.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53547) > >2014-07-22 06:18:26.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60481) > >2014-07-22 06:18:27.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46788) > >2014-07-22 06:18:27.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53602) > >2014-07-22 06:18:30.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60534) > >2014-07-22 06:18:31.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46841) > >2014-07-22 06:18:31.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53656) > >2014-07-22 06:18:34.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60587) > >2014-07-22 06:18:35.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46894) > >2014-07-22 06:18:35.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53709) > >2014-07-22 06:18:38.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60640) > >2014-07-22 06:18:39.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46948) > >2014-07-22 06:18:39.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53763) > >2014-07-22 06:18:41.351 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:42.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60693) > >2014-07-22 06:18:43.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47006) > >2014-07-22 06:18:43.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53817) > >2014-07-22 06:18:46.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:46.570 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.8', 60746) > >2014-07-22 06:18:47.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47062) > >2014-07-22 06:18:47.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53871) > >2014-07-22 06:18:47.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:48.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:18:50.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60799) > >2014-07-22 06:18:51.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47124) > >2014-07-22 06:18:51.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53927) > >2014-07-22 06:18:54.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60852) > >2014-07-22 06:18:55.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47177) > >2014-07-22 06:18:55.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53980) > >2014-07-22 06:18:58.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60905) > >2014-07-22 06:18:59.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47231) > >2014-07-22 06:18:59.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54034) > >2014-07-22 06:19:02.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60958) > >2014-07-22 06:19:03.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47284) > >2014-07-22 06:19:03.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54087) > >2014-07-22 06:19:06.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32778) > >2014-07-22 06:19:07.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47337) > >2014-07-22 06:19:07.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54140) > >2014-07-22 06:19:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:10.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32831) > >2014-07-22 06:19:11.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47392) > >2014-07-22 06:19:11.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54196) > >2014-07-22 06:19:12.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:14.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32884) > >2014-07-22 06:19:15.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47451) > >2014-07-22 06:19:15.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54254) > >2014-07-22 06:19:17.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:17.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:18.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32937) > >2014-07-22 06:19:19.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47513) > >2014-07-22 06:19:19.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54310) > >2014-07-22 06:19:21.068 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:22.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32990) > >2014-07-22 06:19:23.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47567) > >2014-07-22 06:19:23.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54364) > >2014-07-22 06:19:26.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33043) > >2014-07-22 06:19:27.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47621) > >2014-07-22 06:19:27.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54419) > >2014-07-22 06:19:30.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33097) > >2014-07-22 06:19:31.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47676) > >2014-07-22 06:19:31.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54474) > >2014-07-22 06:19:34.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33150) > >2014-07-22 06:19:35.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47730) > >2014-07-22 06:19:35.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54530) > >2014-07-22 06:19:38.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33203) > >2014-07-22 06:19:39.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47786) > >2014-07-22 06:19:39.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54584) > >2014-07-22 06:19:41.387 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:42.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33256) > >2014-07-22 06:19:43.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47845) > >2014-07-22 06:19:43.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54639) > >2014-07-22 06:19:46.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:46.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33309) > >2014-07-22 06:19:47.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47900) > >2014-07-22 06:19:47.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54696) > >2014-07-22 06:19:47.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:48.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:19:50.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33362) > >2014-07-22 06:19:51.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47962) > >2014-07-22 06:19:51.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54752) > >2014-07-22 06:19:54.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33415) > >2014-07-22 06:19:55.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48015) > >2014-07-22 06:19:55.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54804) > >2014-07-22 06:19:58.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33469) > >2014-07-22 06:19:59.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48069) > >2014-07-22 06:19:59.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54859) > >2014-07-22 06:20:02.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33522) > >2014-07-22 06:20:03.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48122) > >2014-07-22 06:20:03.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54912) > >2014-07-22 06:20:06.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33576) > >2014-07-22 06:20:07.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48175) > >2014-07-22 06:20:07.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54966) > >2014-07-22 06:20:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:10.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33629) > >2014-07-22 06:20:11.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48231) > >2014-07-22 06:20:11.453 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:20:11.453 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:20:11.454 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:20:11.466 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:20:11.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55022) > >2014-07-22 06:20:12.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:14.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33682) > >2014-07-22 06:20:15.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48287) > >2014-07-22 06:20:15.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55078) > >2014-07-22 06:20:17.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:17.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:18.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33735) > >2014-07-22 06:20:19.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48349) > >2014-07-22 06:20:19.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55135) > >2014-07-22 06:20:21.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:22.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33788) > >2014-07-22 06:20:23.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48405) > >2014-07-22 06:20:23.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55192) > >2014-07-22 06:20:26.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33842) > >2014-07-22 06:20:27.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48458) > >2014-07-22 06:20:27.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55247) > >2014-07-22 06:20:30.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33895) > >2014-07-22 06:20:31.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48512) > >2014-07-22 06:20:31.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55301) > >2014-07-22 06:20:34.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33948) > >2014-07-22 06:20:35.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48565) > >2014-07-22 06:20:35.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55354) > >2014-07-22 06:20:38.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34001) > >2014-07-22 06:20:39.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48619) > >2014-07-22 06:20:39.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55408) > >2014-07-22 06:20:41.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:42.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34054) > >2014-07-22 06:20:43.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48677) > >2014-07-22 06:20:43.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55462) > >2014-07-22 06:20:46.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:46.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34107) > >2014-07-22 06:20:47.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48731) > >2014-07-22 06:20:47.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55516) > >2014-07-22 06:20:47.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:48.778 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:20:50.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34160) > >2014-07-22 06:20:51.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48793) > >2014-07-22 06:20:51.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55572) > >2014-07-22 06:20:54.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34213) > >2014-07-22 06:20:55.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48846) > >2014-07-22 06:20:55.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55625) > >2014-07-22 06:20:58.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34266) > >2014-07-22 06:20:59.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48900) > >2014-07-22 06:20:59.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55679) > >2014-07-22 06:21:02.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34319) > >2014-07-22 06:21:03.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48953) > >2014-07-22 06:21:03.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55732) > >2014-07-22 06:21:06.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34372) > >2014-07-22 06:21:07.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49006) > >2014-07-22 06:21:07.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55785) > >2014-07-22 06:21:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:10.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34425) > >2014-07-22 06:21:11.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49061) > >2014-07-22 06:21:11.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55840) > >2014-07-22 06:21:12.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:14.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34478) > >2014-07-22 06:21:15.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49120) > >2014-07-22 06:21:15.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55898) > >2014-07-22 06:21:17.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:17.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:18.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34531) > >2014-07-22 06:21:19.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49182) > >2014-07-22 06:21:19.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55954) > >2014-07-22 06:21:21.073 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:22.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34584) > >2014-07-22 06:21:23.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49236) > >2014-07-22 06:21:23.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56008) > >2014-07-22 06:21:26.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34637) > >2014-07-22 06:21:27.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49290) > >2014-07-22 06:21:27.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56062) > >2014-07-22 06:21:30.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34690) > >2014-07-22 06:21:31.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49344) > >2014-07-22 06:21:31.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56116) > >2014-07-22 06:21:34.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34743) > >2014-07-22 06:21:35.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49399) > >2014-07-22 06:21:35.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56173) > >2014-07-22 06:21:38.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34796) > >2014-07-22 06:21:39.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49455) > >2014-07-22 06:21:39.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56227) > >2014-07-22 06:21:41.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:42.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34849) > >2014-07-22 06:21:43.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49514) > >2014-07-22 06:21:43.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56282) > >2014-07-22 06:21:46.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:46.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34901) > >2014-07-22 06:21:47.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49568) > >2014-07-22 06:21:47.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56336) > >2014-07-22 06:21:47.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:48.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:21:50.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34954) > >2014-07-22 06:21:51.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49631) > >2014-07-22 06:21:51.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56395) > >2014-07-22 06:21:54.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35007) > >2014-07-22 06:21:55.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49684) > >2014-07-22 06:21:55.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56448) > >2014-07-22 06:21:58.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35061) > >2014-07-22 06:21:59.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49739) > >2014-07-22 06:21:59.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56503) > >2014-07-22 06:22:02.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35114) > >2014-07-22 06:22:03.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49792) > >2014-07-22 06:22:03.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56556) > >2014-07-22 06:22:06.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35168) > >2014-07-22 06:22:07.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49845) > >2014-07-22 06:22:07.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56610) > >2014-07-22 06:22:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:10.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35221) > >2014-07-22 06:22:11.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49899) > >2014-07-22 06:22:11.468 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:22:11.468 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:22:11.468 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:22:11.480 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:22:11.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56665) > >2014-07-22 06:22:12.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:14.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35274) > >2014-07-22 06:22:15.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49955) > >2014-07-22 06:22:15.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56723) > >2014-07-22 06:22:17.353 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:17.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:18.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35327) > >2014-07-22 06:22:19.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50017) > >2014-07-22 06:22:19.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56779) > >2014-07-22 06:22:21.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:22.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35380) > >2014-07-22 06:22:23.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50073) > >2014-07-22 06:22:23.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56837) > >2014-07-22 06:22:26.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35433) > >2014-07-22 06:22:27.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50126) > >2014-07-22 06:22:27.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56893) > >2014-07-22 06:22:30.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35486) > >2014-07-22 06:22:31.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50180) > >2014-07-22 06:22:31.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56947) > >2014-07-22 06:22:34.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35539) > >2014-07-22 06:22:35.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50233) > >2014-07-22 06:22:35.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57000) > >2014-07-22 06:22:38.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35592) > >2014-07-22 06:22:39.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50287) > >2014-07-22 06:22:39.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57054) > >2014-07-22 06:22:41.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:42.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35645) > >2014-07-22 06:22:43.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50345) > >2014-07-22 06:22:43.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57108) > >2014-07-22 06:22:46.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:46.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35698) > >2014-07-22 06:22:47.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50399) > >2014-07-22 06:22:47.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57162) > >2014-07-22 06:22:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:48.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:22:50.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35751) > >2014-07-22 06:22:51.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50461) > >2014-07-22 06:22:51.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57218) > >2014-07-22 06:22:54.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35804) > >2014-07-22 06:22:55.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50514) > >2014-07-22 06:22:55.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57271) > >2014-07-22 06:22:58.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35857) > >2014-07-22 06:22:59.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50568) > >2014-07-22 06:22:59.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57325) > >2014-07-22 06:23:02.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35910) > >2014-07-22 06:23:03.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50621) > >2014-07-22 06:23:03.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57378) > >2014-07-22 06:23:06.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35963) > >2014-07-22 06:23:07.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50674) > >2014-07-22 06:23:07.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57431) > >2014-07-22 06:23:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:10.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36016) > >2014-07-22 06:23:11.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50729) > >2014-07-22 06:23:11.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57486) > >2014-07-22 06:23:12.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:14.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36069) > >2014-07-22 06:23:15.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50789) > >2014-07-22 06:23:15.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57547) > >2014-07-22 06:23:17.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:17.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:18.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36122) > >2014-07-22 06:23:19.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50851) > >2014-07-22 06:23:19.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57603) > >2014-07-22 06:23:21.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:22.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36175) > >2014-07-22 06:23:23.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50905) > >2014-07-22 06:23:23.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57657) > >2014-07-22 06:23:26.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36228) > >2014-07-22 06:23:27.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50959) > >2014-07-22 06:23:27.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57711) > >2014-07-22 06:23:30.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36281) > >2014-07-22 06:23:31.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51013) > >2014-07-22 06:23:31.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57766) > >2014-07-22 06:23:34.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36334) > >2014-07-22 06:23:35.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51068) > >2014-07-22 06:23:35.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57823) > >2014-07-22 06:23:38.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36387) > >2014-07-22 06:23:39.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51124) > >2014-07-22 06:23:39.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57877) > >2014-07-22 06:23:41.504 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:42.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36439) > >2014-07-22 06:23:43.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51183) > >2014-07-22 06:23:43.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57932) > >2014-07-22 06:23:46.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:46.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36492) > >2014-07-22 06:23:47.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51237) > >2014-07-22 06:23:47.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57986) > >2014-07-22 06:23:47.884 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:48.947 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:23:50.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36545) > >2014-07-22 06:23:51.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51300) > >2014-07-22 06:23:51.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58045) > >2014-07-22 06:23:54.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36598) > >2014-07-22 06:23:55.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51353) > >2014-07-22 06:23:55.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58098) > >2014-07-22 06:23:58.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36651) > >2014-07-22 06:23:59.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51407) > >2014-07-22 06:23:59.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58153) > >2014-07-22 06:24:02.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36705) > >2014-07-22 06:24:03.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51460) > >2014-07-22 06:24:03.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58206) > >2014-07-22 06:24:06.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36759) > >2014-07-22 06:24:07.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51513) > >2014-07-22 06:24:07.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58260) > >2014-07-22 06:24:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:10.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36812) > >2014-07-22 06:24:11.482 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:24:11.482 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:24:11.482 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:24:11.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51568) > >2014-07-22 06:24:11.504 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:24:11.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58315) > >2014-07-22 06:24:12.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:14.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36865) > >2014-07-22 06:24:15.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51624) > >2014-07-22 06:24:15.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58371) > >2014-07-22 06:24:17.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:17.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:18.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36918) > >2014-07-22 06:24:19.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51685) > >2014-07-22 06:24:19.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58427) > >2014-07-22 06:24:21.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:22.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36971) > >2014-07-22 06:24:23.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51741) > >2014-07-22 06:24:23.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58485) > >2014-07-22 06:24:26.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37025) > >2014-07-22 06:24:27.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51794) > >2014-07-22 06:24:27.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58541) > >2014-07-22 06:24:30.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37078) > >2014-07-22 06:24:31.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51848) > >2014-07-22 06:24:31.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58595) > >2014-07-22 06:24:34.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37131) > >2014-07-22 06:24:35.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51901) > >2014-07-22 06:24:35.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58648) > >2014-07-22 06:24:38.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37184) > >2014-07-22 06:24:39.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51955) > >2014-07-22 06:24:39.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58702) > >2014-07-22 06:24:41.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:42.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37238) > >2014-07-22 06:24:43.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52013) > >2014-07-22 06:24:43.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58756) > >2014-07-22 06:24:46.537 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:46.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37291) > >2014-07-22 06:24:47.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52067) > >2014-07-22 06:24:47.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58810) > >2014-07-22 06:24:47.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:49.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:24:50.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37344) > >2014-07-22 06:24:51.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52129) > >2014-07-22 06:24:51.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58866) > >2014-07-22 06:24:54.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37397) > >2014-07-22 06:24:55.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52182) > >2014-07-22 06:24:55.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58919) > >2014-07-22 06:24:58.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37450) > >2014-07-22 06:24:59.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52236) > >2014-07-22 06:24:59.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58973) > >2014-07-22 06:25:02.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37503) > >2014-07-22 06:25:03.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52288) > >2014-07-22 06:25:03.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59026) > >2014-07-22 06:25:06.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37556) > >2014-07-22 06:25:07.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52341) > >2014-07-22 06:25:07.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59079) > >2014-07-22 06:25:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:10.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37609) > >2014-07-22 06:25:11.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52397) > >2014-07-22 06:25:11.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59135) > >2014-07-22 06:25:12.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:14.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37662) > >2014-07-22 06:25:15.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52456) > >2014-07-22 06:25:15.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59193) > >2014-07-22 06:25:17.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:17.971 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:18.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37715) > >2014-07-22 06:25:19.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52518) > >2014-07-22 06:25:19.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59249) > >2014-07-22 06:25:21.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:22.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37768) > >2014-07-22 06:25:23.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52572) > >2014-07-22 06:25:23.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59303) > >2014-07-22 06:25:26.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37821) > >2014-07-22 06:25:27.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52625) > >2014-07-22 06:25:27.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59357) > >2014-07-22 06:25:30.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37874) > >2014-07-22 06:25:31.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52680) > >2014-07-22 06:25:31.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59411) > >2014-07-22 06:25:34.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37927) > >2014-07-22 06:25:35.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52735) > >2014-07-22 06:25:35.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59465) > >2014-07-22 06:25:38.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37980) > >2014-07-22 06:25:39.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52791) > >2014-07-22 06:25:39.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59521) > >2014-07-22 06:25:41.561 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:42.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38033) > >2014-07-22 06:25:43.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52850) > >2014-07-22 06:25:43.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59576) > >2014-07-22 06:25:46.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:46.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38086) > >2014-07-22 06:25:47.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52904) > >2014-07-22 06:25:47.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59630) > >2014-07-22 06:25:47.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:49.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:25:50.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38139) > >2014-07-22 06:25:51.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52967) > >2014-07-22 06:25:51.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59688) > >2014-07-22 06:25:54.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38192) > >2014-07-22 06:25:55.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53020) > >2014-07-22 06:25:55.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59741) > >2014-07-22 06:25:58.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38245) > >2014-07-22 06:25:59.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53074) > >2014-07-22 06:25:59.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59795) > >2014-07-22 06:26:02.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38299) > >2014-07-22 06:26:03.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53127) > >2014-07-22 06:26:03.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59849) > >2014-07-22 06:26:06.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38352) > >2014-07-22 06:26:07.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53180) > >2014-07-22 06:26:07.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59903) > >2014-07-22 06:26:10.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:10.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38406) > >2014-07-22 06:26:11.505 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:26:11.505 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:26:11.506 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:26:11.518 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:26:11.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53236) > >2014-07-22 06:26:11.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59961) > >2014-07-22 06:26:12.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:14.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38459) > >2014-07-22 06:26:15.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53292) > >2014-07-22 06:26:15.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60015) > >2014-07-22 06:26:17.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:17.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:18.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38512) > >2014-07-22 06:26:19.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53354) > >2014-07-22 06:26:19.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60070) > >2014-07-22 06:26:21.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:22.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38565) > >2014-07-22 06:26:23.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53410) > >2014-07-22 06:26:23.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60126) > >2014-07-22 06:26:26.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38618) > >2014-07-22 06:26:27.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53463) > >2014-07-22 06:26:27.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60182) > >2014-07-22 06:26:30.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38672) > >2014-07-22 06:26:31.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53517) > >2014-07-22 06:26:31.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60238) > >2014-07-22 06:26:34.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38725) > >2014-07-22 06:26:35.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53570) > >2014-07-22 06:26:35.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60291) > >2014-07-22 06:26:38.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38778) > >2014-07-22 06:26:39.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53624) > >2014-07-22 06:26:39.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60345) > >2014-07-22 06:26:41.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:42.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38831) > >2014-07-22 06:26:43.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53682) > >2014-07-22 06:26:43.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60399) > >2014-07-22 06:26:46.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:46.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38884) > >2014-07-22 06:26:47.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53738) > >2014-07-22 06:26:47.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60453) > >2014-07-22 06:26:47.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:49.116 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:26:50.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38937) > >2014-07-22 06:26:51.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53798) > >2014-07-22 06:26:51.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60509) > >2014-07-22 06:26:54.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38990) > >2014-07-22 06:26:55.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53851) > >2014-07-22 06:26:55.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60562) > >2014-07-22 06:26:58.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39043) > >2014-07-22 06:26:59.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53905) > >2014-07-22 06:26:59.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60616) > >2014-07-22 06:27:02.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39096) > >2014-07-22 06:27:03.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53958) > >2014-07-22 06:27:03.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60669) > >2014-07-22 06:27:06.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39149) > >2014-07-22 06:27:07.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54011) > >2014-07-22 06:27:07.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60722) > >2014-07-22 06:27:10.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:10.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39202) > >2014-07-22 06:27:11.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54066) > >2014-07-22 06:27:11.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60777) > >2014-07-22 06:27:12.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:14.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39255) > >2014-07-22 06:27:15.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54125) > >2014-07-22 06:27:15.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60834) > >2014-07-22 06:27:17.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:18.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:18.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39308) > >2014-07-22 06:27:19.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54187) > >2014-07-22 06:27:19.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60890) > >2014-07-22 06:27:21.077 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:22.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39360) > >2014-07-22 06:27:23.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54241) > >2014-07-22 06:27:23.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60944) > >2014-07-22 06:27:26.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39413) > >2014-07-22 06:27:27.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54294) > >2014-07-22 06:27:27.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60998) > >2014-07-22 06:27:30.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39466) > >2014-07-22 06:27:31.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54349) > >2014-07-22 06:27:31.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32819) > >2014-07-22 06:27:34.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39519) > >2014-07-22 06:27:35.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54404) > >2014-07-22 06:27:35.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32874) > >2014-07-22 06:27:38.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39572) > >2014-07-22 06:27:39.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54459) > >2014-07-22 06:27:39.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32930) > >2014-07-22 06:27:41.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:42.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39625) > >2014-07-22 06:27:43.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54517) > >2014-07-22 06:27:43.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32985) > >2014-07-22 06:27:46.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:46.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39678) > >2014-07-22 06:27:47.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54574) > >2014-07-22 06:27:47.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33039) > >2014-07-22 06:27:47.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:49.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:27:50.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39731) > >2014-07-22 06:27:51.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54635) > >2014-07-22 06:27:51.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33098) > >2014-07-22 06:27:54.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39784) > >2014-07-22 06:27:55.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54688) > >2014-07-22 06:27:55.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33151) > >2014-07-22 06:27:58.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39837) > >2014-07-22 06:27:59.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54742) > >2014-07-22 06:27:59.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33205) > >2014-07-22 06:28:02.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39891) > >2014-07-22 06:28:03.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54795) > >2014-07-22 06:28:03.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33259) > >2014-07-22 06:28:06.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39943) > >2014-07-22 06:28:07.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54848) > >2014-07-22 06:28:07.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33312) > >2014-07-22 06:28:10.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:10.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39997) > >2014-07-22 06:28:11.520 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:28:11.520 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:28:11.520 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:28:11.533 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:28:11.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54903) > >2014-07-22 06:28:11.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33370) > >2014-07-22 06:28:12.616 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:14.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40050) > >2014-07-22 06:28:15.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54959) > >2014-07-22 06:28:15.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33426) > >2014-07-22 06:28:17.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:18.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:18.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40103) > >2014-07-22 06:28:19.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55021) > >2014-07-22 06:28:19.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33482) > >2014-07-22 06:28:21.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:22.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40156) > >2014-07-22 06:28:23.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55076) > >2014-07-22 06:28:23.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33537) > >2014-07-22 06:28:26.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40209) > >2014-07-22 06:28:27.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55130) > >2014-07-22 06:28:27.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33593) > >2014-07-22 06:28:30.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40263) > >2014-07-22 06:28:31.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55184) > >2014-07-22 06:28:31.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33650) > >2014-07-22 06:28:35.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40316) > >2014-07-22 06:28:35.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55237) > >2014-07-22 06:28:35.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33703) > >2014-07-22 06:28:39.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40369) > >2014-07-22 06:28:39.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55291) > >2014-07-22 06:28:39.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33757) > >2014-07-22 06:28:41.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:43.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40422) > >2014-07-22 06:28:43.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55349) > >2014-07-22 06:28:43.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33811) > >2014-07-22 06:28:46.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:47.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40475) > >2014-07-22 06:28:47.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55405) > >2014-07-22 06:28:47.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33865) > >2014-07-22 06:28:47.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:49.222 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:28:51.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40528) > >2014-07-22 06:28:51.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55465) > >2014-07-22 06:28:51.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33921) > >2014-07-22 06:28:55.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40581) > >2014-07-22 06:28:55.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55518) > >2014-07-22 06:28:55.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33974) > >2014-07-22 06:28:59.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40634) > >2014-07-22 06:28:59.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55572) > >2014-07-22 06:28:59.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34028) > >2014-07-22 06:29:03.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40687) > >2014-07-22 06:29:03.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55625) > >2014-07-22 06:29:03.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34081) > >2014-07-22 06:29:07.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40740) > >2014-07-22 06:29:07.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55678) > >2014-07-22 06:29:07.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34134) > >2014-07-22 06:29:10.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:11.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40793) > >2014-07-22 06:29:11.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55733) > >2014-07-22 06:29:11.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34189) > >2014-07-22 06:29:12.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:15.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40846) > >2014-07-22 06:29:15.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55793) > >2014-07-22 06:29:15.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34250) > >2014-07-22 06:29:17.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:18.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:19.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40899) > >2014-07-22 06:29:19.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55855) > >2014-07-22 06:29:19.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34306) > >2014-07-22 06:29:21.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:23.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40952) > >2014-07-22 06:29:23.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55909) > >2014-07-22 06:29:23.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34360) > >2014-07-22 06:29:27.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41005) > >2014-07-22 06:29:27.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55962) > >2014-07-22 06:29:27.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34413) > >2014-07-22 06:29:31.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41058) > >2014-07-22 06:29:31.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56017) > >2014-07-22 06:29:31.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34468) > >2014-07-22 06:29:35.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41111) > >2014-07-22 06:29:35.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56072) > >2014-07-22 06:29:35.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34524) > >2014-07-22 06:29:39.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41164) > >2014-07-22 06:29:39.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56128) > >2014-07-22 06:29:39.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34579) > >2014-07-22 06:29:41.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:43.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41217) > >2014-07-22 06:29:43.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56186) > >2014-07-22 06:29:43.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34633) > >2014-07-22 06:29:46.539 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:47.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41270) > >2014-07-22 06:29:47.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56243) > >2014-07-22 06:29:47.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34688) > >2014-07-22 06:29:47.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:49.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:29:51.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41322) > >2014-07-22 06:29:51.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56304) > >2014-07-22 06:29:51.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34745) > >2014-07-22 06:29:55.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41375) > >2014-07-22 06:29:55.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56357) > >2014-07-22 06:29:55.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34800) > >2014-07-22 06:29:59.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41428) > >2014-07-22 06:29:59.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56411) > >2014-07-22 06:29:59.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34854) > >2014-07-22 06:30:03.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41482) > >2014-07-22 06:30:03.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56463) > >2014-07-22 06:30:03.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34908) > >2014-07-22 06:30:07.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41535) > >2014-07-22 06:30:07.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56516) > >2014-07-22 06:30:07.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34961) > >2014-07-22 06:30:10.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:11.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41589) > >2014-07-22 06:30:11.549 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:30:11.549 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:30:11.549 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:30:11.561 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:30:11.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56571) > >2014-07-22 06:30:11.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35019) > >2014-07-22 06:30:12.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:15.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41642) > >2014-07-22 06:30:15.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56627) > >2014-07-22 06:30:15.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35073) > >2014-07-22 06:30:17.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:18.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:19.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41695) > >2014-07-22 06:30:19.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56689) > >2014-07-22 06:30:19.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35129) > >2014-07-22 06:30:21.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:23.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41748) > >2014-07-22 06:30:23.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56743) > >2014-07-22 06:30:23.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35183) > >2014-07-22 06:30:27.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41801) > >2014-07-22 06:30:27.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56798) > >2014-07-22 06:30:27.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35240) > >2014-07-22 06:30:31.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41855) > >2014-07-22 06:30:31.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56852) > >2014-07-22 06:30:31.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35297) > >2014-07-22 06:30:35.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41908) > >2014-07-22 06:30:35.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56905) > >2014-07-22 06:30:35.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35350) > >2014-07-22 06:30:39.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41961) > >2014-07-22 06:30:39.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56959) > >2014-07-22 06:30:39.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35404) > >2014-07-22 06:30:41.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:43.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42014) > >2014-07-22 06:30:43.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57017) > >2014-07-22 06:30:43.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35458) > >2014-07-22 06:30:46.541 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:47.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42067) > >2014-07-22 06:30:47.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57072) > >2014-07-22 06:30:47.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35512) > >2014-07-22 06:30:47.978 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:49.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:30:51.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42120) > >2014-07-22 06:30:51.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57132) > >2014-07-22 06:30:51.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35568) > >2014-07-22 06:30:55.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42173) > >2014-07-22 06:30:55.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57185) > >2014-07-22 06:30:55.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35621) > >2014-07-22 06:30:59.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42226) > >2014-07-22 06:30:59.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57239) > >2014-07-22 06:30:59.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35675) > >2014-07-22 06:31:03.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42279) > >2014-07-22 06:31:03.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57292) > >2014-07-22 06:31:03.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35728) > >2014-07-22 06:31:07.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42332) > >2014-07-22 06:31:07.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57345) > >2014-07-22 06:31:07.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35781) > >2014-07-22 06:31:10.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:11.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42385) > >2014-07-22 06:31:11.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57401) > >2014-07-22 06:31:11.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35837) > >2014-07-22 06:31:12.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:15.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42438) > >2014-07-22 06:31:15.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57460) > >2014-07-22 06:31:15.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35895) > >2014-07-22 06:31:17.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:18.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:19.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42491) > >2014-07-22 06:31:19.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57522) > >2014-07-22 06:31:19.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35950) > >2014-07-22 06:31:21.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:23.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42544) > >2014-07-22 06:31:23.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57576) > >2014-07-22 06:31:23.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36004) > >2014-07-22 06:31:27.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42597) > >2014-07-22 06:31:27.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57629) > >2014-07-22 06:31:27.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36057) > >2014-07-22 06:31:31.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42650) > >2014-07-22 06:31:31.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57684) > >2014-07-22 06:31:31.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36112) > >2014-07-22 06:31:35.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42703) > >2014-07-22 06:31:35.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57739) > >2014-07-22 06:31:35.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36167) > >2014-07-22 06:31:39.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42756) > >2014-07-22 06:31:39.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57795) > >2014-07-22 06:31:39.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36223) > >2014-07-22 06:31:41.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:43.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42809) > >2014-07-22 06:31:43.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57853) > >2014-07-22 06:31:44.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36277) > >2014-07-22 06:31:46.540 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:47.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42862) > >2014-07-22 06:31:47.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57910) > >2014-07-22 06:31:47.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:48.035 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 36332) > >2014-07-22 06:31:49.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:31:51.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42915) > >2014-07-22 06:31:51.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57971) > >2014-07-22 06:31:52.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36389) > >2014-07-22 06:31:55.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42968) > >2014-07-22 06:31:55.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58024) > >2014-07-22 06:31:56.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36444) > >2014-07-22 06:31:59.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43021) > >2014-07-22 06:31:59.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58078) > >2014-07-22 06:32:00.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36498) > >2014-07-22 06:32:03.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43075) > >2014-07-22 06:32:03.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58131) > >2014-07-22 06:32:04.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36552) > >2014-07-22 06:32:07.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43128) > >2014-07-22 06:32:07.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58184) > >2014-07-22 06:32:08.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36605) > >2014-07-22 06:32:10.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:11.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43182) > >2014-07-22 06:32:11.563 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:32:11.563 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:32:11.564 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:32:11.646 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:32:11.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58239) > >2014-07-22 06:32:12.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36664) > >2014-07-22 06:32:12.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:15.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43235) > >2014-07-22 06:32:15.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58296) > >2014-07-22 06:32:16.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36717) > >2014-07-22 06:32:17.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:18.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:19.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43288) > >2014-07-22 06:32:19.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58358) > >2014-07-22 06:32:20.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36772) > >2014-07-22 06:32:21.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:23.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43341) > >2014-07-22 06:32:23.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58412) > >2014-07-22 06:32:24.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36826) > >2014-07-22 06:32:27.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43394) > >2014-07-22 06:32:27.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58467) > >2014-07-22 06:32:28.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36883) > >2014-07-22 06:32:31.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43448) > >2014-07-22 06:32:31.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58521) > >2014-07-22 06:32:32.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36940) > >2014-07-22 06:32:35.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43501) > >2014-07-22 06:32:35.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58574) > >2014-07-22 06:32:36.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36993) > >2014-07-22 06:32:39.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43553) > >2014-07-22 06:32:39.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58628) > >2014-07-22 06:32:40.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37047) > >2014-07-22 06:32:41.800 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:43.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43606) > >2014-07-22 06:32:43.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58686) > >2014-07-22 06:32:44.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37101) > >2014-07-22 06:32:46.541 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:47.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43659) > >2014-07-22 06:32:47.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58742) > >2014-07-22 06:32:47.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:48.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37155) > >2014-07-22 06:32:49.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:32:51.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43712) > >2014-07-22 06:32:51.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58802) > >2014-07-22 06:32:52.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37211) > >2014-07-22 06:32:55.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43765) > >2014-07-22 06:32:55.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58855) > >2014-07-22 06:32:56.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37264) > >2014-07-22 06:32:59.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43818) > >2014-07-22 06:32:59.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58909) > >2014-07-22 06:33:00.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37318) > >2014-07-22 06:33:03.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43872) > >2014-07-22 06:33:03.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58962) > >2014-07-22 06:33:04.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37371) > >2014-07-22 06:33:07.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43925) > >2014-07-22 06:33:07.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59015) > >2014-07-22 06:33:08.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37424) > >2014-07-22 06:33:10.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:11.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43978) > >2014-07-22 06:33:11.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59070) > >2014-07-22 06:33:12.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37480) > >2014-07-22 06:33:12.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:15.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44031) > >2014-07-22 06:33:15.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59129) > >2014-07-22 06:33:16.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37536) > >2014-07-22 06:33:17.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:18.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:19.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44084) > >2014-07-22 06:33:19.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59191) > >2014-07-22 06:33:20.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37592) > >2014-07-22 06:33:21.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:23.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44137) > >2014-07-22 06:33:23.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59245) > >2014-07-22 06:33:24.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37646) > >2014-07-22 06:33:27.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44190) > >2014-07-22 06:33:27.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59298) > >2014-07-22 06:33:28.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37700) > >2014-07-22 06:33:31.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44243) > >2014-07-22 06:33:31.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59352) > >2014-07-22 06:33:32.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37755) > >2014-07-22 06:33:35.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44296) > >2014-07-22 06:33:35.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59407) > >2014-07-22 06:33:36.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37810) > >2014-07-22 06:33:39.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44349) > >2014-07-22 06:33:39.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59463) > >2014-07-22 06:33:40.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37866) > >2014-07-22 06:33:41.831 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:43.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44402) > >2014-07-22 06:33:43.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59521) > >2014-07-22 06:33:44.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37920) > >2014-07-22 06:33:46.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:47.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44455) > >2014-07-22 06:33:47.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59578) > >2014-07-22 06:33:47.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:48.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37975) > >2014-07-22 06:33:49.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:33:51.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44507) > >2014-07-22 06:33:51.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59639) > >2014-07-22 06:33:52.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38032) > >2014-07-22 06:33:55.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44560) > >2014-07-22 06:33:55.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59692) > >2014-07-22 06:33:56.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38087) > >2014-07-22 06:33:59.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44613) > >2014-07-22 06:33:59.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59746) > >2014-07-22 06:34:00.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38141) > >2014-07-22 06:34:03.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44666) > >2014-07-22 06:34:03.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59799) > >2014-07-22 06:34:04.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38194) > >2014-07-22 06:34:07.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44720) > >2014-07-22 06:34:07.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59852) > >2014-07-22 06:34:08.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38248) > >2014-07-22 06:34:10.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:11.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44773) > >2014-07-22 06:34:11.716 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:34:11.716 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:34:11.717 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:34:11.741 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:34:11.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59907) > >2014-07-22 06:34:12.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38306) > >2014-07-22 06:34:12.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:15.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44827) > >2014-07-22 06:34:15.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59963) > >2014-07-22 06:34:16.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38363) > >2014-07-22 06:34:17.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:18.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:19.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44880) > >2014-07-22 06:34:19.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60025) > >2014-07-22 06:34:20.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38419) > >2014-07-22 06:34:21.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:23.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44933) > >2014-07-22 06:34:23.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60079) > >2014-07-22 06:34:24.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38473) > >2014-07-22 06:34:27.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44986) > >2014-07-22 06:34:27.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60134) > >2014-07-22 06:34:28.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38530) > >2014-07-22 06:34:31.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45039) > >2014-07-22 06:34:31.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60188) > >2014-07-22 06:34:32.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38587) > >2014-07-22 06:34:35.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45093) > >2014-07-22 06:34:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60241) > >2014-07-22 06:34:36.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38640) > >2014-07-22 06:34:39.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45147) > >2014-07-22 06:34:39.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60295) > >2014-07-22 06:34:40.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38694) > >2014-07-22 06:34:41.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:43.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45200) > >2014-07-22 06:34:43.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60353) > >2014-07-22 06:34:44.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38748) > >2014-07-22 06:34:46.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:47.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45253) > >2014-07-22 06:34:47.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60409) > >2014-07-22 06:34:47.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:48.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38802) > >2014-07-22 06:34:49.563 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:34:51.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45306) > >2014-07-22 06:34:51.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60469) > >2014-07-22 06:34:52.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38858) > >2014-07-22 06:34:55.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45359) > >2014-07-22 06:34:55.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60522) > >2014-07-22 06:34:56.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38911) > >2014-07-22 06:34:59.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45412) > >2014-07-22 06:34:59.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60577) > >2014-07-22 06:35:00.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38965) > >2014-07-22 06:35:03.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45465) > >2014-07-22 06:35:03.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60632) > >2014-07-22 06:35:04.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39020) > >2014-07-22 06:35:07.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45518) > >2014-07-22 06:35:07.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60686) > >2014-07-22 06:35:08.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39074) > >2014-07-22 06:35:10.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:11.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45571) > >2014-07-22 06:35:11.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60741) > >2014-07-22 06:35:12.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39129) > >2014-07-22 06:35:12.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:15.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45624) > >2014-07-22 06:35:15.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60800) > >2014-07-22 06:35:16.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39186) > >2014-07-22 06:35:17.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:18.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:19.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45677) > >2014-07-22 06:35:19.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60862) > >2014-07-22 06:35:20.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39242) > >2014-07-22 06:35:21.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:23.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45730) > >2014-07-22 06:35:23.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60916) > >2014-07-22 06:35:24.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39296) > >2014-07-22 06:35:27.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45785) > >2014-07-22 06:35:27.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60972) > >2014-07-22 06:35:28.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39350) > >2014-07-22 06:35:31.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45838) > >2014-07-22 06:35:31.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32794) > >2014-07-22 06:35:32.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39405) > >2014-07-22 06:35:35.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45891) > >2014-07-22 06:35:35.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32847) > >2014-07-22 06:35:36.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39459) > >2014-07-22 06:35:39.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45944) > >2014-07-22 06:35:39.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32904) > >2014-07-22 06:35:40.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39516) > >2014-07-22 06:35:41.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:43.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45997) > >2014-07-22 06:35:43.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32962) > >2014-07-22 06:35:44.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39570) > >2014-07-22 06:35:46.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:47.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46050) > >2014-07-22 06:35:47.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33018) > >2014-07-22 06:35:48.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:48.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39625) > >2014-07-22 06:35:49.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:35:51.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46103) > >2014-07-22 06:35:51.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33080) > >2014-07-22 06:35:52.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39682) > >2014-07-22 06:35:55.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46155) > >2014-07-22 06:35:55.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33133) > >2014-07-22 06:35:56.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39737) > >2014-07-22 06:35:59.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46208) > >2014-07-22 06:35:59.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33187) > >2014-07-22 06:36:00.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39791) > >2014-07-22 06:36:03.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46261) > >2014-07-22 06:36:03.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33240) > >2014-07-22 06:36:04.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39844) > >2014-07-22 06:36:07.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46315) > >2014-07-22 06:36:07.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33293) > >2014-07-22 06:36:08.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39898) > >2014-07-22 06:36:10.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:11.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46368) > >2014-07-22 06:36:11.763 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:36:11.763 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:36:11.764 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:36:11.784 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:36:11.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33348) > >2014-07-22 06:36:12.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39956) > >2014-07-22 06:36:12.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:15.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46422) > >2014-07-22 06:36:15.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33405) > >2014-07-22 06:36:16.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40013) > >2014-07-22 06:36:17.380 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:18.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:19.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46475) > >2014-07-22 06:36:19.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33467) > >2014-07-22 06:36:20.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40069) > >2014-07-22 06:36:21.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:23.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46528) > >2014-07-22 06:36:23.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33521) > >2014-07-22 06:36:24.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40123) > >2014-07-22 06:36:27.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46581) > >2014-07-22 06:36:27.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33575) > >2014-07-22 06:36:28.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40177) > >2014-07-22 06:36:31.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46634) > >2014-07-22 06:36:31.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33630) > >2014-07-22 06:36:32.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40234) > >2014-07-22 06:36:35.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46688) > >2014-07-22 06:36:35.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33682) > >2014-07-22 06:36:36.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40290) > >2014-07-22 06:36:39.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46741) > >2014-07-22 06:36:39.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33736) > >2014-07-22 06:36:40.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40344) > >2014-07-22 06:36:41.936 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:43.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46794) > >2014-07-22 06:36:43.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33794) > >2014-07-22 06:36:44.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40398) > >2014-07-22 06:36:46.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:47.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46847) > >2014-07-22 06:36:47.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33850) > >2014-07-22 06:36:48.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:48.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40453) > >2014-07-22 06:36:49.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:36:51.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46900) > >2014-07-22 06:36:51.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33910) > >2014-07-22 06:36:52.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40508) > >2014-07-22 06:36:55.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46953) > >2014-07-22 06:36:55.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33963) > >2014-07-22 06:36:56.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40561) > >2014-07-22 06:36:59.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47006) > >2014-07-22 06:36:59.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34017) > >2014-07-22 06:37:00.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40615) > >2014-07-22 06:37:03.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47059) > >2014-07-22 06:37:03.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34070) > >2014-07-22 06:37:04.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40668) > >2014-07-22 06:37:07.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47112) > >2014-07-22 06:37:07.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34123) > >2014-07-22 06:37:08.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40721) > >2014-07-22 06:37:10.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:11.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47165) > >2014-07-22 06:37:11.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34178) > >2014-07-22 06:37:12.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40779) > >2014-07-22 06:37:13.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:15.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47219) > >2014-07-22 06:37:15.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34240) > >2014-07-22 06:37:16.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40836) > >2014-07-22 06:37:17.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:18.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:19.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47272) > >2014-07-22 06:37:19.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34301) > >2014-07-22 06:37:20.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40891) > >2014-07-22 06:37:21.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:23.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47325) > >2014-07-22 06:37:23.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34355) > >2014-07-22 06:37:24.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40945) > >2014-07-22 06:37:27.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47378) > >2014-07-22 06:37:27.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34408) > >2014-07-22 06:37:28.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40998) > >2014-07-22 06:37:31.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47431) > >2014-07-22 06:37:31.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34462) > >2014-07-22 06:37:32.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41052) > >2014-07-22 06:37:35.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47484) > >2014-07-22 06:37:35.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34515) > >2014-07-22 06:37:36.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41105) > >2014-07-22 06:37:39.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47537) > >2014-07-22 06:37:39.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34572) > >2014-07-22 06:37:40.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41162) > >2014-07-22 06:37:41.974 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:43.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47590) > >2014-07-22 06:37:43.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34630) > >2014-07-22 06:37:44.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41216) > >2014-07-22 06:37:46.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:47.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47643) > >2014-07-22 06:37:47.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34686) > >2014-07-22 06:37:48.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:48.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41271) > >2014-07-22 06:37:49.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:37:51.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47696) > >2014-07-22 06:37:51.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34747) > >2014-07-22 06:37:52.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41327) > >2014-07-22 06:37:55.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47749) > >2014-07-22 06:37:55.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34801) > >2014-07-22 06:37:56.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41381) > >2014-07-22 06:37:59.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47802) > >2014-07-22 06:37:59.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34855) > >2014-07-22 06:38:00.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41437) > >2014-07-22 06:38:03.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47855) > >2014-07-22 06:38:03.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34908) > >2014-07-22 06:38:04.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41490) > >2014-07-22 06:38:07.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47909) > >2014-07-22 06:38:07.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34961) > >2014-07-22 06:38:08.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41543) > >2014-07-22 06:38:10.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:11.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47961) > >2014-07-22 06:38:11.818 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:38:11.818 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:38:11.819 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:38:11.834 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:38:11.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35016) > >2014-07-22 06:38:12.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41601) > >2014-07-22 06:38:13.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:15.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48015) > >2014-07-22 06:38:15.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35074) > >2014-07-22 06:38:16.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41657) > >2014-07-22 06:38:17.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:18.344 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:19.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48068) > >2014-07-22 06:38:19.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35136) > >2014-07-22 06:38:20.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41713) > >2014-07-22 06:38:21.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:23.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48121) > >2014-07-22 06:38:23.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35190) > >2014-07-22 06:38:24.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41767) > >2014-07-22 06:38:27.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48175) > >2014-07-22 06:38:27.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35243) > >2014-07-22 06:38:28.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41820) > >2014-07-22 06:38:31.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48228) > >2014-07-22 06:38:31.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35299) > >2014-07-22 06:38:32.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41878) > >2014-07-22 06:38:35.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48282) > >2014-07-22 06:38:35.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35352) > >2014-07-22 06:38:36.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41934) > >2014-07-22 06:38:39.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48335) > >2014-07-22 06:38:39.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35406) > >2014-07-22 06:38:40.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41988) > >2014-07-22 06:38:42.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:43.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48388) > >2014-07-22 06:38:44.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35464) > >2014-07-22 06:38:44.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42042) > >2014-07-22 06:38:46.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:47.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48441) > >2014-07-22 06:38:48.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35520) > >2014-07-22 06:38:48.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:48.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42097) > >2014-07-22 06:38:49.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:38:51.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48494) > >2014-07-22 06:38:52.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35580) > >2014-07-22 06:38:52.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42152) > >2014-07-22 06:38:55.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48547) > >2014-07-22 06:38:56.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35633) > >2014-07-22 06:38:56.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42205) > >2014-07-22 06:38:59.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48600) > >2014-07-22 06:39:00.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35687) > >2014-07-22 06:39:00.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42259) > >2014-07-22 06:39:03.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48653) > >2014-07-22 06:39:04.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35740) > >2014-07-22 06:39:04.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42312) > >2014-07-22 06:39:07.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48706) > >2014-07-22 06:39:08.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35792) > >2014-07-22 06:39:08.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42365) > >2014-07-22 06:39:10.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:11.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48759) > >2014-07-22 06:39:12.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35847) > >2014-07-22 06:39:12.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42422) > >2014-07-22 06:39:13.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:15.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48812) > >2014-07-22 06:39:16.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35907) > >2014-07-22 06:39:16.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42478) > >2014-07-22 06:39:17.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:18.371 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:19.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48865) > >2014-07-22 06:39:20.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35967) > >2014-07-22 06:39:20.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42534) > >2014-07-22 06:39:21.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:23.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48918) > >2014-07-22 06:39:24.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36024) > >2014-07-22 06:39:24.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42588) > >2014-07-22 06:39:27.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48971) > >2014-07-22 06:39:28.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36077) > >2014-07-22 06:39:28.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42641) > >2014-07-22 06:39:31.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49023) > >2014-07-22 06:39:32.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36132) > >2014-07-22 06:39:32.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42696) > >2014-07-22 06:39:35.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49076) > >2014-07-22 06:39:36.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36185) > >2014-07-22 06:39:36.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42749) > >2014-07-22 06:39:39.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49129) > >2014-07-22 06:39:40.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36243) > >2014-07-22 06:39:40.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42807) > >2014-07-22 06:39:42.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:43.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49182) > >2014-07-22 06:39:44.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36301) > >2014-07-22 06:39:44.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42861) > >2014-07-22 06:39:46.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:47.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49235) > >2014-07-22 06:39:48.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:48.086 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 36357) > >2014-07-22 06:39:48.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42916) > >2014-07-22 06:39:49.885 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:39:51.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49288) > >2014-07-22 06:39:52.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36418) > >2014-07-22 06:39:52.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42972) > >2014-07-22 06:39:55.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49341) > >2014-07-22 06:39:56.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36472) > >2014-07-22 06:39:56.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43026) > >2014-07-22 06:39:59.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49394) > >2014-07-22 06:40:00.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36526) > >2014-07-22 06:40:00.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43082) > >2014-07-22 06:40:03.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49447) > >2014-07-22 06:40:04.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36579) > >2014-07-22 06:40:04.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43135) > >2014-07-22 06:40:07.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49501) > >2014-07-22 06:40:08.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36632) > >2014-07-22 06:40:08.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43189) > >2014-07-22 06:40:10.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:11.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49554) > >2014-07-22 06:40:11.836 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:40:11.836 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:40:11.837 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:40:11.850 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:40:12.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36687) > >2014-07-22 06:40:12.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43246) > >2014-07-22 06:40:13.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:15.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49608) > >2014-07-22 06:40:16.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36744) > >2014-07-22 06:40:16.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43303) > >2014-07-22 06:40:17.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:18.398 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:19.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49661) > >2014-07-22 06:40:20.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36804) > >2014-07-22 06:40:20.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43359) > >2014-07-22 06:40:21.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:23.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49714) > >2014-07-22 06:40:24.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36860) > >2014-07-22 06:40:24.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43413) > >2014-07-22 06:40:27.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49767) > >2014-07-22 06:40:28.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36913) > >2014-07-22 06:40:28.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43466) > >2014-07-22 06:40:31.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49820) > >2014-07-22 06:40:32.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36969) > >2014-07-22 06:40:32.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43524) > >2014-07-22 06:40:35.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49874) > >2014-07-22 06:40:36.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37022) > >2014-07-22 06:40:36.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43580) > >2014-07-22 06:40:39.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49927) > >2014-07-22 06:40:40.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37076) > >2014-07-22 06:40:40.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43634) > >2014-07-22 06:40:42.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:43.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49980) > >2014-07-22 06:40:44.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37134) > >2014-07-22 06:40:44.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43688) > >2014-07-22 06:40:46.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:47.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50033) > >2014-07-22 06:40:48.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:48.096 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 37190) > >2014-07-22 06:40:48.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43743) > >2014-07-22 06:40:49.942 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:40:51.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50086) > >2014-07-22 06:40:52.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37250) > >2014-07-22 06:40:52.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43798) > >2014-07-22 06:40:55.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50139) > >2014-07-22 06:40:56.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37303) > >2014-07-22 06:40:56.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43851) > >2014-07-22 06:40:59.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50192) > >2014-07-22 06:41:00.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37356) > >2014-07-22 06:41:00.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43905) > >2014-07-22 06:41:03.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50245) > >2014-07-22 06:41:04.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37409) > >2014-07-22 06:41:04.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43958) > >2014-07-22 06:41:07.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50298) > >2014-07-22 06:41:08.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37462) > >2014-07-22 06:41:08.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44011) > >2014-07-22 06:41:10.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:11.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50351) > >2014-07-22 06:41:12.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37517) > >2014-07-22 06:41:12.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44067) > >2014-07-22 06:41:13.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:15.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50404) > >2014-07-22 06:41:16.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37576) > >2014-07-22 06:41:16.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44123) > >2014-07-22 06:41:17.384 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:18.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:19.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50457) > >2014-07-22 06:41:20.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37636) > >2014-07-22 06:41:20.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44179) > >2014-07-22 06:41:21.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:23.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50510) > >2014-07-22 06:41:24.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37692) > >2014-07-22 06:41:24.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44233) > >2014-07-22 06:41:27.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50563) > >2014-07-22 06:41:28.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37745) > >2014-07-22 06:41:28.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44286) > >2014-07-22 06:41:31.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50616) > >2014-07-22 06:41:32.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37800) > >2014-07-22 06:41:32.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44341) > >2014-07-22 06:41:35.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50669) > >2014-07-22 06:41:36.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37853) > >2014-07-22 06:41:36.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44394) > >2014-07-22 06:41:39.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50722) > >2014-07-22 06:41:40.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37911) > >2014-07-22 06:41:40.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44452) > >2014-07-22 06:41:42.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:43.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50775) > >2014-07-22 06:41:44.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37969) > >2014-07-22 06:41:44.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44506) > >2014-07-22 06:41:46.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:47.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50827) > >2014-07-22 06:41:48.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:48.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38025) > >2014-07-22 06:41:48.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44561) > >2014-07-22 06:41:50.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:41:51.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50880) > >2014-07-22 06:41:52.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38086) > >2014-07-22 06:41:52.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44617) > >2014-07-22 06:41:55.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50933) > >2014-07-22 06:41:56.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38140) > >2014-07-22 06:41:56.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44671) > >2014-07-22 06:41:59.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50986) > >2014-07-22 06:42:00.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38194) > >2014-07-22 06:42:00.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44727) > >2014-07-22 06:42:03.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51039) > >2014-07-22 06:42:04.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38247) > >2014-07-22 06:42:04.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44781) > >2014-07-22 06:42:07.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51092) > >2014-07-22 06:42:08.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38300) > >2014-07-22 06:42:08.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44835) > >2014-07-22 06:42:10.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:11.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51146) > >2014-07-22 06:42:11.852 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:42:11.852 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:42:11.853 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:42:11.868 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:42:12.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38355) > >2014-07-22 06:42:12.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44893) > >2014-07-22 06:42:13.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:15.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51199) > >2014-07-22 06:42:16.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38412) > >2014-07-22 06:42:16.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44948) > >2014-07-22 06:42:17.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:18.475 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:19.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51253) > >2014-07-22 06:42:20.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38472) > >2014-07-22 06:42:20.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45004) > >2014-07-22 06:42:21.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:23.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51306) > >2014-07-22 06:42:24.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38528) > >2014-07-22 06:42:24.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45058) > >2014-07-22 06:42:27.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51359) > >2014-07-22 06:42:28.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38580) > >2014-07-22 06:42:28.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45111) > >2014-07-22 06:42:31.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51412) > >2014-07-22 06:42:32.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38636) > >2014-07-22 06:42:32.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45169) > >2014-07-22 06:42:35.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51465) > >2014-07-22 06:42:36.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38689) > >2014-07-22 06:42:36.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45225) > >2014-07-22 06:42:39.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51519) > >2014-07-22 06:42:40.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38743) > >2014-07-22 06:42:40.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45279) > >2014-07-22 06:42:42.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:43.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51572) > >2014-07-22 06:42:44.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38801) > >2014-07-22 06:42:44.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45333) > >2014-07-22 06:42:46.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:47.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51625) > >2014-07-22 06:42:48.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:48.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38857) > >2014-07-22 06:42:48.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45388) > >2014-07-22 06:42:50.061 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:42:51.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51678) > >2014-07-22 06:42:52.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38917) > >2014-07-22 06:42:52.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45443) > >2014-07-22 06:42:55.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51731) > >2014-07-22 06:42:56.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38970) > >2014-07-22 06:42:56.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45496) > >2014-07-22 06:42:59.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51784) > >2014-07-22 06:43:00.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39024) > >2014-07-22 06:43:00.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45550) > >2014-07-22 06:43:03.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51837) > >2014-07-22 06:43:04.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39077) > >2014-07-22 06:43:04.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45603) > >2014-07-22 06:43:07.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51890) > >2014-07-22 06:43:08.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39130) > >2014-07-22 06:43:08.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45656) > >2014-07-22 06:43:10.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:11.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51943) > >2014-07-22 06:43:12.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39185) > >2014-07-22 06:43:12.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45713) > >2014-07-22 06:43:13.323 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:15.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51996) > >2014-07-22 06:43:16.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39245) > >2014-07-22 06:43:16.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45769) > >2014-07-22 06:43:17.389 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:18.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:19.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52049) > >2014-07-22 06:43:20.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39305) > >2014-07-22 06:43:20.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45824) > >2014-07-22 06:43:21.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:23.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52102) > >2014-07-22 06:43:24.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39361) > >2014-07-22 06:43:24.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45878) > >2014-07-22 06:43:27.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52155) > >2014-07-22 06:43:28.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39414) > >2014-07-22 06:43:28.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45931) > >2014-07-22 06:43:31.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52208) > >2014-07-22 06:43:32.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39468) > >2014-07-22 06:43:32.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45986) > >2014-07-22 06:43:35.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52261) > >2014-07-22 06:43:36.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39522) > >2014-07-22 06:43:36.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46039) > >2014-07-22 06:43:39.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52313) > >2014-07-22 06:43:40.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39580) > >2014-07-22 06:43:40.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46097) > >2014-07-22 06:43:42.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:43.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52367) > >2014-07-22 06:43:44.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39638) > >2014-07-22 06:43:44.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46151) > >2014-07-22 06:43:46.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:47.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52420) > >2014-07-22 06:43:48.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:48.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39694) > >2014-07-22 06:43:48.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46206) > >2014-07-22 06:43:50.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:43:51.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52473) > >2014-07-22 06:43:52.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39755) > >2014-07-22 06:43:52.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46262) > >2014-07-22 06:43:55.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52526) > >2014-07-22 06:43:56.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39809) > >2014-07-22 06:43:56.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46316) > >2014-07-22 06:43:59.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52579) > >2014-07-22 06:44:00.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39863) > >2014-07-22 06:44:00.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46372) > >2014-07-22 06:44:03.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52632) > >2014-07-22 06:44:04.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39916) > >2014-07-22 06:44:04.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46425) > >2014-07-22 06:44:07.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52685) > >2014-07-22 06:44:08.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39970) > >2014-07-22 06:44:08.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46477) > >2014-07-22 06:44:10.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:11.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52739) > >2014-07-22 06:44:11.871 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:44:11.871 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:44:11.871 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:44:11.904 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:44:12.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40025) > >2014-07-22 06:44:12.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46535) > >2014-07-22 06:44:13.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:15.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52792) > >2014-07-22 06:44:16.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40081) > >2014-07-22 06:44:16.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46589) > >2014-07-22 06:44:17.390 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:18.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:19.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52846) > >2014-07-22 06:44:20.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40141) > >2014-07-22 06:44:20.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46646) > >2014-07-22 06:44:21.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:23.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52899) > >2014-07-22 06:44:24.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40197) > >2014-07-22 06:44:24.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46700) > >2014-07-22 06:44:27.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52952) > >2014-07-22 06:44:28.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40250) > >2014-07-22 06:44:28.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46753) > >2014-07-22 06:44:31.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53005) > >2014-07-22 06:44:32.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40305) > >2014-07-22 06:44:32.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46809) > >2014-07-22 06:44:35.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53058) > >2014-07-22 06:44:36.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40359) > >2014-07-22 06:44:36.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46864) > >2014-07-22 06:44:39.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53112) > >2014-07-22 06:44:40.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40413) > >2014-07-22 06:44:40.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46920) > >2014-07-22 06:44:42.190 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:43.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53165) > >2014-07-22 06:44:44.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40471) > >2014-07-22 06:44:44.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46974) > >2014-07-22 06:44:46.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:47.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53218) > >2014-07-22 06:44:48.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:48.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40526) > >2014-07-22 06:44:48.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47029) > >2014-07-22 06:44:50.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:44:51.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53271) > >2014-07-22 06:44:52.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40586) > >2014-07-22 06:44:52.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47084) > >2014-07-22 06:44:55.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53324) > >2014-07-22 06:44:56.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40639) > >2014-07-22 06:44:56.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47137) > >2014-07-22 06:44:59.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53377) > >2014-07-22 06:45:00.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40694) > >2014-07-22 06:45:00.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47191) > >2014-07-22 06:45:03.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53430) > >2014-07-22 06:45:04.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40747) > >2014-07-22 06:45:04.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47244) > >2014-07-22 06:45:07.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53483) > >2014-07-22 06:45:08.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40805) > >2014-07-22 06:45:08.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47297) > >2014-07-22 06:45:10.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:11.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53536) > >2014-07-22 06:45:12.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40860) > >2014-07-22 06:45:12.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47353) > >2014-07-22 06:45:13.408 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:15.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53589) > >2014-07-22 06:45:16.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40919) > >2014-07-22 06:45:16.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47412) > >2014-07-22 06:45:17.392 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:18.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:19.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53642) > >2014-07-22 06:45:20.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40979) > >2014-07-22 06:45:20.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47468) > >2014-07-22 06:45:21.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:23.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53696) > >2014-07-22 06:45:24.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41035) > >2014-07-22 06:45:24.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47522) > >2014-07-22 06:45:27.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53753) > >2014-07-22 06:45:28.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41088) > >2014-07-22 06:45:28.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47575) > >2014-07-22 06:45:31.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53806) > >2014-07-22 06:45:32.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41142) > >2014-07-22 06:45:32.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47629) > >2014-07-22 06:45:35.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53859) > >2014-07-22 06:45:36.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41209) > >2014-07-22 06:45:36.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47689) > >2014-07-22 06:45:39.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53918) > >2014-07-22 06:45:40.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41275) > >2014-07-22 06:45:40.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47747) > >2014-07-22 06:45:42.227 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:43.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53971) > >2014-07-22 06:45:44.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41330) > >2014-07-22 06:45:44.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47801) > >2014-07-22 06:45:46.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:47.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54024) > >2014-07-22 06:45:48.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:48.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41387) > >2014-07-22 06:45:48.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47856) > >2014-07-22 06:45:50.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:45:51.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54080) > >2014-07-22 06:45:52.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41450) > >2014-07-22 06:45:52.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47911) > >2014-07-22 06:45:55.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54145) > >2014-07-22 06:45:56.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41509) > >2014-07-22 06:45:56.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47972) > >2014-07-22 06:45:59.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54199) > >2014-07-22 06:46:00.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41573) > >2014-07-22 06:46:00.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48025) > >2014-07-22 06:46:03.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54259) > >2014-07-22 06:46:04.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41637) > >2014-07-22 06:46:04.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48080) > >2014-07-22 06:46:07.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54322) > >2014-07-22 06:46:08.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41701) > >2014-07-22 06:46:08.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48133) > >2014-07-22 06:46:10.119 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:11.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54388) > >2014-07-22 06:46:11.906 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:46:11.906 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:46:11.906 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:46:11.942 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:46:12.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41766) > >2014-07-22 06:46:12.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48192) > >2014-07-22 06:46:13.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:15.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54447) > >2014-07-22 06:46:16.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41843) > >2014-07-22 06:46:16.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48248) > >2014-07-22 06:46:17.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:18.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:19.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54509) > >2014-07-22 06:46:20.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41922) > >2014-07-22 06:46:20.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48306) > >2014-07-22 06:46:21.087 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:23.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54575) > >2014-07-22 06:46:24.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41981) > >2014-07-22 06:46:24.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48359) > >2014-07-22 06:46:27.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54640) > >2014-07-22 06:46:28.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42037) > >2014-07-22 06:46:28.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48412) > >2014-07-22 06:46:31.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54704) > >2014-07-22 06:46:32.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42091) > >2014-07-22 06:46:32.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48466) > >2014-07-22 06:46:35.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54766) > >2014-07-22 06:46:36.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42149) > >2014-07-22 06:46:36.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48523) > >2014-07-22 06:46:39.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54825) > >2014-07-22 06:46:40.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42205) > >2014-07-22 06:46:40.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48580) > >2014-07-22 06:46:42.272 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:43.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54884) > >2014-07-22 06:46:44.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42261) > >2014-07-22 06:46:44.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48634) > >2014-07-22 06:46:46.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:47.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54941) > >2014-07-22 06:46:48.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:48.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42318) > >2014-07-22 06:46:48.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48689) > >2014-07-22 06:46:50.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:46:51.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54996) > >2014-07-22 06:46:52.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42380) > >2014-07-22 06:46:52.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48743) > >2014-07-22 06:46:55.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55050) > >2014-07-22 06:46:56.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42436) > >2014-07-22 06:46:56.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48796) > >2014-07-22 06:46:59.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55103) > >2014-07-22 06:47:00.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42492) > >2014-07-22 06:47:00.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48850) > >2014-07-22 06:47:03.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55156) > >2014-07-22 06:47:04.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42545) > >2014-07-22 06:47:04.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48903) > >2014-07-22 06:47:07.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55209) > >2014-07-22 06:47:08.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42601) > >2014-07-22 06:47:08.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48956) > >2014-07-22 06:47:10.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:11.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55262) > >2014-07-22 06:47:12.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42662) > >2014-07-22 06:47:12.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49012) > >2014-07-22 06:47:13.537 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:15.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55315) > >2014-07-22 06:47:16.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42719) > >2014-07-22 06:47:16.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49070) > >2014-07-22 06:47:17.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:18.614 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:19.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55368) > >2014-07-22 06:47:20.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42781) > >2014-07-22 06:47:20.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49126) > >2014-07-22 06:47:21.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:23.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55421) > >2014-07-22 06:47:24.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42835) > >2014-07-22 06:47:24.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49180) > >2014-07-22 06:47:27.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55474) > >2014-07-22 06:47:28.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42888) > >2014-07-22 06:47:28.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49233) > >2014-07-22 06:47:31.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55527) > >2014-07-22 06:47:32.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42942) > >2014-07-22 06:47:32.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49287) > >2014-07-22 06:47:36.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55580) > >2014-07-22 06:47:36.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42996) > >2014-07-22 06:47:36.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49341) > >2014-07-22 06:47:40.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55633) > >2014-07-22 06:47:40.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43058) > >2014-07-22 06:47:40.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49399) > >2014-07-22 06:47:42.329 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:44.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55686) > >2014-07-22 06:47:44.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43114) > >2014-07-22 06:47:44.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49453) > >2014-07-22 06:47:46.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:48.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55739) > >2014-07-22 06:47:48.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:48.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43171) > >2014-07-22 06:47:48.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49508) > >2014-07-22 06:47:50.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:47:52.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55792) > >2014-07-22 06:47:52.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43230) > >2014-07-22 06:47:52.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49563) > >2014-07-22 06:47:56.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55845) > >2014-07-22 06:47:56.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43285) > >2014-07-22 06:47:56.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49618) > >2014-07-22 06:48:00.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55898) > >2014-07-22 06:48:00.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43339) > >2014-07-22 06:48:00.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49672) > >2014-07-22 06:48:04.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55951) > >2014-07-22 06:48:04.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43392) > >2014-07-22 06:48:04.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49727) > >2014-07-22 06:48:08.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56004) > >2014-07-22 06:48:08.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43445) > >2014-07-22 06:48:08.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49780) > >2014-07-22 06:48:10.102 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:11.944 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:48:11.944 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:48:11.945 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:48:11.957 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:48:12.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56057) > >2014-07-22 06:48:12.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43502) > >2014-07-22 06:48:12.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49838) > >2014-07-22 06:48:13.555 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:16.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56111) > >2014-07-22 06:48:16.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43556) > >2014-07-22 06:48:16.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49892) > >2014-07-22 06:48:17.409 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:18.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:20.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56165) > >2014-07-22 06:48:20.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43618) > >2014-07-22 06:48:20.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49949) > >2014-07-22 06:48:21.095 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:24.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56218) > >2014-07-22 06:48:24.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43672) > >2014-07-22 06:48:24.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50003) > >2014-07-22 06:48:28.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56271) > >2014-07-22 06:48:28.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43724) > >2014-07-22 06:48:28.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50056) > >2014-07-22 06:48:32.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56325) > >2014-07-22 06:48:32.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43778) > >2014-07-22 06:48:32.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50110) > >2014-07-22 06:48:36.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56378) > >2014-07-22 06:48:36.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43833) > >2014-07-22 06:48:36.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50167) > >2014-07-22 06:48:40.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56432) > >2014-07-22 06:48:40.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43889) > >2014-07-22 06:48:40.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50224) > >2014-07-22 06:48:42.365 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:44.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56485) > >2014-07-22 06:48:44.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43945) > >2014-07-22 06:48:44.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50278) > >2014-07-22 06:48:46.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:48.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56539) > >2014-07-22 06:48:48.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:48.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44001) > >2014-07-22 06:48:48.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50332) > >2014-07-22 06:48:50.408 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:48:52.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56592) > >2014-07-22 06:48:52.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44060) > >2014-07-22 06:48:52.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50387) > >2014-07-22 06:48:56.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56645) > >2014-07-22 06:48:56.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44113) > >2014-07-22 06:48:56.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50440) > >2014-07-22 06:49:00.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56698) > >2014-07-22 06:49:00.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44167) > >2014-07-22 06:49:00.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50494) > >2014-07-22 06:49:04.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56752) > >2014-07-22 06:49:04.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44220) > >2014-07-22 06:49:04.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50547) > >2014-07-22 06:49:08.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56805) > >2014-07-22 06:49:08.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44272) > >2014-07-22 06:49:08.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50600) > >2014-07-22 06:49:10.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:12.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56858) > >2014-07-22 06:49:12.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44329) > >2014-07-22 06:49:12.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50657) > >2014-07-22 06:49:13.605 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:16.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56910) > >2014-07-22 06:49:16.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44387) > >2014-07-22 06:49:16.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50714) > >2014-07-22 06:49:17.411 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:18.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:20.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56963) > >2014-07-22 06:49:20.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44449) > >2014-07-22 06:49:20.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50770) > >2014-07-22 06:49:21.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:24.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57016) > >2014-07-22 06:49:24.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44503) > >2014-07-22 06:49:24.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50824) > >2014-07-22 06:49:28.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57069) > >2014-07-22 06:49:28.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44556) > >2014-07-22 06:49:28.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50877) > >2014-07-22 06:49:32.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57122) > >2014-07-22 06:49:32.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44610) > >2014-07-22 06:49:32.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50931) > >2014-07-22 06:49:36.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57175) > >2014-07-22 06:49:36.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44664) > >2014-07-22 06:49:36.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50985) > >2014-07-22 06:49:40.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57228) > >2014-07-22 06:49:40.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44723) > >2014-07-22 06:49:40.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51042) > >2014-07-22 06:49:42.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:44.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57281) > >2014-07-22 06:49:44.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44780) > >2014-07-22 06:49:44.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51097) > >2014-07-22 06:49:46.585 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:48.073 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:48.115 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 57334) > >2014-07-22 06:49:48.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44837) > >2014-07-22 06:49:48.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51152) > >2014-07-22 06:49:50.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:49:52.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57387) > >2014-07-22 06:49:52.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44896) > >2014-07-22 06:49:52.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51207) > >2014-07-22 06:49:56.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57439) > >2014-07-22 06:49:56.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44951) > >2014-07-22 06:49:56.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51262) > >2014-07-22 06:50:00.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57492) > >2014-07-22 06:50:00.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45005) > >2014-07-22 06:50:00.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51315) > >2014-07-22 06:50:04.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57545) > >2014-07-22 06:50:04.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45058) > >2014-07-22 06:50:04.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51370) > >2014-07-22 06:50:08.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57598) > >2014-07-22 06:50:08.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45111) > >2014-07-22 06:50:08.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51423) > >2014-07-22 06:50:10.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:11.959 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:50:11.959 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:50:11.960 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:50:11.975 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:50:12.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57651) > >2014-07-22 06:50:12.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45168) > >2014-07-22 06:50:12.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51480) > >2014-07-22 06:50:13.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:16.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57705) > >2014-07-22 06:50:16.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45223) > >2014-07-22 06:50:16.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51536) > >2014-07-22 06:50:17.413 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:18.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:20.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57758) > >2014-07-22 06:50:20.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45285) > >2014-07-22 06:50:20.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51592) > >2014-07-22 06:50:21.101 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:24.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57812) > >2014-07-22 06:50:24.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45339) > >2014-07-22 06:50:24.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51646) > >2014-07-22 06:50:28.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57865) > >2014-07-22 06:50:28.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45392) > >2014-07-22 06:50:28.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51699) > >2014-07-22 06:50:32.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57918) > >2014-07-22 06:50:32.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45446) > >2014-07-22 06:50:32.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51753) > >2014-07-22 06:50:36.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57971) > >2014-07-22 06:50:36.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45501) > >2014-07-22 06:50:36.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51810) > >2014-07-22 06:50:40.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58024) > >2014-07-22 06:50:40.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45557) > >2014-07-22 06:50:40.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51867) > >2014-07-22 06:50:42.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:44.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58078) > >2014-07-22 06:50:44.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45613) > >2014-07-22 06:50:44.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51921) > >2014-07-22 06:50:46.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:48.075 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:48.132 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 58131) > >2014-07-22 06:50:48.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45670) > >2014-07-22 06:50:48.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51976) > >2014-07-22 06:50:50.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:50:52.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58184) > >2014-07-22 06:50:52.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45729) > >2014-07-22 06:50:52.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52031) > >2014-07-22 06:50:56.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58237) > >2014-07-22 06:50:56.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45782) > >2014-07-22 06:50:56.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52084) > >2014-07-22 06:51:00.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58290) > >2014-07-22 06:51:00.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45836) > >2014-07-22 06:51:00.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52138) > >2014-07-22 06:51:04.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58343) > >2014-07-22 06:51:04.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45889) > >2014-07-22 06:51:04.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52191) > >2014-07-22 06:51:08.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58395) > >2014-07-22 06:51:08.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45942) > >2014-07-22 06:51:08.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52244) > >2014-07-22 06:51:10.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:12.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58448) > >2014-07-22 06:51:12.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46000) > >2014-07-22 06:51:12.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52300) > >2014-07-22 06:51:13.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:16.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58501) > >2014-07-22 06:51:16.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46056) > >2014-07-22 06:51:16.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52356) > >2014-07-22 06:51:17.415 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:18.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:20.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58554) > >2014-07-22 06:51:20.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46118) > >2014-07-22 06:51:20.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52412) > >2014-07-22 06:51:21.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:24.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58607) > >2014-07-22 06:51:24.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46172) > >2014-07-22 06:51:24.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52466) > >2014-07-22 06:51:28.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58660) > >2014-07-22 06:51:28.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46225) > >2014-07-22 06:51:28.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52519) > >2014-07-22 06:51:32.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58713) > >2014-07-22 06:51:32.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46279) > >2014-07-22 06:51:32.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52573) > >2014-07-22 06:51:36.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58766) > >2014-07-22 06:51:36.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46333) > >2014-07-22 06:51:36.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52627) > >2014-07-22 06:51:40.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58819) > >2014-07-22 06:51:40.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46391) > >2014-07-22 06:51:40.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52683) > >2014-07-22 06:51:42.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:44.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58872) > >2014-07-22 06:51:44.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46449) > >2014-07-22 06:51:44.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52739) > >2014-07-22 06:51:46.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:48.079 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:48.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58925) > >2014-07-22 06:51:48.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46506) > >2014-07-22 06:51:48.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52794) > >2014-07-22 06:51:50.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:51:52.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58978) > >2014-07-22 06:51:52.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46565) > >2014-07-22 06:51:52.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52849) > >2014-07-22 06:51:56.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59031) > >2014-07-22 06:51:56.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46620) > >2014-07-22 06:51:56.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52904) > >2014-07-22 06:52:00.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59084) > >2014-07-22 06:52:00.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46674) > >2014-07-22 06:52:00.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52958) > >2014-07-22 06:52:04.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59137) > >2014-07-22 06:52:04.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46727) > >2014-07-22 06:52:04.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53013) > >2014-07-22 06:52:08.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59190) > >2014-07-22 06:52:08.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46780) > >2014-07-22 06:52:08.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53066) > >2014-07-22 06:52:10.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:11.977 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:52:11.977 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:52:11.978 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:52:11.993 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:52:12.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59243) > >2014-07-22 06:52:12.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46837) > >2014-07-22 06:52:12.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53123) > >2014-07-22 06:52:13.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:16.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59297) > >2014-07-22 06:52:16.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46891) > >2014-07-22 06:52:16.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53180) > >2014-07-22 06:52:17.417 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:18.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:20.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59350) > >2014-07-22 06:52:20.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46951) > >2014-07-22 06:52:20.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53236) > >2014-07-22 06:52:21.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:24.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59404) > >2014-07-22 06:52:24.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47007) > >2014-07-22 06:52:24.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53291) > >2014-07-22 06:52:28.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59457) > >2014-07-22 06:52:28.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47060) > >2014-07-22 06:52:28.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53344) > >2014-07-22 06:52:32.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59510) > >2014-07-22 06:52:32.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47115) > >2014-07-22 06:52:32.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53399) > >2014-07-22 06:52:36.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59563) > >2014-07-22 06:52:36.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47169) > >2014-07-22 06:52:36.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53454) > >2014-07-22 06:52:40.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59616) > >2014-07-22 06:52:40.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47227) > >2014-07-22 06:52:40.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53511) > >2014-07-22 06:52:42.495 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:44.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59670) > >2014-07-22 06:52:44.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47283) > >2014-07-22 06:52:44.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53568) > >2014-07-22 06:52:46.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:48.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:48.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59723) > >2014-07-22 06:52:48.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47339) > >2014-07-22 06:52:48.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53623) > >2014-07-22 06:52:50.691 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:52:52.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59776) > >2014-07-22 06:52:52.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47398) > >2014-07-22 06:52:52.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53678) > >2014-07-22 06:52:56.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59829) > >2014-07-22 06:52:56.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47451) > >2014-07-22 06:52:56.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53731) > >2014-07-22 06:53:00.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59882) > >2014-07-22 06:53:00.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47505) > >2014-07-22 06:53:00.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53785) > >2014-07-22 06:53:04.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59935) > >2014-07-22 06:53:04.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47558) > >2014-07-22 06:53:04.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53838) > >2014-07-22 06:53:08.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59988) > >2014-07-22 06:53:08.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47611) > >2014-07-22 06:53:08.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53891) > >2014-07-22 06:53:10.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:12.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60041) > >2014-07-22 06:53:12.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47669) > >2014-07-22 06:53:12.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53947) > >2014-07-22 06:53:13.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:16.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60094) > >2014-07-22 06:53:16.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47726) > >2014-07-22 06:53:16.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54003) > >2014-07-22 06:53:17.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:18.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60147) > >2014-07-22 06:53:20.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47786) > >2014-07-22 06:53:20.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54059) > >2014-07-22 06:53:21.117 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:24.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60200) > >2014-07-22 06:53:24.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47842) > >2014-07-22 06:53:24.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54113) > >2014-07-22 06:53:28.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60253) > >2014-07-22 06:53:28.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47895) > >2014-07-22 06:53:28.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54166) > >2014-07-22 06:53:32.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60306) > >2014-07-22 06:53:32.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47949) > >2014-07-22 06:53:32.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54220) > >2014-07-22 06:53:36.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60359) > >2014-07-22 06:53:36.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48003) > >2014-07-22 06:53:36.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54274) > >2014-07-22 06:53:40.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60412) > >2014-07-22 06:53:40.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48061) > >2014-07-22 06:53:40.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54330) > >2014-07-22 06:53:42.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:44.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60465) > >2014-07-22 06:53:44.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48119) > >2014-07-22 06:53:44.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54386) > >2014-07-22 06:53:46.682 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:48.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:48.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60518) > >2014-07-22 06:53:48.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48177) > >2014-07-22 06:53:48.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54441) > >2014-07-22 06:53:50.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:53:52.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60571) > >2014-07-22 06:53:52.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48236) > >2014-07-22 06:53:52.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54496) > >2014-07-22 06:53:56.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60624) > >2014-07-22 06:53:56.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48289) > >2014-07-22 06:53:56.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54549) > >2014-07-22 06:54:00.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60677) > >2014-07-22 06:54:00.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48345) > >2014-07-22 06:54:00.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54605) > >2014-07-22 06:54:04.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60730) > >2014-07-22 06:54:04.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48398) > >2014-07-22 06:54:04.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54658) > >2014-07-22 06:54:08.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60783) > >2014-07-22 06:54:08.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48451) > >2014-07-22 06:54:08.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54713) > >2014-07-22 06:54:10.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:11.996 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:54:11.996 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:54:11.997 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:54:12.014 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:54:12.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60836) > >2014-07-22 06:54:12.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48508) > >2014-07-22 06:54:12.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54770) > >2014-07-22 06:54:13.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:16.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60890) > >2014-07-22 06:54:16.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48563) > >2014-07-22 06:54:16.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54829) > >2014-07-22 06:54:17.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:18.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:20.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60943) > >2014-07-22 06:54:20.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48623) > >2014-07-22 06:54:20.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54885) > >2014-07-22 06:54:21.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:24.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60997) > >2014-07-22 06:54:24.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48679) > >2014-07-22 06:54:24.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54940) > >2014-07-22 06:54:28.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32817) > >2014-07-22 06:54:28.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48732) > >2014-07-22 06:54:28.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54993) > >2014-07-22 06:54:32.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32871) > >2014-07-22 06:54:32.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48786) > >2014-07-22 06:54:32.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55047) > >2014-07-22 06:54:36.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32924) > >2014-07-22 06:54:36.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48839) > >2014-07-22 06:54:36.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55100) > >2014-07-22 06:54:40.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32977) > >2014-07-22 06:54:40.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48897) > >2014-07-22 06:54:40.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55158) > >2014-07-22 06:54:42.577 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:44.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33031) > >2014-07-22 06:54:44.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48952) > >2014-07-22 06:54:44.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55215) > >2014-07-22 06:54:46.682 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:48.097 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:48.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33084) > >2014-07-22 06:54:48.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49009) > >2014-07-22 06:54:48.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55269) > >2014-07-22 06:54:50.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:54:52.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33136) > >2014-07-22 06:54:52.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49068) > >2014-07-22 06:54:52.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55324) > >2014-07-22 06:54:56.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33189) > >2014-07-22 06:54:56.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49121) > >2014-07-22 06:54:57.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55377) > >2014-07-22 06:55:00.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33242) > >2014-07-22 06:55:00.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49174) > >2014-07-22 06:55:01.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55431) > >2014-07-22 06:55:04.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33295) > >2014-07-22 06:55:04.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49227) > >2014-07-22 06:55:05.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55484) > >2014-07-22 06:55:08.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33348) > >2014-07-22 06:55:08.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49280) > >2014-07-22 06:55:09.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55537) > >2014-07-22 06:55:10.108 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:12.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33401) > >2014-07-22 06:55:12.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49338) > >2014-07-22 06:55:13.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55593) > >2014-07-22 06:55:13.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:16.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33454) > >2014-07-22 06:55:16.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49397) > >2014-07-22 06:55:17.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55650) > >2014-07-22 06:55:17.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:18.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:20.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33507) > >2014-07-22 06:55:20.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49455) > >2014-07-22 06:55:21.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55706) > >2014-07-22 06:55:21.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:24.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33560) > >2014-07-22 06:55:24.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49511) > >2014-07-22 06:55:25.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55760) > >2014-07-22 06:55:28.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33613) > >2014-07-22 06:55:28.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49564) > >2014-07-22 06:55:29.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55813) > >2014-07-22 06:55:32.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33666) > >2014-07-22 06:55:32.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49618) > >2014-07-22 06:55:33.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55867) > >2014-07-22 06:55:36.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33719) > >2014-07-22 06:55:36.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49673) > >2014-07-22 06:55:37.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55921) > >2014-07-22 06:55:40.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33772) > >2014-07-22 06:55:40.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49731) > >2014-07-22 06:55:41.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55976) > >2014-07-22 06:55:42.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:44.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33824) > >2014-07-22 06:55:44.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49789) > >2014-07-22 06:55:45.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56032) > >2014-07-22 06:55:46.682 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:48.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:48.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33877) > >2014-07-22 06:55:48.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49846) > >2014-07-22 06:55:49.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56087) > >2014-07-22 06:55:50.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:55:52.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33930) > >2014-07-22 06:55:52.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49905) > >2014-07-22 06:55:53.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56142) > >2014-07-22 06:55:56.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33983) > >2014-07-22 06:55:56.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49958) > >2014-07-22 06:55:57.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56195) > >2014-07-22 06:56:00.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34036) > >2014-07-22 06:56:00.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50014) > >2014-07-22 06:56:01.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56251) > >2014-07-22 06:56:04.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34089) > >2014-07-22 06:56:04.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50068) > >2014-07-22 06:56:05.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56304) > >2014-07-22 06:56:08.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34143) > >2014-07-22 06:56:08.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50121) > >2014-07-22 06:56:09.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56359) > >2014-07-22 06:56:10.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:12.016 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:56:12.016 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:56:12.017 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:56:12.033 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:56:12.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34196) > >2014-07-22 06:56:12.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50178) > >2014-07-22 06:56:13.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56416) > >2014-07-22 06:56:13.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:16.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34250) > >2014-07-22 06:56:16.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50235) > >2014-07-22 06:56:17.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56473) > >2014-07-22 06:56:17.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:18.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:20.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34303) > >2014-07-22 06:56:20.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50293) > >2014-07-22 06:56:21.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56529) > >2014-07-22 06:56:21.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:24.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34357) > >2014-07-22 06:56:24.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50349) > >2014-07-22 06:56:25.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56584) > >2014-07-22 06:56:28.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34410) > >2014-07-22 06:56:28.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50402) > >2014-07-22 06:56:29.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56637) > >2014-07-22 06:56:32.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34463) > >2014-07-22 06:56:32.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50456) > >2014-07-22 06:56:33.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56691) > >2014-07-22 06:56:36.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34516) > >2014-07-22 06:56:36.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50509) > >2014-07-22 06:56:37.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56744) > >2014-07-22 06:56:40.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34569) > >2014-07-22 06:56:40.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50567) > >2014-07-22 06:56:41.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56801) > >2014-07-22 06:56:42.641 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:44.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34623) > >2014-07-22 06:56:44.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50623) > >2014-07-22 06:56:45.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56858) > >2014-07-22 06:56:46.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:48.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:48.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34676) > >2014-07-22 06:56:48.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50680) > >2014-07-22 06:56:49.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56913) > >2014-07-22 06:56:50.916 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:56:52.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34729) > >2014-07-22 06:56:52.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50740) > >2014-07-22 06:56:53.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56968) > >2014-07-22 06:56:56.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34781) > >2014-07-22 06:56:56.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50793) > >2014-07-22 06:56:57.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57021) > >2014-07-22 06:57:00.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34834) > >2014-07-22 06:57:00.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50847) > >2014-07-22 06:57:01.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57075) > >2014-07-22 06:57:04.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34887) > >2014-07-22 06:57:04.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50900) > >2014-07-22 06:57:05.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57128) > >2014-07-22 06:57:08.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34940) > >2014-07-22 06:57:08.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50953) > >2014-07-22 06:57:09.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57181) > >2014-07-22 06:57:10.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:12.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34993) > >2014-07-22 06:57:12.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51011) > >2014-07-22 06:57:13.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57237) > >2014-07-22 06:57:13.960 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:16.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35046) > >2014-07-22 06:57:16.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51069) > >2014-07-22 06:57:17.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57293) > >2014-07-22 06:57:17.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:18.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:20.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35099) > >2014-07-22 06:57:20.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51127) > >2014-07-22 06:57:21.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57349) > >2014-07-22 06:57:21.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:24.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35152) > >2014-07-22 06:57:24.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51183) > >2014-07-22 06:57:25.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57403) > >2014-07-22 06:57:28.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35205) > >2014-07-22 06:57:28.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51236) > >2014-07-22 06:57:29.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57456) > >2014-07-22 06:57:32.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35258) > >2014-07-22 06:57:32.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51290) > >2014-07-22 06:57:33.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57510) > >2014-07-22 06:57:36.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35311) > >2014-07-22 06:57:36.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51343) > >2014-07-22 06:57:37.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57564) > >2014-07-22 06:57:40.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35364) > >2014-07-22 06:57:40.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51402) > >2014-07-22 06:57:41.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57620) > >2014-07-22 06:57:42.691 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:44.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35417) > >2014-07-22 06:57:44.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51460) > >2014-07-22 06:57:45.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57676) > >2014-07-22 06:57:46.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:48.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:48.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35470) > >2014-07-22 06:57:48.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51517) > >2014-07-22 06:57:49.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57731) > >2014-07-22 06:57:50.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:57:52.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35524) > >2014-07-22 06:57:52.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51576) > >2014-07-22 06:57:53.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57786) > >2014-07-22 06:57:56.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35577) > >2014-07-22 06:57:56.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51629) > >2014-07-22 06:57:57.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57839) > >2014-07-22 06:58:00.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35630) > >2014-07-22 06:58:00.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51685) > >2014-07-22 06:58:01.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57895) > >2014-07-22 06:58:04.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35683) > >2014-07-22 06:58:04.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51738) > >2014-07-22 06:58:05.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57948) > >2014-07-22 06:58:08.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35736) > >2014-07-22 06:58:08.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51791) > >2014-07-22 06:58:09.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58003) > >2014-07-22 06:58:10.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:12.034 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 06:58:12.034 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 06:58:12.035 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 06:58:12.057 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 06:58:12.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35789) > >2014-07-22 06:58:13.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51848) > >2014-07-22 06:58:13.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58060) > >2014-07-22 06:58:13.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:16.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35842) > >2014-07-22 06:58:17.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51905) > >2014-07-22 06:58:17.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58115) > >2014-07-22 06:58:17.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:18.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:20.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35896) > >2014-07-22 06:58:21.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51963) > >2014-07-22 06:58:21.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:21.173 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 58172) > >2014-07-22 06:58:24.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35949) > >2014-07-22 06:58:25.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52019) > >2014-07-22 06:58:25.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58227) > >2014-07-22 06:58:28.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36003) > >2014-07-22 06:58:29.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52071) > >2014-07-22 06:58:29.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58280) > >2014-07-22 06:58:32.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36056) > >2014-07-22 06:58:33.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52125) > >2014-07-22 06:58:33.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58335) > >2014-07-22 06:58:36.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36109) > >2014-07-22 06:58:37.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52178) > >2014-07-22 06:58:37.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58388) > >2014-07-22 06:58:40.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36162) > >2014-07-22 06:58:41.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52236) > >2014-07-22 06:58:41.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58446) > >2014-07-22 06:58:42.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:44.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36215) > >2014-07-22 06:58:45.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52292) > >2014-07-22 06:58:45.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58503) > >2014-07-22 06:58:46.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:48.103 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:48.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36269) > >2014-07-22 06:58:49.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52349) > >2014-07-22 06:58:49.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58558) > >2014-07-22 06:58:51.036 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:58:52.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36322) > >2014-07-22 06:58:53.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52408) > >2014-07-22 06:58:53.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58613) > >2014-07-22 06:58:56.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36375) > >2014-07-22 06:58:57.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52461) > >2014-07-22 06:58:57.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58666) > >2014-07-22 06:59:00.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36428) > >2014-07-22 06:59:01.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52515) > >2014-07-22 06:59:01.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58720) > >2014-07-22 06:59:04.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36481) > >2014-07-22 06:59:05.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52568) > >2014-07-22 06:59:05.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58773) > >2014-07-22 06:59:08.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36534) > >2014-07-22 06:59:09.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52621) > >2014-07-22 06:59:09.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58826) > >2014-07-22 06:59:10.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:12.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36587) > >2014-07-22 06:59:13.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52679) > >2014-07-22 06:59:13.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58882) > >2014-07-22 06:59:14.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:16.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36640) > >2014-07-22 06:59:17.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52738) > >2014-07-22 06:59:17.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58939) > >2014-07-22 06:59:17.427 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:18.986 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:20.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36693) > >2014-07-22 06:59:21.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52796) > >2014-07-22 06:59:21.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:21.188 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 58995) > >2014-07-22 06:59:24.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36746) > >2014-07-22 06:59:25.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52852) > >2014-07-22 06:59:25.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59049) > >2014-07-22 06:59:28.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36799) > >2014-07-22 06:59:29.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52905) > >2014-07-22 06:59:29.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59102) > >2014-07-22 06:59:32.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36852) > >2014-07-22 06:59:33.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52959) > >2014-07-22 06:59:33.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59156) > >2014-07-22 06:59:36.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36905) > >2014-07-22 06:59:37.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53012) > >2014-07-22 06:59:37.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59210) > >2014-07-22 06:59:40.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36958) > >2014-07-22 06:59:41.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53071) > >2014-07-22 06:59:41.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59266) > >2014-07-22 06:59:42.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:44.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37011) > >2014-07-22 06:59:45.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53129) > >2014-07-22 06:59:45.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59322) > >2014-07-22 06:59:46.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:48.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:48.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37064) > >2014-07-22 06:59:49.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53186) > >2014-07-22 06:59:49.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59378) > >2014-07-22 06:59:51.094 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 06:59:52.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37117) > >2014-07-22 06:59:53.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53245) > >2014-07-22 06:59:53.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59433) > >2014-07-22 06:59:56.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37170) > >2014-07-22 06:59:57.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53298) > >2014-07-22 06:59:57.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59486) > >2014-07-22 07:00:00.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37223) > >2014-07-22 07:00:01.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53354) > >2014-07-22 07:00:01.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59542) > >2014-07-22 07:00:04.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37276) > >2014-07-22 07:00:05.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53407) > >2014-07-22 07:00:05.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59595) > >2014-07-22 07:00:08.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37329) > >2014-07-22 07:00:09.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53460) > >2014-07-22 07:00:09.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59650) > >2014-07-22 07:00:10.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:12.060 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:00:12.060 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:00:12.060 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:00:12.072 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:00:12.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37382) > >2014-07-22 07:00:13.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53517) > >2014-07-22 07:00:13.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59707) > >2014-07-22 07:00:14.080 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:16.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37435) > >2014-07-22 07:00:17.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53573) > >2014-07-22 07:00:17.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59761) > >2014-07-22 07:00:17.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:19.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:20.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37489) > >2014-07-22 07:00:21.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53630) > >2014-07-22 07:00:21.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:21.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59818) > >2014-07-22 07:00:24.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37541) > >2014-07-22 07:00:25.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53685) > >2014-07-22 07:00:25.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59872) > >2014-07-22 07:00:28.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37595) > >2014-07-22 07:00:29.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53738) > >2014-07-22 07:00:29.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59926) > >2014-07-22 07:00:32.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37648) > >2014-07-22 07:00:33.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53792) > >2014-07-22 07:00:33.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59980) > >2014-07-22 07:00:36.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37701) > >2014-07-22 07:00:37.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53845) > >2014-07-22 07:00:37.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60033) > >2014-07-22 07:00:40.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37754) > >2014-07-22 07:00:41.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53903) > >2014-07-22 07:00:41.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60088) > >2014-07-22 07:00:42.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:44.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37807) > >2014-07-22 07:00:45.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53959) > >2014-07-22 07:00:45.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60144) > >2014-07-22 07:00:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:48.105 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:48.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37861) > >2014-07-22 07:00:49.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54016) > >2014-07-22 07:00:49.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60202) > >2014-07-22 07:00:51.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:00:52.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37914) > >2014-07-22 07:00:53.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54075) > >2014-07-22 07:00:53.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60257) > >2014-07-22 07:00:56.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37967) > >2014-07-22 07:00:57.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54128) > >2014-07-22 07:00:57.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60310) > >2014-07-22 07:01:00.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38020) > >2014-07-22 07:01:01.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54182) > >2014-07-22 07:01:01.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60364) > >2014-07-22 07:01:04.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38073) > >2014-07-22 07:01:05.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54235) > >2014-07-22 07:01:05.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60417) > >2014-07-22 07:01:08.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38126) > >2014-07-22 07:01:09.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54288) > >2014-07-22 07:01:09.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60470) > >2014-07-22 07:01:10.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:12.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38179) > >2014-07-22 07:01:13.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54346) > >2014-07-22 07:01:13.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60526) > >2014-07-22 07:01:14.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:16.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38232) > >2014-07-22 07:01:17.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54404) > >2014-07-22 07:01:17.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60585) > >2014-07-22 07:01:17.430 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:19.036 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:20.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38285) > >2014-07-22 07:01:21.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54462) > >2014-07-22 07:01:21.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:21.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60640) > >2014-07-22 07:01:24.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38338) > >2014-07-22 07:01:25.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54518) > >2014-07-22 07:01:25.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60694) > >2014-07-22 07:01:28.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38391) > >2014-07-22 07:01:29.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54571) > >2014-07-22 07:01:29.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60747) > >2014-07-22 07:01:32.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38444) > >2014-07-22 07:01:33.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54625) > >2014-07-22 07:01:33.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60801) > >2014-07-22 07:01:36.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38497) > >2014-07-22 07:01:37.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54678) > >2014-07-22 07:01:37.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60854) > >2014-07-22 07:01:40.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38550) > >2014-07-22 07:01:41.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54737) > >2014-07-22 07:01:41.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60911) > >2014-07-22 07:01:42.846 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:44.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38602) > >2014-07-22 07:01:45.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54795) > >2014-07-22 07:01:45.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60968) > >2014-07-22 07:01:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:48.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:48.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38655) > >2014-07-22 07:01:49.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54852) > >2014-07-22 07:01:49.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32790) > >2014-07-22 07:01:51.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:01:52.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38709) > >2014-07-22 07:01:53.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54911) > >2014-07-22 07:01:53.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32845) > >2014-07-22 07:01:56.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38762) > >2014-07-22 07:01:57.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54964) > >2014-07-22 07:01:57.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32898) > >2014-07-22 07:02:00.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38815) > >2014-07-22 07:02:01.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55019) > >2014-07-22 07:02:01.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32953) > >2014-07-22 07:02:04.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38868) > >2014-07-22 07:02:05.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55073) > >2014-07-22 07:02:05.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33007) > >2014-07-22 07:02:08.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38921) > >2014-07-22 07:02:09.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55126) > >2014-07-22 07:02:09.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33060) > >2014-07-22 07:02:10.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:12.074 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:02:12.074 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:02:12.075 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:02:12.088 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:02:12.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38974) > >2014-07-22 07:02:13.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55183) > >2014-07-22 07:02:13.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33119) > >2014-07-22 07:02:14.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:16.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39027) > >2014-07-22 07:02:17.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55240) > >2014-07-22 07:02:17.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33176) > >2014-07-22 07:02:17.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:19.059 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:20.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39081) > >2014-07-22 07:02:21.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55298) > >2014-07-22 07:02:21.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:21.311 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 33233) > >2014-07-22 07:02:24.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39134) > >2014-07-22 07:02:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55354) > >2014-07-22 07:02:25.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33287) > >2014-07-22 07:02:28.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39188) > >2014-07-22 07:02:29.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55407) > >2014-07-22 07:02:29.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33341) > >2014-07-22 07:02:32.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39241) > >2014-07-22 07:02:33.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55461) > >2014-07-22 07:02:33.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33395) > >2014-07-22 07:02:36.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39294) > >2014-07-22 07:02:37.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55514) > >2014-07-22 07:02:37.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33448) > >2014-07-22 07:02:40.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39347) > >2014-07-22 07:02:41.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55570) > >2014-07-22 07:02:41.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33502) > >2014-07-22 07:02:42.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:44.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39400) > >2014-07-22 07:02:45.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55628) > >2014-07-22 07:02:45.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33560) > >2014-07-22 07:02:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:48.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:48.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39454) > >2014-07-22 07:02:49.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55685) > >2014-07-22 07:02:49.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33618) > >2014-07-22 07:02:51.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:02:52.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39507) > >2014-07-22 07:02:53.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55744) > >2014-07-22 07:02:53.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33672) > >2014-07-22 07:02:56.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39560) > >2014-07-22 07:02:57.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55797) > >2014-07-22 07:02:57.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33725) > >2014-07-22 07:03:00.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39613) > >2014-07-22 07:03:01.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55851) > >2014-07-22 07:03:01.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33779) > >2014-07-22 07:03:04.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39665) > >2014-07-22 07:03:05.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55904) > >2014-07-22 07:03:05.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33832) > >2014-07-22 07:03:08.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39718) > >2014-07-22 07:03:09.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55957) > >2014-07-22 07:03:09.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33885) > >2014-07-22 07:03:10.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:12.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39771) > >2014-07-22 07:03:13.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56015) > >2014-07-22 07:03:13.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33941) > >2014-07-22 07:03:14.225 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:16.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39824) > >2014-07-22 07:03:17.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56074) > >2014-07-22 07:03:17.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33999) > >2014-07-22 07:03:17.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:19.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:20.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39877) > >2014-07-22 07:03:21.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56132) > >2014-07-22 07:03:21.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:21.348 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 34055) > >2014-07-22 07:03:24.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39930) > >2014-07-22 07:03:25.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56188) > >2014-07-22 07:03:25.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34109) > >2014-07-22 07:03:28.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39983) > >2014-07-22 07:03:29.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56241) > >2014-07-22 07:03:29.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34162) > >2014-07-22 07:03:32.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40036) > >2014-07-22 07:03:33.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56297) > >2014-07-22 07:03:33.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34216) > >2014-07-22 07:03:36.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40089) > >2014-07-22 07:03:37.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56350) > >2014-07-22 07:03:37.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34269) > >2014-07-22 07:03:40.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40142) > >2014-07-22 07:03:41.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56411) > >2014-07-22 07:03:41.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34326) > >2014-07-22 07:03:42.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:44.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40195) > >2014-07-22 07:03:45.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56469) > >2014-07-22 07:03:45.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34382) > >2014-07-22 07:03:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:48.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:48.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40248) > >2014-07-22 07:03:49.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56526) > >2014-07-22 07:03:49.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34437) > >2014-07-22 07:03:51.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:03:52.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40301) > >2014-07-22 07:03:53.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56585) > >2014-07-22 07:03:53.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34492) > >2014-07-22 07:03:56.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40354) > >2014-07-22 07:03:57.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56638) > >2014-07-22 07:03:57.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34545) > >2014-07-22 07:04:00.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40407) > >2014-07-22 07:04:01.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56693) > >2014-07-22 07:04:01.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34600) > >2014-07-22 07:04:04.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40460) > >2014-07-22 07:04:05.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56747) > >2014-07-22 07:04:05.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34654) > >2014-07-22 07:04:08.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40513) > >2014-07-22 07:04:09.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56800) > >2014-07-22 07:04:09.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34707) > >2014-07-22 07:04:10.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:12.091 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:04:12.091 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:04:12.092 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:04:12.104 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:04:12.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40566) > >2014-07-22 07:04:13.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56857) > >2014-07-22 07:04:13.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34766) > >2014-07-22 07:04:14.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:16.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40619) > >2014-07-22 07:04:17.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56913) > >2014-07-22 07:04:17.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34820) > >2014-07-22 07:04:17.433 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:19.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:20.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40673) > >2014-07-22 07:04:21.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56973) > >2014-07-22 07:04:21.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:21.392 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 34877) > >2014-07-22 07:04:24.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40726) > >2014-07-22 07:04:25.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57029) > >2014-07-22 07:04:25.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34931) > >2014-07-22 07:04:28.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40780) > >2014-07-22 07:04:29.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57081) > >2014-07-22 07:04:29.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34985) > >2014-07-22 07:04:32.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40833) > >2014-07-22 07:04:33.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57135) > >2014-07-22 07:04:33.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35040) > >2014-07-22 07:04:36.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40886) > >2014-07-22 07:04:37.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57188) > >2014-07-22 07:04:37.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35093) > >2014-07-22 07:04:40.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40939) > >2014-07-22 07:04:41.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57244) > >2014-07-22 07:04:41.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35147) > >2014-07-22 07:04:42.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:44.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40992) > >2014-07-22 07:04:45.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57302) > >2014-07-22 07:04:45.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35205) > >2014-07-22 07:04:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:48.111 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:48.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41046) > >2014-07-22 07:04:49.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57359) > >2014-07-22 07:04:49.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35263) > >2014-07-22 07:04:51.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:04:52.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41099) > >2014-07-22 07:04:53.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57418) > >2014-07-22 07:04:53.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35318) > >2014-07-22 07:04:56.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41152) > >2014-07-22 07:04:57.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57471) > >2014-07-22 07:04:57.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35371) > >2014-07-22 07:05:00.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41205) > >2014-07-22 07:05:01.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57525) > >2014-07-22 07:05:01.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35425) > >2014-07-22 07:05:04.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41258) > >2014-07-22 07:05:05.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57578) > >2014-07-22 07:05:05.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35478) > >2014-07-22 07:05:08.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41311) > >2014-07-22 07:05:09.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57633) > >2014-07-22 07:05:09.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35531) > >2014-07-22 07:05:10.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:12.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41364) > >2014-07-22 07:05:13.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57691) > >2014-07-22 07:05:13.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35587) > >2014-07-22 07:05:14.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:16.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41417) > >2014-07-22 07:05:17.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57750) > >2014-07-22 07:05:17.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35644) > >2014-07-22 07:05:17.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:19.156 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:20.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41470) > >2014-07-22 07:05:21.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57808) > >2014-07-22 07:05:21.411 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:21.445 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 35700) > >2014-07-22 07:05:24.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41524) > >2014-07-22 07:05:25.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57867) > >2014-07-22 07:05:25.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35755) > >2014-07-22 07:05:28.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41578) > >2014-07-22 07:05:29.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57920) > >2014-07-22 07:05:29.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35808) > >2014-07-22 07:05:32.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41631) > >2014-07-22 07:05:33.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57974) > >2014-07-22 07:05:33.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35862) > >2014-07-22 07:05:36.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41684) > >2014-07-22 07:05:37.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58027) > >2014-07-22 07:05:37.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35915) > >2014-07-22 07:05:40.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41737) > >2014-07-22 07:05:41.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58086) > >2014-07-22 07:05:41.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35972) > >2014-07-22 07:05:42.996 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:44.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41790) > >2014-07-22 07:05:45.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58144) > >2014-07-22 07:05:45.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36028) > >2014-07-22 07:05:46.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:48.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:48.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41843) > >2014-07-22 07:05:49.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58201) > >2014-07-22 07:05:49.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36083) > >2014-07-22 07:05:51.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:05:52.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41895) > >2014-07-22 07:05:53.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58260) > >2014-07-22 07:05:53.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36138) > >2014-07-22 07:05:56.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41948) > >2014-07-22 07:05:57.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58313) > >2014-07-22 07:05:57.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36191) > >2014-07-22 07:06:00.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42001) > >2014-07-22 07:06:01.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58368) > >2014-07-22 07:06:01.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36246) > >2014-07-22 07:06:04.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42054) > >2014-07-22 07:06:05.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58421) > >2014-07-22 07:06:05.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36300) > >2014-07-22 07:06:08.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42107) > >2014-07-22 07:06:09.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58474) > >2014-07-22 07:06:09.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36353) > >2014-07-22 07:06:10.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:12.106 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:06:12.106 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:06:12.107 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:06:12.119 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:06:12.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42160) > >2014-07-22 07:06:13.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58531) > >2014-07-22 07:06:13.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36412) > >2014-07-22 07:06:14.338 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:16.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42213) > >2014-07-22 07:06:17.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58590) > >2014-07-22 07:06:17.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:17.472 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.7', 36469) > >2014-07-22 07:06:19.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:20.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42266) > >2014-07-22 07:06:21.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58649) > >2014-07-22 07:06:21.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:21.477 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 36524) > >2014-07-22 07:06:24.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42320) > >2014-07-22 07:06:25.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58705) > >2014-07-22 07:06:25.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36579) > >2014-07-22 07:06:28.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42373) > >2014-07-22 07:06:29.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58757) > >2014-07-22 07:06:29.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36633) > >2014-07-22 07:06:32.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42427) > >2014-07-22 07:06:33.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58810) > >2014-07-22 07:06:33.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36686) > >2014-07-22 07:06:36.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42480) > >2014-07-22 07:06:37.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58863) > >2014-07-22 07:06:37.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36739) > >2014-07-22 07:06:40.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42533) > >2014-07-22 07:06:41.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58918) > >2014-07-22 07:06:41.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36792) > >2014-07-22 07:06:43.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:44.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42586) > >2014-07-22 07:06:45.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58976) > >2014-07-22 07:06:45.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36850) > >2014-07-22 07:06:46.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:48.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:48.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42639) > >2014-07-22 07:06:49.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59033) > >2014-07-22 07:06:49.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36908) > >2014-07-22 07:06:51.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:06:52.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42693) > >2014-07-22 07:06:53.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59092) > >2014-07-22 07:06:53.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36963) > >2014-07-22 07:06:56.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42746) > >2014-07-22 07:06:57.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59145) > >2014-07-22 07:06:57.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37015) > >2014-07-22 07:07:00.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42799) > >2014-07-22 07:07:01.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59199) > >2014-07-22 07:07:01.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37069) > >2014-07-22 07:07:04.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42852) > >2014-07-22 07:07:05.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59252) > >2014-07-22 07:07:05.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37122) > >2014-07-22 07:07:08.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42905) > >2014-07-22 07:07:09.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59305) > >2014-07-22 07:07:09.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37175) > >2014-07-22 07:07:10.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:12.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42958) > >2014-07-22 07:07:13.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59363) > >2014-07-22 07:07:13.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37231) > >2014-07-22 07:07:14.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:16.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43011) > >2014-07-22 07:07:17.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59423) > >2014-07-22 07:07:17.436 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:17.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37290) > >2014-07-22 07:07:19.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:20.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43064) > >2014-07-22 07:07:21.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59483) > >2014-07-22 07:07:21.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37346) > >2014-07-22 07:07:21.536 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:24.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43117) > >2014-07-22 07:07:25.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59537) > >2014-07-22 07:07:25.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37400) > >2014-07-22 07:07:28.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43169) > >2014-07-22 07:07:29.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59590) > >2014-07-22 07:07:29.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37453) > >2014-07-22 07:07:32.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43222) > >2014-07-22 07:07:33.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59644) > >2014-07-22 07:07:33.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37507) > >2014-07-22 07:07:36.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43275) > >2014-07-22 07:07:37.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59697) > >2014-07-22 07:07:37.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37560) > >2014-07-22 07:07:40.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43328) > >2014-07-22 07:07:41.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59756) > >2014-07-22 07:07:41.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37617) > >2014-07-22 07:07:43.090 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:44.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43381) > >2014-07-22 07:07:45.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59812) > >2014-07-22 07:07:45.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37672) > >2014-07-22 07:07:46.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:48.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:48.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43434) > >2014-07-22 07:07:49.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59871) > >2014-07-22 07:07:49.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37728) > >2014-07-22 07:07:51.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:07:52.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43487) > >2014-07-22 07:07:53.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59930) > >2014-07-22 07:07:53.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37783) > >2014-07-22 07:07:56.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43540) > >2014-07-22 07:07:57.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59983) > >2014-07-22 07:07:57.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37836) > >2014-07-22 07:08:00.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43593) > >2014-07-22 07:08:01.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60038) > >2014-07-22 07:08:01.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37891) > >2014-07-22 07:08:04.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43646) > >2014-07-22 07:08:05.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60092) > >2014-07-22 07:08:05.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37945) > >2014-07-22 07:08:08.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43699) > >2014-07-22 07:08:09.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60145) > >2014-07-22 07:08:09.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37998) > >2014-07-22 07:08:10.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:12.122 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:08:12.122 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:08:12.123 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:08:12.135 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:08:12.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43752) > >2014-07-22 07:08:13.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60202) > >2014-07-22 07:08:13.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38057) > >2014-07-22 07:08:14.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:16.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43805) > >2014-07-22 07:08:17.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60259) > >2014-07-22 07:08:17.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:17.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38112) > >2014-07-22 07:08:19.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:20.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43858) > >2014-07-22 07:08:21.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60319) > >2014-07-22 07:08:21.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38168) > >2014-07-22 07:08:21.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:24.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43912) > >2014-07-22 07:08:25.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60373) > >2014-07-22 07:08:25.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38223) > >2014-07-22 07:08:28.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43965) > >2014-07-22 07:08:29.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60426) > >2014-07-22 07:08:29.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38276) > >2014-07-22 07:08:32.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44019) > >2014-07-22 07:08:33.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60480) > >2014-07-22 07:08:33.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38331) > >2014-07-22 07:08:36.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44072) > >2014-07-22 07:08:37.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60533) > >2014-07-22 07:08:37.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38384) > >2014-07-22 07:08:40.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44125) > >2014-07-22 07:08:41.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60589) > >2014-07-22 07:08:41.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38438) > >2014-07-22 07:08:43.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:44.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44178) > >2014-07-22 07:08:45.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60647) > >2014-07-22 07:08:45.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38494) > >2014-07-22 07:08:46.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:48.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:48.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44231) > >2014-07-22 07:08:49.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60704) > >2014-07-22 07:08:49.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38551) > >2014-07-22 07:08:51.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:08:52.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44285) > >2014-07-22 07:08:53.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60763) > >2014-07-22 07:08:53.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38609) > >2014-07-22 07:08:56.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44337) > >2014-07-22 07:08:57.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60816) > >2014-07-22 07:08:57.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38662) > >2014-07-22 07:09:00.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44390) > >2014-07-22 07:09:01.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60870) > >2014-07-22 07:09:01.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38716) > >2014-07-22 07:09:04.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44443) > >2014-07-22 07:09:05.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60923) > >2014-07-22 07:09:05.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38769) > >2014-07-22 07:09:08.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44496) > >2014-07-22 07:09:09.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60976) > >2014-07-22 07:09:09.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38822) > >2014-07-22 07:09:10.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:12.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44549) > >2014-07-22 07:09:13.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32801) > >2014-07-22 07:09:13.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38878) > >2014-07-22 07:09:14.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:16.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44602) > >2014-07-22 07:09:17.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:17.470 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 32860) > >2014-07-22 07:09:17.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38936) > >2014-07-22 07:09:19.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:20.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44655) > >2014-07-22 07:09:21.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32920) > >2014-07-22 07:09:21.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38991) > >2014-07-22 07:09:21.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:24.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44708) > >2014-07-22 07:09:25.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32974) > >2014-07-22 07:09:25.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39045) > >2014-07-22 07:09:28.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44761) > >2014-07-22 07:09:29.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33027) > >2014-07-22 07:09:29.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39098) > >2014-07-22 07:09:32.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44814) > >2014-07-22 07:09:33.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33081) > >2014-07-22 07:09:33.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39152) > >2014-07-22 07:09:36.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44867) > >2014-07-22 07:09:37.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33134) > >2014-07-22 07:09:37.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39205) > >2014-07-22 07:09:40.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44920) > >2014-07-22 07:09:41.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33193) > >2014-07-22 07:09:41.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39262) > >2014-07-22 07:09:43.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:44.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44973) > >2014-07-22 07:09:45.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33249) > >2014-07-22 07:09:45.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39316) > >2014-07-22 07:09:46.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:48.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:48.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45026) > >2014-07-22 07:09:49.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33308) > >2014-07-22 07:09:49.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39373) > >2014-07-22 07:09:51.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:09:52.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45079) > >2014-07-22 07:09:53.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33367) > >2014-07-22 07:09:53.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39428) > >2014-07-22 07:09:56.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45132) > >2014-07-22 07:09:57.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33420) > >2014-07-22 07:09:57.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39481) > >2014-07-22 07:10:00.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45185) > >2014-07-22 07:10:01.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33474) > >2014-07-22 07:10:01.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39535) > >2014-07-22 07:10:04.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45238) > >2014-07-22 07:10:05.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33528) > >2014-07-22 07:10:05.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39589) > >2014-07-22 07:10:08.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45291) > >2014-07-22 07:10:09.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33582) > >2014-07-22 07:10:09.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39643) > >2014-07-22 07:10:10.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:12.137 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:10:12.137 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:10:12.137 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:10:12.149 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:10:12.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45344) > >2014-07-22 07:10:13.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33639) > >2014-07-22 07:10:13.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39700) > >2014-07-22 07:10:14.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:16.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45397) > >2014-07-22 07:10:17.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:17.507 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 33695) > >2014-07-22 07:10:17.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39756) > >2014-07-22 07:10:19.348 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:20.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45450) > >2014-07-22 07:10:21.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33755) > >2014-07-22 07:10:21.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39812) > >2014-07-22 07:10:21.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:24.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45504) > >2014-07-22 07:10:25.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33809) > >2014-07-22 07:10:25.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39867) > >2014-07-22 07:10:28.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45557) > >2014-07-22 07:10:29.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33862) > >2014-07-22 07:10:29.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39920) > >2014-07-22 07:10:32.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45611) > >2014-07-22 07:10:33.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33916) > >2014-07-22 07:10:33.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39975) > >2014-07-22 07:10:36.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45664) > >2014-07-22 07:10:37.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33968) > >2014-07-22 07:10:37.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40028) > >2014-07-22 07:10:40.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45717) > >2014-07-22 07:10:41.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34024) > >2014-07-22 07:10:41.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40082) > >2014-07-22 07:10:43.190 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:44.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45770) > >2014-07-22 07:10:45.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34080) > >2014-07-22 07:10:45.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40136) > >2014-07-22 07:10:46.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:48.119 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:48.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45823) > >2014-07-22 07:10:49.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34139) > >2014-07-22 07:10:49.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40195) > >2014-07-22 07:10:51.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:10:52.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45877) > >2014-07-22 07:10:53.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34198) > >2014-07-22 07:10:53.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40253) > >2014-07-22 07:10:56.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45930) > >2014-07-22 07:10:57.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34251) > >2014-07-22 07:10:57.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40306) > >2014-07-22 07:11:00.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45983) > >2014-07-22 07:11:01.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34305) > >2014-07-22 07:11:01.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40360) > >2014-07-22 07:11:04.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46036) > >2014-07-22 07:11:05.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34358) > >2014-07-22 07:11:05.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40413) > >2014-07-22 07:11:08.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46089) > >2014-07-22 07:11:09.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34411) > >2014-07-22 07:11:09.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40466) > >2014-07-22 07:11:10.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:12.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46142) > >2014-07-22 07:11:13.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34469) > >2014-07-22 07:11:13.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40522) > >2014-07-22 07:11:14.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:16.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46195) > >2014-07-22 07:11:17.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:17.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34528) > >2014-07-22 07:11:17.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40580) > >2014-07-22 07:11:19.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:20.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46248) > >2014-07-22 07:11:21.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34588) > >2014-07-22 07:11:21.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40635) > >2014-07-22 07:11:21.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:24.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46301) > >2014-07-22 07:11:25.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34642) > >2014-07-22 07:11:25.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40689) > >2014-07-22 07:11:28.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46354) > >2014-07-22 07:11:29.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34695) > >2014-07-22 07:11:29.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40742) > >2014-07-22 07:11:32.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46406) > >2014-07-22 07:11:33.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34749) > >2014-07-22 07:11:33.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40796) > >2014-07-22 07:11:36.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46459) > >2014-07-22 07:11:37.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34802) > >2014-07-22 07:11:37.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40849) > >2014-07-22 07:11:40.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46512) > >2014-07-22 07:11:41.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34861) > >2014-07-22 07:11:41.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40906) > >2014-07-22 07:11:43.231 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:44.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46565) > >2014-07-22 07:11:45.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34916) > >2014-07-22 07:11:45.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40960) > >2014-07-22 07:11:46.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:48.121 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:48.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46618) > >2014-07-22 07:11:49.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34975) > >2014-07-22 07:11:49.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41017) > >2014-07-22 07:11:51.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:11:52.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46671) > >2014-07-22 07:11:53.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35034) > >2014-07-22 07:11:53.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41072) > >2014-07-22 07:11:56.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46724) > >2014-07-22 07:11:57.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35087) > >2014-07-22 07:11:57.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41125) > >2014-07-22 07:12:00.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46777) > >2014-07-22 07:12:01.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35141) > >2014-07-22 07:12:01.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41179) > >2014-07-22 07:12:04.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46831) > >2014-07-22 07:12:05.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35195) > >2014-07-22 07:12:05.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41233) > >2014-07-22 07:12:08.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46884) > >2014-07-22 07:12:09.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35249) > >2014-07-22 07:12:09.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41287) > >2014-07-22 07:12:10.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:12.150 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:12:12.150 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:12:12.151 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:12:12.163 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:12:12.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46937) > >2014-07-22 07:12:13.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35306) > >2014-07-22 07:12:13.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41344) > >2014-07-22 07:12:14.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:16.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46990) > >2014-07-22 07:12:17.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:17.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35365) > >2014-07-22 07:12:17.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41404) > >2014-07-22 07:12:19.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:20.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47043) > >2014-07-22 07:12:21.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35424) > >2014-07-22 07:12:21.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41458) > >2014-07-22 07:12:21.815 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:24.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47097) > >2014-07-22 07:12:25.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35478) > >2014-07-22 07:12:25.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41513) > >2014-07-22 07:12:28.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47150) > >2014-07-22 07:12:29.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35531) > >2014-07-22 07:12:29.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41566) > >2014-07-22 07:12:32.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47204) > >2014-07-22 07:12:33.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35584) > >2014-07-22 07:12:33.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41619) > >2014-07-22 07:12:36.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47257) > >2014-07-22 07:12:37.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35637) > >2014-07-22 07:12:37.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41672) > >2014-07-22 07:12:40.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47310) > >2014-07-22 07:12:41.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35692) > >2014-07-22 07:12:41.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41725) > >2014-07-22 07:12:43.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:44.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47363) > >2014-07-22 07:12:45.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35747) > >2014-07-22 07:12:45.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41778) > >2014-07-22 07:12:46.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:48.122 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:49.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47416) > >2014-07-22 07:12:49.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35806) > >2014-07-22 07:12:49.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41837) > >2014-07-22 07:12:51.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:12:53.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47470) > >2014-07-22 07:12:53.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35865) > >2014-07-22 07:12:53.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41895) > >2014-07-22 07:12:57.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47523) > >2014-07-22 07:12:57.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35918) > >2014-07-22 07:12:57.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41948) > >2014-07-22 07:13:01.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47576) > >2014-07-22 07:13:01.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35972) > >2014-07-22 07:13:01.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42002) > >2014-07-22 07:13:05.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47629) > >2014-07-22 07:13:05.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36025) > >2014-07-22 07:13:05.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42055) > >2014-07-22 07:13:09.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47681) > >2014-07-22 07:13:09.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36078) > >2014-07-22 07:13:09.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42108) > >2014-07-22 07:13:10.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:13.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47734) > >2014-07-22 07:13:13.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36136) > >2014-07-22 07:13:13.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42164) > >2014-07-22 07:13:14.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:17.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47787) > >2014-07-22 07:13:17.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:17.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36196) > >2014-07-22 07:13:17.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42224) > >2014-07-22 07:13:19.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:21.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47840) > >2014-07-22 07:13:21.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36256) > >2014-07-22 07:13:21.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42279) > >2014-07-22 07:13:21.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:25.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47893) > >2014-07-22 07:13:25.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36310) > >2014-07-22 07:13:25.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42333) > >2014-07-22 07:13:29.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47946) > >2014-07-22 07:13:29.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36363) > >2014-07-22 07:13:29.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42386) > >2014-07-22 07:13:33.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47999) > >2014-07-22 07:13:33.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36417) > >2014-07-22 07:13:33.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42440) > >2014-07-22 07:13:37.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48052) > >2014-07-22 07:13:37.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36470) > >2014-07-22 07:13:37.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42493) > >2014-07-22 07:13:41.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48105) > >2014-07-22 07:13:41.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36529) > >2014-07-22 07:13:41.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42550) > >2014-07-22 07:13:43.305 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:45.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48158) > >2014-07-22 07:13:45.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36585) > >2014-07-22 07:13:45.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42604) > >2014-07-22 07:13:46.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:48.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:49.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48211) > >2014-07-22 07:13:49.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36644) > >2014-07-22 07:13:49.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42661) > >2014-07-22 07:13:51.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:13:53.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48264) > >2014-07-22 07:13:53.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36703) > >2014-07-22 07:13:53.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42716) > >2014-07-22 07:13:57.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48317) > >2014-07-22 07:13:57.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36756) > >2014-07-22 07:13:57.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42769) > >2014-07-22 07:14:01.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48371) > >2014-07-22 07:14:01.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36810) > >2014-07-22 07:14:01.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42823) > >2014-07-22 07:14:05.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48424) > >2014-07-22 07:14:05.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36864) > >2014-07-22 07:14:05.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42877) > >2014-07-22 07:14:09.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48477) > >2014-07-22 07:14:09.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36918) > >2014-07-22 07:14:09.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42931) > >2014-07-22 07:14:10.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:12.166 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:14:12.166 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:14:12.167 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:14:12.178 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:14:13.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48530) > >2014-07-22 07:14:13.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36975) > >2014-07-22 07:14:13.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42988) > >2014-07-22 07:14:14.683 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:17.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48583) > >2014-07-22 07:14:17.474 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:17.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37032) > >2014-07-22 07:14:17.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43046) > >2014-07-22 07:14:19.506 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:21.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48636) > >2014-07-22 07:14:21.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37092) > >2014-07-22 07:14:21.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43101) > >2014-07-22 07:14:21.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:25.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48689) > >2014-07-22 07:14:25.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37146) > >2014-07-22 07:14:25.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43156) > >2014-07-22 07:14:29.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48743) > >2014-07-22 07:14:29.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37199) > >2014-07-22 07:14:29.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43209) > >2014-07-22 07:14:33.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48796) > >2014-07-22 07:14:33.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37253) > >2014-07-22 07:14:33.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43264) > >2014-07-22 07:14:37.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48850) > >2014-07-22 07:14:37.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37306) > >2014-07-22 07:14:37.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43317) > >2014-07-22 07:14:41.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48902) > >2014-07-22 07:14:41.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37362) > >2014-07-22 07:14:41.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43371) > >2014-07-22 07:14:43.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:45.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48955) > >2014-07-22 07:14:45.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37418) > >2014-07-22 07:14:45.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43425) > >2014-07-22 07:14:46.700 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:48.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:49.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49008) > >2014-07-22 07:14:49.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37477) > >2014-07-22 07:14:49.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43484) > >2014-07-22 07:14:51.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:14:53.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49061) > >2014-07-22 07:14:53.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37536) > >2014-07-22 07:14:53.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43542) > >2014-07-22 07:14:57.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49115) > >2014-07-22 07:14:57.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37589) > >2014-07-22 07:14:57.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43595) > >2014-07-22 07:15:01.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49168) > >2014-07-22 07:15:01.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37644) > >2014-07-22 07:15:01.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43649) > >2014-07-22 07:15:05.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49221) > >2014-07-22 07:15:05.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37698) > >2014-07-22 07:15:05.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43702) > >2014-07-22 07:15:09.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49274) > >2014-07-22 07:15:09.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37755) > >2014-07-22 07:15:09.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43754) > >2014-07-22 07:15:10.117 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:13.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49327) > >2014-07-22 07:15:13.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37813) > >2014-07-22 07:15:13.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43810) > >2014-07-22 07:15:14.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:17.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49381) > >2014-07-22 07:15:17.507 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:17.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37872) > >2014-07-22 07:15:17.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43869) > >2014-07-22 07:15:19.591 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:21.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49434) > >2014-07-22 07:15:21.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37932) > >2014-07-22 07:15:21.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43924) > >2014-07-22 07:15:22.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:25.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49488) > >2014-07-22 07:15:25.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37986) > >2014-07-22 07:15:25.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43978) > >2014-07-22 07:15:29.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49544) > >2014-07-22 07:15:29.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38039) > >2014-07-22 07:15:29.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44031) > >2014-07-22 07:15:33.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49597) > >2014-07-22 07:15:33.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38093) > >2014-07-22 07:15:33.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44085) > >2014-07-22 07:15:37.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49656) > >2014-07-22 07:15:37.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38164) > >2014-07-22 07:15:37.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44143) > >2014-07-22 07:15:41.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49709) > >2014-07-22 07:15:41.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38222) > >2014-07-22 07:15:41.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44200) > >2014-07-22 07:15:43.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:45.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49762) > >2014-07-22 07:15:45.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38278) > >2014-07-22 07:15:45.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44254) > >2014-07-22 07:15:46.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:48.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:49.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49815) > >2014-07-22 07:15:49.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38339) > >2014-07-22 07:15:49.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44311) > >2014-07-22 07:15:51.165 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:15:53.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49868) > >2014-07-22 07:15:53.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38399) > >2014-07-22 07:15:53.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44366) > >2014-07-22 07:15:57.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49922) > >2014-07-22 07:15:57.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38464) > >2014-07-22 07:15:57.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44419) > >2014-07-22 07:16:01.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49985) > >2014-07-22 07:16:01.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38535) > >2014-07-22 07:16:01.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44479) > >2014-07-22 07:16:05.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50044) > >2014-07-22 07:16:05.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38599) > >2014-07-22 07:16:05.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44533) > >2014-07-22 07:16:09.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50097) > >2014-07-22 07:16:09.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38659) > >2014-07-22 07:16:09.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44587) > >2014-07-22 07:16:10.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:12.181 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:16:12.181 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:16:12.181 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:16:12.251 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:16:13.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50161) > >2014-07-22 07:16:13.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38738) > >2014-07-22 07:16:13.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44643) > >2014-07-22 07:16:14.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:17.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50226) > >2014-07-22 07:16:17.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:17.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38809) > >2014-07-22 07:16:17.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44700) > >2014-07-22 07:16:19.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:21.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50289) > >2014-07-22 07:16:21.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38877) > >2014-07-22 07:16:21.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44756) > >2014-07-22 07:16:22.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:25.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50349) > >2014-07-22 07:16:25.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38934) > >2014-07-22 07:16:25.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44810) > >2014-07-22 07:16:29.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50408) > >2014-07-22 07:16:29.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38987) > >2014-07-22 07:16:29.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44864) > >2014-07-22 07:16:33.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50471) > >2014-07-22 07:16:33.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39044) > >2014-07-22 07:16:34.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44918) > >2014-07-22 07:16:37.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50535) > >2014-07-22 07:16:38.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39097) > >2014-07-22 07:16:38.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44971) > >2014-07-22 07:16:41.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50603) > >2014-07-22 07:16:42.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39159) > >2014-07-22 07:16:42.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45025) > >2014-07-22 07:16:43.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:45.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50667) > >2014-07-22 07:16:46.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39214) > >2014-07-22 07:16:46.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45079) > >2014-07-22 07:16:46.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:48.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:49.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50723) > >2014-07-22 07:16:50.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39277) > >2014-07-22 07:16:50.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45136) > >2014-07-22 07:16:51.189 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:16:53.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50782) > >2014-07-22 07:16:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39334) > >2014-07-22 07:16:54.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45193) > >2014-07-22 07:16:57.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50840) > >2014-07-22 07:16:58.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39387) > >2014-07-22 07:16:58.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45249) > >2014-07-22 07:17:01.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50896) > >2014-07-22 07:17:02.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39441) > >2014-07-22 07:17:02.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45303) > >2014-07-22 07:17:05.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50950) > >2014-07-22 07:17:06.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39497) > >2014-07-22 07:17:06.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45356) > >2014-07-22 07:17:09.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51002) > >2014-07-22 07:17:10.148 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:10.211 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 39553) > >2014-07-22 07:17:10.211 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 45409) > >2014-07-22 07:17:13.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51055) > >2014-07-22 07:17:14.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39613) > >2014-07-22 07:17:14.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45465) > >2014-07-22 07:17:14.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:17.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51108) > >2014-07-22 07:17:17.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:18.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39673) > >2014-07-22 07:17:18.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45524) > >2014-07-22 07:17:19.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:21.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51160) > >2014-07-22 07:17:22.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:22.172 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.6', 39732) > >2014-07-22 07:17:22.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45579) > >2014-07-22 07:17:25.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51213) > >2014-07-22 07:17:26.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39786) > >2014-07-22 07:17:26.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45633) > >2014-07-22 07:17:29.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51266) > >2014-07-22 07:17:30.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39840) > >2014-07-22 07:17:30.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45686) > >2014-07-22 07:17:33.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51322) > >2014-07-22 07:17:34.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39896) > >2014-07-22 07:17:34.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45740) > >2014-07-22 07:17:37.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51376) > >2014-07-22 07:17:38.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39950) > >2014-07-22 07:17:38.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45793) > >2014-07-22 07:17:41.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51429) > >2014-07-22 07:17:42.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40010) > >2014-07-22 07:17:42.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45849) > >2014-07-22 07:17:43.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:45.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51483) > >2014-07-22 07:17:46.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40068) > >2014-07-22 07:17:46.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45904) > >2014-07-22 07:17:46.706 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:48.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:49.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51536) > >2014-07-22 07:17:50.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40129) > >2014-07-22 07:17:50.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45961) > >2014-07-22 07:17:51.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:17:53.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51589) > >2014-07-22 07:17:54.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40186) > >2014-07-22 07:17:54.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46016) > >2014-07-22 07:17:57.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51642) > >2014-07-22 07:17:58.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40239) > >2014-07-22 07:17:58.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46069) > >2014-07-22 07:18:01.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51695) > >2014-07-22 07:18:02.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40294) > >2014-07-22 07:18:02.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46123) > >2014-07-22 07:18:05.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51749) > >2014-07-22 07:18:06.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40348) > >2014-07-22 07:18:06.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46177) > >2014-07-22 07:18:09.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51802) > >2014-07-22 07:18:10.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:10.215 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 40401) > >2014-07-22 07:18:10.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46230) > >2014-07-22 07:18:12.264 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:18:12.264 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:18:12.265 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:18:12.294 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:18:13.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51856) > >2014-07-22 07:18:14.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40460) > >2014-07-22 07:18:14.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46288) > >2014-07-22 07:18:14.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:17.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51909) > >2014-07-22 07:18:17.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:18.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40518) > >2014-07-22 07:18:18.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46346) > >2014-07-22 07:18:19.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:21.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51962) > >2014-07-22 07:18:22.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:22.271 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.6', 40577) > >2014-07-22 07:18:22.271 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 46401) > >2014-07-22 07:18:25.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52015) > >2014-07-22 07:18:26.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40632) > >2014-07-22 07:18:26.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46455) > >2014-07-22 07:18:29.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52068) > >2014-07-22 07:18:30.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40685) > >2014-07-22 07:18:30.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46509) > >2014-07-22 07:18:33.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52121) > >2014-07-22 07:18:34.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40739) > >2014-07-22 07:18:34.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46563) > >2014-07-22 07:18:37.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52175) > >2014-07-22 07:18:38.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40792) > >2014-07-22 07:18:38.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46617) > >2014-07-22 07:18:41.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52228) > >2014-07-22 07:18:42.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40848) > >2014-07-22 07:18:42.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46670) > >2014-07-22 07:18:43.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:45.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52281) > >2014-07-22 07:18:46.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40904) > >2014-07-22 07:18:46.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46724) > >2014-07-22 07:18:46.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:48.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:49.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52334) > >2014-07-22 07:18:50.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40963) > >2014-07-22 07:18:50.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46779) > >2014-07-22 07:18:51.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:18:53.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52387) > >2014-07-22 07:18:54.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41022) > >2014-07-22 07:18:54.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46838) > >2014-07-22 07:18:57.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52441) > >2014-07-22 07:18:58.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41075) > >2014-07-22 07:18:58.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46894) > >2014-07-22 07:19:01.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52494) > >2014-07-22 07:19:02.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41131) > >2014-07-22 07:19:02.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46948) > >2014-07-22 07:19:05.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52547) > >2014-07-22 07:19:06.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41184) > >2014-07-22 07:19:06.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47001) > >2014-07-22 07:19:09.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52600) > >2014-07-22 07:19:10.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:10.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41237) > >2014-07-22 07:19:10.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47054) > >2014-07-22 07:19:13.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52653) > >2014-07-22 07:19:14.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41295) > >2014-07-22 07:19:14.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47110) > >2014-07-22 07:19:14.928 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:17.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52706) > >2014-07-22 07:19:17.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:18.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41355) > >2014-07-22 07:19:18.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47168) > >2014-07-22 07:19:19.704 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:21.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52759) > >2014-07-22 07:19:22.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41414) > >2014-07-22 07:19:22.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:22.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47223) > >2014-07-22 07:19:25.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52812) > >2014-07-22 07:19:26.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41467) > >2014-07-22 07:19:26.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47277) > >2014-07-22 07:19:29.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52865) > >2014-07-22 07:19:30.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41520) > >2014-07-22 07:19:30.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47330) > >2014-07-22 07:19:33.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52918) > >2014-07-22 07:19:34.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41574) > >2014-07-22 07:19:34.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47384) > >2014-07-22 07:19:37.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52971) > >2014-07-22 07:19:38.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41627) > >2014-07-22 07:19:38.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47437) > >2014-07-22 07:19:41.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53024) > >2014-07-22 07:19:42.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41685) > >2014-07-22 07:19:42.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47493) > >2014-07-22 07:19:43.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:45.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53077) > >2014-07-22 07:19:46.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41742) > >2014-07-22 07:19:46.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47548) > >2014-07-22 07:19:46.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:48.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:49.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53130) > >2014-07-22 07:19:50.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41802) > >2014-07-22 07:19:50.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47605) > >2014-07-22 07:19:51.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:19:53.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53183) > >2014-07-22 07:19:54.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41860) > >2014-07-22 07:19:54.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47660) > >2014-07-22 07:19:57.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53236) > >2014-07-22 07:19:58.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41913) > >2014-07-22 07:19:58.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47713) > >2014-07-22 07:20:01.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53289) > >2014-07-22 07:20:02.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41967) > >2014-07-22 07:20:02.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47767) > >2014-07-22 07:20:05.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53342) > >2014-07-22 07:20:06.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42021) > >2014-07-22 07:20:06.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47822) > >2014-07-22 07:20:09.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53395) > >2014-07-22 07:20:10.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:10.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42074) > >2014-07-22 07:20:10.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47876) > >2014-07-22 07:20:12.297 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:20:12.297 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:20:12.298 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:20:12.310 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:20:13.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53448) > >2014-07-22 07:20:14.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42132) > >2014-07-22 07:20:14.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47933) > >2014-07-22 07:20:14.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:17.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53501) > >2014-07-22 07:20:17.532 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:18.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42189) > >2014-07-22 07:20:18.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47988) > >2014-07-22 07:20:19.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:21.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53554) > >2014-07-22 07:20:22.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42248) > >2014-07-22 07:20:22.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:22.358 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 48045) > >2014-07-22 07:20:25.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53607) > >2014-07-22 07:20:26.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42302) > >2014-07-22 07:20:26.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48099) > >2014-07-22 07:20:29.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53661) > >2014-07-22 07:20:30.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42355) > >2014-07-22 07:20:30.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48153) > >2014-07-22 07:20:33.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53714) > >2014-07-22 07:20:34.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42409) > >2014-07-22 07:20:34.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48207) > >2014-07-22 07:20:37.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53768) > >2014-07-22 07:20:38.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42462) > >2014-07-22 07:20:38.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48261) > >2014-07-22 07:20:41.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53821) > >2014-07-22 07:20:42.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42518) > >2014-07-22 07:20:42.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48315) > >2014-07-22 07:20:43.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:45.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53874) > >2014-07-22 07:20:46.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42574) > >2014-07-22 07:20:46.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48369) > >2014-07-22 07:20:46.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:48.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:49.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53927) > >2014-07-22 07:20:50.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42633) > >2014-07-22 07:20:50.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48424) > >2014-07-22 07:20:51.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:20:53.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53980) > >2014-07-22 07:20:54.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42692) > >2014-07-22 07:20:54.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48483) > >2014-07-22 07:20:57.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54034) > >2014-07-22 07:20:58.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42745) > >2014-07-22 07:20:58.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48539) > >2014-07-22 07:21:01.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54087) > >2014-07-22 07:21:02.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42799) > >2014-07-22 07:21:02.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48593) > >2014-07-22 07:21:05.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54140) > >2014-07-22 07:21:06.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42852) > >2014-07-22 07:21:06.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48646) > >2014-07-22 07:21:09.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54193) > >2014-07-22 07:21:10.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:10.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42905) > >2014-07-22 07:21:10.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48700) > >2014-07-22 07:21:13.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54246) > >2014-07-22 07:21:14.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42963) > >2014-07-22 07:21:14.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48755) > >2014-07-22 07:21:15.014 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:17.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54299) > >2014-07-22 07:21:17.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:18.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43023) > >2014-07-22 07:21:18.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48813) > >2014-07-22 07:21:19.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:21.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54352) > >2014-07-22 07:21:22.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43083) > >2014-07-22 07:21:22.366 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:22.424 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 48868) > >2014-07-22 07:21:25.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54405) > >2014-07-22 07:21:26.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43137) > >2014-07-22 07:21:26.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48922) > >2014-07-22 07:21:29.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54458) > >2014-07-22 07:21:30.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43190) > >2014-07-22 07:21:30.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48975) > >2014-07-22 07:21:33.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54511) > >2014-07-22 07:21:34.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43244) > >2014-07-22 07:21:34.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49029) > >2014-07-22 07:21:37.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54564) > >2014-07-22 07:21:38.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43297) > >2014-07-22 07:21:38.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49082) > >2014-07-22 07:21:41.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54617) > >2014-07-22 07:21:42.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43355) > >2014-07-22 07:21:42.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49138) > >2014-07-22 07:21:43.622 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:45.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54670) > >2014-07-22 07:21:46.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43412) > >2014-07-22 07:21:46.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49193) > >2014-07-22 07:21:46.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:48.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:49.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54723) > >2014-07-22 07:21:50.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43472) > >2014-07-22 07:21:50.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49249) > >2014-07-22 07:21:51.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:21:53.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54776) > >2014-07-22 07:21:54.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43530) > >2014-07-22 07:21:54.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49305) > >2014-07-22 07:21:57.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54829) > >2014-07-22 07:21:58.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43583) > >2014-07-22 07:21:58.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49358) > >2014-07-22 07:22:01.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54882) > >2014-07-22 07:22:02.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43637) > >2014-07-22 07:22:02.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49412) > >2014-07-22 07:22:05.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54935) > >2014-07-22 07:22:06.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43691) > >2014-07-22 07:22:06.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49466) > >2014-07-22 07:22:09.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54988) > >2014-07-22 07:22:10.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:10.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43745) > >2014-07-22 07:22:10.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49519) > >2014-07-22 07:22:12.312 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:22:12.312 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:22:12.312 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:22:12.324 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:22:13.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55041) > >2014-07-22 07:22:14.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43802) > >2014-07-22 07:22:14.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49576) > >2014-07-22 07:22:15.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:17.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:17.574 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.8', 55094) > >2014-07-22 07:22:18.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43860) > >2014-07-22 07:22:18.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49631) > >2014-07-22 07:22:19.790 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:21.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55147) > >2014-07-22 07:22:22.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43917) > >2014-07-22 07:22:22.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:22.456 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 49688) > >2014-07-22 07:22:25.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55200) > >2014-07-22 07:22:26.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43971) > >2014-07-22 07:22:26.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49742) > >2014-07-22 07:22:29.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55253) > >2014-07-22 07:22:30.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44024) > >2014-07-22 07:22:30.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49796) > >2014-07-22 07:22:33.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55307) > >2014-07-22 07:22:34.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44078) > >2014-07-22 07:22:34.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49850) > >2014-07-22 07:22:37.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55360) > >2014-07-22 07:22:38.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44131) > >2014-07-22 07:22:38.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49904) > >2014-07-22 07:22:41.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55414) > >2014-07-22 07:22:42.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44187) > >2014-07-22 07:22:42.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49958) > >2014-07-22 07:22:43.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:45.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55467) > >2014-07-22 07:22:46.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44242) > >2014-07-22 07:22:46.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50012) > >2014-07-22 07:22:46.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:48.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:49.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55520) > >2014-07-22 07:22:50.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44301) > >2014-07-22 07:22:50.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50067) > >2014-07-22 07:22:51.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:22:53.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55573) > >2014-07-22 07:22:54.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44360) > >2014-07-22 07:22:54.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50126) > >2014-07-22 07:22:57.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55625) > >2014-07-22 07:22:58.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44413) > >2014-07-22 07:22:58.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50182) > >2014-07-22 07:23:01.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55678) > >2014-07-22 07:23:02.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44467) > >2014-07-22 07:23:02.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50236) > >2014-07-22 07:23:05.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55731) > >2014-07-22 07:23:06.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44520) > >2014-07-22 07:23:06.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50289) > >2014-07-22 07:23:09.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55784) > >2014-07-22 07:23:10.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:10.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44574) > >2014-07-22 07:23:10.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50343) > >2014-07-22 07:23:13.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55837) > >2014-07-22 07:23:14.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44631) > >2014-07-22 07:23:14.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50398) > >2014-07-22 07:23:15.099 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:17.541 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:17.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55890) > >2014-07-22 07:23:18.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44692) > >2014-07-22 07:23:18.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50458) > >2014-07-22 07:23:19.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:21.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55943) > >2014-07-22 07:23:22.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44749) > >2014-07-22 07:23:22.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:22.529 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.7', 50513) > >2014-07-22 07:23:25.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55996) > >2014-07-22 07:23:26.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44803) > >2014-07-22 07:23:26.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50567) > >2014-07-22 07:23:29.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56049) > >2014-07-22 07:23:30.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44856) > >2014-07-22 07:23:30.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50620) > >2014-07-22 07:23:33.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56102) > >2014-07-22 07:23:34.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44910) > >2014-07-22 07:23:34.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50674) > >2014-07-22 07:23:37.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56155) > >2014-07-22 07:23:38.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44963) > >2014-07-22 07:23:38.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50727) > >2014-07-22 07:23:41.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56208) > >2014-07-22 07:23:42.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45021) > >2014-07-22 07:23:42.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50783) > >2014-07-22 07:23:43.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:45.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56261) > >2014-07-22 07:23:46.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45078) > >2014-07-22 07:23:46.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50838) > >2014-07-22 07:23:46.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:48.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:49.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56314) > >2014-07-22 07:23:50.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45138) > >2014-07-22 07:23:50.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50894) > >2014-07-22 07:23:51.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:23:53.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56367) > >2014-07-22 07:23:54.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45196) > >2014-07-22 07:23:54.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50950) > >2014-07-22 07:23:57.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56420) > >2014-07-22 07:23:58.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45249) > >2014-07-22 07:23:58.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51003) > >2014-07-22 07:24:01.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56473) > >2014-07-22 07:24:02.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45303) > >2014-07-22 07:24:02.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51057) > >2014-07-22 07:24:05.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56526) > >2014-07-22 07:24:06.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45357) > >2014-07-22 07:24:06.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51112) > >2014-07-22 07:24:09.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56579) > >2014-07-22 07:24:10.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:10.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45411) > >2014-07-22 07:24:10.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51166) > >2014-07-22 07:24:12.327 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:24:12.327 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:24:12.328 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:24:12.340 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:24:13.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56632) > >2014-07-22 07:24:14.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45468) > >2014-07-22 07:24:14.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51223) > >2014-07-22 07:24:15.125 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:17.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:17.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56685) > >2014-07-22 07:24:18.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45528) > >2014-07-22 07:24:18.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51281) > >2014-07-22 07:24:19.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:21.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56741) > >2014-07-22 07:24:22.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45585) > >2014-07-22 07:24:22.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51341) > >2014-07-22 07:24:22.557 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:25.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56793) > >2014-07-22 07:24:26.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45639) > >2014-07-22 07:24:26.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51395) > >2014-07-22 07:24:29.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56846) > >2014-07-22 07:24:30.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45692) > >2014-07-22 07:24:30.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51448) > >2014-07-22 07:24:33.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56900) > >2014-07-22 07:24:34.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45746) > >2014-07-22 07:24:34.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51503) > >2014-07-22 07:24:37.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56953) > >2014-07-22 07:24:38.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45799) > >2014-07-22 07:24:38.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51556) > >2014-07-22 07:24:41.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57007) > >2014-07-22 07:24:42.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45855) > >2014-07-22 07:24:42.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51611) > >2014-07-22 07:24:43.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:45.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57060) > >2014-07-22 07:24:46.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45911) > >2014-07-22 07:24:46.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51665) > >2014-07-22 07:24:46.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:48.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:49.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57113) > >2014-07-22 07:24:50.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45970) > >2014-07-22 07:24:50.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51720) > >2014-07-22 07:24:51.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:24:53.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57171) > >2014-07-22 07:24:54.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46029) > >2014-07-22 07:24:54.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51782) > >2014-07-22 07:24:57.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57224) > >2014-07-22 07:24:58.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46082) > >2014-07-22 07:24:58.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51837) > >2014-07-22 07:25:01.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57279) > >2014-07-22 07:25:02.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46136) > >2014-07-22 07:25:02.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51895) > >2014-07-22 07:25:05.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57332) > >2014-07-22 07:25:06.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46189) > >2014-07-22 07:25:06.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51948) > >2014-07-22 07:25:09.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57387) > >2014-07-22 07:25:10.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:10.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46243) > >2014-07-22 07:25:10.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52005) > >2014-07-22 07:25:13.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57441) > >2014-07-22 07:25:14.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46299) > >2014-07-22 07:25:14.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52061) > >2014-07-22 07:25:16.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:17.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57495) > >2014-07-22 07:25:18.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46358) > >2014-07-22 07:25:18.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52117) > >2014-07-22 07:25:19.858 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:21.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57548) > >2014-07-22 07:25:22.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46413) > >2014-07-22 07:25:22.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52172) > >2014-07-22 07:25:25.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57601) > >2014-07-22 07:25:26.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46469) > >2014-07-22 07:25:26.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52226) > >2014-07-22 07:25:29.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57654) > >2014-07-22 07:25:30.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46522) > >2014-07-22 07:25:30.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52279) > >2014-07-22 07:25:33.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57707) > >2014-07-22 07:25:34.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46576) > >2014-07-22 07:25:34.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52333) > >2014-07-22 07:25:37.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57761) > >2014-07-22 07:25:38.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46629) > >2014-07-22 07:25:38.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52387) > >2014-07-22 07:25:40.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:41.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57814) > >2014-07-22 07:25:42.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46686) > >2014-07-22 07:25:42.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52444) > >2014-07-22 07:25:45.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57867) > >2014-07-22 07:25:46.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46742) > >2014-07-22 07:25:46.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52498) > >2014-07-22 07:25:46.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:49.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57920) > >2014-07-22 07:25:49.877 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:25:50.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46799) > >2014-07-22 07:25:50.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52553) > >2014-07-22 07:25:53.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57973) > >2014-07-22 07:25:54.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46857) > >2014-07-22 07:25:54.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52609) > >2014-07-22 07:25:57.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58026) > >2014-07-22 07:25:58.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46911) > >2014-07-22 07:25:58.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52663) > >2014-07-22 07:26:01.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58079) > >2014-07-22 07:26:02.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46965) > >2014-07-22 07:26:02.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52717) > >2014-07-22 07:26:05.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58132) > >2014-07-22 07:26:06.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47018) > >2014-07-22 07:26:06.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52771) > >2014-07-22 07:26:09.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58185) > >2014-07-22 07:26:10.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:10.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47073) > >2014-07-22 07:26:10.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52826) > >2014-07-22 07:26:12.341 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:26:12.341 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:26:12.342 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:26:12.355 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:26:13.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58238) > >2014-07-22 07:26:14.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47127) > >2014-07-22 07:26:14.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52882) > >2014-07-22 07:26:16.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:17.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58291) > >2014-07-22 07:26:18.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47186) > >2014-07-22 07:26:18.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52938) > >2014-07-22 07:26:19.884 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:21.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58347) > >2014-07-22 07:26:22.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47241) > >2014-07-22 07:26:22.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52997) > >2014-07-22 07:26:25.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58401) > >2014-07-22 07:26:26.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47297) > >2014-07-22 07:26:26.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53051) > >2014-07-22 07:26:29.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58454) > >2014-07-22 07:26:30.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47350) > >2014-07-22 07:26:30.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53104) > >2014-07-22 07:26:33.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58508) > >2014-07-22 07:26:34.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47404) > >2014-07-22 07:26:34.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53159) > >2014-07-22 07:26:37.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58561) > >2014-07-22 07:26:38.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47457) > >2014-07-22 07:26:38.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53212) > >2014-07-22 07:26:40.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:41.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58615) > >2014-07-22 07:26:42.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47512) > >2014-07-22 07:26:42.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53268) > >2014-07-22 07:26:45.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58668) > >2014-07-22 07:26:46.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47567) > >2014-07-22 07:26:46.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53321) > >2014-07-22 07:26:46.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:49.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58721) > >2014-07-22 07:26:49.886 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:26:50.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47624) > >2014-07-22 07:26:50.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53376) > >2014-07-22 07:26:53.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58778) > >2014-07-22 07:26:54.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47680) > >2014-07-22 07:26:54.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53434) > >2014-07-22 07:26:57.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58831) > >2014-07-22 07:26:58.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47736) > >2014-07-22 07:26:58.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53492) > >2014-07-22 07:27:01.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58885) > >2014-07-22 07:27:02.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47790) > >2014-07-22 07:27:02.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53549) > >2014-07-22 07:27:05.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58938) > >2014-07-22 07:27:06.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47843) > >2014-07-22 07:27:06.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53602) > >2014-07-22 07:27:09.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58993) > >2014-07-22 07:27:10.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:10.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47897) > >2014-07-22 07:27:10.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53659) > >2014-07-22 07:27:13.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59046) > >2014-07-22 07:27:14.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47952) > >2014-07-22 07:27:14.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53715) > >2014-07-22 07:27:16.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:17.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59099) > >2014-07-22 07:27:18.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48012) > >2014-07-22 07:27:18.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53771) > >2014-07-22 07:27:19.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:21.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59152) > >2014-07-22 07:27:22.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48067) > >2014-07-22 07:27:22.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53826) > >2014-07-22 07:27:25.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59205) > >2014-07-22 07:27:26.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48123) > >2014-07-22 07:27:26.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53880) > >2014-07-22 07:27:29.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59258) > >2014-07-22 07:27:30.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48177) > >2014-07-22 07:27:30.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53933) > >2014-07-22 07:27:33.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59311) > >2014-07-22 07:27:34.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48231) > >2014-07-22 07:27:34.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53987) > >2014-07-22 07:27:37.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59364) > >2014-07-22 07:27:38.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48284) > >2014-07-22 07:27:38.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54040) > >2014-07-22 07:27:40.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:41.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59417) > >2014-07-22 07:27:42.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48341) > >2014-07-22 07:27:42.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54097) > >2014-07-22 07:27:45.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59470) > >2014-07-22 07:27:46.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48397) > >2014-07-22 07:27:46.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54151) > >2014-07-22 07:27:46.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:49.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59523) > >2014-07-22 07:27:49.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:27:50.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48454) > >2014-07-22 07:27:50.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54206) > >2014-07-22 07:27:53.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59576) > >2014-07-22 07:27:54.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48512) > >2014-07-22 07:27:54.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54262) > >2014-07-22 07:27:57.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59629) > >2014-07-22 07:27:58.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48566) > >2014-07-22 07:27:58.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54316) > >2014-07-22 07:28:01.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59682) > >2014-07-22 07:28:02.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48620) > >2014-07-22 07:28:02.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54370) > >2014-07-22 07:28:05.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59735) > >2014-07-22 07:28:06.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48673) > >2014-07-22 07:28:06.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54423) > >2014-07-22 07:28:09.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59788) > >2014-07-22 07:28:10.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:10.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48727) > >2014-07-22 07:28:10.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54478) > >2014-07-22 07:28:12.357 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:28:12.357 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:28:12.357 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:28:12.372 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:28:13.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59841) > >2014-07-22 07:28:14.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48780) > >2014-07-22 07:28:14.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54534) > >2014-07-22 07:28:16.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:17.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59894) > >2014-07-22 07:28:18.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48839) > >2014-07-22 07:28:18.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54590) > >2014-07-22 07:28:19.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:21.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59949) > >2014-07-22 07:28:22.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48894) > >2014-07-22 07:28:22.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54646) > >2014-07-22 07:28:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60002) > >2014-07-22 07:28:26.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48950) > >2014-07-22 07:28:26.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54702) > >2014-07-22 07:28:29.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60054) > >2014-07-22 07:28:30.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49003) > >2014-07-22 07:28:30.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54754) > >2014-07-22 07:28:33.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60108) > >2014-07-22 07:28:34.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49057) > >2014-07-22 07:28:34.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54809) > >2014-07-22 07:28:37.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60161) > >2014-07-22 07:28:38.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49110) > >2014-07-22 07:28:38.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54862) > >2014-07-22 07:28:40.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:41.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60215) > >2014-07-22 07:28:42.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49165) > >2014-07-22 07:28:42.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54918) > >2014-07-22 07:28:45.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60269) > >2014-07-22 07:28:46.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49220) > >2014-07-22 07:28:46.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:46.717 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.7', 54971) > >2014-07-22 07:28:49.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60322) > >2014-07-22 07:28:49.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:28:50.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49277) > >2014-07-22 07:28:50.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55026) > >2014-07-22 07:28:53.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60378) > >2014-07-22 07:28:54.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49333) > >2014-07-22 07:28:54.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55084) > >2014-07-22 07:28:57.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60431) > >2014-07-22 07:28:58.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49390) > >2014-07-22 07:28:58.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55142) > >2014-07-22 07:29:01.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60485) > >2014-07-22 07:29:02.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49444) > >2014-07-22 07:29:02.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55199) > >2014-07-22 07:29:05.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60538) > >2014-07-22 07:29:06.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49497) > >2014-07-22 07:29:06.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55252) > >2014-07-22 07:29:09.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60593) > >2014-07-22 07:29:10.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:10.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49551) > >2014-07-22 07:29:10.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55309) > >2014-07-22 07:29:13.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60646) > >2014-07-22 07:29:14.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49606) > >2014-07-22 07:29:14.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55365) > >2014-07-22 07:29:16.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:17.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60699) > >2014-07-22 07:29:18.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49666) > >2014-07-22 07:29:18.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55421) > >2014-07-22 07:29:19.958 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:21.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60752) > >2014-07-22 07:29:22.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49721) > >2014-07-22 07:29:22.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55476) > >2014-07-22 07:29:25.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60805) > >2014-07-22 07:29:26.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49777) > >2014-07-22 07:29:26.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55530) > >2014-07-22 07:29:29.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60858) > >2014-07-22 07:29:30.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49830) > >2014-07-22 07:29:30.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55583) > >2014-07-22 07:29:33.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60911) > >2014-07-22 07:29:34.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49884) > >2014-07-22 07:29:34.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55637) > >2014-07-22 07:29:37.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60964) > >2014-07-22 07:29:38.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49937) > >2014-07-22 07:29:38.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55690) > >2014-07-22 07:29:40.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:41.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32784) > >2014-07-22 07:29:42.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49994) > >2014-07-22 07:29:42.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55747) > >2014-07-22 07:29:45.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32837) > >2014-07-22 07:29:46.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50050) > >2014-07-22 07:29:46.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:46.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55801) > >2014-07-22 07:29:49.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32890) > >2014-07-22 07:29:49.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:29:50.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50107) > >2014-07-22 07:29:50.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55856) > >2014-07-22 07:29:53.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32943) > >2014-07-22 07:29:54.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50165) > >2014-07-22 07:29:54.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55913) > >2014-07-22 07:29:57.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32996) > >2014-07-22 07:29:58.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50219) > >2014-07-22 07:29:58.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55965) > >2014-07-22 07:30:01.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33049) > >2014-07-22 07:30:02.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50273) > >2014-07-22 07:30:02.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56019) > >2014-07-22 07:30:05.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33102) > >2014-07-22 07:30:06.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50326) > >2014-07-22 07:30:06.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56072) > >2014-07-22 07:30:09.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33154) > >2014-07-22 07:30:10.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:10.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50381) > >2014-07-22 07:30:10.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56127) > >2014-07-22 07:30:12.375 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:30:12.375 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:30:12.376 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:30:12.389 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:30:13.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33207) > >2014-07-22 07:30:14.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50435) > >2014-07-22 07:30:14.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56183) > >2014-07-22 07:30:16.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:17.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33260) > >2014-07-22 07:30:18.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50494) > >2014-07-22 07:30:18.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56239) > >2014-07-22 07:30:19.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:21.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33314) > >2014-07-22 07:30:22.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50549) > >2014-07-22 07:30:22.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56294) > >2014-07-22 07:30:25.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33367) > >2014-07-22 07:30:26.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50605) > >2014-07-22 07:30:26.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56350) > >2014-07-22 07:30:29.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33420) > >2014-07-22 07:30:30.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50658) > >2014-07-22 07:30:30.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56403) > >2014-07-22 07:30:33.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33473) > >2014-07-22 07:30:34.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50712) > >2014-07-22 07:30:34.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56458) > >2014-07-22 07:30:37.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33527) > >2014-07-22 07:30:38.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50765) > >2014-07-22 07:30:38.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56511) > >2014-07-22 07:30:40.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:41.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33580) > >2014-07-22 07:30:42.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50820) > >2014-07-22 07:30:42.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56567) > >2014-07-22 07:30:45.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33634) > >2014-07-22 07:30:46.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50875) > >2014-07-22 07:30:46.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:46.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56620) > >2014-07-22 07:30:49.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33687) > >2014-07-22 07:30:49.984 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:30:50.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50932) > >2014-07-22 07:30:50.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56675) > >2014-07-22 07:30:53.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33744) > >2014-07-22 07:30:54.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50988) > >2014-07-22 07:30:54.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56733) > >2014-07-22 07:30:57.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33797) > >2014-07-22 07:30:58.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51044) > >2014-07-22 07:30:58.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56790) > >2014-07-22 07:31:01.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33850) > >2014-07-22 07:31:02.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51097) > >2014-07-22 07:31:02.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56847) > >2014-07-22 07:31:05.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33904) > >2014-07-22 07:31:06.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51150) > >2014-07-22 07:31:06.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56900) > >2014-07-22 07:31:09.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33959) > >2014-07-22 07:31:10.164 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:10.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51204) > >2014-07-22 07:31:10.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56956) > >2014-07-22 07:31:13.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34012) > >2014-07-22 07:31:14.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51259) > >2014-07-22 07:31:14.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57013) > >2014-07-22 07:31:16.710 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:17.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34065) > >2014-07-22 07:31:18.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51319) > >2014-07-22 07:31:18.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57069) > >2014-07-22 07:31:20.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:21.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34118) > >2014-07-22 07:31:22.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51374) > >2014-07-22 07:31:22.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57124) > >2014-07-22 07:31:25.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34171) > >2014-07-22 07:31:26.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51430) > >2014-07-22 07:31:26.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57178) > >2014-07-22 07:31:29.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34224) > >2014-07-22 07:31:30.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51483) > >2014-07-22 07:31:30.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57231) > >2014-07-22 07:31:33.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34277) > >2014-07-22 07:31:34.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51537) > >2014-07-22 07:31:34.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57285) > >2014-07-22 07:31:37.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34330) > >2014-07-22 07:31:38.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51590) > >2014-07-22 07:31:38.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57338) > >2014-07-22 07:31:40.165 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:41.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34383) > >2014-07-22 07:31:42.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51647) > >2014-07-22 07:31:42.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57395) > >2014-07-22 07:31:45.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34436) > >2014-07-22 07:31:46.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51703) > >2014-07-22 07:31:46.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:46.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57449) > >2014-07-22 07:31:49.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34489) > >2014-07-22 07:31:50.026 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:31:50.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51760) > >2014-07-22 07:31:50.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57504) > >2014-07-22 07:31:53.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34542) > >2014-07-22 07:31:54.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51818) > >2014-07-22 07:31:54.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57561) > >2014-07-22 07:31:57.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34595) > >2014-07-22 07:31:58.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51872) > >2014-07-22 07:31:58.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57614) > >2014-07-22 07:32:01.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34648) > >2014-07-22 07:32:02.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51926) > >2014-07-22 07:32:02.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57668) > >2014-07-22 07:32:05.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34701) > >2014-07-22 07:32:06.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51979) > >2014-07-22 07:32:06.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57721) > >2014-07-22 07:32:09.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34754) > >2014-07-22 07:32:10.166 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:10.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52034) > >2014-07-22 07:32:10.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57776) > >2014-07-22 07:32:12.393 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:32:12.393 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:32:12.394 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:32:12.412 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:32:13.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34807) > >2014-07-22 07:32:14.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52088) > >2014-07-22 07:32:14.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57832) > >2014-07-22 07:32:16.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:17.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34860) > >2014-07-22 07:32:18.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52147) > >2014-07-22 07:32:18.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57888) > >2014-07-22 07:32:20.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:21.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34914) > >2014-07-22 07:32:22.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52202) > >2014-07-22 07:32:22.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57943) > >2014-07-22 07:32:25.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34967) > >2014-07-22 07:32:26.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52258) > >2014-07-22 07:32:26.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57999) > >2014-07-22 07:32:29.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35020) > >2014-07-22 07:32:30.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52311) > >2014-07-22 07:32:30.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58052) > >2014-07-22 07:32:33.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35073) > >2014-07-22 07:32:34.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52365) > >2014-07-22 07:32:34.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58106) > >2014-07-22 07:32:37.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35127) > >2014-07-22 07:32:38.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52418) > >2014-07-22 07:32:38.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58160) > >2014-07-22 07:32:40.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:41.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35180) > >2014-07-22 07:32:42.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52473) > >2014-07-22 07:32:42.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58215) > >2014-07-22 07:32:45.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35234) > >2014-07-22 07:32:46.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:46.781 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.6', 52528) > >2014-07-22 07:32:46.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58269) > >2014-07-22 07:32:49.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35287) > >2014-07-22 07:32:50.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:32:50.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52585) > >2014-07-22 07:32:50.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58324) > >2014-07-22 07:32:53.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35344) > >2014-07-22 07:32:54.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52641) > >2014-07-22 07:32:54.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58383) > >2014-07-22 07:32:57.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35397) > >2014-07-22 07:32:58.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52697) > >2014-07-22 07:32:58.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58439) > >2014-07-22 07:33:01.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35450) > >2014-07-22 07:33:02.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52751) > >2014-07-22 07:33:02.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58495) > >2014-07-22 07:33:05.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35504) > >2014-07-22 07:33:06.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52804) > >2014-07-22 07:33:06.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58551) > >2014-07-22 07:33:09.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35557) > >2014-07-22 07:33:10.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:10.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52858) > >2014-07-22 07:33:10.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58607) > >2014-07-22 07:33:13.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35612) > >2014-07-22 07:33:14.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52913) > >2014-07-22 07:33:14.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58663) > >2014-07-22 07:33:16.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:17.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35665) > >2014-07-22 07:33:18.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52973) > >2014-07-22 07:33:18.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58720) > >2014-07-22 07:33:20.078 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:21.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35718) > >2014-07-22 07:33:22.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53028) > >2014-07-22 07:33:22.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58775) > >2014-07-22 07:33:25.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35771) > >2014-07-22 07:33:26.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53084) > >2014-07-22 07:33:26.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58829) > >2014-07-22 07:33:29.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35824) > >2014-07-22 07:33:30.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53137) > >2014-07-22 07:33:30.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58882) > >2014-07-22 07:33:33.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35877) > >2014-07-22 07:33:34.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53191) > >2014-07-22 07:33:34.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58936) > >2014-07-22 07:33:37.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35930) > >2014-07-22 07:33:38.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53244) > >2014-07-22 07:33:38.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58989) > >2014-07-22 07:33:40.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:41.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35983) > >2014-07-22 07:33:42.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53301) > >2014-07-22 07:33:42.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59046) > >2014-07-22 07:33:45.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36036) > >2014-07-22 07:33:46.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:46.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53356) > >2014-07-22 07:33:46.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59099) > >2014-07-22 07:33:49.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36089) > >2014-07-22 07:33:50.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:33:50.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53412) > >2014-07-22 07:33:50.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59155) > >2014-07-22 07:33:53.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36142) > >2014-07-22 07:33:54.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53470) > >2014-07-22 07:33:54.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59212) > >2014-07-22 07:33:57.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36195) > >2014-07-22 07:33:58.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53524) > >2014-07-22 07:33:58.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59265) > >2014-07-22 07:34:01.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36248) > >2014-07-22 07:34:02.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53578) > >2014-07-22 07:34:02.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59319) > >2014-07-22 07:34:05.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36300) > >2014-07-22 07:34:06.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53631) > >2014-07-22 07:34:06.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59372) > >2014-07-22 07:34:09.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36353) > >2014-07-22 07:34:10.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:10.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53686) > >2014-07-22 07:34:10.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59427) > >2014-07-22 07:34:12.414 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:34:12.414 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:34:12.415 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:34:12.427 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:34:13.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36406) > >2014-07-22 07:34:14.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53740) > >2014-07-22 07:34:14.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59483) > >2014-07-22 07:34:16.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:17.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36459) > >2014-07-22 07:34:18.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53798) > >2014-07-22 07:34:18.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59537) > >2014-07-22 07:34:20.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:21.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36513) > >2014-07-22 07:34:22.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53854) > >2014-07-22 07:34:22.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59593) > >2014-07-22 07:34:25.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36565) > >2014-07-22 07:34:26.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53910) > >2014-07-22 07:34:26.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59649) > >2014-07-22 07:34:29.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36618) > >2014-07-22 07:34:30.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53963) > >2014-07-22 07:34:30.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59702) > >2014-07-22 07:34:33.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36671) > >2014-07-22 07:34:34.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54017) > >2014-07-22 07:34:34.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59756) > >2014-07-22 07:34:37.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36725) > >2014-07-22 07:34:38.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54070) > >2014-07-22 07:34:38.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59810) > >2014-07-22 07:34:40.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:41.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36778) > >2014-07-22 07:34:42.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54125) > >2014-07-22 07:34:42.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59865) > >2014-07-22 07:34:45.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36832) > >2014-07-22 07:34:46.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:46.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54180) > >2014-07-22 07:34:46.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59920) > >2014-07-22 07:34:49.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36885) > >2014-07-22 07:34:50.086 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:34:50.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54237) > >2014-07-22 07:34:50.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59974) > >2014-07-22 07:34:53.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36942) > >2014-07-22 07:34:54.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54293) > >2014-07-22 07:34:54.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60033) > >2014-07-22 07:34:57.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36995) > >2014-07-22 07:34:58.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54347) > >2014-07-22 07:34:58.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60086) > >2014-07-22 07:35:01.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37048) > >2014-07-22 07:35:02.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54403) > >2014-07-22 07:35:02.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60144) > >2014-07-22 07:35:05.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37102) > >2014-07-22 07:35:06.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54458) > >2014-07-22 07:35:06.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60202) > >2014-07-22 07:35:10.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37155) > >2014-07-22 07:35:10.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:10.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54513) > >2014-07-22 07:35:10.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60259) > >2014-07-22 07:35:14.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37210) > >2014-07-22 07:35:14.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54568) > >2014-07-22 07:35:14.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60315) > >2014-07-22 07:35:16.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:18.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37263) > >2014-07-22 07:35:18.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54628) > >2014-07-22 07:35:18.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60372) > >2014-07-22 07:35:20.106 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:22.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37316) > >2014-07-22 07:35:22.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54683) > >2014-07-22 07:35:22.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60427) > >2014-07-22 07:35:26.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37371) > >2014-07-22 07:35:26.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54742) > >2014-07-22 07:35:26.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60481) > >2014-07-22 07:35:30.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37424) > >2014-07-22 07:35:30.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54795) > >2014-07-22 07:35:30.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60534) > >2014-07-22 07:35:34.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37477) > >2014-07-22 07:35:34.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54849) > >2014-07-22 07:35:34.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60588) > >2014-07-22 07:35:38.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37530) > >2014-07-22 07:35:38.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54902) > >2014-07-22 07:35:38.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60641) > >2014-07-22 07:35:40.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:42.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37582) > >2014-07-22 07:35:42.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54960) > >2014-07-22 07:35:42.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60699) > >2014-07-22 07:35:46.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37635) > >2014-07-22 07:35:46.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:46.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55015) > >2014-07-22 07:35:46.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60753) > >2014-07-22 07:35:50.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37688) > >2014-07-22 07:35:50.124 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:35:50.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55074) > >2014-07-22 07:35:50.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60808) > >2014-07-22 07:35:54.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37741) > >2014-07-22 07:35:54.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55132) > >2014-07-22 07:35:54.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60865) > >2014-07-22 07:35:58.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37794) > >2014-07-22 07:35:58.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55186) > >2014-07-22 07:35:58.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60918) > >2014-07-22 07:36:02.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37847) > >2014-07-22 07:36:02.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55240) > >2014-07-22 07:36:02.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60972) > >2014-07-22 07:36:06.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37900) > >2014-07-22 07:36:06.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55293) > >2014-07-22 07:36:06.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32792) > >2014-07-22 07:36:10.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37953) > >2014-07-22 07:36:10.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:10.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55348) > >2014-07-22 07:36:10.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32847) > >2014-07-22 07:36:12.430 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:36:12.430 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:36:12.431 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:36:12.445 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:36:14.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38006) > >2014-07-22 07:36:14.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55402) > >2014-07-22 07:36:14.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32903) > >2014-07-22 07:36:16.715 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:18.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38059) > >2014-07-22 07:36:18.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55460) > >2014-07-22 07:36:18.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32958) > >2014-07-22 07:36:20.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:22.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38113) > >2014-07-22 07:36:22.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55516) > >2014-07-22 07:36:22.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33014) > >2014-07-22 07:36:26.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38166) > >2014-07-22 07:36:26.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55572) > >2014-07-22 07:36:26.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33068) > >2014-07-22 07:36:30.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38219) > >2014-07-22 07:36:30.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55625) > >2014-07-22 07:36:31.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33123) > >2014-07-22 07:36:34.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38272) > >2014-07-22 07:36:34.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55679) > >2014-07-22 07:36:35.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33177) > >2014-07-22 07:36:38.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38326) > >2014-07-22 07:36:38.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55732) > >2014-07-22 07:36:39.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33231) > >2014-07-22 07:36:40.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:42.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38379) > >2014-07-22 07:36:42.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55786) > >2014-07-22 07:36:43.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33285) > >2014-07-22 07:36:46.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38433) > >2014-07-22 07:36:46.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:46.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55841) > >2014-07-22 07:36:47.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33340) > >2014-07-22 07:36:50.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38486) > >2014-07-22 07:36:50.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:36:50.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55898) > >2014-07-22 07:36:51.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33394) > >2014-07-22 07:36:54.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38541) > >2014-07-22 07:36:54.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55954) > >2014-07-22 07:36:55.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33453) > >2014-07-22 07:36:58.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38596) > >2014-07-22 07:36:58.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56008) > >2014-07-22 07:36:59.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33506) > >2014-07-22 07:37:02.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38649) > >2014-07-22 07:37:02.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56064) > >2014-07-22 07:37:03.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33564) > >2014-07-22 07:37:06.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38703) > >2014-07-22 07:37:06.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56117) > >2014-07-22 07:37:07.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33620) > >2014-07-22 07:37:10.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38756) > >2014-07-22 07:37:10.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:10.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56171) > >2014-07-22 07:37:11.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33674) > >2014-07-22 07:37:14.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38811) > >2014-07-22 07:37:14.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56226) > >2014-07-22 07:37:15.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33732) > >2014-07-22 07:37:16.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:18.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38864) > >2014-07-22 07:37:18.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56286) > >2014-07-22 07:37:19.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33789) > >2014-07-22 07:37:20.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:22.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38917) > >2014-07-22 07:37:22.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56341) > >2014-07-22 07:37:23.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33844) > >2014-07-22 07:37:26.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38970) > >2014-07-22 07:37:26.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56397) > >2014-07-22 07:37:27.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33898) > >2014-07-22 07:37:30.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39023) > >2014-07-22 07:37:30.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56450) > >2014-07-22 07:37:31.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33951) > >2014-07-22 07:37:34.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39076) > >2014-07-22 07:37:34.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56504) > >2014-07-22 07:37:35.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34005) > >2014-07-22 07:37:38.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39129) > >2014-07-22 07:37:38.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56557) > >2014-07-22 07:37:39.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34058) > >2014-07-22 07:37:40.172 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:42.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39182) > >2014-07-22 07:37:42.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56615) > >2014-07-22 07:37:43.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34116) > >2014-07-22 07:37:46.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39235) > >2014-07-22 07:37:46.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:46.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56672) > >2014-07-22 07:37:47.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34171) > >2014-07-22 07:37:50.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39286) > >2014-07-22 07:37:50.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:37:50.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56729) > >2014-07-22 07:37:51.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34226) > >2014-07-22 07:37:54.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39339) > >2014-07-22 07:37:54.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56787) > >2014-07-22 07:37:55.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34283) > >2014-07-22 07:37:58.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39392) > >2014-07-22 07:37:58.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56841) > >2014-07-22 07:37:59.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34336) > >2014-07-22 07:38:02.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39445) > >2014-07-22 07:38:02.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56895) > >2014-07-22 07:38:03.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34390) > >2014-07-22 07:38:06.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39498) > >2014-07-22 07:38:06.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56948) > >2014-07-22 07:38:07.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34443) > >2014-07-22 07:38:10.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39551) > >2014-07-22 07:38:10.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:10.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57003) > >2014-07-22 07:38:11.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34498) > >2014-07-22 07:38:12.447 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:38:12.447 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:38:12.448 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:38:12.502 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:38:14.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39604) > >2014-07-22 07:38:14.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57057) > >2014-07-22 07:38:15.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34554) > >2014-07-22 07:38:16.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:18.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39657) > >2014-07-22 07:38:18.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57115) > >2014-07-22 07:38:19.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34609) > >2014-07-22 07:38:20.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:22.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39711) > >2014-07-22 07:38:22.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57171) > >2014-07-22 07:38:23.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34665) > >2014-07-22 07:38:26.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39764) > >2014-07-22 07:38:26.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57227) > >2014-07-22 07:38:27.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34719) > >2014-07-22 07:38:30.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39817) > >2014-07-22 07:38:30.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57280) > >2014-07-22 07:38:31.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34774) > >2014-07-22 07:38:34.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39870) > >2014-07-22 07:38:34.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57334) > >2014-07-22 07:38:35.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34828) > >2014-07-22 07:38:38.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39923) > >2014-07-22 07:38:38.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57387) > >2014-07-22 07:38:39.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34882) > >2014-07-22 07:38:40.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:42.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39977) > >2014-07-22 07:38:42.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57442) > >2014-07-22 07:38:43.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34937) > >2014-07-22 07:38:46.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40030) > >2014-07-22 07:38:46.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:46.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57498) > >2014-07-22 07:38:47.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34992) > >2014-07-22 07:38:50.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40084) > >2014-07-22 07:38:50.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:38:50.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57554) > >2014-07-22 07:38:51.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35046) > >2014-07-22 07:38:54.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40139) > >2014-07-22 07:38:54.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57611) > >2014-07-22 07:38:55.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35105) > >2014-07-22 07:38:58.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40194) > >2014-07-22 07:38:58.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57664) > >2014-07-22 07:38:59.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35158) > >2014-07-22 07:39:02.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40247) > >2014-07-22 07:39:02.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57720) > >2014-07-22 07:39:03.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35216) > >2014-07-22 07:39:06.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40300) > >2014-07-22 07:39:06.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57773) > >2014-07-22 07:39:07.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35272) > >2014-07-22 07:39:10.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:10.185 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 40354) > >2014-07-22 07:39:10.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57827) > >2014-07-22 07:39:11.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35326) > >2014-07-22 07:39:14.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40409) > >2014-07-22 07:39:14.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57882) > >2014-07-22 07:39:15.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35384) > >2014-07-22 07:39:16.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:18.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40462) > >2014-07-22 07:39:18.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57942) > >2014-07-22 07:39:19.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35441) > >2014-07-22 07:39:20.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:22.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40515) > >2014-07-22 07:39:23.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57996) > >2014-07-22 07:39:23.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35496) > >2014-07-22 07:39:26.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40568) > >2014-07-22 07:39:27.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58052) > >2014-07-22 07:39:27.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35550) > >2014-07-22 07:39:30.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40621) > >2014-07-22 07:39:31.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58105) > >2014-07-22 07:39:31.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35603) > >2014-07-22 07:39:34.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40674) > >2014-07-22 07:39:35.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58159) > >2014-07-22 07:39:35.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35657) > >2014-07-22 07:39:38.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40727) > >2014-07-22 07:39:39.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58212) > >2014-07-22 07:39:39.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35710) > >2014-07-22 07:39:40.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:42.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40780) > >2014-07-22 07:39:43.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58270) > >2014-07-22 07:39:43.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35767) > >2014-07-22 07:39:46.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40832) > >2014-07-22 07:39:46.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:47.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58326) > >2014-07-22 07:39:47.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35822) > >2014-07-22 07:39:50.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40885) > >2014-07-22 07:39:50.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:39:51.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58383) > >2014-07-22 07:39:51.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35877) > >2014-07-22 07:39:54.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40938) > >2014-07-22 07:39:55.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58441) > >2014-07-22 07:39:55.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35933) > >2014-07-22 07:39:58.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40991) > >2014-07-22 07:39:59.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58495) > >2014-07-22 07:39:59.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35987) > >2014-07-22 07:40:02.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41043) > >2014-07-22 07:40:03.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58549) > >2014-07-22 07:40:03.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36041) > >2014-07-22 07:40:06.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41097) > >2014-07-22 07:40:07.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58602) > >2014-07-22 07:40:07.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36094) > >2014-07-22 07:40:10.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:10.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41150) > >2014-07-22 07:40:11.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58657) > >2014-07-22 07:40:11.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36149) > >2014-07-22 07:40:12.504 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:40:12.504 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:40:12.505 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:40:12.524 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:40:14.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41203) > >2014-07-22 07:40:15.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58711) > >2014-07-22 07:40:15.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36205) > >2014-07-22 07:40:16.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:18.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41256) > >2014-07-22 07:40:19.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58769) > >2014-07-22 07:40:19.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36260) > >2014-07-22 07:40:20.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:22.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41310) > >2014-07-22 07:40:23.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58825) > >2014-07-22 07:40:23.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36316) > >2014-07-22 07:40:26.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41363) > >2014-07-22 07:40:27.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58881) > >2014-07-22 07:40:27.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36370) > >2014-07-22 07:40:30.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41416) > >2014-07-22 07:40:31.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58934) > >2014-07-22 07:40:31.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36424) > >2014-07-22 07:40:34.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41469) > >2014-07-22 07:40:35.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58988) > >2014-07-22 07:40:35.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36478) > >2014-07-22 07:40:38.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41522) > >2014-07-22 07:40:39.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59041) > >2014-07-22 07:40:39.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36531) > >2014-07-22 07:40:40.172 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:42.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41576) > >2014-07-22 07:40:43.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59096) > >2014-07-22 07:40:43.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36587) > >2014-07-22 07:40:46.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41629) > >2014-07-22 07:40:46.718 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:47.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59152) > >2014-07-22 07:40:47.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36641) > >2014-07-22 07:40:50.230 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:40:50.259 29190 INFO neutron.wsgi [req-f51a332d-5506-4672-bd2a-40253a2bec6b None] (29190) accepted ('192.168.0.8', 41683) > >2014-07-22 07:40:51.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59208) > >2014-07-22 07:40:51.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36696) > >2014-07-22 07:40:54.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41738) > >2014-07-22 07:40:55.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59265) > >2014-07-22 07:40:55.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36753) > >2014-07-22 07:40:58.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41793) > >2014-07-22 07:40:59.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59318) > >2014-07-22 07:40:59.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36808) > >2014-07-22 07:41:02.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41846) > >2014-07-22 07:41:03.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59374) > >2014-07-22 07:41:03.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36865) > >2014-07-22 07:41:06.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41899) > >2014-07-22 07:41:07.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59427) > >2014-07-22 07:41:07.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36920) > >2014-07-22 07:41:10.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:10.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41953) > >2014-07-22 07:41:11.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59481) > >2014-07-22 07:41:11.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36975) > >2014-07-22 07:41:14.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42008) > >2014-07-22 07:41:15.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59536) > >2014-07-22 07:41:15.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37033) > >2014-07-22 07:41:16.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:18.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42061) > >2014-07-22 07:41:19.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59596) > >2014-07-22 07:41:19.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37089) > >2014-07-22 07:41:20.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:22.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42114) > >2014-07-22 07:41:23.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59651) > >2014-07-22 07:41:23.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37145) > >2014-07-22 07:41:26.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42167) > >2014-07-22 07:41:27.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59707) > >2014-07-22 07:41:27.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37199) > >2014-07-22 07:41:30.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42219) > >2014-07-22 07:41:31.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59760) > >2014-07-22 07:41:31.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37252) > >2014-07-22 07:41:34.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42272) > >2014-07-22 07:41:35.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59814) > >2014-07-22 07:41:35.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37306) > >2014-07-22 07:41:38.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42325) > >2014-07-22 07:41:39.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59867) > >2014-07-22 07:41:39.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37359) > >2014-07-22 07:41:40.173 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:42.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42378) > >2014-07-22 07:41:43.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59924) > >2014-07-22 07:41:43.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37416) > >2014-07-22 07:41:46.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42431) > >2014-07-22 07:41:46.718 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:47.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59980) > >2014-07-22 07:41:47.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37470) > >2014-07-22 07:41:50.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:41:50.437 29190 INFO neutron.wsgi [req-3ba618ae-0c89-4ca9-941e-da41f1942f25 None] (29190) accepted ('192.168.0.8', 42484) > >2014-07-22 07:41:51.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60037) > >2014-07-22 07:41:51.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37525) > >2014-07-22 07:41:54.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42537) > >2014-07-22 07:41:55.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60094) > >2014-07-22 07:41:55.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37580) > >2014-07-22 07:41:58.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42590) > >2014-07-22 07:41:59.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60149) > >2014-07-22 07:41:59.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37635) > >2014-07-22 07:42:02.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42643) > >2014-07-22 07:42:03.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60203) > >2014-07-22 07:42:03.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37689) > >2014-07-22 07:42:06.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42696) > >2014-07-22 07:42:07.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60256) > >2014-07-22 07:42:07.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37742) > >2014-07-22 07:42:10.172 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:10.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42749) > >2014-07-22 07:42:11.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60310) > >2014-07-22 07:42:11.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37796) > >2014-07-22 07:42:12.526 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:42:12.526 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:42:12.527 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:42:12.546 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:42:14.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42802) > >2014-07-22 07:42:15.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60365) > >2014-07-22 07:42:15.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37853) > >2014-07-22 07:42:16.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:18.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42855) > >2014-07-22 07:42:19.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60423) > >2014-07-22 07:42:19.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37908) > >2014-07-22 07:42:20.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:22.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42909) > >2014-07-22 07:42:23.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60478) > >2014-07-22 07:42:23.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37964) > >2014-07-22 07:42:26.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42962) > >2014-07-22 07:42:27.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60535) > >2014-07-22 07:42:27.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38017) > >2014-07-22 07:42:30.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43015) > >2014-07-22 07:42:31.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60588) > >2014-07-22 07:42:31.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38072) > >2014-07-22 07:42:34.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43068) > >2014-07-22 07:42:35.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60641) > >2014-07-22 07:42:35.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38126) > >2014-07-22 07:42:38.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43121) > >2014-07-22 07:42:39.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60694) > >2014-07-22 07:42:39.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38179) > >2014-07-22 07:42:40.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:42.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43175) > >2014-07-22 07:42:43.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60749) > >2014-07-22 07:42:43.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38235) > >2014-07-22 07:42:46.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43228) > >2014-07-22 07:42:46.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:47.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60805) > >2014-07-22 07:42:47.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38289) > >2014-07-22 07:42:50.274 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:42:50.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43282) > >2014-07-22 07:42:51.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60861) > >2014-07-22 07:42:51.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38344) > >2014-07-22 07:42:54.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43337) > >2014-07-22 07:42:55.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60918) > >2014-07-22 07:42:55.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38401) > >2014-07-22 07:42:58.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43392) > >2014-07-22 07:42:59.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60971) > >2014-07-22 07:42:59.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38456) > >2014-07-22 07:43:02.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43445) > >2014-07-22 07:43:03.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32792) > >2014-07-22 07:43:03.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38511) > >2014-07-22 07:43:06.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43498) > >2014-07-22 07:43:07.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32847) > >2014-07-22 07:43:07.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38567) > >2014-07-22 07:43:10.174 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:10.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43552) > >2014-07-22 07:43:11.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32901) > >2014-07-22 07:43:11.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38624) > >2014-07-22 07:43:14.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43607) > >2014-07-22 07:43:15.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32956) > >2014-07-22 07:43:15.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38682) > >2014-07-22 07:43:16.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:18.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43660) > >2014-07-22 07:43:19.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33016) > >2014-07-22 07:43:19.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38738) > >2014-07-22 07:43:20.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:22.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43713) > >2014-07-22 07:43:23.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33071) > >2014-07-22 07:43:23.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38794) > >2014-07-22 07:43:26.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43766) > >2014-07-22 07:43:27.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33127) > >2014-07-22 07:43:27.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38848) > >2014-07-22 07:43:30.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43819) > >2014-07-22 07:43:31.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33180) > >2014-07-22 07:43:31.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38901) > >2014-07-22 07:43:34.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43872) > >2014-07-22 07:43:35.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33234) > >2014-07-22 07:43:35.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38955) > >2014-07-22 07:43:38.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43925) > >2014-07-22 07:43:39.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33288) > >2014-07-22 07:43:39.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39008) > >2014-07-22 07:43:40.220 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:42.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43978) > >2014-07-22 07:43:43.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33345) > >2014-07-22 07:43:43.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39065) > >2014-07-22 07:43:46.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44031) > >2014-07-22 07:43:46.719 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:47.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33401) > >2014-07-22 07:43:47.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39119) > >2014-07-22 07:43:50.312 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:43:50.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44084) > >2014-07-22 07:43:51.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33458) > >2014-07-22 07:43:51.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39174) > >2014-07-22 07:43:54.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44137) > >2014-07-22 07:43:55.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33515) > >2014-07-22 07:43:55.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39229) > >2014-07-22 07:43:58.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44190) > >2014-07-22 07:43:59.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33570) > >2014-07-22 07:43:59.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39284) > >2014-07-22 07:44:02.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44243) > >2014-07-22 07:44:03.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33624) > >2014-07-22 07:44:03.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39338) > >2014-07-22 07:44:06.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44296) > >2014-07-22 07:44:07.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33677) > >2014-07-22 07:44:07.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39391) > >2014-07-22 07:44:10.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:10.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44349) > >2014-07-22 07:44:11.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33731) > >2014-07-22 07:44:11.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39445) > >2014-07-22 07:44:12.561 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:44:12.561 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:44:12.562 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:44:12.603 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:44:14.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44402) > >2014-07-22 07:44:15.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33786) > >2014-07-22 07:44:15.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39502) > >2014-07-22 07:44:16.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:18.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44455) > >2014-07-22 07:44:19.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33844) > >2014-07-22 07:44:19.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39557) > >2014-07-22 07:44:20.321 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:22.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44509) > >2014-07-22 07:44:23.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33899) > >2014-07-22 07:44:23.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39612) > >2014-07-22 07:44:26.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44562) > >2014-07-22 07:44:27.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33956) > >2014-07-22 07:44:27.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39667) > >2014-07-22 07:44:30.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44615) > >2014-07-22 07:44:31.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34009) > >2014-07-22 07:44:31.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39720) > >2014-07-22 07:44:34.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44668) > >2014-07-22 07:44:35.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34063) > >2014-07-22 07:44:35.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39776) > >2014-07-22 07:44:38.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44721) > >2014-07-22 07:44:39.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34116) > >2014-07-22 07:44:39.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39829) > >2014-07-22 07:44:40.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:42.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44775) > >2014-07-22 07:44:43.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34171) > >2014-07-22 07:44:43.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39885) > >2014-07-22 07:44:46.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44828) > >2014-07-22 07:44:46.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:47.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34227) > >2014-07-22 07:44:47.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39939) > >2014-07-22 07:44:50.321 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:44:50.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44882) > >2014-07-22 07:44:51.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34283) > >2014-07-22 07:44:51.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39994) > >2014-07-22 07:44:54.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44937) > >2014-07-22 07:44:55.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34340) > >2014-07-22 07:44:55.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40051) > >2014-07-22 07:44:58.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44993) > >2014-07-22 07:44:59.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34392) > >2014-07-22 07:44:59.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40106) > >2014-07-22 07:45:02.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45046) > >2014-07-22 07:45:03.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34447) > >2014-07-22 07:45:03.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40160) > >2014-07-22 07:45:06.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45099) > >2014-07-22 07:45:07.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34503) > >2014-07-22 07:45:07.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40217) > >2014-07-22 07:45:10.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:10.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45153) > >2014-07-22 07:45:11.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34561) > >2014-07-22 07:45:11.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40274) > >2014-07-22 07:45:14.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45209) > >2014-07-22 07:45:15.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34616) > >2014-07-22 07:45:15.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40332) > >2014-07-22 07:45:16.727 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:18.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45262) > >2014-07-22 07:45:19.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34676) > >2014-07-22 07:45:19.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40388) > >2014-07-22 07:45:20.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:22.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45314) > >2014-07-22 07:45:23.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34730) > >2014-07-22 07:45:23.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40444) > >2014-07-22 07:45:26.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45368) > >2014-07-22 07:45:27.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34786) > >2014-07-22 07:45:27.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40498) > >2014-07-22 07:45:30.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45424) > >2014-07-22 07:45:31.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34839) > >2014-07-22 07:45:31.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40550) > >2014-07-22 07:45:34.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45477) > >2014-07-22 07:45:35.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34899) > >2014-07-22 07:45:35.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40605) > >2014-07-22 07:45:38.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45536) > >2014-07-22 07:45:39.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34965) > >2014-07-22 07:45:39.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40664) > >2014-07-22 07:45:40.237 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:42.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45589) > >2014-07-22 07:45:43.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35022) > >2014-07-22 07:45:43.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40721) > >2014-07-22 07:45:46.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45642) > >2014-07-22 07:45:46.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:47.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35078) > >2014-07-22 07:45:47.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40776) > >2014-07-22 07:45:50.386 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:45:50.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45696) > >2014-07-22 07:45:51.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35135) > >2014-07-22 07:45:51.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40831) > >2014-07-22 07:45:54.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45758) > >2014-07-22 07:45:55.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35197) > >2014-07-22 07:45:55.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40892) > >2014-07-22 07:45:58.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45818) > >2014-07-22 07:45:59.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35265) > >2014-07-22 07:45:59.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40947) > >2014-07-22 07:46:02.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45874) > >2014-07-22 07:46:03.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35326) > >2014-07-22 07:46:03.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41001) > >2014-07-22 07:46:06.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45935) > >2014-07-22 07:46:07.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35392) > >2014-07-22 07:46:07.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41054) > >2014-07-22 07:46:10.237 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:10.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45999) > >2014-07-22 07:46:11.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35455) > >2014-07-22 07:46:11.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41108) > >2014-07-22 07:46:12.610 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:46:12.610 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:46:12.611 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:46:12.725 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:46:14.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46061) > >2014-07-22 07:46:15.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35530) > >2014-07-22 07:46:15.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41165) > >2014-07-22 07:46:16.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:18.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46120) > >2014-07-22 07:46:19.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35604) > >2014-07-22 07:46:19.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41220) > >2014-07-22 07:46:20.385 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:22.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46184) > >2014-07-22 07:46:23.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35668) > >2014-07-22 07:46:23.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41276) > >2014-07-22 07:46:26.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46248) > >2014-07-22 07:46:27.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35728) > >2014-07-22 07:46:27.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41331) > >2014-07-22 07:46:30.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46313) > >2014-07-22 07:46:31.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35781) > >2014-07-22 07:46:31.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41384) > >2014-07-22 07:46:34.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46377) > >2014-07-22 07:46:35.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35838) > >2014-07-22 07:46:35.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41440) > >2014-07-22 07:46:38.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46438) > >2014-07-22 07:46:39.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35891) > >2014-07-22 07:46:39.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41492) > >2014-07-22 07:46:40.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:42.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46497) > >2014-07-22 07:46:43.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35946) > >2014-07-22 07:46:43.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41548) > >2014-07-22 07:46:46.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46555) > >2014-07-22 07:46:46.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:47.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36003) > >2014-07-22 07:46:47.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41602) > >2014-07-22 07:46:50.408 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:46:50.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46610) > >2014-07-22 07:46:51.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36062) > >2014-07-22 07:46:51.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41657) > >2014-07-22 07:46:54.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46669) > >2014-07-22 07:46:55.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36120) > >2014-07-22 07:46:55.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41713) > >2014-07-22 07:46:58.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46724) > >2014-07-22 07:46:59.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36175) > >2014-07-22 07:46:59.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41768) > >2014-07-22 07:47:02.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46777) > >2014-07-22 07:47:03.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36229) > >2014-07-22 07:47:03.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41822) > >2014-07-22 07:47:06.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46831) > >2014-07-22 07:47:07.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36284) > >2014-07-22 07:47:07.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41879) > >2014-07-22 07:47:10.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:10.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46885) > >2014-07-22 07:47:11.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36344) > >2014-07-22 07:47:11.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41936) > >2014-07-22 07:47:14.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46940) > >2014-07-22 07:47:15.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36400) > >2014-07-22 07:47:15.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41995) > >2014-07-22 07:47:16.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:18.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46992) > >2014-07-22 07:47:19.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36459) > >2014-07-22 07:47:19.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42050) > >2014-07-22 07:47:20.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:22.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47045) > >2014-07-22 07:47:23.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36515) > >2014-07-22 07:47:23.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42105) > >2014-07-22 07:47:26.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47098) > >2014-07-22 07:47:27.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36571) > >2014-07-22 07:47:27.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42159) > >2014-07-22 07:47:30.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47151) > >2014-07-22 07:47:31.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36624) > >2014-07-22 07:47:31.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42212) > >2014-07-22 07:47:34.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47204) > >2014-07-22 07:47:35.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36678) > >2014-07-22 07:47:35.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42266) > >2014-07-22 07:47:38.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47257) > >2014-07-22 07:47:39.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36731) > >2014-07-22 07:47:39.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42319) > >2014-07-22 07:47:40.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:42.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47310) > >2014-07-22 07:47:43.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36790) > >2014-07-22 07:47:43.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42376) > >2014-07-22 07:47:46.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47363) > >2014-07-22 07:47:46.724 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:47.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36846) > >2014-07-22 07:47:47.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42430) > >2014-07-22 07:47:50.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:47:50.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47416) > >2014-07-22 07:47:51.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36903) > >2014-07-22 07:47:51.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42485) > >2014-07-22 07:47:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47469) > >2014-07-22 07:47:55.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36960) > >2014-07-22 07:47:55.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42540) > >2014-07-22 07:47:58.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47522) > >2014-07-22 07:47:59.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37015) > >2014-07-22 07:47:59.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42595) > >2014-07-22 07:48:02.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47575) > >2014-07-22 07:48:03.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37069) > >2014-07-22 07:48:03.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42649) > >2014-07-22 07:48:06.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47628) > >2014-07-22 07:48:07.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37122) > >2014-07-22 07:48:07.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42702) > >2014-07-22 07:48:10.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:10.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47681) > >2014-07-22 07:48:11.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37176) > >2014-07-22 07:48:11.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42755) > >2014-07-22 07:48:12.728 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:48:12.728 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:48:12.729 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:48:12.741 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:48:14.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47734) > >2014-07-22 07:48:15.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37231) > >2014-07-22 07:48:15.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42812) > >2014-07-22 07:48:16.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:18.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47787) > >2014-07-22 07:48:19.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37289) > >2014-07-22 07:48:19.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42868) > >2014-07-22 07:48:20.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:22.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47841) > >2014-07-22 07:48:23.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37344) > >2014-07-22 07:48:23.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42923) > >2014-07-22 07:48:26.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47894) > >2014-07-22 07:48:27.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37401) > >2014-07-22 07:48:27.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42978) > >2014-07-22 07:48:30.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47947) > >2014-07-22 07:48:31.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37454) > >2014-07-22 07:48:31.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43031) > >2014-07-22 07:48:34.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48000) > >2014-07-22 07:48:35.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37508) > >2014-07-22 07:48:35.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43087) > >2014-07-22 07:48:38.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48053) > >2014-07-22 07:48:39.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37561) > >2014-07-22 07:48:39.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43140) > >2014-07-22 07:48:40.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:42.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48106) > >2014-07-22 07:48:43.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37616) > >2014-07-22 07:48:43.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43195) > >2014-07-22 07:48:46.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:46.787 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.8', 48160) > >2014-07-22 07:48:47.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37672) > >2014-07-22 07:48:47.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43250) > >2014-07-22 07:48:50.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:48:50.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48213) > >2014-07-22 07:48:51.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37728) > >2014-07-22 07:48:51.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43304) > >2014-07-22 07:48:54.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48269) > >2014-07-22 07:48:55.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37785) > >2014-07-22 07:48:55.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43362) > >2014-07-22 07:48:58.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48324) > >2014-07-22 07:48:59.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37838) > >2014-07-22 07:48:59.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43417) > >2014-07-22 07:49:02.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48377) > >2014-07-22 07:49:03.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37892) > >2014-07-22 07:49:03.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43471) > >2014-07-22 07:49:06.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48430) > >2014-07-22 07:49:07.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37947) > >2014-07-22 07:49:07.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43526) > >2014-07-22 07:49:10.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:10.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48483) > >2014-07-22 07:49:11.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38001) > >2014-07-22 07:49:11.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43585) > >2014-07-22 07:49:14.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48538) > >2014-07-22 07:49:15.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38056) > >2014-07-22 07:49:15.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43643) > >2014-07-22 07:49:16.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:18.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48592) > >2014-07-22 07:49:19.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38116) > >2014-07-22 07:49:19.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43699) > >2014-07-22 07:49:20.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:22.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48645) > >2014-07-22 07:49:23.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38171) > >2014-07-22 07:49:23.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43754) > >2014-07-22 07:49:26.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48698) > >2014-07-22 07:49:27.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38227) > >2014-07-22 07:49:27.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43809) > >2014-07-22 07:49:30.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48751) > >2014-07-22 07:49:31.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38280) > >2014-07-22 07:49:31.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43862) > >2014-07-22 07:49:34.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48804) > >2014-07-22 07:49:35.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38334) > >2014-07-22 07:49:35.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43916) > >2014-07-22 07:49:38.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48857) > >2014-07-22 07:49:39.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38387) > >2014-07-22 07:49:39.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43969) > >2014-07-22 07:49:40.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:42.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48910) > >2014-07-22 07:49:43.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38444) > >2014-07-22 07:49:43.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44026) > >2014-07-22 07:49:46.727 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:46.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48963) > >2014-07-22 07:49:47.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38500) > >2014-07-22 07:49:47.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44080) > >2014-07-22 07:49:50.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:49:50.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49016) > >2014-07-22 07:49:51.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38555) > >2014-07-22 07:49:51.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44134) > >2014-07-22 07:49:54.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49069) > >2014-07-22 07:49:55.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38613) > >2014-07-22 07:49:55.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44190) > >2014-07-22 07:49:58.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49122) > >2014-07-22 07:49:59.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38668) > >2014-07-22 07:49:59.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44245) > >2014-07-22 07:50:02.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49175) > >2014-07-22 07:50:03.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38723) > >2014-07-22 07:50:03.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44299) > >2014-07-22 07:50:06.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49228) > >2014-07-22 07:50:07.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38776) > >2014-07-22 07:50:07.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44352) > >2014-07-22 07:50:10.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:10.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49281) > >2014-07-22 07:50:11.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38830) > >2014-07-22 07:50:11.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44406) > >2014-07-22 07:50:12.743 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:50:12.743 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:50:12.744 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:50:12.756 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:50:14.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49334) > >2014-07-22 07:50:15.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38884) > >2014-07-22 07:50:15.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44464) > >2014-07-22 07:50:16.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:18.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49387) > >2014-07-22 07:50:19.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38942) > >2014-07-22 07:50:19.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44519) > >2014-07-22 07:50:20.477 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:22.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49441) > >2014-07-22 07:50:23.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38997) > >2014-07-22 07:50:23.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44574) > >2014-07-22 07:50:26.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49494) > >2014-07-22 07:50:27.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39053) > >2014-07-22 07:50:27.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44628) > >2014-07-22 07:50:30.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49547) > >2014-07-22 07:50:31.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39107) > >2014-07-22 07:50:31.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44682) > >2014-07-22 07:50:34.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49600) > >2014-07-22 07:50:35.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39161) > >2014-07-22 07:50:35.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44738) > >2014-07-22 07:50:38.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49653) > >2014-07-22 07:50:39.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39214) > >2014-07-22 07:50:39.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44791) > >2014-07-22 07:50:40.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:42.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49706) > >2014-07-22 07:50:43.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39269) > >2014-07-22 07:50:43.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44846) > >2014-07-22 07:50:46.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:46.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49760) > >2014-07-22 07:50:47.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39325) > >2014-07-22 07:50:47.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44901) > >2014-07-22 07:50:50.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:50:50.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49813) > >2014-07-22 07:50:51.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39381) > >2014-07-22 07:50:51.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44955) > >2014-07-22 07:50:54.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49869) > >2014-07-22 07:50:55.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39438) > >2014-07-22 07:50:55.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45013) > >2014-07-22 07:50:58.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49924) > >2014-07-22 07:50:59.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39491) > >2014-07-22 07:50:59.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45069) > >2014-07-22 07:51:02.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49977) > >2014-07-22 07:51:03.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39545) > >2014-07-22 07:51:03.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45123) > >2014-07-22 07:51:06.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50030) > >2014-07-22 07:51:07.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39598) > >2014-07-22 07:51:07.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45176) > >2014-07-22 07:51:10.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:10.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50083) > >2014-07-22 07:51:11.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39654) > >2014-07-22 07:51:11.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45234) > >2014-07-22 07:51:14.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50138) > >2014-07-22 07:51:15.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39709) > >2014-07-22 07:51:15.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45295) > >2014-07-22 07:51:16.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:18.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50192) > >2014-07-22 07:51:19.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39769) > >2014-07-22 07:51:19.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45351) > >2014-07-22 07:51:20.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:22.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50244) > >2014-07-22 07:51:23.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39824) > >2014-07-22 07:51:23.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45406) > >2014-07-22 07:51:26.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50297) > >2014-07-22 07:51:27.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39880) > >2014-07-22 07:51:27.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45461) > >2014-07-22 07:51:30.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50350) > >2014-07-22 07:51:31.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39933) > >2014-07-22 07:51:31.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45514) > >2014-07-22 07:51:34.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50403) > >2014-07-22 07:51:35.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39987) > >2014-07-22 07:51:35.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45568) > >2014-07-22 07:51:38.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50456) > >2014-07-22 07:51:39.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40040) > >2014-07-22 07:51:39.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45621) > >2014-07-22 07:51:40.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:42.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50509) > >2014-07-22 07:51:43.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40097) > >2014-07-22 07:51:43.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45678) > >2014-07-22 07:51:46.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:46.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50562) > >2014-07-22 07:51:47.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40153) > >2014-07-22 07:51:47.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45732) > >2014-07-22 07:51:50.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:51:50.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50615) > >2014-07-22 07:51:51.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40208) > >2014-07-22 07:51:51.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45786) > >2014-07-22 07:51:54.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50668) > >2014-07-22 07:51:55.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40266) > >2014-07-22 07:51:55.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45842) > >2014-07-22 07:51:58.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50721) > >2014-07-22 07:51:59.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40321) > >2014-07-22 07:51:59.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45897) > >2014-07-22 07:52:02.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50774) > >2014-07-22 07:52:03.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40375) > >2014-07-22 07:52:03.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45951) > >2014-07-22 07:52:06.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50827) > >2014-07-22 07:52:07.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40428) > >2014-07-22 07:52:07.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46004) > >2014-07-22 07:52:10.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:10.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50880) > >2014-07-22 07:52:11.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40482) > >2014-07-22 07:52:11.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46058) > >2014-07-22 07:52:12.757 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:52:12.757 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:52:12.758 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:52:12.771 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:52:14.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50933) > >2014-07-22 07:52:15.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40537) > >2014-07-22 07:52:15.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46115) > >2014-07-22 07:52:16.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:18.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50985) > >2014-07-22 07:52:19.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40595) > >2014-07-22 07:52:19.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46170) > >2014-07-22 07:52:20.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:22.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51039) > >2014-07-22 07:52:23.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40650) > >2014-07-22 07:52:23.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46225) > >2014-07-22 07:52:26.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51092) > >2014-07-22 07:52:27.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40706) > >2014-07-22 07:52:27.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46279) > >2014-07-22 07:52:30.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51145) > >2014-07-22 07:52:31.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40760) > >2014-07-22 07:52:31.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46333) > >2014-07-22 07:52:34.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51198) > >2014-07-22 07:52:35.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40815) > >2014-07-22 07:52:35.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46388) > >2014-07-22 07:52:38.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51251) > >2014-07-22 07:52:39.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40868) > >2014-07-22 07:52:39.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46443) > >2014-07-22 07:52:40.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:42.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51304) > >2014-07-22 07:52:43.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40924) > >2014-07-22 07:52:43.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46499) > >2014-07-22 07:52:46.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:46.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51357) > >2014-07-22 07:52:47.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40980) > >2014-07-22 07:52:47.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46553) > >2014-07-22 07:52:50.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:52:50.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51410) > >2014-07-22 07:52:51.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41036) > >2014-07-22 07:52:51.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46607) > >2014-07-22 07:52:54.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51466) > >2014-07-22 07:52:55.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41093) > >2014-07-22 07:52:55.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46665) > >2014-07-22 07:52:58.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51520) > >2014-07-22 07:52:59.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41146) > >2014-07-22 07:52:59.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46719) > >2014-07-22 07:53:02.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51574) > >2014-07-22 07:53:03.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41200) > >2014-07-22 07:53:03.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46773) > >2014-07-22 07:53:06.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51627) > >2014-07-22 07:53:07.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41253) > >2014-07-22 07:53:07.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46826) > >2014-07-22 07:53:10.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:10.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51680) > >2014-07-22 07:53:11.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41309) > >2014-07-22 07:53:11.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46884) > >2014-07-22 07:53:14.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51734) > >2014-07-22 07:53:15.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41364) > >2014-07-22 07:53:15.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46943) > >2014-07-22 07:53:16.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:18.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51789) > >2014-07-22 07:53:19.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41424) > >2014-07-22 07:53:19.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47001) > >2014-07-22 07:53:20.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:22.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51842) > >2014-07-22 07:53:23.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41479) > >2014-07-22 07:53:23.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47056) > >2014-07-22 07:53:26.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51895) > >2014-07-22 07:53:27.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41535) > >2014-07-22 07:53:27.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47111) > >2014-07-22 07:53:30.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51948) > >2014-07-22 07:53:31.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41588) > >2014-07-22 07:53:31.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47164) > >2014-07-22 07:53:34.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52001) > >2014-07-22 07:53:35.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41642) > >2014-07-22 07:53:35.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47218) > >2014-07-22 07:53:38.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52054) > >2014-07-22 07:53:39.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41695) > >2014-07-22 07:53:39.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47271) > >2014-07-22 07:53:40.244 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:42.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52107) > >2014-07-22 07:53:43.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41752) > >2014-07-22 07:53:43.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47328) > >2014-07-22 07:53:46.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:46.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52160) > >2014-07-22 07:53:47.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41808) > >2014-07-22 07:53:47.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47382) > >2014-07-22 07:53:50.553 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:53:50.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52213) > >2014-07-22 07:53:51.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41864) > >2014-07-22 07:53:51.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47436) > >2014-07-22 07:53:54.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52266) > >2014-07-22 07:53:55.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41922) > >2014-07-22 07:53:55.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47492) > >2014-07-22 07:53:58.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52319) > >2014-07-22 07:53:59.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41977) > >2014-07-22 07:53:59.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47547) > >2014-07-22 07:54:02.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52372) > >2014-07-22 07:54:03.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42031) > >2014-07-22 07:54:03.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47600) > >2014-07-22 07:54:06.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52425) > >2014-07-22 07:54:07.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42084) > >2014-07-22 07:54:07.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47653) > >2014-07-22 07:54:10.245 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:10.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52478) > >2014-07-22 07:54:11.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42138) > >2014-07-22 07:54:11.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47707) > >2014-07-22 07:54:12.773 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:54:12.773 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:54:12.774 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:54:12.816 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:54:14.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52531) > >2014-07-22 07:54:15.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42193) > >2014-07-22 07:54:15.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47764) > >2014-07-22 07:54:16.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:18.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52584) > >2014-07-22 07:54:19.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42251) > >2014-07-22 07:54:19.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47819) > >2014-07-22 07:54:20.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:22.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52638) > >2014-07-22 07:54:23.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42306) > >2014-07-22 07:54:23.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47874) > >2014-07-22 07:54:26.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52691) > >2014-07-22 07:54:27.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42362) > >2014-07-22 07:54:27.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47928) > >2014-07-22 07:54:31.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52744) > >2014-07-22 07:54:31.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42416) > >2014-07-22 07:54:31.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47982) > >2014-07-22 07:54:34.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52797) > >2014-07-22 07:54:35.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42470) > >2014-07-22 07:54:35.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48036) > >2014-07-22 07:54:39.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52850) > >2014-07-22 07:54:39.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42523) > >2014-07-22 07:54:39.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48091) > >2014-07-22 07:54:40.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:43.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52903) > >2014-07-22 07:54:43.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42578) > >2014-07-22 07:54:44.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48146) > >2014-07-22 07:54:46.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:47.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52956) > >2014-07-22 07:54:47.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42634) > >2014-07-22 07:54:48.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48201) > >2014-07-22 07:54:50.559 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:54:51.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53010) > >2014-07-22 07:54:51.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42690) > >2014-07-22 07:54:52.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48255) > >2014-07-22 07:54:55.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53065) > >2014-07-22 07:54:55.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42747) > >2014-07-22 07:54:56.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48313) > >2014-07-22 07:54:59.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53119) > >2014-07-22 07:54:59.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42800) > >2014-07-22 07:55:00.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48368) > >2014-07-22 07:55:03.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53174) > >2014-07-22 07:55:03.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42854) > >2014-07-22 07:55:04.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48422) > >2014-07-22 07:55:07.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53227) > >2014-07-22 07:55:07.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42907) > >2014-07-22 07:55:08.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48475) > >2014-07-22 07:55:10.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:11.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53280) > >2014-07-22 07:55:11.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42963) > >2014-07-22 07:55:12.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48533) > >2014-07-22 07:55:15.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53334) > >2014-07-22 07:55:15.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43018) > >2014-07-22 07:55:16.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48592) > >2014-07-22 07:55:16.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:19.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53389) > >2014-07-22 07:55:19.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43078) > >2014-07-22 07:55:20.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48650) > >2014-07-22 07:55:20.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:23.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53442) > >2014-07-22 07:55:23.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43133) > >2014-07-22 07:55:24.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48705) > >2014-07-22 07:55:27.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53495) > >2014-07-22 07:55:27.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43189) > >2014-07-22 07:55:28.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48760) > >2014-07-22 07:55:31.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53548) > >2014-07-22 07:55:31.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43242) > >2014-07-22 07:55:32.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48813) > >2014-07-22 07:55:35.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53601) > >2014-07-22 07:55:35.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43296) > >2014-07-22 07:55:36.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48867) > >2014-07-22 07:55:39.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53654) > >2014-07-22 07:55:39.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43349) > >2014-07-22 07:55:40.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48920) > >2014-07-22 07:55:40.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:43.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53707) > >2014-07-22 07:55:43.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43405) > >2014-07-22 07:55:44.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48977) > >2014-07-22 07:55:46.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:47.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53760) > >2014-07-22 07:55:47.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43461) > >2014-07-22 07:55:48.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49031) > >2014-07-22 07:55:50.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:55:51.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53813) > >2014-07-22 07:55:51.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43517) > >2014-07-22 07:55:52.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49085) > >2014-07-22 07:55:55.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53866) > >2014-07-22 07:55:55.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43575) > >2014-07-22 07:55:56.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49141) > >2014-07-22 07:55:59.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53919) > >2014-07-22 07:55:59.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43629) > >2014-07-22 07:56:00.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49195) > >2014-07-22 07:56:03.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53972) > >2014-07-22 07:56:03.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43684) > >2014-07-22 07:56:04.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49250) > >2014-07-22 07:56:07.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54025) > >2014-07-22 07:56:07.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43737) > >2014-07-22 07:56:08.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49303) > >2014-07-22 07:56:10.246 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:11.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54078) > >2014-07-22 07:56:11.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43791) > >2014-07-22 07:56:12.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49357) > >2014-07-22 07:56:12.818 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:56:12.818 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:56:12.818 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:56:12.831 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:56:15.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54131) > >2014-07-22 07:56:15.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43846) > >2014-07-22 07:56:16.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49414) > >2014-07-22 07:56:16.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:19.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54185) > >2014-07-22 07:56:19.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43904) > >2014-07-22 07:56:20.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49469) > >2014-07-22 07:56:20.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:23.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54238) > >2014-07-22 07:56:23.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43958) > >2014-07-22 07:56:24.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49524) > >2014-07-22 07:56:27.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54291) > >2014-07-22 07:56:27.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44014) > >2014-07-22 07:56:28.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49578) > >2014-07-22 07:56:31.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54344) > >2014-07-22 07:56:31.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44068) > >2014-07-22 07:56:32.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49632) > >2014-07-22 07:56:35.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54397) > >2014-07-22 07:56:35.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44122) > >2014-07-22 07:56:36.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49686) > >2014-07-22 07:56:39.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54450) > >2014-07-22 07:56:39.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44175) > >2014-07-22 07:56:40.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49741) > >2014-07-22 07:56:40.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:43.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54503) > >2014-07-22 07:56:43.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44230) > >2014-07-22 07:56:44.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49796) > >2014-07-22 07:56:46.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:47.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54556) > >2014-07-22 07:56:47.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44286) > >2014-07-22 07:56:48.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49850) > >2014-07-22 07:56:50.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:56:51.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54610) > >2014-07-22 07:56:51.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44342) > >2014-07-22 07:56:52.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49905) > >2014-07-22 07:56:55.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54665) > >2014-07-22 07:56:55.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44399) > >2014-07-22 07:56:56.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49962) > >2014-07-22 07:56:59.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54719) > >2014-07-22 07:56:59.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44452) > >2014-07-22 07:57:00.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50017) > >2014-07-22 07:57:03.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54774) > >2014-07-22 07:57:03.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44506) > >2014-07-22 07:57:04.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50072) > >2014-07-22 07:57:07.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54826) > >2014-07-22 07:57:07.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44559) > >2014-07-22 07:57:08.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50125) > >2014-07-22 07:57:10.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:11.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54879) > >2014-07-22 07:57:11.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44615) > >2014-07-22 07:57:12.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50181) > >2014-07-22 07:57:15.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54932) > >2014-07-22 07:57:15.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44669) > >2014-07-22 07:57:16.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50241) > >2014-07-22 07:57:16.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:19.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54988) > >2014-07-22 07:57:19.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44729) > >2014-07-22 07:57:20.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50300) > >2014-07-22 07:57:20.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:23.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55041) > >2014-07-22 07:57:24.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44784) > >2014-07-22 07:57:24.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50355) > >2014-07-22 07:57:27.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55094) > >2014-07-22 07:57:28.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44840) > >2014-07-22 07:57:28.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50409) > >2014-07-22 07:57:31.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55147) > >2014-07-22 07:57:32.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44893) > >2014-07-22 07:57:32.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50463) > >2014-07-22 07:57:35.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55200) > >2014-07-22 07:57:36.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44947) > >2014-07-22 07:57:36.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50517) > >2014-07-22 07:57:39.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55253) > >2014-07-22 07:57:40.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45000) > >2014-07-22 07:57:40.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50570) > >2014-07-22 07:57:40.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:43.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55306) > >2014-07-22 07:57:44.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45057) > >2014-07-22 07:57:44.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50627) > >2014-07-22 07:57:46.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:47.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55359) > >2014-07-22 07:57:48.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45113) > >2014-07-22 07:57:48.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50681) > >2014-07-22 07:57:50.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:57:51.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55411) > >2014-07-22 07:57:52.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45169) > >2014-07-22 07:57:52.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50735) > >2014-07-22 07:57:55.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55464) > >2014-07-22 07:57:56.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45227) > >2014-07-22 07:57:56.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50791) > >2014-07-22 07:57:59.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55517) > >2014-07-22 07:58:00.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45280) > >2014-07-22 07:58:00.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50844) > >2014-07-22 07:58:03.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55570) > >2014-07-22 07:58:04.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45336) > >2014-07-22 07:58:04.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50900) > >2014-07-22 07:58:07.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55623) > >2014-07-22 07:58:08.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45389) > >2014-07-22 07:58:08.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50953) > >2014-07-22 07:58:10.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:11.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55676) > >2014-07-22 07:58:12.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45443) > >2014-07-22 07:58:12.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51007) > >2014-07-22 07:58:12.833 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 07:58:12.833 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 07:58:12.834 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 07:58:12.854 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 07:58:15.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55729) > >2014-07-22 07:58:16.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45498) > >2014-07-22 07:58:16.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51063) > >2014-07-22 07:58:16.927 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:19.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55784) > >2014-07-22 07:58:20.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45557) > >2014-07-22 07:58:20.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51119) > >2014-07-22 07:58:20.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:23.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55837) > >2014-07-22 07:58:24.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45612) > >2014-07-22 07:58:24.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51173) > >2014-07-22 07:58:27.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55890) > >2014-07-22 07:58:28.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45668) > >2014-07-22 07:58:28.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51227) > >2014-07-22 07:58:31.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55943) > >2014-07-22 07:58:32.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45721) > >2014-07-22 07:58:32.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51280) > >2014-07-22 07:58:35.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55995) > >2014-07-22 07:58:36.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45776) > >2014-07-22 07:58:36.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51335) > >2014-07-22 07:58:39.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56048) > >2014-07-22 07:58:40.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45829) > >2014-07-22 07:58:40.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51390) > >2014-07-22 07:58:40.248 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:43.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56101) > >2014-07-22 07:58:44.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45884) > >2014-07-22 07:58:44.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51445) > >2014-07-22 07:58:46.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:47.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56154) > >2014-07-22 07:58:48.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45940) > >2014-07-22 07:58:48.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51499) > >2014-07-22 07:58:50.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:58:51.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56208) > >2014-07-22 07:58:52.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45996) > >2014-07-22 07:58:52.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51554) > >2014-07-22 07:58:55.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56263) > >2014-07-22 07:58:56.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46053) > >2014-07-22 07:58:56.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51611) > >2014-07-22 07:58:59.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56317) > >2014-07-22 07:59:00.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46106) > >2014-07-22 07:59:00.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51665) > >2014-07-22 07:59:03.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56372) > >2014-07-22 07:59:04.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46160) > >2014-07-22 07:59:04.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51721) > >2014-07-22 07:59:07.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56425) > >2014-07-22 07:59:08.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46213) > >2014-07-22 07:59:08.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51774) > >2014-07-22 07:59:10.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:11.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56478) > >2014-07-22 07:59:12.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46267) > >2014-07-22 07:59:12.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51828) > >2014-07-22 07:59:15.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56531) > >2014-07-22 07:59:16.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46324) > >2014-07-22 07:59:16.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51887) > >2014-07-22 07:59:16.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:19.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56587) > >2014-07-22 07:59:20.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46384) > >2014-07-22 07:59:20.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51948) > >2014-07-22 07:59:20.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:23.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56640) > >2014-07-22 07:59:24.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46439) > >2014-07-22 07:59:24.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52003) > >2014-07-22 07:59:27.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56693) > >2014-07-22 07:59:28.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46495) > >2014-07-22 07:59:28.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52057) > >2014-07-22 07:59:31.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56746) > >2014-07-22 07:59:32.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46548) > >2014-07-22 07:59:32.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52111) > >2014-07-22 07:59:35.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56799) > >2014-07-22 07:59:36.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46602) > >2014-07-22 07:59:36.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52165) > >2014-07-22 07:59:39.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56852) > >2014-07-22 07:59:40.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46655) > >2014-07-22 07:59:40.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52218) > >2014-07-22 07:59:40.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:43.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56905) > >2014-07-22 07:59:44.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46712) > >2014-07-22 07:59:44.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52275) > >2014-07-22 07:59:47.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:47.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56958) > >2014-07-22 07:59:48.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46768) > >2014-07-22 07:59:48.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52329) > >2014-07-22 07:59:50.680 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 07:59:51.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57011) > >2014-07-22 07:59:52.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46824) > >2014-07-22 07:59:52.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52382) > >2014-07-22 07:59:55.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57064) > >2014-07-22 07:59:56.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46882) > >2014-07-22 07:59:56.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52438) > >2014-07-22 07:59:59.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57117) > >2014-07-22 08:00:00.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46935) > >2014-07-22 08:00:00.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52491) > >2014-07-22 08:00:03.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57170) > >2014-07-22 08:00:04.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46991) > >2014-07-22 08:00:04.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52548) > >2014-07-22 08:00:07.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57223) > >2014-07-22 08:00:08.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47044) > >2014-07-22 08:00:08.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52601) > >2014-07-22 08:00:10.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:11.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57276) > >2014-07-22 08:00:12.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47098) > >2014-07-22 08:00:12.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52655) > >2014-07-22 08:00:12.856 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:00:12.856 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:00:12.857 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:00:12.869 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:00:15.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57329) > >2014-07-22 08:00:16.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47152) > >2014-07-22 08:00:16.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52711) > >2014-07-22 08:00:17.027 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:19.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57383) > >2014-07-22 08:00:20.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47211) > >2014-07-22 08:00:20.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52767) > >2014-07-22 08:00:20.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:23.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57436) > >2014-07-22 08:00:24.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47266) > >2014-07-22 08:00:24.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52822) > >2014-07-22 08:00:27.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57489) > >2014-07-22 08:00:28.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47322) > >2014-07-22 08:00:28.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52876) > >2014-07-22 08:00:31.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57542) > >2014-07-22 08:00:32.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47375) > >2014-07-22 08:00:32.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52929) > >2014-07-22 08:00:35.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57595) > >2014-07-22 08:00:36.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47430) > >2014-07-22 08:00:36.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52984) > >2014-07-22 08:00:39.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57648) > >2014-07-22 08:00:40.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47483) > >2014-07-22 08:00:40.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53037) > >2014-07-22 08:00:40.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:43.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57701) > >2014-07-22 08:00:44.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47538) > >2014-07-22 08:00:44.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53095) > >2014-07-22 08:00:47.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:47.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57754) > >2014-07-22 08:00:48.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47594) > >2014-07-22 08:00:48.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53149) > >2014-07-22 08:00:50.711 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:00:51.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57808) > >2014-07-22 08:00:52.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47650) > >2014-07-22 08:00:52.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53204) > >2014-07-22 08:00:55.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57863) > >2014-07-22 08:00:56.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47707) > >2014-07-22 08:00:56.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53261) > >2014-07-22 08:00:59.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57917) > >2014-07-22 08:01:00.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47760) > >2014-07-22 08:01:00.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53315) > >2014-07-22 08:01:03.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57972) > >2014-07-22 08:01:04.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47814) > >2014-07-22 08:01:04.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53371) > >2014-07-22 08:01:07.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58025) > >2014-07-22 08:01:08.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47867) > >2014-07-22 08:01:08.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53424) > >2014-07-22 08:01:10.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:11.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58078) > >2014-07-22 08:01:12.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47921) > >2014-07-22 08:01:12.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53478) > >2014-07-22 08:01:15.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58131) > >2014-07-22 08:01:16.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47977) > >2014-07-22 08:01:16.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53537) > >2014-07-22 08:01:17.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:19.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58187) > >2014-07-22 08:01:20.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48037) > >2014-07-22 08:01:20.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53599) > >2014-07-22 08:01:20.725 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:23.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58240) > >2014-07-22 08:01:24.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48092) > >2014-07-22 08:01:24.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53654) > >2014-07-22 08:01:27.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58293) > >2014-07-22 08:01:28.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48148) > >2014-07-22 08:01:28.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53709) > >2014-07-22 08:01:31.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58346) > >2014-07-22 08:01:32.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48201) > >2014-07-22 08:01:32.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53763) > >2014-07-22 08:01:35.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58399) > >2014-07-22 08:01:36.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48255) > >2014-07-22 08:01:36.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53817) > >2014-07-22 08:01:39.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58452) > >2014-07-22 08:01:40.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48308) > >2014-07-22 08:01:40.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:40.260 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 53870) > >2014-07-22 08:01:43.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58505) > >2014-07-22 08:01:44.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48365) > >2014-07-22 08:01:44.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53927) > >2014-07-22 08:01:47.107 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:47.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58558) > >2014-07-22 08:01:48.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48421) > >2014-07-22 08:01:48.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53981) > >2014-07-22 08:01:50.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:01:51.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58611) > >2014-07-22 08:01:52.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48477) > >2014-07-22 08:01:52.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54036) > >2014-07-22 08:01:55.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58664) > >2014-07-22 08:01:56.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48536) > >2014-07-22 08:01:56.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54092) > >2014-07-22 08:01:59.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58717) > >2014-07-22 08:02:00.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48589) > >2014-07-22 08:02:00.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54145) > >2014-07-22 08:02:03.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58770) > >2014-07-22 08:02:04.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48645) > >2014-07-22 08:02:04.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54201) > >2014-07-22 08:02:07.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58823) > >2014-07-22 08:02:08.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48698) > >2014-07-22 08:02:08.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54254) > >2014-07-22 08:02:10.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:11.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58876) > >2014-07-22 08:02:12.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48752) > >2014-07-22 08:02:12.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54308) > >2014-07-22 08:02:12.870 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:02:12.870 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:02:12.871 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:02:12.885 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:02:15.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58929) > >2014-07-22 08:02:16.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48806) > >2014-07-22 08:02:16.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54364) > >2014-07-22 08:02:17.123 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:19.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58983) > >2014-07-22 08:02:20.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48865) > >2014-07-22 08:02:20.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54420) > >2014-07-22 08:02:20.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:23.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59036) > >2014-07-22 08:02:24.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48920) > >2014-07-22 08:02:24.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54475) > >2014-07-22 08:02:27.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59089) > >2014-07-22 08:02:28.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48976) > >2014-07-22 08:02:28.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54529) > >2014-07-22 08:02:31.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59142) > >2014-07-22 08:02:32.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49028) > >2014-07-22 08:02:32.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54582) > >2014-07-22 08:02:35.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59195) > >2014-07-22 08:02:36.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49082) > >2014-07-22 08:02:36.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54637) > >2014-07-22 08:02:39.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59248) > >2014-07-22 08:02:40.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49135) > >2014-07-22 08:02:40.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:40.311 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 54690) > >2014-07-22 08:02:43.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59301) > >2014-07-22 08:02:44.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49190) > >2014-07-22 08:02:44.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54747) > >2014-07-22 08:02:47.152 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:47.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59354) > >2014-07-22 08:02:48.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49246) > >2014-07-22 08:02:48.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54801) > >2014-07-22 08:02:50.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:02:51.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59407) > >2014-07-22 08:02:52.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49302) > >2014-07-22 08:02:52.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54856) > >2014-07-22 08:02:55.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59463) > >2014-07-22 08:02:56.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49359) > >2014-07-22 08:02:56.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54913) > >2014-07-22 08:02:59.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59516) > >2014-07-22 08:03:00.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49412) > >2014-07-22 08:03:00.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54967) > >2014-07-22 08:03:03.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59571) > >2014-07-22 08:03:04.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49466) > >2014-07-22 08:03:04.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55023) > >2014-07-22 08:03:07.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59624) > >2014-07-22 08:03:08.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49519) > >2014-07-22 08:03:08.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55076) > >2014-07-22 08:03:10.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:11.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59677) > >2014-07-22 08:03:12.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49573) > >2014-07-22 08:03:12.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55130) > >2014-07-22 08:03:15.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59730) > >2014-07-22 08:03:16.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49630) > >2014-07-22 08:03:16.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55189) > >2014-07-22 08:03:17.213 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:19.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59786) > >2014-07-22 08:03:20.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49690) > >2014-07-22 08:03:20.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55251) > >2014-07-22 08:03:20.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:23.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59839) > >2014-07-22 08:03:24.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49745) > >2014-07-22 08:03:24.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55306) > >2014-07-22 08:03:27.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59892) > >2014-07-22 08:03:28.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49801) > >2014-07-22 08:03:28.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55360) > >2014-07-22 08:03:31.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59944) > >2014-07-22 08:03:32.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49854) > >2014-07-22 08:03:32.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55414) > >2014-07-22 08:03:35.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59997) > >2014-07-22 08:03:36.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49910) > >2014-07-22 08:03:36.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55468) > >2014-07-22 08:03:39.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60050) > >2014-07-22 08:03:40.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:40.297 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 49963) > >2014-07-22 08:03:40.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55521) > >2014-07-22 08:03:43.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60103) > >2014-07-22 08:03:44.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50022) > >2014-07-22 08:03:44.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55578) > >2014-07-22 08:03:47.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:47.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60156) > >2014-07-22 08:03:48.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50078) > >2014-07-22 08:03:48.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55632) > >2014-07-22 08:03:50.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:03:51.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60209) > >2014-07-22 08:03:52.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50134) > >2014-07-22 08:03:52.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55686) > >2014-07-22 08:03:55.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60262) > >2014-07-22 08:03:56.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50192) > >2014-07-22 08:03:56.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55742) > >2014-07-22 08:03:59.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60315) > >2014-07-22 08:04:00.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50245) > >2014-07-22 08:04:00.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55795) > >2014-07-22 08:04:03.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60368) > >2014-07-22 08:04:04.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50301) > >2014-07-22 08:04:04.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55851) > >2014-07-22 08:04:07.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60421) > >2014-07-22 08:04:08.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50354) > >2014-07-22 08:04:08.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55903) > >2014-07-22 08:04:10.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:11.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60474) > >2014-07-22 08:04:12.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50408) > >2014-07-22 08:04:12.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55957) > >2014-07-22 08:04:12.887 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:04:12.887 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:04:12.888 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:04:12.900 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:04:15.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60527) > >2014-07-22 08:04:16.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50462) > >2014-07-22 08:04:16.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56013) > >2014-07-22 08:04:17.289 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:19.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60581) > >2014-07-22 08:04:20.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50522) > >2014-07-22 08:04:20.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56069) > >2014-07-22 08:04:20.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:23.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60634) > >2014-07-22 08:04:24.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50577) > >2014-07-22 08:04:24.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56125) > >2014-07-22 08:04:27.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60686) > >2014-07-22 08:04:28.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50633) > >2014-07-22 08:04:28.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56179) > >2014-07-22 08:04:31.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60739) > >2014-07-22 08:04:32.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50688) > >2014-07-22 08:04:32.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56232) > >2014-07-22 08:04:35.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60792) > >2014-07-22 08:04:36.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50743) > >2014-07-22 08:04:36.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56287) > >2014-07-22 08:04:39.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60845) > >2014-07-22 08:04:40.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:40.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50796) > >2014-07-22 08:04:40.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56340) > >2014-07-22 08:04:43.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60898) > >2014-07-22 08:04:44.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50851) > >2014-07-22 08:04:44.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56397) > >2014-07-22 08:04:47.312 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:47.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60951) > >2014-07-22 08:04:48.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50907) > >2014-07-22 08:04:48.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56451) > >2014-07-22 08:04:50.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:04:51.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32771) > >2014-07-22 08:04:52.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50963) > >2014-07-22 08:04:52.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56505) > >2014-07-22 08:04:55.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32827) > >2014-07-22 08:04:56.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51020) > >2014-07-22 08:04:56.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56563) > >2014-07-22 08:04:59.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32880) > >2014-07-22 08:05:00.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51073) > >2014-07-22 08:05:00.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56616) > >2014-07-22 08:05:03.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32936) > >2014-07-22 08:05:04.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51127) > >2014-07-22 08:05:04.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56673) > >2014-07-22 08:05:07.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32989) > >2014-07-22 08:05:08.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51180) > >2014-07-22 08:05:08.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56726) > >2014-07-22 08:05:10.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:11.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33042) > >2014-07-22 08:05:12.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51236) > >2014-07-22 08:05:12.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56780) > >2014-07-22 08:05:15.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33095) > >2014-07-22 08:05:16.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51293) > >2014-07-22 08:05:16.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56837) > >2014-07-22 08:05:17.349 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:19.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33149) > >2014-07-22 08:05:20.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51353) > >2014-07-22 08:05:20.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56901) > >2014-07-22 08:05:20.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:23.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33204) > >2014-07-22 08:05:24.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51408) > >2014-07-22 08:05:24.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56955) > >2014-07-22 08:05:27.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33259) > >2014-07-22 08:05:28.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51467) > >2014-07-22 08:05:28.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57010) > >2014-07-22 08:05:31.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33312) > >2014-07-22 08:05:32.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51520) > >2014-07-22 08:05:32.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57063) > >2014-07-22 08:05:35.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33365) > >2014-07-22 08:05:36.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51574) > >2014-07-22 08:05:36.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57119) > >2014-07-22 08:05:39.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33418) > >2014-07-22 08:05:40.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:40.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51627) > >2014-07-22 08:05:40.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57173) > >2014-07-22 08:05:43.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33471) > >2014-07-22 08:05:44.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51684) > >2014-07-22 08:05:44.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57229) > >2014-07-22 08:05:47.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:47.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33524) > >2014-07-22 08:05:48.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51740) > >2014-07-22 08:05:48.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57283) > >2014-07-22 08:05:50.853 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:05:51.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33577) > >2014-07-22 08:05:52.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51796) > >2014-07-22 08:05:52.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57337) > >2014-07-22 08:05:55.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33630) > >2014-07-22 08:05:56.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51853) > >2014-07-22 08:05:56.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57392) > >2014-07-22 08:05:59.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33683) > >2014-07-22 08:06:00.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51907) > >2014-07-22 08:06:00.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57446) > >2014-07-22 08:06:03.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33736) > >2014-07-22 08:06:04.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51963) > >2014-07-22 08:06:04.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57502) > >2014-07-22 08:06:07.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33789) > >2014-07-22 08:06:08.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52016) > >2014-07-22 08:06:08.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57555) > >2014-07-22 08:06:10.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:11.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33843) > >2014-07-22 08:06:12.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52070) > >2014-07-22 08:06:12.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57609) > >2014-07-22 08:06:12.903 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:06:12.903 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:06:12.905 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:06:12.922 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:06:15.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33896) > >2014-07-22 08:06:16.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52124) > >2014-07-22 08:06:16.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57665) > >2014-07-22 08:06:17.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:19.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33950) > >2014-07-22 08:06:20.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52183) > >2014-07-22 08:06:20.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57721) > >2014-07-22 08:06:20.859 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:23.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34003) > >2014-07-22 08:06:24.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52240) > >2014-07-22 08:06:24.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57776) > >2014-07-22 08:06:27.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34056) > >2014-07-22 08:06:28.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52296) > >2014-07-22 08:06:28.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57830) > >2014-07-22 08:06:31.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34109) > >2014-07-22 08:06:32.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52349) > >2014-07-22 08:06:32.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57883) > >2014-07-22 08:06:35.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34162) > >2014-07-22 08:06:36.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52403) > >2014-07-22 08:06:36.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57937) > >2014-07-22 08:06:39.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34215) > >2014-07-22 08:06:40.266 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:40.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52457) > >2014-07-22 08:06:40.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57992) > >2014-07-22 08:06:43.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34268) > >2014-07-22 08:06:44.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52512) > >2014-07-22 08:06:44.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58048) > >2014-07-22 08:06:47.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:47.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34321) > >2014-07-22 08:06:48.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52568) > >2014-07-22 08:06:48.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58102) > >2014-07-22 08:06:50.883 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:06:51.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34374) > >2014-07-22 08:06:52.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52624) > >2014-07-22 08:06:52.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58156) > >2014-07-22 08:06:55.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34430) > >2014-07-22 08:06:56.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52681) > >2014-07-22 08:06:56.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58214) > >2014-07-22 08:06:59.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34483) > >2014-07-22 08:07:00.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52733) > >2014-07-22 08:07:00.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58267) > >2014-07-22 08:07:03.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34539) > >2014-07-22 08:07:04.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52787) > >2014-07-22 08:07:04.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58324) > >2014-07-22 08:07:07.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34593) > >2014-07-22 08:07:08.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52840) > >2014-07-22 08:07:08.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58377) > >2014-07-22 08:07:10.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:11.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34646) > >2014-07-22 08:07:12.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52894) > >2014-07-22 08:07:12.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58431) > >2014-07-22 08:07:15.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34699) > >2014-07-22 08:07:16.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52949) > >2014-07-22 08:07:16.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58487) > >2014-07-22 08:07:17.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:19.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34753) > >2014-07-22 08:07:20.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53011) > >2014-07-22 08:07:20.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58550) > >2014-07-22 08:07:20.905 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:23.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34808) > >2014-07-22 08:07:24.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53066) > >2014-07-22 08:07:24.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58608) > >2014-07-22 08:07:27.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34861) > >2014-07-22 08:07:28.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53122) > >2014-07-22 08:07:28.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58662) > >2014-07-22 08:07:31.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34914) > >2014-07-22 08:07:32.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53175) > >2014-07-22 08:07:32.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58715) > >2014-07-22 08:07:35.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34967) > >2014-07-22 08:07:36.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53229) > >2014-07-22 08:07:36.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58770) > >2014-07-22 08:07:39.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35020) > >2014-07-22 08:07:40.281 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:40.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53282) > >2014-07-22 08:07:40.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58824) > >2014-07-22 08:07:43.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35073) > >2014-07-22 08:07:44.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53339) > >2014-07-22 08:07:44.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58880) > >2014-07-22 08:07:47.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:47.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35126) > >2014-07-22 08:07:48.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53397) > >2014-07-22 08:07:48.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58934) > >2014-07-22 08:07:50.910 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:07:51.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35179) > >2014-07-22 08:07:52.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53451) > >2014-07-22 08:07:52.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58988) > >2014-07-22 08:07:55.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35232) > >2014-07-22 08:07:56.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53508) > >2014-07-22 08:07:56.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59043) > >2014-07-22 08:07:59.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35285) > >2014-07-22 08:08:00.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53561) > >2014-07-22 08:08:00.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59097) > >2014-07-22 08:08:03.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35338) > >2014-07-22 08:08:04.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53617) > >2014-07-22 08:08:04.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59153) > >2014-07-22 08:08:07.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35391) > >2014-07-22 08:08:08.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53670) > >2014-07-22 08:08:08.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59206) > >2014-07-22 08:08:10.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:11.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35444) > >2014-07-22 08:08:12.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53724) > >2014-07-22 08:08:12.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59260) > >2014-07-22 08:08:12.925 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:08:12.925 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:08:12.926 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:08:12.938 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:08:15.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35497) > >2014-07-22 08:08:16.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53778) > >2014-07-22 08:08:16.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59316) > >2014-07-22 08:08:17.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:19.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35551) > >2014-07-22 08:08:20.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53836) > >2014-07-22 08:08:20.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59372) > >2014-07-22 08:08:20.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:23.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35604) > >2014-07-22 08:08:24.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53891) > >2014-07-22 08:08:24.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59427) > >2014-07-22 08:08:27.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35657) > >2014-07-22 08:08:28.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53947) > >2014-07-22 08:08:28.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59481) > >2014-07-22 08:08:31.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35710) > >2014-07-22 08:08:32.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54000) > >2014-07-22 08:08:32.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59534) > >2014-07-22 08:08:35.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35763) > >2014-07-22 08:08:36.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54054) > >2014-07-22 08:08:36.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59588) > >2014-07-22 08:08:39.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35816) > >2014-07-22 08:08:40.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:40.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54109) > >2014-07-22 08:08:40.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59643) > >2014-07-22 08:08:43.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35869) > >2014-07-22 08:08:44.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54163) > >2014-07-22 08:08:44.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59697) > >2014-07-22 08:08:47.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:47.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35921) > >2014-07-22 08:08:48.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54221) > >2014-07-22 08:08:48.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59753) > >2014-07-22 08:08:50.934 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:08:51.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35974) > >2014-07-22 08:08:52.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54275) > >2014-07-22 08:08:52.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59807) > >2014-07-22 08:08:55.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36030) > >2014-07-22 08:08:56.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54332) > >2014-07-22 08:08:56.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59865) > >2014-07-22 08:08:59.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36083) > >2014-07-22 08:09:00.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54385) > >2014-07-22 08:09:00.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59918) > >2014-07-22 08:09:03.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36138) > >2014-07-22 08:09:04.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54440) > >2014-07-22 08:09:04.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59975) > >2014-07-22 08:09:07.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36192) > >2014-07-22 08:09:08.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54493) > >2014-07-22 08:09:08.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60028) > >2014-07-22 08:09:10.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:11.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36244) > >2014-07-22 08:09:12.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54547) > >2014-07-22 08:09:12.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60082) > >2014-07-22 08:09:15.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36297) > >2014-07-22 08:09:16.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54602) > >2014-07-22 08:09:16.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60137) > >2014-07-22 08:09:17.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:19.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36350) > >2014-07-22 08:09:20.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54664) > >2014-07-22 08:09:20.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60199) > >2014-07-22 08:09:20.947 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:23.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36406) > >2014-07-22 08:09:24.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54719) > >2014-07-22 08:09:24.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60258) > >2014-07-22 08:09:27.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36459) > >2014-07-22 08:09:28.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54775) > >2014-07-22 08:09:28.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60312) > >2014-07-22 08:09:31.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36512) > >2014-07-22 08:09:32.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54828) > >2014-07-22 08:09:32.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60365) > >2014-07-22 08:09:35.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36566) > >2014-07-22 08:09:36.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54882) > >2014-07-22 08:09:36.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60420) > >2014-07-22 08:09:39.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36619) > >2014-07-22 08:09:40.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:40.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54936) > >2014-07-22 08:09:40.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60474) > >2014-07-22 08:09:43.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36672) > >2014-07-22 08:09:44.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54992) > >2014-07-22 08:09:44.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60530) > >2014-07-22 08:09:47.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:47.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36725) > >2014-07-22 08:09:48.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55050) > >2014-07-22 08:09:48.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60584) > >2014-07-22 08:09:50.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:09:51.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36778) > >2014-07-22 08:09:52.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55104) > >2014-07-22 08:09:52.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60638) > >2014-07-22 08:09:55.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36831) > >2014-07-22 08:09:56.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55161) > >2014-07-22 08:09:56.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60693) > >2014-07-22 08:09:59.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36884) > >2014-07-22 08:10:00.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55215) > >2014-07-22 08:10:00.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60746) > >2014-07-22 08:10:03.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36937) > >2014-07-22 08:10:04.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55271) > >2014-07-22 08:10:04.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60802) > >2014-07-22 08:10:07.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36991) > >2014-07-22 08:10:08.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55324) > >2014-07-22 08:10:08.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60855) > >2014-07-22 08:10:10.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:11.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37043) > >2014-07-22 08:10:12.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55378) > >2014-07-22 08:10:12.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60909) > >2014-07-22 08:10:12.940 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:10:12.940 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:10:12.941 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:10:12.956 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:10:15.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37096) > >2014-07-22 08:10:16.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55432) > >2014-07-22 08:10:16.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60965) > >2014-07-22 08:10:17.591 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:19.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37150) > >2014-07-22 08:10:20.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55491) > >2014-07-22 08:10:20.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32788) > >2014-07-22 08:10:20.970 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:23.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37203) > >2014-07-22 08:10:24.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55546) > >2014-07-22 08:10:24.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32843) > >2014-07-22 08:10:27.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37256) > >2014-07-22 08:10:28.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55602) > >2014-07-22 08:10:28.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32897) > >2014-07-22 08:10:31.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37309) > >2014-07-22 08:10:32.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55655) > >2014-07-22 08:10:32.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32950) > >2014-07-22 08:10:35.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37363) > >2014-07-22 08:10:36.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55709) > >2014-07-22 08:10:36.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33004) > >2014-07-22 08:10:39.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37416) > >2014-07-22 08:10:40.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:40.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55764) > >2014-07-22 08:10:40.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33059) > >2014-07-22 08:10:43.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37469) > >2014-07-22 08:10:44.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55818) > >2014-07-22 08:10:44.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33113) > >2014-07-22 08:10:47.617 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:47.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37522) > >2014-07-22 08:10:48.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55877) > >2014-07-22 08:10:48.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33169) > >2014-07-22 08:10:50.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:10:51.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37575) > >2014-07-22 08:10:52.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55931) > >2014-07-22 08:10:52.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33223) > >2014-07-22 08:10:55.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37630) > >2014-07-22 08:10:56.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55988) > >2014-07-22 08:10:56.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33281) > >2014-07-22 08:10:59.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37684) > >2014-07-22 08:11:00.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56041) > >2014-07-22 08:11:00.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33334) > >2014-07-22 08:11:03.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37737) > >2014-07-22 08:11:04.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56095) > >2014-07-22 08:11:04.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33391) > >2014-07-22 08:11:07.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37793) > >2014-07-22 08:11:08.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56148) > >2014-07-22 08:11:08.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33444) > >2014-07-22 08:11:10.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:11.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37846) > >2014-07-22 08:11:12.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56202) > >2014-07-22 08:11:12.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33497) > >2014-07-22 08:11:15.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37899) > >2014-07-22 08:11:16.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56257) > >2014-07-22 08:11:16.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33552) > >2014-07-22 08:11:17.639 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:19.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37952) > >2014-07-22 08:11:20.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56319) > >2014-07-22 08:11:20.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33614) > >2014-07-22 08:11:21.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:23.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38008) > >2014-07-22 08:11:24.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56374) > >2014-07-22 08:11:24.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33673) > >2014-07-22 08:11:27.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38061) > >2014-07-22 08:11:28.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56430) > >2014-07-22 08:11:28.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33727) > >2014-07-22 08:11:31.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38114) > >2014-07-22 08:11:32.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56483) > >2014-07-22 08:11:32.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33780) > >2014-07-22 08:11:35.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38167) > >2014-07-22 08:11:36.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56537) > >2014-07-22 08:11:36.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33835) > >2014-07-22 08:11:39.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38220) > >2014-07-22 08:11:40.276 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:40.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56591) > >2014-07-22 08:11:40.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33889) > >2014-07-22 08:11:43.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38273) > >2014-07-22 08:11:44.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56647) > >2014-07-22 08:11:44.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33945) > >2014-07-22 08:11:47.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:47.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38326) > >2014-07-22 08:11:48.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56705) > >2014-07-22 08:11:48.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33998) > >2014-07-22 08:11:51.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:11:51.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38379) > >2014-07-22 08:11:52.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56759) > >2014-07-22 08:11:52.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34052) > >2014-07-22 08:11:55.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38432) > >2014-07-22 08:11:56.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56817) > >2014-07-22 08:11:56.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34107) > >2014-07-22 08:11:59.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38485) > >2014-07-22 08:12:00.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56871) > >2014-07-22 08:12:00.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34161) > >2014-07-22 08:12:03.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38538) > >2014-07-22 08:12:04.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56926) > >2014-07-22 08:12:04.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34216) > >2014-07-22 08:12:07.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38591) > >2014-07-22 08:12:08.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56980) > >2014-07-22 08:12:08.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34270) > >2014-07-22 08:12:10.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:11.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38644) > >2014-07-22 08:12:12.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57034) > >2014-07-22 08:12:12.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34324) > >2014-07-22 08:12:12.959 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:12:12.959 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:12:12.959 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:12:12.972 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:12:15.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38697) > >2014-07-22 08:12:16.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57088) > >2014-07-22 08:12:16.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34380) > >2014-07-22 08:12:17.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:19.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38751) > >2014-07-22 08:12:20.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57147) > >2014-07-22 08:12:20.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34436) > >2014-07-22 08:12:21.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:23.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38804) > >2014-07-22 08:12:24.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57202) > >2014-07-22 08:12:24.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34491) > >2014-07-22 08:12:27.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38857) > >2014-07-22 08:12:28.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57258) > >2014-07-22 08:12:28.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34545) > >2014-07-22 08:12:31.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38910) > >2014-07-22 08:12:32.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57311) > >2014-07-22 08:12:32.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34598) > >2014-07-22 08:12:35.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38963) > >2014-07-22 08:12:36.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57365) > >2014-07-22 08:12:36.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34652) > >2014-07-22 08:12:39.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39016) > >2014-07-22 08:12:40.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:40.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57419) > >2014-07-22 08:12:40.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34707) > >2014-07-22 08:12:43.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39069) > >2014-07-22 08:12:44.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57473) > >2014-07-22 08:12:44.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34761) > >2014-07-22 08:12:47.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:47.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39122) > >2014-07-22 08:12:48.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57531) > >2014-07-22 08:12:48.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34817) > >2014-07-22 08:12:51.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:12:51.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39175) > >2014-07-22 08:12:52.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57585) > >2014-07-22 08:12:52.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34871) > >2014-07-22 08:12:55.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39230) > >2014-07-22 08:12:56.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57642) > >2014-07-22 08:12:56.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34928) > >2014-07-22 08:12:59.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39284) > >2014-07-22 08:13:00.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57695) > >2014-07-22 08:13:00.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34982) > >2014-07-22 08:13:03.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39337) > >2014-07-22 08:13:04.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57749) > >2014-07-22 08:13:04.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35037) > >2014-07-22 08:13:07.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39393) > >2014-07-22 08:13:08.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57802) > >2014-07-22 08:13:08.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35092) > >2014-07-22 08:13:10.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:11.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39446) > >2014-07-22 08:13:12.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57856) > >2014-07-22 08:13:12.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35146) > >2014-07-22 08:13:15.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39499) > >2014-07-22 08:13:16.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57911) > >2014-07-22 08:13:16.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35201) > >2014-07-22 08:13:17.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:19.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39552) > >2014-07-22 08:13:20.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57973) > >2014-07-22 08:13:20.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35260) > >2014-07-22 08:13:21.058 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:23.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39607) > >2014-07-22 08:13:24.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58028) > >2014-07-22 08:13:24.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35322) > >2014-07-22 08:13:27.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39661) > >2014-07-22 08:13:28.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58084) > >2014-07-22 08:13:28.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35376) > >2014-07-22 08:13:31.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39714) > >2014-07-22 08:13:32.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58137) > >2014-07-22 08:13:32.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35429) > >2014-07-22 08:13:35.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39767) > >2014-07-22 08:13:36.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58190) > >2014-07-22 08:13:36.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35483) > >2014-07-22 08:13:39.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39820) > >2014-07-22 08:13:40.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:40.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58244) > >2014-07-22 08:13:40.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35538) > >2014-07-22 08:13:43.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39873) > >2014-07-22 08:13:44.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58300) > >2014-07-22 08:13:44.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35594) > >2014-07-22 08:13:47.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:47.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39926) > >2014-07-22 08:13:48.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58358) > >2014-07-22 08:13:48.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35648) > >2014-07-22 08:13:51.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:13:51.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39979) > >2014-07-22 08:13:52.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58412) > >2014-07-22 08:13:52.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35702) > >2014-07-22 08:13:55.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40032) > >2014-07-22 08:13:56.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58469) > >2014-07-22 08:13:56.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35757) > >2014-07-22 08:13:59.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40085) > >2014-07-22 08:14:00.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58523) > >2014-07-22 08:14:00.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35811) > >2014-07-22 08:14:03.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40138) > >2014-07-22 08:14:04.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58577) > >2014-07-22 08:14:04.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35865) > >2014-07-22 08:14:07.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40191) > >2014-07-22 08:14:08.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58632) > >2014-07-22 08:14:08.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35920) > >2014-07-22 08:14:10.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:11.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40244) > >2014-07-22 08:14:12.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58686) > >2014-07-22 08:14:12.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35974) > >2014-07-22 08:14:12.974 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:14:12.974 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:14:12.974 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:14:12.987 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:14:15.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40297) > >2014-07-22 08:14:16.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58740) > >2014-07-22 08:14:16.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36030) > >2014-07-22 08:14:17.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:19.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40351) > >2014-07-22 08:14:20.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58797) > >2014-07-22 08:14:20.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36085) > >2014-07-22 08:14:21.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:23.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40404) > >2014-07-22 08:14:24.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58853) > >2014-07-22 08:14:24.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36141) > >2014-07-22 08:14:27.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40456) > >2014-07-22 08:14:28.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58909) > >2014-07-22 08:14:28.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36195) > >2014-07-22 08:14:31.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40510) > >2014-07-22 08:14:32.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58962) > >2014-07-22 08:14:32.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36248) > >2014-07-22 08:14:35.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40563) > >2014-07-22 08:14:36.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59016) > >2014-07-22 08:14:36.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36302) > >2014-07-22 08:14:39.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40616) > >2014-07-22 08:14:40.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:40.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59070) > >2014-07-22 08:14:40.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36356) > >2014-07-22 08:14:43.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40669) > >2014-07-22 08:14:44.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59125) > >2014-07-22 08:14:44.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36411) > >2014-07-22 08:14:47.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:47.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40722) > >2014-07-22 08:14:48.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59183) > >2014-07-22 08:14:48.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36467) > >2014-07-22 08:14:51.096 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:14:51.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40774) > >2014-07-22 08:14:52.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59237) > >2014-07-22 08:14:52.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36521) > >2014-07-22 08:14:55.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40829) > >2014-07-22 08:14:56.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59294) > >2014-07-22 08:14:56.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36578) > >2014-07-22 08:14:59.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40883) > >2014-07-22 08:15:00.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59348) > >2014-07-22 08:15:00.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36632) > >2014-07-22 08:15:03.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40936) > >2014-07-22 08:15:04.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59403) > >2014-07-22 08:15:04.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36686) > >2014-07-22 08:15:07.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40992) > >2014-07-22 08:15:08.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59460) > >2014-07-22 08:15:08.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36743) > >2014-07-22 08:15:10.277 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:11.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41045) > >2014-07-22 08:15:12.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59514) > >2014-07-22 08:15:12.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36797) > >2014-07-22 08:15:15.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41099) > >2014-07-22 08:15:16.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59569) > >2014-07-22 08:15:16.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36852) > >2014-07-22 08:15:17.648 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:19.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41152) > >2014-07-22 08:15:20.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59629) > >2014-07-22 08:15:20.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36908) > >2014-07-22 08:15:21.109 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:23.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41209) > >2014-07-22 08:15:24.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59686) > >2014-07-22 08:15:24.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36969) > >2014-07-22 08:15:27.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41267) > >2014-07-22 08:15:28.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59742) > >2014-07-22 08:15:28.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37026) > >2014-07-22 08:15:31.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41320) > >2014-07-22 08:15:32.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59796) > >2014-07-22 08:15:32.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37079) > >2014-07-22 08:15:35.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41379) > >2014-07-22 08:15:36.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59868) > >2014-07-22 08:15:36.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37139) > >2014-07-22 08:15:39.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41431) > >2014-07-22 08:15:40.313 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:40.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59922) > >2014-07-22 08:15:40.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37194) > >2014-07-22 08:15:43.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41484) > >2014-07-22 08:15:44.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59978) > >2014-07-22 08:15:44.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37250) > >2014-07-22 08:15:47.649 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:47.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41537) > >2014-07-22 08:15:48.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60036) > >2014-07-22 08:15:48.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37304) > >2014-07-22 08:15:51.153 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:15:51.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41590) > >2014-07-22 08:15:52.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60093) > >2014-07-22 08:15:52.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37357) > >2014-07-22 08:15:55.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41643) > >2014-07-22 08:15:56.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60160) > >2014-07-22 08:15:56.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37412) > >2014-07-22 08:15:59.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41697) > >2014-07-22 08:16:00.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60231) > >2014-07-22 08:16:00.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37466) > >2014-07-22 08:16:04.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41765) > >2014-07-22 08:16:04.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60297) > >2014-07-22 08:16:04.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37526) > >2014-07-22 08:16:08.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41821) > >2014-07-22 08:16:08.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60358) > >2014-07-22 08:16:08.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37581) > >2014-07-22 08:16:10.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:12.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41886) > >2014-07-22 08:16:12.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60433) > >2014-07-22 08:16:12.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37635) > >2014-07-22 08:16:12.989 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:16:12.989 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:16:12.989 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:16:13.038 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:16:16.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41949) > >2014-07-22 08:16:16.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60504) > >2014-07-22 08:16:16.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37692) > >2014-07-22 08:16:17.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:20.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42012) > >2014-07-22 08:16:20.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60568) > >2014-07-22 08:16:20.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37747) > >2014-07-22 08:16:21.141 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:24.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42072) > >2014-07-22 08:16:24.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60627) > >2014-07-22 08:16:24.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37803) > >2014-07-22 08:16:28.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42134) > >2014-07-22 08:16:28.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60685) > >2014-07-22 08:16:28.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37857) > >2014-07-22 08:16:32.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42198) > >2014-07-22 08:16:32.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60738) > >2014-07-22 08:16:32.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37910) > >2014-07-22 08:16:36.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42261) > >2014-07-22 08:16:36.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60795) > >2014-07-22 08:16:36.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37963) > >2014-07-22 08:16:40.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42327) > >2014-07-22 08:16:40.316 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:40.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60852) > >2014-07-22 08:16:40.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38017) > >2014-07-22 08:16:44.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42386) > >2014-07-22 08:16:44.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60907) > >2014-07-22 08:16:44.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38072) > >2014-07-22 08:16:47.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:48.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42444) > >2014-07-22 08:16:48.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60967) > >2014-07-22 08:16:48.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38128) > >2014-07-22 08:16:51.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:16:52.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42501) > >2014-07-22 08:16:52.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32789) > >2014-07-22 08:16:53.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38182) > >2014-07-22 08:16:56.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42562) > >2014-07-22 08:16:56.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32846) > >2014-07-22 08:16:57.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38239) > >2014-07-22 08:17:00.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42616) > >2014-07-22 08:17:01.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32902) > >2014-07-22 08:17:01.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38293) > >2014-07-22 08:17:04.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42669) > >2014-07-22 08:17:05.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32959) > >2014-07-22 08:17:05.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38347) > >2014-07-22 08:17:08.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42725) > >2014-07-22 08:17:09.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33011) > >2014-07-22 08:17:09.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38403) > >2014-07-22 08:17:10.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:12.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42778) > >2014-07-22 08:17:13.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33065) > >2014-07-22 08:17:13.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38457) > >2014-07-22 08:17:16.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42831) > >2014-07-22 08:17:17.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33130) > >2014-07-22 08:17:17.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38515) > >2014-07-22 08:17:17.666 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:20.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42884) > >2014-07-22 08:17:21.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33186) > >2014-07-22 08:17:21.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38570) > >2014-07-22 08:17:21.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:24.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42939) > >2014-07-22 08:17:25.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33243) > >2014-07-22 08:17:25.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38632) > >2014-07-22 08:17:28.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42993) > >2014-07-22 08:17:29.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33299) > >2014-07-22 08:17:29.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38689) > >2014-07-22 08:17:32.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43047) > >2014-07-22 08:17:33.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33353) > >2014-07-22 08:17:33.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38742) > >2014-07-22 08:17:36.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43102) > >2014-07-22 08:17:37.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33410) > >2014-07-22 08:17:37.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38796) > >2014-07-22 08:17:40.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43156) > >2014-07-22 08:17:40.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:41.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33464) > >2014-07-22 08:17:41.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38851) > >2014-07-22 08:17:44.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43209) > >2014-07-22 08:17:45.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33518) > >2014-07-22 08:17:45.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38905) > >2014-07-22 08:17:47.666 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:48.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43263) > >2014-07-22 08:17:49.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33577) > >2014-07-22 08:17:49.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38960) > >2014-07-22 08:17:51.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:17:52.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43316) > >2014-07-22 08:17:53.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33631) > >2014-07-22 08:17:53.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39014) > >2014-07-22 08:17:56.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43369) > >2014-07-22 08:17:57.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33688) > >2014-07-22 08:17:57.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39069) > >2014-07-22 08:18:00.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43422) > >2014-07-22 08:18:01.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33742) > >2014-07-22 08:18:01.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39122) > >2014-07-22 08:18:04.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43475) > >2014-07-22 08:18:05.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33796) > >2014-07-22 08:18:05.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39176) > >2014-07-22 08:18:08.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43529) > >2014-07-22 08:18:09.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33852) > >2014-07-22 08:18:09.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39231) > >2014-07-22 08:18:10.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:12.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43582) > >2014-07-22 08:18:13.060 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:18:13.060 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:18:13.060 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:18:13.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33906) > >2014-07-22 08:18:13.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39285) > >2014-07-22 08:18:13.172 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:18:16.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43636) > >2014-07-22 08:18:17.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33963) > >2014-07-22 08:18:17.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39341) > >2014-07-22 08:18:17.666 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:20.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43690) > >2014-07-22 08:18:21.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34019) > >2014-07-22 08:18:21.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39396) > >2014-07-22 08:18:21.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:24.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43743) > >2014-07-22 08:18:25.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34075) > >2014-07-22 08:18:25.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39452) > >2014-07-22 08:18:28.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43796) > >2014-07-22 08:18:29.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34131) > >2014-07-22 08:18:29.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39505) > >2014-07-22 08:18:32.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43849) > >2014-07-22 08:18:33.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34184) > >2014-07-22 08:18:33.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39558) > >2014-07-22 08:18:36.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43902) > >2014-07-22 08:18:37.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34238) > >2014-07-22 08:18:37.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39612) > >2014-07-22 08:18:40.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43955) > >2014-07-22 08:18:40.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:41.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34292) > >2014-07-22 08:18:41.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39666) > >2014-07-22 08:18:44.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44009) > >2014-07-22 08:18:45.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34347) > >2014-07-22 08:18:45.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39721) > >2014-07-22 08:18:47.666 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:48.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44062) > >2014-07-22 08:18:49.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34405) > >2014-07-22 08:18:49.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39775) > >2014-07-22 08:18:51.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:18:52.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44115) > >2014-07-22 08:18:53.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34459) > >2014-07-22 08:18:53.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39831) > >2014-07-22 08:18:56.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44170) > >2014-07-22 08:18:57.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34516) > >2014-07-22 08:18:57.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39887) > >2014-07-22 08:19:00.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44223) > >2014-07-22 08:19:01.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34569) > >2014-07-22 08:19:01.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39941) > >2014-07-22 08:19:04.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44277) > >2014-07-22 08:19:05.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34623) > >2014-07-22 08:19:05.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39995) > >2014-07-22 08:19:08.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44332) > >2014-07-22 08:19:09.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34676) > >2014-07-22 08:19:09.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40051) > >2014-07-22 08:19:10.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:12.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44386) > >2014-07-22 08:19:13.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34732) > >2014-07-22 08:19:13.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40105) > >2014-07-22 08:19:16.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44439) > >2014-07-22 08:19:17.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34792) > >2014-07-22 08:19:17.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40163) > >2014-07-22 08:19:17.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:20.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44492) > >2014-07-22 08:19:21.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34850) > >2014-07-22 08:19:21.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:21.215 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 40218) > >2014-07-22 08:19:24.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44548) > >2014-07-22 08:19:25.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34907) > >2014-07-22 08:19:25.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40278) > >2014-07-22 08:19:28.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44602) > >2014-07-22 08:19:29.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34963) > >2014-07-22 08:19:29.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40337) > >2014-07-22 08:19:32.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44655) > >2014-07-22 08:19:33.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35016) > >2014-07-22 08:19:33.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40390) > >2014-07-22 08:19:36.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44708) > >2014-07-22 08:19:37.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35070) > >2014-07-22 08:19:37.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40445) > >2014-07-22 08:19:40.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:40.347 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 44761) > >2014-07-22 08:19:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35124) > >2014-07-22 08:19:41.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40500) > >2014-07-22 08:19:44.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44814) > >2014-07-22 08:19:45.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35178) > >2014-07-22 08:19:45.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40554) > >2014-07-22 08:19:47.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:48.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44867) > >2014-07-22 08:19:49.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35236) > >2014-07-22 08:19:49.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40608) > >2014-07-22 08:19:51.186 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:19:52.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44920) > >2014-07-22 08:19:53.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35290) > >2014-07-22 08:19:53.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40662) > >2014-07-22 08:19:56.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44973) > >2014-07-22 08:19:57.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35347) > >2014-07-22 08:19:57.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40717) > >2014-07-22 08:20:00.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45026) > >2014-07-22 08:20:01.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35401) > >2014-07-22 08:20:01.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40771) > >2014-07-22 08:20:04.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45079) > >2014-07-22 08:20:05.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35455) > >2014-07-22 08:20:05.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40825) > >2014-07-22 08:20:08.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45132) > >2014-07-22 08:20:09.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35510) > >2014-07-22 08:20:09.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40880) > >2014-07-22 08:20:10.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:12.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45185) > >2014-07-22 08:20:13.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35564) > >2014-07-22 08:20:13.174 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:20:13.174 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:20:13.175 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:20:13.186 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:20:13.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40934) > >2014-07-22 08:20:16.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45238) > >2014-07-22 08:20:17.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35620) > >2014-07-22 08:20:17.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40990) > >2014-07-22 08:20:17.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:20.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45292) > >2014-07-22 08:20:21.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35676) > >2014-07-22 08:20:21.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:21.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41045) > >2014-07-22 08:20:24.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45345) > >2014-07-22 08:20:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35732) > >2014-07-22 08:20:25.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41101) > >2014-07-22 08:20:28.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45398) > >2014-07-22 08:20:29.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35788) > >2014-07-22 08:20:29.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41155) > >2014-07-22 08:20:32.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45451) > >2014-07-22 08:20:33.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35841) > >2014-07-22 08:20:33.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41208) > >2014-07-22 08:20:36.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45504) > >2014-07-22 08:20:37.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35894) > >2014-07-22 08:20:37.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41262) > >2014-07-22 08:20:40.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:40.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45557) > >2014-07-22 08:20:41.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35948) > >2014-07-22 08:20:41.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41316) > >2014-07-22 08:20:44.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45610) > >2014-07-22 08:20:45.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36003) > >2014-07-22 08:20:45.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41371) > >2014-07-22 08:20:47.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:48.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45663) > >2014-07-22 08:20:49.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36061) > >2014-07-22 08:20:49.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41425) > >2014-07-22 08:20:51.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:20:52.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45715) > >2014-07-22 08:20:53.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36115) > >2014-07-22 08:20:53.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41481) > >2014-07-22 08:20:56.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45770) > >2014-07-22 08:20:57.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36172) > >2014-07-22 08:20:57.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41538) > >2014-07-22 08:21:00.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45823) > >2014-07-22 08:21:01.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36225) > >2014-07-22 08:21:01.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41591) > >2014-07-22 08:21:04.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45877) > >2014-07-22 08:21:05.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36279) > >2014-07-22 08:21:05.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41646) > >2014-07-22 08:21:08.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45932) > >2014-07-22 08:21:09.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36332) > >2014-07-22 08:21:09.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41701) > >2014-07-22 08:21:10.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:12.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45985) > >2014-07-22 08:21:13.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36386) > >2014-07-22 08:21:13.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41756) > >2014-07-22 08:21:16.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46038) > >2014-07-22 08:21:17.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36446) > >2014-07-22 08:21:17.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41814) > >2014-07-22 08:21:17.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:20.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46091) > >2014-07-22 08:21:21.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:21.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36503) > >2014-07-22 08:21:21.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41869) > >2014-07-22 08:21:24.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46145) > >2014-07-22 08:21:25.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36558) > >2014-07-22 08:21:25.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41929) > >2014-07-22 08:21:28.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46199) > >2014-07-22 08:21:29.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36616) > >2014-07-22 08:21:29.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41988) > >2014-07-22 08:21:32.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46253) > >2014-07-22 08:21:33.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36669) > >2014-07-22 08:21:33.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42041) > >2014-07-22 08:21:36.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46306) > >2014-07-22 08:21:37.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36723) > >2014-07-22 08:21:37.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42095) > >2014-07-22 08:21:40.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:40.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46359) > >2014-07-22 08:21:41.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36777) > >2014-07-22 08:21:41.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42149) > >2014-07-22 08:21:44.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46412) > >2014-07-22 08:21:45.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36831) > >2014-07-22 08:21:45.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42204) > >2014-07-22 08:21:47.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:48.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46465) > >2014-07-22 08:21:49.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36889) > >2014-07-22 08:21:49.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42258) > >2014-07-22 08:21:51.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:21:52.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46518) > >2014-07-22 08:21:53.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36943) > >2014-07-22 08:21:53.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42312) > >2014-07-22 08:21:56.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46571) > >2014-07-22 08:21:57.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37000) > >2014-07-22 08:21:57.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42367) > >2014-07-22 08:22:00.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46624) > >2014-07-22 08:22:01.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37053) > >2014-07-22 08:22:01.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42420) > >2014-07-22 08:22:04.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46677) > >2014-07-22 08:22:05.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37108) > >2014-07-22 08:22:05.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42475) > >2014-07-22 08:22:08.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46730) > >2014-07-22 08:22:09.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37163) > >2014-07-22 08:22:09.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42531) > >2014-07-22 08:22:10.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:12.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46782) > >2014-07-22 08:22:13.189 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:22:13.189 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:22:13.190 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:22:13.205 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:22:13.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37217) > >2014-07-22 08:22:13.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42585) > >2014-07-22 08:22:16.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46835) > >2014-07-22 08:22:17.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37273) > >2014-07-22 08:22:17.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42641) > >2014-07-22 08:22:17.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:20.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46889) > >2014-07-22 08:22:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:21.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37329) > >2014-07-22 08:22:21.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42696) > >2014-07-22 08:22:24.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46942) > >2014-07-22 08:22:25.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37385) > >2014-07-22 08:22:25.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42752) > >2014-07-22 08:22:28.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46995) > >2014-07-22 08:22:29.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37441) > >2014-07-22 08:22:29.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42806) > >2014-07-22 08:22:32.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47048) > >2014-07-22 08:22:33.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37494) > >2014-07-22 08:22:33.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42859) > >2014-07-22 08:22:36.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47101) > >2014-07-22 08:22:37.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37548) > >2014-07-22 08:22:37.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42913) > >2014-07-22 08:22:40.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:40.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47154) > >2014-07-22 08:22:41.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37602) > >2014-07-22 08:22:41.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42967) > >2014-07-22 08:22:44.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47207) > >2014-07-22 08:22:45.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37656) > >2014-07-22 08:22:45.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43021) > >2014-07-22 08:22:47.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:48.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47260) > >2014-07-22 08:22:49.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37715) > >2014-07-22 08:22:49.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43076) > >2014-07-22 08:22:51.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:22:52.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47313) > >2014-07-22 08:22:53.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37768) > >2014-07-22 08:22:53.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43132) > >2014-07-22 08:22:56.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47368) > >2014-07-22 08:22:57.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37825) > >2014-07-22 08:22:57.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43189) > >2014-07-22 08:23:00.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47421) > >2014-07-22 08:23:01.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37878) > >2014-07-22 08:23:01.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43242) > >2014-07-22 08:23:04.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47476) > >2014-07-22 08:23:05.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37932) > >2014-07-22 08:23:05.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43297) > >2014-07-22 08:23:08.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47531) > >2014-07-22 08:23:09.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37985) > >2014-07-22 08:23:09.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43352) > >2014-07-22 08:23:10.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:12.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47585) > >2014-07-22 08:23:13.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38039) > >2014-07-22 08:23:13.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43407) > >2014-07-22 08:23:16.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47638) > >2014-07-22 08:23:17.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38098) > >2014-07-22 08:23:17.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43465) > >2014-07-22 08:23:17.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:20.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47691) > >2014-07-22 08:23:21.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:21.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38155) > >2014-07-22 08:23:21.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43520) > >2014-07-22 08:23:24.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47745) > >2014-07-22 08:23:25.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38210) > >2014-07-22 08:23:25.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43578) > >2014-07-22 08:23:28.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47799) > >2014-07-22 08:23:29.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38268) > >2014-07-22 08:23:29.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43636) > >2014-07-22 08:23:32.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47853) > >2014-07-22 08:23:33.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38321) > >2014-07-22 08:23:33.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43691) > >2014-07-22 08:23:36.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47906) > >2014-07-22 08:23:37.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38375) > >2014-07-22 08:23:37.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43745) > >2014-07-22 08:23:40.319 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:40.501 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 47959) > >2014-07-22 08:23:41.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38429) > >2014-07-22 08:23:41.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43799) > >2014-07-22 08:23:44.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48012) > >2014-07-22 08:23:45.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38483) > >2014-07-22 08:23:45.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43854) > >2014-07-22 08:23:47.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:48.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48065) > >2014-07-22 08:23:49.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38541) > >2014-07-22 08:23:49.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43908) > >2014-07-22 08:23:51.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:23:52.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48118) > >2014-07-22 08:23:53.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38595) > >2014-07-22 08:23:53.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43962) > >2014-07-22 08:23:56.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48171) > >2014-07-22 08:23:57.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38652) > >2014-07-22 08:23:57.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44017) > >2014-07-22 08:24:00.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48224) > >2014-07-22 08:24:01.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38705) > >2014-07-22 08:24:01.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44070) > >2014-07-22 08:24:04.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48277) > >2014-07-22 08:24:05.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38760) > >2014-07-22 08:24:05.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44125) > >2014-07-22 08:24:08.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48330) > >2014-07-22 08:24:09.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38815) > >2014-07-22 08:24:09.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44180) > >2014-07-22 08:24:10.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:12.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48383) > >2014-07-22 08:24:13.208 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:24:13.208 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:24:13.209 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:24:13.273 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:24:13.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38869) > >2014-07-22 08:24:13.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44236) > >2014-07-22 08:24:16.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48436) > >2014-07-22 08:24:17.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38925) > >2014-07-22 08:24:17.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44290) > >2014-07-22 08:24:17.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:20.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48490) > >2014-07-22 08:24:21.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:21.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38981) > >2014-07-22 08:24:21.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44346) > >2014-07-22 08:24:24.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48543) > >2014-07-22 08:24:25.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39038) > >2014-07-22 08:24:25.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44401) > >2014-07-22 08:24:28.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48596) > >2014-07-22 08:24:29.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39094) > >2014-07-22 08:24:29.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44455) > >2014-07-22 08:24:32.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48649) > >2014-07-22 08:24:33.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39147) > >2014-07-22 08:24:33.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44508) > >2014-07-22 08:24:36.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48702) > >2014-07-22 08:24:37.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39201) > >2014-07-22 08:24:37.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44562) > >2014-07-22 08:24:40.367 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:40.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48755) > >2014-07-22 08:24:41.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39255) > >2014-07-22 08:24:41.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44616) > >2014-07-22 08:24:44.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48808) > >2014-07-22 08:24:45.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39309) > >2014-07-22 08:24:45.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44668) > >2014-07-22 08:24:47.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:48.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48861) > >2014-07-22 08:24:49.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39368) > >2014-07-22 08:24:49.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44723) > >2014-07-22 08:24:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:24:52.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48914) > >2014-07-22 08:24:53.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39422) > >2014-07-22 08:24:53.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44779) > >2014-07-22 08:24:56.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48969) > >2014-07-22 08:24:57.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39479) > >2014-07-22 08:24:57.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44836) > >2014-07-22 08:25:00.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49022) > >2014-07-22 08:25:01.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39532) > >2014-07-22 08:25:01.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44889) > >2014-07-22 08:25:04.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49076) > >2014-07-22 08:25:05.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39586) > >2014-07-22 08:25:05.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44944) > >2014-07-22 08:25:08.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49130) > >2014-07-22 08:25:09.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39640) > >2014-07-22 08:25:09.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44999) > >2014-07-22 08:25:10.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:12.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49185) > >2014-07-22 08:25:13.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39694) > >2014-07-22 08:25:13.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45054) > >2014-07-22 08:25:16.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49239) > >2014-07-22 08:25:17.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39755) > >2014-07-22 08:25:17.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45112) > >2014-07-22 08:25:17.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:20.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49292) > >2014-07-22 08:25:21.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:21.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39812) > >2014-07-22 08:25:21.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45168) > >2014-07-22 08:25:24.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49345) > >2014-07-22 08:25:25.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39867) > >2014-07-22 08:25:25.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45224) > >2014-07-22 08:25:28.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49400) > >2014-07-22 08:25:29.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39925) > >2014-07-22 08:25:29.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45283) > >2014-07-22 08:25:32.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49454) > >2014-07-22 08:25:33.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39978) > >2014-07-22 08:25:33.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45339) > >2014-07-22 08:25:36.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49507) > >2014-07-22 08:25:37.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40032) > >2014-07-22 08:25:37.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45393) > >2014-07-22 08:25:40.418 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:40.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49560) > >2014-07-22 08:25:41.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40085) > >2014-07-22 08:25:41.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45447) > >2014-07-22 08:25:44.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49613) > >2014-07-22 08:25:45.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40139) > >2014-07-22 08:25:45.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45502) > >2014-07-22 08:25:47.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:48.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49666) > >2014-07-22 08:25:49.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40197) > >2014-07-22 08:25:49.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45556) > >2014-07-22 08:25:51.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:25:52.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49719) > >2014-07-22 08:25:53.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40251) > >2014-07-22 08:25:53.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45610) > >2014-07-22 08:25:56.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49772) > >2014-07-22 08:25:57.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40308) > >2014-07-22 08:25:57.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45665) > >2014-07-22 08:26:00.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49825) > >2014-07-22 08:26:01.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40361) > >2014-07-22 08:26:01.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45718) > >2014-07-22 08:26:04.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49878) > >2014-07-22 08:26:05.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40416) > >2014-07-22 08:26:05.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45773) > >2014-07-22 08:26:08.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49931) > >2014-07-22 08:26:09.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40471) > >2014-07-22 08:26:09.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45828) > >2014-07-22 08:26:10.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:12.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49984) > >2014-07-22 08:26:13.276 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:26:13.276 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:26:13.277 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:26:13.289 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:26:13.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40525) > >2014-07-22 08:26:13.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45884) > >2014-07-22 08:26:16.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50037) > >2014-07-22 08:26:17.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40581) > >2014-07-22 08:26:17.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45938) > >2014-07-22 08:26:17.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:20.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50091) > >2014-07-22 08:26:21.181 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:21.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40638) > >2014-07-22 08:26:21.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45994) > >2014-07-22 08:26:24.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50144) > >2014-07-22 08:26:25.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40693) > >2014-07-22 08:26:25.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46049) > >2014-07-22 08:26:28.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50197) > >2014-07-22 08:26:29.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40749) > >2014-07-22 08:26:29.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46103) > >2014-07-22 08:26:32.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50249) > >2014-07-22 08:26:33.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40805) > >2014-07-22 08:26:33.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46156) > >2014-07-22 08:26:36.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50302) > >2014-07-22 08:26:37.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40859) > >2014-07-22 08:26:37.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46210) > >2014-07-22 08:26:40.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:40.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50354) > >2014-07-22 08:26:41.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40913) > >2014-07-22 08:26:41.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46264) > >2014-07-22 08:26:44.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50407) > >2014-07-22 08:26:45.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40967) > >2014-07-22 08:26:45.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46318) > >2014-07-22 08:26:47.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:48.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50460) > >2014-07-22 08:26:49.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41026) > >2014-07-22 08:26:49.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46373) > >2014-07-22 08:26:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:26:52.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50513) > >2014-07-22 08:26:53.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41080) > >2014-07-22 08:26:53.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46427) > >2014-07-22 08:26:56.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50568) > >2014-07-22 08:26:57.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41137) > >2014-07-22 08:26:57.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46486) > >2014-07-22 08:27:00.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50621) > >2014-07-22 08:27:01.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41190) > >2014-07-22 08:27:01.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46539) > >2014-07-22 08:27:04.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50674) > >2014-07-22 08:27:05.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41244) > >2014-07-22 08:27:05.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46594) > >2014-07-22 08:27:08.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50728) > >2014-07-22 08:27:09.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41297) > >2014-07-22 08:27:09.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46649) > >2014-07-22 08:27:10.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:12.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50783) > >2014-07-22 08:27:13.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41351) > >2014-07-22 08:27:13.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46704) > >2014-07-22 08:27:16.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50837) > >2014-07-22 08:27:17.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41411) > >2014-07-22 08:27:17.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46762) > >2014-07-22 08:27:17.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:20.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50890) > >2014-07-22 08:27:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:21.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41469) > >2014-07-22 08:27:21.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46818) > >2014-07-22 08:27:24.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50943) > >2014-07-22 08:27:25.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41523) > >2014-07-22 08:27:25.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46874) > >2014-07-22 08:27:28.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50998) > >2014-07-22 08:27:29.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41581) > >2014-07-22 08:27:29.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46931) > >2014-07-22 08:27:32.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51052) > >2014-07-22 08:27:33.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41634) > >2014-07-22 08:27:33.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46989) > >2014-07-22 08:27:36.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51105) > >2014-07-22 08:27:37.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41688) > >2014-07-22 08:27:37.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47043) > >2014-07-22 08:27:40.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:40.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51158) > >2014-07-22 08:27:41.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41743) > >2014-07-22 08:27:41.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47097) > >2014-07-22 08:27:44.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51211) > >2014-07-22 08:27:45.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41797) > >2014-07-22 08:27:45.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47152) > >2014-07-22 08:27:47.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:48.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51263) > >2014-07-22 08:27:49.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41855) > >2014-07-22 08:27:49.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47206) > >2014-07-22 08:27:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:27:52.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51316) > >2014-07-22 08:27:53.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41909) > >2014-07-22 08:27:53.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47260) > >2014-07-22 08:27:56.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51369) > >2014-07-22 08:27:57.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41966) > >2014-07-22 08:27:57.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47315) > >2014-07-22 08:28:00.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51422) > >2014-07-22 08:28:01.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42019) > >2014-07-22 08:28:01.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47368) > >2014-07-22 08:28:04.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51475) > >2014-07-22 08:28:05.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42074) > >2014-07-22 08:28:05.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47423) > >2014-07-22 08:28:08.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51528) > >2014-07-22 08:28:09.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42128) > >2014-07-22 08:28:09.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47477) > >2014-07-22 08:28:10.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:12.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51581) > >2014-07-22 08:28:13.363 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:28:13.363 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:28:13.364 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:28:13.375 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:28:13.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42183) > >2014-07-22 08:28:13.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47534) > >2014-07-22 08:28:16.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51634) > >2014-07-22 08:28:17.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42239) > >2014-07-22 08:28:17.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47588) > >2014-07-22 08:28:17.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:20.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51688) > >2014-07-22 08:28:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:21.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42296) > >2014-07-22 08:28:21.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47644) > >2014-07-22 08:28:24.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51741) > >2014-07-22 08:28:25.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42351) > >2014-07-22 08:28:25.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47699) > >2014-07-22 08:28:28.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51794) > >2014-07-22 08:28:29.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42407) > >2014-07-22 08:28:29.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47753) > >2014-07-22 08:28:32.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51847) > >2014-07-22 08:28:33.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42460) > >2014-07-22 08:28:33.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47806) > >2014-07-22 08:28:36.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51900) > >2014-07-22 08:28:37.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42513) > >2014-07-22 08:28:37.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47860) > >2014-07-22 08:28:40.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:40.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51953) > >2014-07-22 08:28:41.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42567) > >2014-07-22 08:28:41.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47914) > >2014-07-22 08:28:44.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52006) > >2014-07-22 08:28:45.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42620) > >2014-07-22 08:28:45.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47968) > >2014-07-22 08:28:47.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:48.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52059) > >2014-07-22 08:28:49.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42679) > >2014-07-22 08:28:49.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48023) > >2014-07-22 08:28:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:28:52.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52112) > >2014-07-22 08:28:53.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42733) > >2014-07-22 08:28:53.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48077) > >2014-07-22 08:28:56.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52167) > >2014-07-22 08:28:57.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42790) > >2014-07-22 08:28:57.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48135) > >2014-07-22 08:29:00.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52220) > >2014-07-22 08:29:01.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42843) > >2014-07-22 08:29:01.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48188) > >2014-07-22 08:29:04.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52273) > >2014-07-22 08:29:05.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42897) > >2014-07-22 08:29:05.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48242) > >2014-07-22 08:29:08.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52327) > >2014-07-22 08:29:09.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42950) > >2014-07-22 08:29:09.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48297) > >2014-07-22 08:29:10.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:12.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52382) > >2014-07-22 08:29:13.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43004) > >2014-07-22 08:29:13.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48352) > >2014-07-22 08:29:16.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52436) > >2014-07-22 08:29:17.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43064) > >2014-07-22 08:29:17.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48411) > >2014-07-22 08:29:17.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:20.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52489) > >2014-07-22 08:29:21.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:21.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43122) > >2014-07-22 08:29:21.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48467) > >2014-07-22 08:29:24.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52542) > >2014-07-22 08:29:25.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43176) > >2014-07-22 08:29:25.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48521) > >2014-07-22 08:29:28.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52597) > >2014-07-22 08:29:29.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43234) > >2014-07-22 08:29:29.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48580) > >2014-07-22 08:29:32.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52650) > >2014-07-22 08:29:33.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43287) > >2014-07-22 08:29:33.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48639) > >2014-07-22 08:29:36.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52704) > >2014-07-22 08:29:37.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43341) > >2014-07-22 08:29:37.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48693) > >2014-07-22 08:29:40.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:40.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52757) > >2014-07-22 08:29:41.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43395) > >2014-07-22 08:29:41.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48747) > >2014-07-22 08:29:44.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52810) > >2014-07-22 08:29:45.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43449) > >2014-07-22 08:29:45.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48801) > >2014-07-22 08:29:47.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:48.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52863) > >2014-07-22 08:29:49.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43507) > >2014-07-22 08:29:49.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48857) > >2014-07-22 08:29:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:29:52.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52916) > >2014-07-22 08:29:53.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43561) > >2014-07-22 08:29:53.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48911) > >2014-07-22 08:29:56.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52969) > >2014-07-22 08:29:57.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43618) > >2014-07-22 08:29:57.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48966) > >2014-07-22 08:30:00.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53022) > >2014-07-22 08:30:01.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43671) > >2014-07-22 08:30:01.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49019) > >2014-07-22 08:30:04.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53075) > >2014-07-22 08:30:05.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43726) > >2014-07-22 08:30:05.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49074) > >2014-07-22 08:30:08.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53128) > >2014-07-22 08:30:09.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43779) > >2014-07-22 08:30:09.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49127) > >2014-07-22 08:30:10.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:12.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53181) > >2014-07-22 08:30:13.438 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:30:13.438 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:30:13.439 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:30:13.450 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:30:13.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43835) > >2014-07-22 08:30:13.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49185) > >2014-07-22 08:30:16.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53234) > >2014-07-22 08:30:17.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43891) > >2014-07-22 08:30:17.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49239) > >2014-07-22 08:30:17.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:20.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53288) > >2014-07-22 08:30:21.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:21.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43948) > >2014-07-22 08:30:21.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49295) > >2014-07-22 08:30:24.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53341) > >2014-07-22 08:30:25.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44002) > >2014-07-22 08:30:25.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49349) > >2014-07-22 08:30:28.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53394) > >2014-07-22 08:30:29.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44059) > >2014-07-22 08:30:29.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49403) > >2014-07-22 08:30:32.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53447) > >2014-07-22 08:30:33.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44112) > >2014-07-22 08:30:33.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49456) > >2014-07-22 08:30:36.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53500) > >2014-07-22 08:30:37.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44166) > >2014-07-22 08:30:37.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49510) > >2014-07-22 08:30:40.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:40.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53553) > >2014-07-22 08:30:41.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44220) > >2014-07-22 08:30:41.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49564) > >2014-07-22 08:30:44.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53606) > >2014-07-22 08:30:45.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44274) > >2014-07-22 08:30:45.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49618) > >2014-07-22 08:30:47.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:48.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53659) > >2014-07-22 08:30:49.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44332) > >2014-07-22 08:30:49.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49672) > >2014-07-22 08:30:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:30:52.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53712) > >2014-07-22 08:30:53.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44387) > >2014-07-22 08:30:53.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49726) > >2014-07-22 08:30:56.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53767) > >2014-07-22 08:30:57.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44444) > >2014-07-22 08:30:57.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49785) > >2014-07-22 08:31:00.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53820) > >2014-07-22 08:31:01.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44497) > >2014-07-22 08:31:01.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49838) > >2014-07-22 08:31:04.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53873) > >2014-07-22 08:31:05.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44551) > >2014-07-22 08:31:05.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49892) > >2014-07-22 08:31:08.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53927) > >2014-07-22 08:31:09.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44603) > >2014-07-22 08:31:09.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49946) > >2014-07-22 08:31:10.436 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:12.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53982) > >2014-07-22 08:31:13.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44657) > >2014-07-22 08:31:13.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50002) > >2014-07-22 08:31:16.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54036) > >2014-07-22 08:31:17.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44717) > >2014-07-22 08:31:17.677 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:17.736 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.7', 50061) > >2014-07-22 08:31:20.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54089) > >2014-07-22 08:31:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:21.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44775) > >2014-07-22 08:31:21.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50117) > >2014-07-22 08:31:24.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54142) > >2014-07-22 08:31:25.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44829) > >2014-07-22 08:31:25.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50171) > >2014-07-22 08:31:28.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54197) > >2014-07-22 08:31:29.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44885) > >2014-07-22 08:31:29.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50228) > >2014-07-22 08:31:32.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54250) > >2014-07-22 08:31:33.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44940) > >2014-07-22 08:31:33.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50285) > >2014-07-22 08:31:36.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54304) > >2014-07-22 08:31:37.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44994) > >2014-07-22 08:31:37.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50342) > >2014-07-22 08:31:40.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:40.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54357) > >2014-07-22 08:31:41.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45048) > >2014-07-22 08:31:41.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50396) > >2014-07-22 08:31:44.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54410) > >2014-07-22 08:31:45.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45102) > >2014-07-22 08:31:45.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50450) > >2014-07-22 08:31:47.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:48.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54463) > >2014-07-22 08:31:49.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45160) > >2014-07-22 08:31:49.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50505) > >2014-07-22 08:31:51.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:31:52.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54516) > >2014-07-22 08:31:53.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45214) > >2014-07-22 08:31:53.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50559) > >2014-07-22 08:31:56.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54569) > >2014-07-22 08:31:57.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45271) > >2014-07-22 08:31:57.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50614) > >2014-07-22 08:32:00.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54622) > >2014-07-22 08:32:01.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45324) > >2014-07-22 08:32:01.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50667) > >2014-07-22 08:32:04.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54675) > >2014-07-22 08:32:05.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45379) > >2014-07-22 08:32:05.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50722) > >2014-07-22 08:32:08.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54728) > >2014-07-22 08:32:09.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45432) > >2014-07-22 08:32:09.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50775) > >2014-07-22 08:32:10.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:12.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54781) > >2014-07-22 08:32:13.466 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:32:13.466 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:32:13.466 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:32:13.478 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:32:13.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45488) > >2014-07-22 08:32:13.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50833) > >2014-07-22 08:32:16.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54834) > >2014-07-22 08:32:17.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45544) > >2014-07-22 08:32:17.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:17.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50887) > >2014-07-22 08:32:20.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54887) > >2014-07-22 08:32:21.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:21.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45601) > >2014-07-22 08:32:21.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50943) > >2014-07-22 08:32:24.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54940) > >2014-07-22 08:32:25.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45655) > >2014-07-22 08:32:25.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50997) > >2014-07-22 08:32:28.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54992) > >2014-07-22 08:32:29.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45712) > >2014-07-22 08:32:29.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51052) > >2014-07-22 08:32:32.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55045) > >2014-07-22 08:32:33.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45765) > >2014-07-22 08:32:33.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51105) > >2014-07-22 08:32:36.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55098) > >2014-07-22 08:32:37.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45819) > >2014-07-22 08:32:37.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51159) > >2014-07-22 08:32:40.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:40.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55151) > >2014-07-22 08:32:41.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45873) > >2014-07-22 08:32:41.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51213) > >2014-07-22 08:32:44.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55204) > >2014-07-22 08:32:45.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45927) > >2014-07-22 08:32:45.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51267) > >2014-07-22 08:32:47.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:48.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55257) > >2014-07-22 08:32:49.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45985) > >2014-07-22 08:32:49.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51321) > >2014-07-22 08:32:51.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:32:52.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55310) > >2014-07-22 08:32:53.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46040) > >2014-07-22 08:32:53.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51376) > >2014-07-22 08:32:56.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55365) > >2014-07-22 08:32:57.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46097) > >2014-07-22 08:32:57.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51435) > >2014-07-22 08:33:00.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55418) > >2014-07-22 08:33:01.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46150) > >2014-07-22 08:33:01.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51488) > >2014-07-22 08:33:04.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55471) > >2014-07-22 08:33:05.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46204) > >2014-07-22 08:33:05.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51542) > >2014-07-22 08:33:08.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55525) > >2014-07-22 08:33:09.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46257) > >2014-07-22 08:33:09.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51596) > >2014-07-22 08:33:10.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:12.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55580) > >2014-07-22 08:33:13.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46311) > >2014-07-22 08:33:13.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51652) > >2014-07-22 08:33:16.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55634) > >2014-07-22 08:33:17.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:17.704 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 46371) > >2014-07-22 08:33:17.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51711) > >2014-07-22 08:33:20.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55687) > >2014-07-22 08:33:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:21.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46429) > >2014-07-22 08:33:21.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51767) > >2014-07-22 08:33:24.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55740) > >2014-07-22 08:33:25.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46483) > >2014-07-22 08:33:25.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51821) > >2014-07-22 08:33:28.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55795) > >2014-07-22 08:33:29.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46539) > >2014-07-22 08:33:29.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51878) > >2014-07-22 08:33:32.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55848) > >2014-07-22 08:33:33.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46594) > >2014-07-22 08:33:33.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51935) > >2014-07-22 08:33:36.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55902) > >2014-07-22 08:33:37.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46648) > >2014-07-22 08:33:37.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51992) > >2014-07-22 08:33:40.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:40.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55955) > >2014-07-22 08:33:41.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46702) > >2014-07-22 08:33:41.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52046) > >2014-07-22 08:33:44.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56007) > >2014-07-22 08:33:45.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46756) > >2014-07-22 08:33:45.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52100) > >2014-07-22 08:33:47.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:48.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56060) > >2014-07-22 08:33:49.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46814) > >2014-07-22 08:33:49.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52155) > >2014-07-22 08:33:51.182 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:33:52.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56113) > >2014-07-22 08:33:53.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46868) > >2014-07-22 08:33:53.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52209) > >2014-07-22 08:33:56.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56166) > >2014-07-22 08:33:57.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46925) > >2014-07-22 08:33:57.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52264) > >2014-07-22 08:34:00.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56219) > >2014-07-22 08:34:01.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46978) > >2014-07-22 08:34:01.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52317) > >2014-07-22 08:34:04.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56272) > >2014-07-22 08:34:05.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47033) > >2014-07-22 08:34:05.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52372) > >2014-07-22 08:34:08.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56325) > >2014-07-22 08:34:09.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47086) > >2014-07-22 08:34:09.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52425) > >2014-07-22 08:34:10.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:12.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56378) > >2014-07-22 08:34:13.480 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:34:13.480 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:34:13.481 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:34:13.494 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:34:13.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47142) > >2014-07-22 08:34:13.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52483) > >2014-07-22 08:34:16.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56431) > >2014-07-22 08:34:17.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:17.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47199) > >2014-07-22 08:34:17.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52537) > >2014-07-22 08:34:20.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56485) > >2014-07-22 08:34:21.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:21.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47256) > >2014-07-22 08:34:21.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52593) > >2014-07-22 08:34:24.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56539) > >2014-07-22 08:34:25.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47310) > >2014-07-22 08:34:25.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52647) > >2014-07-22 08:34:28.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56592) > >2014-07-22 08:34:29.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47367) > >2014-07-22 08:34:29.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52702) > >2014-07-22 08:34:32.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56645) > >2014-07-22 08:34:33.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47419) > >2014-07-22 08:34:33.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52755) > >2014-07-22 08:34:36.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56698) > >2014-07-22 08:34:37.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47472) > >2014-07-22 08:34:37.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52809) > >2014-07-22 08:34:40.437 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:40.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56752) > >2014-07-22 08:34:41.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47526) > >2014-07-22 08:34:41.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52863) > >2014-07-22 08:34:44.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56805) > >2014-07-22 08:34:45.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47580) > >2014-07-22 08:34:45.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52917) > >2014-07-22 08:34:47.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:48.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56858) > >2014-07-22 08:34:49.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47638) > >2014-07-22 08:34:49.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52970) > >2014-07-22 08:34:51.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:34:52.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56911) > >2014-07-22 08:34:53.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47693) > >2014-07-22 08:34:53.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53025) > >2014-07-22 08:34:56.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56966) > >2014-07-22 08:34:57.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47750) > >2014-07-22 08:34:57.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53082) > >2014-07-22 08:35:00.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57019) > >2014-07-22 08:35:01.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47803) > >2014-07-22 08:35:01.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53138) > >2014-07-22 08:35:04.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57072) > >2014-07-22 08:35:05.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47857) > >2014-07-22 08:35:05.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53192) > >2014-07-22 08:35:08.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57126) > >2014-07-22 08:35:09.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47912) > >2014-07-22 08:35:09.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53248) > >2014-07-22 08:35:10.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:12.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57181) > >2014-07-22 08:35:13.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47967) > >2014-07-22 08:35:13.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53305) > >2014-07-22 08:35:16.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57235) > >2014-07-22 08:35:17.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:17.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48027) > >2014-07-22 08:35:17.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53365) > >2014-07-22 08:35:20.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57288) > >2014-07-22 08:35:21.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:21.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48085) > >2014-07-22 08:35:21.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53420) > >2014-07-22 08:35:24.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57342) > >2014-07-22 08:35:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48142) > >2014-07-22 08:35:25.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53475) > >2014-07-22 08:35:28.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57398) > >2014-07-22 08:35:29.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48198) > >2014-07-22 08:35:29.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53532) > >2014-07-22 08:35:33.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57451) > >2014-07-22 08:35:33.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48253) > >2014-07-22 08:35:33.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53587) > >2014-07-22 08:35:37.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57505) > >2014-07-22 08:35:37.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48307) > >2014-07-22 08:35:37.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53646) > >2014-07-22 08:35:40.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:41.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57558) > >2014-07-22 08:35:41.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48361) > >2014-07-22 08:35:41.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53700) > >2014-07-22 08:35:45.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57611) > >2014-07-22 08:35:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48415) > >2014-07-22 08:35:45.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53754) > >2014-07-22 08:35:47.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:49.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57664) > >2014-07-22 08:35:49.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48473) > >2014-07-22 08:35:49.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53809) > >2014-07-22 08:35:51.183 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:35:53.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57717) > >2014-07-22 08:35:53.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48527) > >2014-07-22 08:35:53.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53863) > >2014-07-22 08:35:57.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57770) > >2014-07-22 08:35:57.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48584) > >2014-07-22 08:35:57.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53918) > >2014-07-22 08:36:01.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57823) > >2014-07-22 08:36:01.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48637) > >2014-07-22 08:36:01.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53971) > >2014-07-22 08:36:05.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57876) > >2014-07-22 08:36:05.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48692) > >2014-07-22 08:36:05.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54026) > >2014-07-22 08:36:09.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57929) > >2014-07-22 08:36:09.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48745) > >2014-07-22 08:36:09.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54079) > >2014-07-22 08:36:10.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:13.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57982) > >2014-07-22 08:36:13.496 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:36:13.496 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:36:13.496 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:36:13.508 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:36:13.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48801) > >2014-07-22 08:36:13.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54137) > >2014-07-22 08:36:17.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58035) > >2014-07-22 08:36:17.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:17.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48857) > >2014-07-22 08:36:17.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54192) > >2014-07-22 08:36:21.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58089) > >2014-07-22 08:36:21.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:21.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48914) > >2014-07-22 08:36:21.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54246) > >2014-07-22 08:36:25.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58142) > >2014-07-22 08:36:25.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48968) > >2014-07-22 08:36:25.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54301) > >2014-07-22 08:36:29.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58195) > >2014-07-22 08:36:29.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49024) > >2014-07-22 08:36:29.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54355) > >2014-07-22 08:36:33.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58248) > >2014-07-22 08:36:33.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49077) > >2014-07-22 08:36:33.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54408) > >2014-07-22 08:36:37.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58301) > >2014-07-22 08:36:37.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49131) > >2014-07-22 08:36:37.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54462) > >2014-07-22 08:36:40.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:41.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58354) > >2014-07-22 08:36:41.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49185) > >2014-07-22 08:36:41.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54516) > >2014-07-22 08:36:45.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58407) > >2014-07-22 08:36:45.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49239) > >2014-07-22 08:36:45.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54570) > >2014-07-22 08:36:47.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:49.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58460) > >2014-07-22 08:36:49.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49297) > >2014-07-22 08:36:49.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54624) > >2014-07-22 08:36:51.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:36:53.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58513) > >2014-07-22 08:36:53.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49352) > >2014-07-22 08:36:53.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54679) > >2014-07-22 08:36:57.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58568) > >2014-07-22 08:36:57.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49409) > >2014-07-22 08:36:57.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54736) > >2014-07-22 08:37:01.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58621) > >2014-07-22 08:37:01.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49462) > >2014-07-22 08:37:01.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54791) > >2014-07-22 08:37:05.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58674) > >2014-07-22 08:37:05.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49516) > >2014-07-22 08:37:05.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54845) > >2014-07-22 08:37:09.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58727) > >2014-07-22 08:37:09.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49569) > >2014-07-22 08:37:09.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54898) > >2014-07-22 08:37:10.438 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:13.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58783) > >2014-07-22 08:37:13.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49623) > >2014-07-22 08:37:13.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54955) > >2014-07-22 08:37:17.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58836) > >2014-07-22 08:37:17.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:17.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49683) > >2014-07-22 08:37:17.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55014) > >2014-07-22 08:37:21.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58890) > >2014-07-22 08:37:21.191 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:21.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49741) > >2014-07-22 08:37:21.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55069) > >2014-07-22 08:37:25.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58943) > >2014-07-22 08:37:25.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49795) > >2014-07-22 08:37:25.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55124) > >2014-07-22 08:37:29.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58997) > >2014-07-22 08:37:29.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49851) > >2014-07-22 08:37:29.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55180) > >2014-07-22 08:37:33.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59051) > >2014-07-22 08:37:33.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49906) > >2014-07-22 08:37:33.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55235) > >2014-07-22 08:37:37.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59104) > >2014-07-22 08:37:37.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49960) > >2014-07-22 08:37:37.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55294) > >2014-07-22 08:37:40.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:41.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59158) > >2014-07-22 08:37:41.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50014) > >2014-07-22 08:37:41.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55348) > >2014-07-22 08:37:45.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59211) > >2014-07-22 08:37:45.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50068) > >2014-07-22 08:37:45.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55402) > >2014-07-22 08:37:47.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:49.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59264) > >2014-07-22 08:37:49.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50126) > >2014-07-22 08:37:49.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55457) > >2014-07-22 08:37:51.193 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:37:53.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59317) > >2014-07-22 08:37:53.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50180) > >2014-07-22 08:37:53.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55511) > >2014-07-22 08:37:57.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59370) > >2014-07-22 08:37:57.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50237) > >2014-07-22 08:37:57.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55566) > >2014-07-22 08:38:01.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59423) > >2014-07-22 08:38:01.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50290) > >2014-07-22 08:38:01.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55619) > >2014-07-22 08:38:05.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59475) > >2014-07-22 08:38:05.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50344) > >2014-07-22 08:38:05.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55673) > >2014-07-22 08:38:09.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59528) > >2014-07-22 08:38:09.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50398) > >2014-07-22 08:38:09.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55727) > >2014-07-22 08:38:10.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:13.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59581) > >2014-07-22 08:38:13.509 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:38:13.509 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:38:13.510 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:38:13.522 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:38:13.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50454) > >2014-07-22 08:38:14.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55785) > >2014-07-22 08:38:17.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59634) > >2014-07-22 08:38:17.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:17.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50510) > >2014-07-22 08:38:18.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55840) > >2014-07-22 08:38:21.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59687) > >2014-07-22 08:38:21.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:21.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50567) > >2014-07-22 08:38:22.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55895) > >2014-07-22 08:38:25.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59740) > >2014-07-22 08:38:25.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50621) > >2014-07-22 08:38:26.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55950) > >2014-07-22 08:38:29.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59793) > >2014-07-22 08:38:29.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50678) > >2014-07-22 08:38:30.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56004) > >2014-07-22 08:38:33.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59846) > >2014-07-22 08:38:33.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50731) > >2014-07-22 08:38:34.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56057) > >2014-07-22 08:38:37.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59899) > >2014-07-22 08:38:37.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50785) > >2014-07-22 08:38:38.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56111) > >2014-07-22 08:38:40.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:41.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59952) > >2014-07-22 08:38:41.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50839) > >2014-07-22 08:38:42.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56165) > >2014-07-22 08:38:45.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60005) > >2014-07-22 08:38:45.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50893) > >2014-07-22 08:38:46.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56219) > >2014-07-22 08:38:47.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:49.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60058) > >2014-07-22 08:38:49.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50951) > >2014-07-22 08:38:50.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56273) > >2014-07-22 08:38:51.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:38:53.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60111) > >2014-07-22 08:38:53.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51005) > >2014-07-22 08:38:54.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56327) > >2014-07-22 08:38:57.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60166) > >2014-07-22 08:38:57.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51063) > >2014-07-22 08:38:58.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56385) > >2014-07-22 08:39:01.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60219) > >2014-07-22 08:39:01.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51116) > >2014-07-22 08:39:02.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56441) > >2014-07-22 08:39:05.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60272) > >2014-07-22 08:39:05.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51171) > >2014-07-22 08:39:06.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56495) > >2014-07-22 08:39:09.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60325) > >2014-07-22 08:39:09.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51224) > >2014-07-22 08:39:10.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56548) > >2014-07-22 08:39:10.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:13.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60381) > >2014-07-22 08:39:13.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51278) > >2014-07-22 08:39:14.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56605) > >2014-07-22 08:39:17.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60434) > >2014-07-22 08:39:17.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:17.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51338) > >2014-07-22 08:39:18.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56664) > >2014-07-22 08:39:21.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60488) > >2014-07-22 08:39:21.207 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:21.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51396) > >2014-07-22 08:39:22.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56720) > >2014-07-22 08:39:25.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60541) > >2014-07-22 08:39:25.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51450) > >2014-07-22 08:39:26.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56775) > >2014-07-22 08:39:29.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60595) > >2014-07-22 08:39:29.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51506) > >2014-07-22 08:39:30.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56831) > >2014-07-22 08:39:33.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60649) > >2014-07-22 08:39:33.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51559) > >2014-07-22 08:39:34.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56884) > >2014-07-22 08:39:37.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60702) > >2014-07-22 08:39:37.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51615) > >2014-07-22 08:39:38.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56944) > >2014-07-22 08:39:40.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:41.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60756) > >2014-07-22 08:39:41.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51669) > >2014-07-22 08:39:42.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56999) > >2014-07-22 08:39:45.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60809) > >2014-07-22 08:39:45.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51723) > >2014-07-22 08:39:46.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57053) > >2014-07-22 08:39:47.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:49.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60862) > >2014-07-22 08:39:49.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51781) > >2014-07-22 08:39:50.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57107) > >2014-07-22 08:39:51.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:39:53.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60914) > >2014-07-22 08:39:53.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51835) > >2014-07-22 08:39:54.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57162) > >2014-07-22 08:39:57.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60967) > >2014-07-22 08:39:57.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51892) > >2014-07-22 08:39:58.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57217) > >2014-07-22 08:40:01.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32787) > >2014-07-22 08:40:01.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51945) > >2014-07-22 08:40:02.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57270) > >2014-07-22 08:40:05.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32840) > >2014-07-22 08:40:05.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51999) > >2014-07-22 08:40:06.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57324) > >2014-07-22 08:40:09.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32893) > >2014-07-22 08:40:09.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52053) > >2014-07-22 08:40:10.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57378) > >2014-07-22 08:40:10.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:13.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32946) > >2014-07-22 08:40:13.523 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:40:13.523 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:40:13.524 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:40:13.536 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:40:13.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52108) > >2014-07-22 08:40:14.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57436) > >2014-07-22 08:40:17.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32999) > >2014-07-22 08:40:17.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:17.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52165) > >2014-07-22 08:40:18.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57491) > >2014-07-22 08:40:21.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33053) > >2014-07-22 08:40:21.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:21.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52221) > >2014-07-22 08:40:22.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57546) > >2014-07-22 08:40:25.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33106) > >2014-07-22 08:40:25.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52275) > >2014-07-22 08:40:26.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57601) > >2014-07-22 08:40:29.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33159) > >2014-07-22 08:40:29.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52332) > >2014-07-22 08:40:30.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57654) > >2014-07-22 08:40:33.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33212) > >2014-07-22 08:40:33.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52385) > >2014-07-22 08:40:34.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57707) > >2014-07-22 08:40:37.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33265) > >2014-07-22 08:40:37.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52439) > >2014-07-22 08:40:38.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57761) > >2014-07-22 08:40:40.439 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:41.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33318) > >2014-07-22 08:40:41.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52492) > >2014-07-22 08:40:42.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57815) > >2014-07-22 08:40:45.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33371) > >2014-07-22 08:40:45.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52546) > >2014-07-22 08:40:46.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57869) > >2014-07-22 08:40:47.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:49.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33424) > >2014-07-22 08:40:49.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52604) > >2014-07-22 08:40:50.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57923) > >2014-07-22 08:40:51.213 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:40:53.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33477) > >2014-07-22 08:40:53.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52658) > >2014-07-22 08:40:54.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57977) > >2014-07-22 08:40:57.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33532) > >2014-07-22 08:40:57.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52716) > >2014-07-22 08:40:58.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58035) > >2014-07-22 08:41:01.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33585) > >2014-07-22 08:41:01.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52769) > >2014-07-22 08:41:02.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58090) > >2014-07-22 08:41:05.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33638) > >2014-07-22 08:41:05.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52823) > >2014-07-22 08:41:06.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58144) > >2014-07-22 08:41:09.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33691) > >2014-07-22 08:41:09.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52876) > >2014-07-22 08:41:10.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58197) > >2014-07-22 08:41:10.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:13.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33746) > >2014-07-22 08:41:13.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52930) > >2014-07-22 08:41:14.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58254) > >2014-07-22 08:41:17.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33800) > >2014-07-22 08:41:17.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:17.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52991) > >2014-07-22 08:41:18.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58313) > >2014-07-22 08:41:21.217 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:21.299 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 33854) > >2014-07-22 08:41:21.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53048) > >2014-07-22 08:41:22.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58369) > >2014-07-22 08:41:25.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33907) > >2014-07-22 08:41:26.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53102) > >2014-07-22 08:41:26.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58424) > >2014-07-22 08:41:29.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33960) > >2014-07-22 08:41:30.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53158) > >2014-07-22 08:41:30.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58479) > >2014-07-22 08:41:33.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34015) > >2014-07-22 08:41:34.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53211) > >2014-07-22 08:41:34.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58533) > >2014-07-22 08:41:37.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34068) > >2014-07-22 08:41:38.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53267) > >2014-07-22 08:41:38.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58591) > >2014-07-22 08:41:40.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:41.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34122) > >2014-07-22 08:41:42.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53321) > >2014-07-22 08:41:42.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58648) > >2014-07-22 08:41:45.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34175) > >2014-07-22 08:41:46.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53375) > >2014-07-22 08:41:46.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58702) > >2014-07-22 08:41:47.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:49.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34228) > >2014-07-22 08:41:50.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53433) > >2014-07-22 08:41:50.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58756) > >2014-07-22 08:41:51.219 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:41:53.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34281) > >2014-07-22 08:41:54.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53487) > >2014-07-22 08:41:54.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58811) > >2014-07-22 08:41:57.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34334) > >2014-07-22 08:41:58.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53543) > >2014-07-22 08:41:58.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58866) > >2014-07-22 08:42:01.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34387) > >2014-07-22 08:42:02.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53596) > >2014-07-22 08:42:02.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58919) > >2014-07-22 08:42:05.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34440) > >2014-07-22 08:42:06.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53650) > >2014-07-22 08:42:06.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58972) > >2014-07-22 08:42:09.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34493) > >2014-07-22 08:42:10.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53704) > >2014-07-22 08:42:10.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59026) > >2014-07-22 08:42:10.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:13.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34546) > >2014-07-22 08:42:13.538 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:42:13.538 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:42:13.539 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:42:13.553 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:42:14.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53760) > >2014-07-22 08:42:14.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59084) > >2014-07-22 08:42:17.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34599) > >2014-07-22 08:42:17.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:18.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53817) > >2014-07-22 08:42:18.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59139) > >2014-07-22 08:42:21.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:21.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34654) > >2014-07-22 08:42:22.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53873) > >2014-07-22 08:42:22.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59194) > >2014-07-22 08:42:25.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34707) > >2014-07-22 08:42:26.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53928) > >2014-07-22 08:42:26.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59249) > >2014-07-22 08:42:29.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34760) > >2014-07-22 08:42:30.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53984) > >2014-07-22 08:42:30.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59303) > >2014-07-22 08:42:33.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34813) > >2014-07-22 08:42:34.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54038) > >2014-07-22 08:42:34.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59356) > >2014-07-22 08:42:37.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34866) > >2014-07-22 08:42:38.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54092) > >2014-07-22 08:42:38.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59410) > >2014-07-22 08:42:40.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:41.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34919) > >2014-07-22 08:42:42.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54146) > >2014-07-22 08:42:42.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59464) > >2014-07-22 08:42:45.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34972) > >2014-07-22 08:42:46.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54200) > >2014-07-22 08:42:46.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59518) > >2014-07-22 08:42:47.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:49.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35025) > >2014-07-22 08:42:50.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54259) > >2014-07-22 08:42:50.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59572) > >2014-07-22 08:42:51.229 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:42:53.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35078) > >2014-07-22 08:42:54.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54313) > >2014-07-22 08:42:54.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59626) > >2014-07-22 08:42:57.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35133) > >2014-07-22 08:42:58.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54371) > >2014-07-22 08:42:58.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59684) > >2014-07-22 08:43:01.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35186) > >2014-07-22 08:43:02.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54424) > >2014-07-22 08:43:02.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59737) > >2014-07-22 08:43:05.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35239) > >2014-07-22 08:43:06.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54478) > >2014-07-22 08:43:06.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59793) > >2014-07-22 08:43:09.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35292) > >2014-07-22 08:43:10.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54531) > >2014-07-22 08:43:10.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59846) > >2014-07-22 08:43:10.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:13.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35346) > >2014-07-22 08:43:14.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54585) > >2014-07-22 08:43:14.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59904) > >2014-07-22 08:43:17.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35401) > >2014-07-22 08:43:17.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:18.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54646) > >2014-07-22 08:43:18.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59962) > >2014-07-22 08:43:21.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:21.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35455) > >2014-07-22 08:43:22.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54703) > >2014-07-22 08:43:22.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60017) > >2014-07-22 08:43:25.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35508) > >2014-07-22 08:43:26.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54758) > >2014-07-22 08:43:26.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60072) > >2014-07-22 08:43:29.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35561) > >2014-07-22 08:43:30.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54813) > >2014-07-22 08:43:30.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60126) > >2014-07-22 08:43:33.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35616) > >2014-07-22 08:43:34.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54866) > >2014-07-22 08:43:34.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60181) > >2014-07-22 08:43:37.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35669) > >2014-07-22 08:43:38.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54922) > >2014-07-22 08:43:38.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60239) > >2014-07-22 08:43:40.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:41.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35722) > >2014-07-22 08:43:42.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54976) > >2014-07-22 08:43:42.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60296) > >2014-07-22 08:43:45.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35775) > >2014-07-22 08:43:46.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55030) > >2014-07-22 08:43:46.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60350) > >2014-07-22 08:43:47.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:49.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35828) > >2014-07-22 08:43:50.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55088) > >2014-07-22 08:43:50.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60404) > >2014-07-22 08:43:51.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:43:53.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35881) > >2014-07-22 08:43:54.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55142) > >2014-07-22 08:43:54.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60459) > >2014-07-22 08:43:57.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35934) > >2014-07-22 08:43:58.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55199) > >2014-07-22 08:43:58.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60514) > >2014-07-22 08:44:01.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35987) > >2014-07-22 08:44:02.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55252) > >2014-07-22 08:44:02.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60567) > >2014-07-22 08:44:05.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36040) > >2014-07-22 08:44:06.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55306) > >2014-07-22 08:44:06.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60621) > >2014-07-22 08:44:09.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36093) > >2014-07-22 08:44:10.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55360) > >2014-07-22 08:44:10.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60675) > >2014-07-22 08:44:10.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:13.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36145) > >2014-07-22 08:44:13.556 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:44:13.556 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:44:13.557 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:44:13.568 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:44:14.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55415) > >2014-07-22 08:44:14.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60732) > >2014-07-22 08:44:17.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36198) > >2014-07-22 08:44:17.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:18.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55473) > >2014-07-22 08:44:18.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60788) > >2014-07-22 08:44:21.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:21.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36252) > >2014-07-22 08:44:22.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55529) > >2014-07-22 08:44:22.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60843) > >2014-07-22 08:44:25.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36305) > >2014-07-22 08:44:26.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55584) > >2014-07-22 08:44:26.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60898) > >2014-07-22 08:44:29.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36358) > >2014-07-22 08:44:30.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55640) > >2014-07-22 08:44:30.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60952) > >2014-07-22 08:44:33.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36411) > >2014-07-22 08:44:34.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55693) > >2014-07-22 08:44:34.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32772) > >2014-07-22 08:44:37.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36464) > >2014-07-22 08:44:38.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55747) > >2014-07-22 08:44:38.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32826) > >2014-07-22 08:44:40.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:41.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36517) > >2014-07-22 08:44:42.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55801) > >2014-07-22 08:44:42.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32880) > >2014-07-22 08:44:45.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36570) > >2014-07-22 08:44:46.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55855) > >2014-07-22 08:44:46.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32934) > >2014-07-22 08:44:47.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:49.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36623) > >2014-07-22 08:44:50.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55913) > >2014-07-22 08:44:50.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32988) > >2014-07-22 08:44:51.263 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:44:53.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36676) > >2014-07-22 08:44:54.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55967) > >2014-07-22 08:44:54.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33042) > >2014-07-22 08:44:57.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36731) > >2014-07-22 08:44:58.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56025) > >2014-07-22 08:44:58.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33100) > >2014-07-22 08:45:01.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36784) > >2014-07-22 08:45:02.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56079) > >2014-07-22 08:45:02.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33153) > >2014-07-22 08:45:05.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36837) > >2014-07-22 08:45:06.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56134) > >2014-07-22 08:45:06.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33209) > >2014-07-22 08:45:09.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36890) > >2014-07-22 08:45:10.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56191) > >2014-07-22 08:45:10.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33262) > >2014-07-22 08:45:10.441 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:13.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36943) > >2014-07-22 08:45:14.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56245) > >2014-07-22 08:45:14.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33319) > >2014-07-22 08:45:17.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37000) > >2014-07-22 08:45:17.752 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:18.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56306) > >2014-07-22 08:45:18.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33378) > >2014-07-22 08:45:21.278 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:21.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37053) > >2014-07-22 08:45:22.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56363) > >2014-07-22 08:45:22.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33433) > >2014-07-22 08:45:25.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37107) > >2014-07-22 08:45:26.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56418) > >2014-07-22 08:45:26.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33488) > >2014-07-22 08:45:29.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37164) > >2014-07-22 08:45:30.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56472) > >2014-07-22 08:45:30.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33541) > >2014-07-22 08:45:33.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37219) > >2014-07-22 08:45:34.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56526) > >2014-07-22 08:45:34.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33597) > >2014-07-22 08:45:37.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37278) > >2014-07-22 08:45:38.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56597) > >2014-07-22 08:45:38.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33659) > >2014-07-22 08:45:40.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:41.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37332) > >2014-07-22 08:45:42.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56653) > >2014-07-22 08:45:42.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33718) > >2014-07-22 08:45:45.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37385) > >2014-07-22 08:45:46.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56707) > >2014-07-22 08:45:46.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33772) > >2014-07-22 08:45:47.757 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:49.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37439) > >2014-07-22 08:45:50.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56765) > >2014-07-22 08:45:50.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33826) > >2014-07-22 08:45:51.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:45:53.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37496) > >2014-07-22 08:45:54.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56825) > >2014-07-22 08:45:54.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33887) > >2014-07-22 08:45:57.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37561) > >2014-07-22 08:45:58.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56887) > >2014-07-22 08:45:58.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33942) > >2014-07-22 08:46:01.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37618) > >2014-07-22 08:46:02.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56948) > >2014-07-22 08:46:02.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33994) > >2014-07-22 08:46:05.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37683) > >2014-07-22 08:46:06.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57014) > >2014-07-22 08:46:06.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34048) > >2014-07-22 08:46:09.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37747) > >2014-07-22 08:46:10.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57079) > >2014-07-22 08:46:10.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34102) > >2014-07-22 08:46:10.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:13.570 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:46:13.570 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:46:13.571 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:46:13.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37808) > >2014-07-22 08:46:13.661 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:46:14.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57149) > >2014-07-22 08:46:14.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34158) > >2014-07-22 08:46:17.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37868) > >2014-07-22 08:46:17.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:18.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57226) > >2014-07-22 08:46:18.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34215) > >2014-07-22 08:46:21.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:21.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37938) > >2014-07-22 08:46:22.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57296) > >2014-07-22 08:46:22.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34271) > >2014-07-22 08:46:25.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38002) > >2014-07-22 08:46:26.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57353) > >2014-07-22 08:46:26.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34326) > >2014-07-22 08:46:29.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38066) > >2014-07-22 08:46:30.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57410) > >2014-07-22 08:46:30.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34379) > >2014-07-22 08:46:33.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38128) > >2014-07-22 08:46:34.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57464) > >2014-07-22 08:46:34.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34432) > >2014-07-22 08:46:37.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38184) > >2014-07-22 08:46:38.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57521) > >2014-07-22 08:46:38.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34486) > >2014-07-22 08:46:40.467 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:41.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38243) > >2014-07-22 08:46:42.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57575) > >2014-07-22 08:46:42.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34540) > >2014-07-22 08:46:45.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38298) > >2014-07-22 08:46:46.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57630) > >2014-07-22 08:46:46.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34594) > >2014-07-22 08:46:47.761 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:49.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38355) > >2014-07-22 08:46:50.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57691) > >2014-07-22 08:46:50.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34648) > >2014-07-22 08:46:51.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:46:53.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38409) > >2014-07-22 08:46:54.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57748) > >2014-07-22 08:46:54.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34703) > >2014-07-22 08:46:57.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38463) > >2014-07-22 08:46:58.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57807) > >2014-07-22 08:46:58.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34760) > >2014-07-22 08:47:01.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38516) > >2014-07-22 08:47:02.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57861) > >2014-07-22 08:47:02.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34814) > >2014-07-22 08:47:05.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38569) > >2014-07-22 08:47:06.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57915) > >2014-07-22 08:47:06.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34870) > >2014-07-22 08:47:09.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38622) > >2014-07-22 08:47:10.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57974) > >2014-07-22 08:47:10.478 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:10.610 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 34923) > >2014-07-22 08:47:13.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38675) > >2014-07-22 08:47:14.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58029) > >2014-07-22 08:47:14.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34979) > >2014-07-22 08:47:17.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38731) > >2014-07-22 08:47:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:18.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58087) > >2014-07-22 08:47:18.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35037) > >2014-07-22 08:47:21.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:21.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38784) > >2014-07-22 08:47:22.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58148) > >2014-07-22 08:47:22.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35093) > >2014-07-22 08:47:25.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38838) > >2014-07-22 08:47:26.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58203) > >2014-07-22 08:47:26.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35149) > >2014-07-22 08:47:29.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38891) > >2014-07-22 08:47:30.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58258) > >2014-07-22 08:47:30.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35202) > >2014-07-22 08:47:33.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38946) > >2014-07-22 08:47:34.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58311) > >2014-07-22 08:47:34.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35259) > >2014-07-22 08:47:37.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38999) > >2014-07-22 08:47:38.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58365) > >2014-07-22 08:47:38.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35312) > >2014-07-22 08:47:40.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:41.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39052) > >2014-07-22 08:47:42.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58421) > >2014-07-22 08:47:42.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35370) > >2014-07-22 08:47:45.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39106) > >2014-07-22 08:47:46.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58475) > >2014-07-22 08:47:46.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35427) > >2014-07-22 08:47:47.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:49.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39159) > >2014-07-22 08:47:50.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58533) > >2014-07-22 08:47:50.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35481) > >2014-07-22 08:47:51.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:47:53.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39212) > >2014-07-22 08:47:54.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58587) > >2014-07-22 08:47:54.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35536) > >2014-07-22 08:47:57.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39265) > >2014-07-22 08:47:58.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58644) > >2014-07-22 08:47:58.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35591) > >2014-07-22 08:48:01.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39318) > >2014-07-22 08:48:02.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58697) > >2014-07-22 08:48:02.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35644) > >2014-07-22 08:48:05.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39371) > >2014-07-22 08:48:06.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58751) > >2014-07-22 08:48:06.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35698) > >2014-07-22 08:48:09.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39424) > >2014-07-22 08:48:10.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:10.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58805) > >2014-07-22 08:48:10.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35752) > >2014-07-22 08:48:13.664 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:48:13.664 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:48:13.665 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:48:13.677 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:48:13.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39477) > >2014-07-22 08:48:14.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58859) > >2014-07-22 08:48:14.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35809) > >2014-07-22 08:48:17.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39530) > >2014-07-22 08:48:17.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:18.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58918) > >2014-07-22 08:48:18.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35865) > >2014-07-22 08:48:21.282 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:21.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39584) > >2014-07-22 08:48:22.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58974) > >2014-07-22 08:48:22.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35920) > >2014-07-22 08:48:25.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39637) > >2014-07-22 08:48:26.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59029) > >2014-07-22 08:48:26.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35975) > >2014-07-22 08:48:29.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39690) > >2014-07-22 08:48:30.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59083) > >2014-07-22 08:48:30.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36028) > >2014-07-22 08:48:33.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39743) > >2014-07-22 08:48:34.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59137) > >2014-07-22 08:48:34.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36083) > >2014-07-22 08:48:37.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39796) > >2014-07-22 08:48:38.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59191) > >2014-07-22 08:48:38.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36136) > >2014-07-22 08:48:40.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:41.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39849) > >2014-07-22 08:48:42.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59245) > >2014-07-22 08:48:42.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36190) > >2014-07-22 08:48:45.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39902) > >2014-07-22 08:48:46.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59299) > >2014-07-22 08:48:46.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36243) > >2014-07-22 08:48:47.758 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:49.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39955) > >2014-07-22 08:48:50.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59357) > >2014-07-22 08:48:50.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36297) > >2014-07-22 08:48:51.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:48:53.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40008) > >2014-07-22 08:48:54.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59411) > >2014-07-22 08:48:54.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36351) > >2014-07-22 08:48:57.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40063) > >2014-07-22 08:48:58.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59468) > >2014-07-22 08:48:58.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36408) > >2014-07-22 08:49:01.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40116) > >2014-07-22 08:49:02.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59522) > >2014-07-22 08:49:02.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36462) > >2014-07-22 08:49:05.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40169) > >2014-07-22 08:49:06.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59576) > >2014-07-22 08:49:06.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36518) > >2014-07-22 08:49:09.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40222) > >2014-07-22 08:49:10.500 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:10.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59629) > >2014-07-22 08:49:10.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36571) > >2014-07-22 08:49:13.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40275) > >2014-07-22 08:49:14.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59684) > >2014-07-22 08:49:14.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36627) > >2014-07-22 08:49:17.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:17.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40331) > >2014-07-22 08:49:18.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59742) > >2014-07-22 08:49:18.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36685) > >2014-07-22 08:49:21.287 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:21.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40383) > >2014-07-22 08:49:22.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59801) > >2014-07-22 08:49:22.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36742) > >2014-07-22 08:49:25.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40437) > >2014-07-22 08:49:26.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59856) > >2014-07-22 08:49:26.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36798) > >2014-07-22 08:49:29.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40490) > >2014-07-22 08:49:30.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59911) > >2014-07-22 08:49:30.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36851) > >2014-07-22 08:49:33.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40545) > >2014-07-22 08:49:34.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59964) > >2014-07-22 08:49:34.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36908) > >2014-07-22 08:49:37.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40598) > >2014-07-22 08:49:38.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60018) > >2014-07-22 08:49:38.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36961) > >2014-07-22 08:49:40.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:41.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40651) > >2014-07-22 08:49:42.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60074) > >2014-07-22 08:49:42.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37019) > >2014-07-22 08:49:45.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40705) > >2014-07-22 08:49:46.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60128) > >2014-07-22 08:49:46.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37076) > >2014-07-22 08:49:47.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:49.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40758) > >2014-07-22 08:49:50.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60186) > >2014-07-22 08:49:50.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37130) > >2014-07-22 08:49:51.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:49:53.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40811) > >2014-07-22 08:49:54.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60240) > >2014-07-22 08:49:54.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37185) > >2014-07-22 08:49:57.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40864) > >2014-07-22 08:49:58.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60297) > >2014-07-22 08:49:58.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37240) > >2014-07-22 08:50:01.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40917) > >2014-07-22 08:50:02.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60350) > >2014-07-22 08:50:02.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37293) > >2014-07-22 08:50:05.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40970) > >2014-07-22 08:50:06.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60404) > >2014-07-22 08:50:06.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37346) > >2014-07-22 08:50:09.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41023) > >2014-07-22 08:50:10.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:10.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60458) > >2014-07-22 08:50:10.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37401) > >2014-07-22 08:50:13.679 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:50:13.679 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:50:13.680 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:50:13.692 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:50:13.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41076) > >2014-07-22 08:50:14.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60512) > >2014-07-22 08:50:14.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37456) > >2014-07-22 08:50:17.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:17.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41129) > >2014-07-22 08:50:18.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60571) > >2014-07-22 08:50:18.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37513) > >2014-07-22 08:50:21.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:21.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41183) > >2014-07-22 08:50:22.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60627) > >2014-07-22 08:50:22.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37568) > >2014-07-22 08:50:25.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41236) > >2014-07-22 08:50:26.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60682) > >2014-07-22 08:50:26.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37623) > >2014-07-22 08:50:29.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41288) > >2014-07-22 08:50:30.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60737) > >2014-07-22 08:50:30.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37676) > >2014-07-22 08:50:33.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41341) > >2014-07-22 08:50:34.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60791) > >2014-07-22 08:50:34.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37730) > >2014-07-22 08:50:37.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41394) > >2014-07-22 08:50:38.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60845) > >2014-07-22 08:50:38.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37784) > >2014-07-22 08:50:40.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:41.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41447) > >2014-07-22 08:50:42.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60898) > >2014-07-22 08:50:42.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37838) > >2014-07-22 08:50:45.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41500) > >2014-07-22 08:50:46.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60952) > >2014-07-22 08:50:46.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37892) > >2014-07-22 08:50:47.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:49.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41553) > >2014-07-22 08:50:50.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32777) > >2014-07-22 08:50:50.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37946) > >2014-07-22 08:50:51.299 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:50:53.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41606) > >2014-07-22 08:50:54.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32831) > >2014-07-22 08:50:54.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38000) > >2014-07-22 08:50:57.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41661) > >2014-07-22 08:50:58.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32888) > >2014-07-22 08:50:58.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38057) > >2014-07-22 08:51:01.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41714) > >2014-07-22 08:51:02.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32942) > >2014-07-22 08:51:02.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38111) > >2014-07-22 08:51:05.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41767) > >2014-07-22 08:51:06.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32996) > >2014-07-22 08:51:06.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38165) > >2014-07-22 08:51:09.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41820) > >2014-07-22 08:51:10.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:10.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33050) > >2014-07-22 08:51:10.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38222) > >2014-07-22 08:51:13.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41873) > >2014-07-22 08:51:14.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33104) > >2014-07-22 08:51:14.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38276) > >2014-07-22 08:51:17.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:17.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41929) > >2014-07-22 08:51:18.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33162) > >2014-07-22 08:51:18.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38335) > >2014-07-22 08:51:21.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:21.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41982) > >2014-07-22 08:51:22.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33221) > >2014-07-22 08:51:22.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38392) > >2014-07-22 08:51:25.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42035) > >2014-07-22 08:51:26.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33276) > >2014-07-22 08:51:26.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38448) > >2014-07-22 08:51:29.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42089) > >2014-07-22 08:51:30.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33332) > >2014-07-22 08:51:30.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38501) > >2014-07-22 08:51:33.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42144) > >2014-07-22 08:51:34.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33385) > >2014-07-22 08:51:34.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38557) > >2014-07-22 08:51:37.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42197) > >2014-07-22 08:51:38.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33439) > >2014-07-22 08:51:38.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38611) > >2014-07-22 08:51:40.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:41.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42250) > >2014-07-22 08:51:42.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33495) > >2014-07-22 08:51:42.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38668) > >2014-07-22 08:51:45.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42304) > >2014-07-22 08:51:46.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33549) > >2014-07-22 08:51:46.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38727) > >2014-07-22 08:51:47.789 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:49.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42357) > >2014-07-22 08:51:50.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33607) > >2014-07-22 08:51:50.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38781) > >2014-07-22 08:51:51.311 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:51:53.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42410) > >2014-07-22 08:51:54.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33661) > >2014-07-22 08:51:54.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38835) > >2014-07-22 08:51:57.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42463) > >2014-07-22 08:51:58.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33718) > >2014-07-22 08:51:58.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38891) > >2014-07-22 08:52:01.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42516) > >2014-07-22 08:52:02.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33771) > >2014-07-22 08:52:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38944) > >2014-07-22 08:52:05.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42568) > >2014-07-22 08:52:06.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33825) > >2014-07-22 08:52:06.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38998) > >2014-07-22 08:52:09.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42622) > >2014-07-22 08:52:10.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:10.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33880) > >2014-07-22 08:52:10.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39053) > >2014-07-22 08:52:13.694 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:52:13.694 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:52:13.695 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:52:13.707 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:52:13.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42675) > >2014-07-22 08:52:14.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33933) > >2014-07-22 08:52:14.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39108) > >2014-07-22 08:52:17.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:17.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42728) > >2014-07-22 08:52:18.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33992) > >2014-07-22 08:52:18.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39165) > >2014-07-22 08:52:21.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:21.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42782) > >2014-07-22 08:52:22.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34048) > >2014-07-22 08:52:22.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39220) > >2014-07-22 08:52:25.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42835) > >2014-07-22 08:52:26.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34103) > >2014-07-22 08:52:26.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39275) > >2014-07-22 08:52:29.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42888) > >2014-07-22 08:52:30.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34158) > >2014-07-22 08:52:30.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39328) > >2014-07-22 08:52:33.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42941) > >2014-07-22 08:52:34.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34213) > >2014-07-22 08:52:34.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39383) > >2014-07-22 08:52:37.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42994) > >2014-07-22 08:52:38.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34266) > >2014-07-22 08:52:38.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39437) > >2014-07-22 08:52:40.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:41.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43047) > >2014-07-22 08:52:42.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34320) > >2014-07-22 08:52:42.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39491) > >2014-07-22 08:52:45.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43100) > >2014-07-22 08:52:46.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34375) > >2014-07-22 08:52:46.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39546) > >2014-07-22 08:52:47.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:49.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43153) > >2014-07-22 08:52:50.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34433) > >2014-07-22 08:52:50.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39600) > >2014-07-22 08:52:51.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:52:53.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43206) > >2014-07-22 08:52:54.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34487) > >2014-07-22 08:52:54.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39653) > >2014-07-22 08:52:57.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43261) > >2014-07-22 08:52:58.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34544) > >2014-07-22 08:52:58.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39710) > >2014-07-22 08:53:01.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43315) > >2014-07-22 08:53:02.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34598) > >2014-07-22 08:53:02.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39764) > >2014-07-22 08:53:05.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43368) > >2014-07-22 08:53:06.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34652) > >2014-07-22 08:53:06.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39818) > >2014-07-22 08:53:09.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43421) > >2014-07-22 08:53:10.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:10.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34706) > >2014-07-22 08:53:10.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39874) > >2014-07-22 08:53:13.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43474) > >2014-07-22 08:53:14.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34760) > >2014-07-22 08:53:14.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39928) > >2014-07-22 08:53:17.761 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:17.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43529) > >2014-07-22 08:53:18.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34819) > >2014-07-22 08:53:18.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39987) > >2014-07-22 08:53:21.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:21.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43583) > >2014-07-22 08:53:22.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34878) > >2014-07-22 08:53:22.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40044) > >2014-07-22 08:53:25.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43636) > >2014-07-22 08:53:26.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34933) > >2014-07-22 08:53:26.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40099) > >2014-07-22 08:53:30.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43690) > >2014-07-22 08:53:30.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34988) > >2014-07-22 08:53:30.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40153) > >2014-07-22 08:53:34.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43743) > >2014-07-22 08:53:34.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35041) > >2014-07-22 08:53:34.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40209) > >2014-07-22 08:53:38.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43798) > >2014-07-22 08:53:38.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35095) > >2014-07-22 08:53:38.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40263) > >2014-07-22 08:53:40.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:42.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43851) > >2014-07-22 08:53:42.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35151) > >2014-07-22 08:53:42.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40319) > >2014-07-22 08:53:46.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43904) > >2014-07-22 08:53:46.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35205) > >2014-07-22 08:53:46.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40378) > >2014-07-22 08:53:47.761 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:50.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43958) > >2014-07-22 08:53:50.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35263) > >2014-07-22 08:53:50.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40432) > >2014-07-22 08:53:51.322 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:53:54.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44011) > >2014-07-22 08:53:54.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35317) > >2014-07-22 08:53:54.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40486) > >2014-07-22 08:53:58.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44064) > >2014-07-22 08:53:58.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35374) > >2014-07-22 08:53:58.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40542) > >2014-07-22 08:54:02.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44117) > >2014-07-22 08:54:02.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35427) > >2014-07-22 08:54:02.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40595) > >2014-07-22 08:54:06.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44170) > >2014-07-22 08:54:06.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35480) > >2014-07-22 08:54:06.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40649) > >2014-07-22 08:54:10.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44223) > >2014-07-22 08:54:10.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:10.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35534) > >2014-07-22 08:54:10.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40703) > >2014-07-22 08:54:13.709 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:54:13.709 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:54:13.710 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:54:13.722 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:54:14.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44276) > >2014-07-22 08:54:14.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35588) > >2014-07-22 08:54:14.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40759) > >2014-07-22 08:54:17.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:18.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44329) > >2014-07-22 08:54:18.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35647) > >2014-07-22 08:54:18.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40816) > >2014-07-22 08:54:21.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:22.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44383) > >2014-07-22 08:54:22.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35703) > >2014-07-22 08:54:22.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40871) > >2014-07-22 08:54:26.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44436) > >2014-07-22 08:54:26.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35758) > >2014-07-22 08:54:26.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40925) > >2014-07-22 08:54:30.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44489) > >2014-07-22 08:54:30.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35813) > >2014-07-22 08:54:30.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40978) > >2014-07-22 08:54:34.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44542) > >2014-07-22 08:54:34.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35867) > >2014-07-22 08:54:34.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41032) > >2014-07-22 08:54:38.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44595) > >2014-07-22 08:54:38.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35921) > >2014-07-22 08:54:38.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41086) > >2014-07-22 08:54:40.449 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:42.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44648) > >2014-07-22 08:54:42.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35975) > >2014-07-22 08:54:42.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41140) > >2014-07-22 08:54:46.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44701) > >2014-07-22 08:54:46.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36029) > >2014-07-22 08:54:46.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41194) > >2014-07-22 08:54:47.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:50.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44754) > >2014-07-22 08:54:50.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36087) > >2014-07-22 08:54:50.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41248) > >2014-07-22 08:54:51.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:54:54.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44807) > >2014-07-22 08:54:54.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36141) > >2014-07-22 08:54:54.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41302) > >2014-07-22 08:54:58.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44862) > >2014-07-22 08:54:58.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36198) > >2014-07-22 08:54:58.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41359) > >2014-07-22 08:55:02.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44915) > >2014-07-22 08:55:02.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36251) > >2014-07-22 08:55:02.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41412) > >2014-07-22 08:55:06.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44967) > >2014-07-22 08:55:06.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36306) > >2014-07-22 08:55:06.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41467) > >2014-07-22 08:55:10.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45020) > >2014-07-22 08:55:10.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:10.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36360) > >2014-07-22 08:55:10.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41523) > >2014-07-22 08:55:14.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45073) > >2014-07-22 08:55:14.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36414) > >2014-07-22 08:55:14.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41577) > >2014-07-22 08:55:17.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:18.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45128) > >2014-07-22 08:55:18.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36472) > >2014-07-22 08:55:18.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41635) > >2014-07-22 08:55:21.343 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:22.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45182) > >2014-07-22 08:55:22.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36531) > >2014-07-22 08:55:22.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41693) > >2014-07-22 08:55:26.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45235) > >2014-07-22 08:55:26.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36586) > >2014-07-22 08:55:26.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41748) > >2014-07-22 08:55:30.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45289) > >2014-07-22 08:55:30.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36641) > >2014-07-22 08:55:30.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41802) > >2014-07-22 08:55:34.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45342) > >2014-07-22 08:55:34.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36694) > >2014-07-22 08:55:34.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41858) > >2014-07-22 08:55:38.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45397) > >2014-07-22 08:55:38.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36748) > >2014-07-22 08:55:38.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41912) > >2014-07-22 08:55:40.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:42.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45450) > >2014-07-22 08:55:42.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36802) > >2014-07-22 08:55:42.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41966) > >2014-07-22 08:55:46.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45503) > >2014-07-22 08:55:46.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36858) > >2014-07-22 08:55:46.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42024) > >2014-07-22 08:55:47.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:50.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45557) > >2014-07-22 08:55:50.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36916) > >2014-07-22 08:55:50.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42081) > >2014-07-22 08:55:51.346 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:55:54.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45610) > >2014-07-22 08:55:54.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36970) > >2014-07-22 08:55:54.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42135) > >2014-07-22 08:55:58.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45663) > >2014-07-22 08:55:58.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37027) > >2014-07-22 08:55:58.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42190) > >2014-07-22 08:56:02.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45716) > >2014-07-22 08:56:02.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37080) > >2014-07-22 08:56:02.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42244) > >2014-07-22 08:56:06.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45769) > >2014-07-22 08:56:06.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37134) > >2014-07-22 08:56:06.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42298) > >2014-07-22 08:56:10.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45822) > >2014-07-22 08:56:10.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:10.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37188) > >2014-07-22 08:56:10.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42352) > >2014-07-22 08:56:13.724 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:56:13.724 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:56:13.725 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:56:13.737 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:56:14.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45875) > >2014-07-22 08:56:14.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37241) > >2014-07-22 08:56:14.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42408) > >2014-07-22 08:56:17.763 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:18.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45927) > >2014-07-22 08:56:18.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37300) > >2014-07-22 08:56:18.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42465) > >2014-07-22 08:56:21.346 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:22.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45981) > >2014-07-22 08:56:22.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37356) > >2014-07-22 08:56:22.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42520) > >2014-07-22 08:56:26.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46034) > >2014-07-22 08:56:26.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37411) > >2014-07-22 08:56:26.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42574) > >2014-07-22 08:56:30.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46087) > >2014-07-22 08:56:30.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37466) > >2014-07-22 08:56:30.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42627) > >2014-07-22 08:56:34.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46140) > >2014-07-22 08:56:34.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37520) > >2014-07-22 08:56:34.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42681) > >2014-07-22 08:56:38.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46193) > >2014-07-22 08:56:38.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37574) > >2014-07-22 08:56:38.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42735) > >2014-07-22 08:56:40.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:42.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46246) > >2014-07-22 08:56:42.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37628) > >2014-07-22 08:56:42.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42789) > >2014-07-22 08:56:46.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46299) > >2014-07-22 08:56:46.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37682) > >2014-07-22 08:56:46.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42843) > >2014-07-22 08:56:47.763 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:50.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46352) > >2014-07-22 08:56:50.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37740) > >2014-07-22 08:56:50.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42897) > >2014-07-22 08:56:51.350 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:56:54.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46405) > >2014-07-22 08:56:54.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37794) > >2014-07-22 08:56:54.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42951) > >2014-07-22 08:56:58.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46460) > >2014-07-22 08:56:58.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37851) > >2014-07-22 08:56:58.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43008) > >2014-07-22 08:57:02.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46513) > >2014-07-22 08:57:02.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37904) > >2014-07-22 08:57:03.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43061) > >2014-07-22 08:57:06.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46566) > >2014-07-22 08:57:06.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37959) > >2014-07-22 08:57:07.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43116) > >2014-07-22 08:57:10.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46619) > >2014-07-22 08:57:10.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:10.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38013) > >2014-07-22 08:57:11.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43172) > >2014-07-22 08:57:14.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46672) > >2014-07-22 08:57:14.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38067) > >2014-07-22 08:57:15.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43226) > >2014-07-22 08:57:17.763 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:18.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46726) > >2014-07-22 08:57:18.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38125) > >2014-07-22 08:57:19.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43284) > >2014-07-22 08:57:21.352 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:22.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46781) > >2014-07-22 08:57:22.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38184) > >2014-07-22 08:57:23.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43342) > >2014-07-22 08:57:26.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46834) > >2014-07-22 08:57:26.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38239) > >2014-07-22 08:57:27.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43397) > >2014-07-22 08:57:30.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46888) > >2014-07-22 08:57:30.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38294) > >2014-07-22 08:57:31.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43451) > >2014-07-22 08:57:34.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46941) > >2014-07-22 08:57:34.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38347) > >2014-07-22 08:57:35.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43505) > >2014-07-22 08:57:38.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46995) > >2014-07-22 08:57:38.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38401) > >2014-07-22 08:57:39.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43561) > >2014-07-22 08:57:40.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:42.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47048) > >2014-07-22 08:57:42.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38455) > >2014-07-22 08:57:43.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43615) > >2014-07-22 08:57:46.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47101) > >2014-07-22 08:57:46.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38511) > >2014-07-22 08:57:47.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43673) > >2014-07-22 08:57:47.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:50.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47155) > >2014-07-22 08:57:50.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38569) > >2014-07-22 08:57:51.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43730) > >2014-07-22 08:57:51.356 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:57:54.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47208) > >2014-07-22 08:57:54.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38623) > >2014-07-22 08:57:55.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43784) > >2014-07-22 08:57:58.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47261) > >2014-07-22 08:57:58.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38680) > >2014-07-22 08:57:59.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43839) > >2014-07-22 08:58:02.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47314) > >2014-07-22 08:58:02.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38733) > >2014-07-22 08:58:03.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43893) > >2014-07-22 08:58:06.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47367) > >2014-07-22 08:58:06.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38787) > >2014-07-22 08:58:07.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43947) > >2014-07-22 08:58:10.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47420) > >2014-07-22 08:58:10.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:10.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38841) > >2014-07-22 08:58:11.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44001) > >2014-07-22 08:58:13.739 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 08:58:13.739 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 08:58:13.739 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 08:58:13.751 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 08:58:14.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47474) > >2014-07-22 08:58:14.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38895) > >2014-07-22 08:58:15.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44057) > >2014-07-22 08:58:17.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:18.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47527) > >2014-07-22 08:58:18.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38953) > >2014-07-22 08:58:19.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44114) > >2014-07-22 08:58:21.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:22.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47581) > >2014-07-22 08:58:22.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39010) > >2014-07-22 08:58:23.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44169) > >2014-07-22 08:58:26.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47634) > >2014-07-22 08:58:26.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39065) > >2014-07-22 08:58:27.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44224) > >2014-07-22 08:58:30.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47687) > >2014-07-22 08:58:30.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39120) > >2014-07-22 08:58:31.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44277) > >2014-07-22 08:58:34.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47740) > >2014-07-22 08:58:34.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39174) > >2014-07-22 08:58:35.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44330) > >2014-07-22 08:58:38.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47793) > >2014-07-22 08:58:38.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39228) > >2014-07-22 08:58:39.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44384) > >2014-07-22 08:58:40.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:42.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47846) > >2014-07-22 08:58:42.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39282) > >2014-07-22 08:58:43.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44438) > >2014-07-22 08:58:46.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47899) > >2014-07-22 08:58:46.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39336) > >2014-07-22 08:58:47.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44492) > >2014-07-22 08:58:47.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:50.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47952) > >2014-07-22 08:58:50.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39394) > >2014-07-22 08:58:51.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44546) > >2014-07-22 08:58:51.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:58:54.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48005) > >2014-07-22 08:58:54.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39448) > >2014-07-22 08:58:55.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44600) > >2014-07-22 08:58:58.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48060) > >2014-07-22 08:58:58.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39505) > >2014-07-22 08:58:59.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44658) > >2014-07-22 08:59:02.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48113) > >2014-07-22 08:59:02.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39558) > >2014-07-22 08:59:03.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44711) > >2014-07-22 08:59:06.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48166) > >2014-07-22 08:59:06.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39613) > >2014-07-22 08:59:07.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44766) > >2014-07-22 08:59:10.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48219) > >2014-07-22 08:59:10.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:10.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39667) > >2014-07-22 08:59:11.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44820) > >2014-07-22 08:59:14.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48272) > >2014-07-22 08:59:14.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39721) > >2014-07-22 08:59:15.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44877) > >2014-07-22 08:59:17.764 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:18.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48325) > >2014-07-22 08:59:18.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39779) > >2014-07-22 08:59:19.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44935) > >2014-07-22 08:59:21.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:22.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48381) > >2014-07-22 08:59:22.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39838) > >2014-07-22 08:59:23.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44993) > >2014-07-22 08:59:26.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48434) > >2014-07-22 08:59:26.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39893) > >2014-07-22 08:59:27.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45049) > >2014-07-22 08:59:30.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48487) > >2014-07-22 08:59:30.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39948) > >2014-07-22 08:59:31.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45103) > >2014-07-22 08:59:34.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48541) > >2014-07-22 08:59:34.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40001) > >2014-07-22 08:59:35.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45157) > >2014-07-22 08:59:38.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48596) > >2014-07-22 08:59:38.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40055) > >2014-07-22 08:59:39.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45213) > >2014-07-22 08:59:40.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:42.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48649) > >2014-07-22 08:59:42.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40109) > >2014-07-22 08:59:43.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45267) > >2014-07-22 08:59:46.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48702) > >2014-07-22 08:59:46.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40164) > >2014-07-22 08:59:47.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45325) > >2014-07-22 08:59:47.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:50.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48756) > >2014-07-22 08:59:50.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40222) > >2014-07-22 08:59:51.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45382) > >2014-07-22 08:59:51.380 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 08:59:54.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48809) > >2014-07-22 08:59:54.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40276) > >2014-07-22 08:59:55.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45436) > >2014-07-22 08:59:58.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48862) > >2014-07-22 08:59:58.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40333) > >2014-07-22 08:59:59.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45491) > >2014-07-22 09:00:02.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48915) > >2014-07-22 09:00:02.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40386) > >2014-07-22 09:00:03.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45544) > >2014-07-22 09:00:06.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48968) > >2014-07-22 09:00:06.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40440) > >2014-07-22 09:00:07.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45598) > >2014-07-22 09:00:10.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49021) > >2014-07-22 09:00:10.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:10.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40494) > >2014-07-22 09:00:11.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45652) > >2014-07-22 09:00:13.754 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:00:13.754 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:00:13.755 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:00:13.766 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:00:14.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49074) > >2014-07-22 09:00:14.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40548) > >2014-07-22 09:00:15.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45708) > >2014-07-22 09:00:17.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:18.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49127) > >2014-07-22 09:00:18.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40606) > >2014-07-22 09:00:19.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45764) > >2014-07-22 09:00:21.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:22.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49181) > >2014-07-22 09:00:22.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40663) > >2014-07-22 09:00:23.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45820) > >2014-07-22 09:00:26.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49234) > >2014-07-22 09:00:26.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40718) > >2014-07-22 09:00:27.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45875) > >2014-07-22 09:00:30.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49287) > >2014-07-22 09:00:30.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40773) > >2014-07-22 09:00:31.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45928) > >2014-07-22 09:00:34.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49340) > >2014-07-22 09:00:34.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40827) > >2014-07-22 09:00:35.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45982) > >2014-07-22 09:00:38.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49392) > >2014-07-22 09:00:39.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40881) > >2014-07-22 09:00:39.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46036) > >2014-07-22 09:00:40.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:42.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49445) > >2014-07-22 09:00:43.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40935) > >2014-07-22 09:00:43.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46090) > >2014-07-22 09:00:46.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49498) > >2014-07-22 09:00:47.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40989) > >2014-07-22 09:00:47.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46144) > >2014-07-22 09:00:47.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:50.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49551) > >2014-07-22 09:00:51.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41047) > >2014-07-22 09:00:51.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46198) > >2014-07-22 09:00:51.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:00:54.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49604) > >2014-07-22 09:00:55.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41101) > >2014-07-22 09:00:55.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46252) > >2014-07-22 09:00:58.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49659) > >2014-07-22 09:00:59.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41158) > >2014-07-22 09:00:59.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46309) > >2014-07-22 09:01:02.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49712) > >2014-07-22 09:01:03.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41211) > >2014-07-22 09:01:03.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46362) > >2014-07-22 09:01:06.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49765) > >2014-07-22 09:01:07.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41266) > >2014-07-22 09:01:07.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46417) > >2014-07-22 09:01:10.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49818) > >2014-07-22 09:01:10.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:11.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41320) > >2014-07-22 09:01:11.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46471) > >2014-07-22 09:01:14.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49871) > >2014-07-22 09:01:15.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41374) > >2014-07-22 09:01:15.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46527) > >2014-07-22 09:01:17.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:18.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49924) > >2014-07-22 09:01:19.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41432) > >2014-07-22 09:01:19.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46584) > >2014-07-22 09:01:21.387 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:22.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49979) > >2014-07-22 09:01:23.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41491) > >2014-07-22 09:01:23.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46643) > >2014-07-22 09:01:26.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50033) > >2014-07-22 09:01:27.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41546) > >2014-07-22 09:01:27.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46698) > >2014-07-22 09:01:30.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50086) > >2014-07-22 09:01:31.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41601) > >2014-07-22 09:01:31.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46751) > >2014-07-22 09:01:34.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50140) > >2014-07-22 09:01:35.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41654) > >2014-07-22 09:01:35.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46805) > >2014-07-22 09:01:38.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50195) > >2014-07-22 09:01:39.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41708) > >2014-07-22 09:01:39.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46862) > >2014-07-22 09:01:40.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:42.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50248) > >2014-07-22 09:01:43.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41762) > >2014-07-22 09:01:43.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46916) > >2014-07-22 09:01:46.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50301) > >2014-07-22 09:01:47.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41818) > >2014-07-22 09:01:47.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46972) > >2014-07-22 09:01:47.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:50.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50354) > >2014-07-22 09:01:51.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41876) > >2014-07-22 09:01:51.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47031) > >2014-07-22 09:01:51.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:01:54.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50408) > >2014-07-22 09:01:55.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41930) > >2014-07-22 09:01:55.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47085) > >2014-07-22 09:01:58.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50460) > >2014-07-22 09:01:59.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41987) > >2014-07-22 09:01:59.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47140) > >2014-07-22 09:02:02.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50513) > >2014-07-22 09:02:03.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42040) > >2014-07-22 09:02:03.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47194) > >2014-07-22 09:02:06.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50566) > >2014-07-22 09:02:07.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42094) > >2014-07-22 09:02:07.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47248) > >2014-07-22 09:02:10.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50619) > >2014-07-22 09:02:10.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:11.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42148) > >2014-07-22 09:02:11.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47302) > >2014-07-22 09:02:13.769 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:02:13.769 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:02:13.770 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:02:13.782 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:02:14.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50672) > >2014-07-22 09:02:15.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42202) > >2014-07-22 09:02:15.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47359) > >2014-07-22 09:02:17.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:18.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50725) > >2014-07-22 09:02:19.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42258) > >2014-07-22 09:02:19.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47414) > >2014-07-22 09:02:21.390 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:22.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50779) > >2014-07-22 09:02:23.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42317) > >2014-07-22 09:02:23.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47471) > >2014-07-22 09:02:26.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50832) > >2014-07-22 09:02:27.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42372) > >2014-07-22 09:02:27.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47526) > >2014-07-22 09:02:30.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50885) > >2014-07-22 09:02:31.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42427) > >2014-07-22 09:02:31.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47579) > >2014-07-22 09:02:34.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50938) > >2014-07-22 09:02:35.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42481) > >2014-07-22 09:02:35.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47633) > >2014-07-22 09:02:38.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50991) > >2014-07-22 09:02:39.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42535) > >2014-07-22 09:02:39.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47687) > >2014-07-22 09:02:40.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:42.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51044) > >2014-07-22 09:02:43.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42589) > >2014-07-22 09:02:43.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47741) > >2014-07-22 09:02:46.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51097) > >2014-07-22 09:02:47.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42645) > >2014-07-22 09:02:47.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47794) > >2014-07-22 09:02:47.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:50.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51150) > >2014-07-22 09:02:51.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42701) > >2014-07-22 09:02:51.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47848) > >2014-07-22 09:02:51.396 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:02:54.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51203) > >2014-07-22 09:02:55.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42755) > >2014-07-22 09:02:55.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47902) > >2014-07-22 09:02:58.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51258) > >2014-07-22 09:02:59.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42812) > >2014-07-22 09:02:59.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47959) > >2014-07-22 09:03:02.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51311) > >2014-07-22 09:03:03.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42865) > >2014-07-22 09:03:03.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48012) > >2014-07-22 09:03:06.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51364) > >2014-07-22 09:03:07.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42919) > >2014-07-22 09:03:07.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48067) > >2014-07-22 09:03:10.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51417) > >2014-07-22 09:03:10.451 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:11.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42974) > >2014-07-22 09:03:11.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48121) > >2014-07-22 09:03:14.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51470) > >2014-07-22 09:03:15.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43028) > >2014-07-22 09:03:15.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48177) > >2014-07-22 09:03:17.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:18.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51523) > >2014-07-22 09:03:19.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43086) > >2014-07-22 09:03:19.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48233) > >2014-07-22 09:03:21.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:22.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51578) > >2014-07-22 09:03:23.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43145) > >2014-07-22 09:03:23.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48292) > >2014-07-22 09:03:26.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51632) > >2014-07-22 09:03:27.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43200) > >2014-07-22 09:03:27.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48348) > >2014-07-22 09:03:30.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51685) > >2014-07-22 09:03:31.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43255) > >2014-07-22 09:03:31.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48401) > >2014-07-22 09:03:34.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51739) > >2014-07-22 09:03:35.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43308) > >2014-07-22 09:03:35.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48455) > >2014-07-22 09:03:38.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51794) > >2014-07-22 09:03:39.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43364) > >2014-07-22 09:03:39.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48512) > >2014-07-22 09:03:40.452 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:42.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51846) > >2014-07-22 09:03:43.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43417) > >2014-07-22 09:03:43.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48566) > >2014-07-22 09:03:46.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51899) > >2014-07-22 09:03:47.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43475) > >2014-07-22 09:03:47.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48620) > >2014-07-22 09:03:47.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:50.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51952) > >2014-07-22 09:03:51.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43533) > >2014-07-22 09:03:51.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48680) > >2014-07-22 09:03:51.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:03:54.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52006) > >2014-07-22 09:03:55.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43587) > >2014-07-22 09:03:55.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48735) > >2014-07-22 09:03:58.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52059) > >2014-07-22 09:03:59.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43644) > >2014-07-22 09:03:59.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48790) > >2014-07-22 09:04:02.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52112) > >2014-07-22 09:04:03.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43697) > >2014-07-22 09:04:03.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48843) > >2014-07-22 09:04:06.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52165) > >2014-07-22 09:04:07.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43751) > >2014-07-22 09:04:07.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48897) > >2014-07-22 09:04:10.453 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:10.494 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 52218) > >2014-07-22 09:04:11.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43805) > >2014-07-22 09:04:11.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48951) > >2014-07-22 09:04:13.784 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:04:13.784 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:04:13.785 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:04:13.797 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:04:14.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52271) > >2014-07-22 09:04:15.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43859) > >2014-07-22 09:04:15.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49007) > >2014-07-22 09:04:17.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:18.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52324) > >2014-07-22 09:04:19.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43916) > >2014-07-22 09:04:19.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49062) > >2014-07-22 09:04:21.404 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:22.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52378) > >2014-07-22 09:04:23.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43974) > >2014-07-22 09:04:23.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49119) > >2014-07-22 09:04:26.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52431) > >2014-07-22 09:04:27.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44029) > >2014-07-22 09:04:27.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49174) > >2014-07-22 09:04:30.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52484) > >2014-07-22 09:04:31.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44084) > >2014-07-22 09:04:31.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49227) > >2014-07-22 09:04:34.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52537) > >2014-07-22 09:04:35.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44139) > >2014-07-22 09:04:35.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49280) > >2014-07-22 09:04:38.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52590) > >2014-07-22 09:04:39.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44194) > >2014-07-22 09:04:39.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49335) > >2014-07-22 09:04:40.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:42.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52643) > >2014-07-22 09:04:43.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44248) > >2014-07-22 09:04:43.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49389) > >2014-07-22 09:04:46.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52696) > >2014-07-22 09:04:47.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44305) > >2014-07-22 09:04:47.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49443) > >2014-07-22 09:04:47.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:50.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52749) > >2014-07-22 09:04:51.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44361) > >2014-07-22 09:04:51.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49497) > >2014-07-22 09:04:51.411 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:04:54.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52802) > >2014-07-22 09:04:55.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44415) > >2014-07-22 09:04:55.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49551) > >2014-07-22 09:04:58.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52857) > >2014-07-22 09:04:59.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44472) > >2014-07-22 09:04:59.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49608) > >2014-07-22 09:05:02.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52910) > >2014-07-22 09:05:03.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44525) > >2014-07-22 09:05:03.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49661) > >2014-07-22 09:05:06.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52963) > >2014-07-22 09:05:07.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44579) > >2014-07-22 09:05:07.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49715) > >2014-07-22 09:05:10.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:10.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53016) > >2014-07-22 09:05:11.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44634) > >2014-07-22 09:05:11.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49770) > >2014-07-22 09:05:14.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53069) > >2014-07-22 09:05:15.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44690) > >2014-07-22 09:05:15.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49826) > >2014-07-22 09:05:17.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:18.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53122) > >2014-07-22 09:05:19.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44748) > >2014-07-22 09:05:19.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49882) > >2014-07-22 09:05:21.416 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:22.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53177) > >2014-07-22 09:05:23.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44807) > >2014-07-22 09:05:23.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49941) > >2014-07-22 09:05:26.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53233) > >2014-07-22 09:05:27.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44865) > >2014-07-22 09:05:27.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49998) > >2014-07-22 09:05:30.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53286) > >2014-07-22 09:05:31.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44920) > >2014-07-22 09:05:31.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50051) > >2014-07-22 09:05:34.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53340) > >2014-07-22 09:05:35.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44973) > >2014-07-22 09:05:35.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50105) > >2014-07-22 09:05:38.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53395) > >2014-07-22 09:05:39.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45027) > >2014-07-22 09:05:39.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50162) > >2014-07-22 09:05:40.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:42.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53448) > >2014-07-22 09:05:43.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45081) > >2014-07-22 09:05:43.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50216) > >2014-07-22 09:05:46.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53501) > >2014-07-22 09:05:47.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45136) > >2014-07-22 09:05:47.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50271) > >2014-07-22 09:05:47.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:50.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53553) > >2014-07-22 09:05:51.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45194) > >2014-07-22 09:05:51.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50329) > >2014-07-22 09:05:51.421 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:05:54.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53607) > >2014-07-22 09:05:55.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45248) > >2014-07-22 09:05:55.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50386) > >2014-07-22 09:05:58.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53660) > >2014-07-22 09:05:59.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45305) > >2014-07-22 09:05:59.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50441) > >2014-07-22 09:06:02.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53713) > >2014-07-22 09:06:03.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45358) > >2014-07-22 09:06:03.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50493) > >2014-07-22 09:06:06.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53766) > >2014-07-22 09:06:07.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45412) > >2014-07-22 09:06:07.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50548) > >2014-07-22 09:06:10.455 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:10.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53819) > >2014-07-22 09:06:11.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45466) > >2014-07-22 09:06:11.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50602) > >2014-07-22 09:06:13.800 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:06:13.800 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:06:13.801 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:06:13.813 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:06:14.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53872) > >2014-07-22 09:06:15.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45520) > >2014-07-22 09:06:15.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50658) > >2014-07-22 09:06:17.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:18.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53925) > >2014-07-22 09:06:19.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45577) > >2014-07-22 09:06:19.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50713) > >2014-07-22 09:06:21.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:22.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53979) > >2014-07-22 09:06:23.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45635) > >2014-07-22 09:06:23.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50770) > >2014-07-22 09:06:26.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54032) > >2014-07-22 09:06:27.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45692) > >2014-07-22 09:06:27.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50825) > >2014-07-22 09:06:30.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54085) > >2014-07-22 09:06:31.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45747) > >2014-07-22 09:06:31.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50878) > >2014-07-22 09:06:34.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54138) > >2014-07-22 09:06:35.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45800) > >2014-07-22 09:06:35.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50931) > >2014-07-22 09:06:38.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54191) > >2014-07-22 09:06:39.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45855) > >2014-07-22 09:06:39.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50986) > >2014-07-22 09:06:40.457 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:42.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54244) > >2014-07-22 09:06:43.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45909) > >2014-07-22 09:06:43.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51040) > >2014-07-22 09:06:46.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54297) > >2014-07-22 09:06:47.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45965) > >2014-07-22 09:06:47.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51094) > >2014-07-22 09:06:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:50.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54350) > >2014-07-22 09:06:51.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46022) > >2014-07-22 09:06:51.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51148) > >2014-07-22 09:06:51.440 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:06:54.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54403) > >2014-07-22 09:06:55.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46076) > >2014-07-22 09:06:55.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51202) > >2014-07-22 09:06:58.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54458) > >2014-07-22 09:06:59.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46133) > >2014-07-22 09:06:59.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51259) > >2014-07-22 09:07:02.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54511) > >2014-07-22 09:07:03.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46186) > >2014-07-22 09:07:03.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51312) > >2014-07-22 09:07:06.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54564) > >2014-07-22 09:07:07.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46240) > >2014-07-22 09:07:07.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51366) > >2014-07-22 09:07:10.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:10.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54617) > >2014-07-22 09:07:11.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46295) > >2014-07-22 09:07:11.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51421) > >2014-07-22 09:07:14.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54670) > >2014-07-22 09:07:15.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46349) > >2014-07-22 09:07:15.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51475) > >2014-07-22 09:07:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:18.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54723) > >2014-07-22 09:07:19.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46407) > >2014-07-22 09:07:19.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51533) > >2014-07-22 09:07:21.442 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:22.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54778) > >2014-07-22 09:07:23.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46466) > >2014-07-22 09:07:23.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51592) > >2014-07-22 09:07:26.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54832) > >2014-07-22 09:07:27.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46521) > >2014-07-22 09:07:27.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51648) > >2014-07-22 09:07:30.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54885) > >2014-07-22 09:07:31.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46576) > >2014-07-22 09:07:31.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51701) > >2014-07-22 09:07:34.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54939) > >2014-07-22 09:07:35.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46629) > >2014-07-22 09:07:35.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51755) > >2014-07-22 09:07:38.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54994) > >2014-07-22 09:07:39.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46683) > >2014-07-22 09:07:39.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51812) > >2014-07-22 09:07:40.497 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:42.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55046) > >2014-07-22 09:07:43.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46737) > >2014-07-22 09:07:43.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51866) > >2014-07-22 09:07:46.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55099) > >2014-07-22 09:07:47.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46793) > >2014-07-22 09:07:47.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51921) > >2014-07-22 09:07:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:50.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55152) > >2014-07-22 09:07:51.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46850) > >2014-07-22 09:07:51.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51979) > >2014-07-22 09:07:51.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:07:54.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55206) > >2014-07-22 09:07:55.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46904) > >2014-07-22 09:07:55.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52037) > >2014-07-22 09:07:58.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55259) > >2014-07-22 09:07:59.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46961) > >2014-07-22 09:07:59.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52092) > >2014-07-22 09:08:02.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55312) > >2014-07-22 09:08:03.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47014) > >2014-07-22 09:08:03.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52145) > >2014-07-22 09:08:06.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55365) > >2014-07-22 09:08:07.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47068) > >2014-07-22 09:08:07.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52200) > >2014-07-22 09:08:10.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:10.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55418) > >2014-07-22 09:08:11.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47122) > >2014-07-22 09:08:11.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52254) > >2014-07-22 09:08:13.815 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:08:13.815 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:08:13.816 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:08:13.827 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:08:14.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55471) > >2014-07-22 09:08:15.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47176) > >2014-07-22 09:08:15.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52309) > >2014-07-22 09:08:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:18.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55524) > >2014-07-22 09:08:19.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47233) > >2014-07-22 09:08:19.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52364) > >2014-07-22 09:08:21.454 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:22.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55578) > >2014-07-22 09:08:23.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47291) > >2014-07-22 09:08:23.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52421) > >2014-07-22 09:08:26.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55631) > >2014-07-22 09:08:27.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47346) > >2014-07-22 09:08:27.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52476) > >2014-07-22 09:08:30.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55684) > >2014-07-22 09:08:31.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47401) > >2014-07-22 09:08:31.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52529) > >2014-07-22 09:08:34.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55737) > >2014-07-22 09:08:35.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47454) > >2014-07-22 09:08:35.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52582) > >2014-07-22 09:08:38.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55790) > >2014-07-22 09:08:39.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47509) > >2014-07-22 09:08:39.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52637) > >2014-07-22 09:08:40.494 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:42.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55843) > >2014-07-22 09:08:43.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47563) > >2014-07-22 09:08:43.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52691) > >2014-07-22 09:08:46.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55896) > >2014-07-22 09:08:47.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47619) > >2014-07-22 09:08:47.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52745) > >2014-07-22 09:08:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:50.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55949) > >2014-07-22 09:08:51.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47675) > >2014-07-22 09:08:51.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:08:51.504 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 52799) > >2014-07-22 09:08:54.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56002) > >2014-07-22 09:08:55.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47729) > >2014-07-22 09:08:55.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52853) > >2014-07-22 09:08:58.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56057) > >2014-07-22 09:08:59.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47786) > >2014-07-22 09:08:59.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52910) > >2014-07-22 09:09:02.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56110) > >2014-07-22 09:09:03.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47839) > >2014-07-22 09:09:03.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52963) > >2014-07-22 09:09:06.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56163) > >2014-07-22 09:09:07.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47895) > >2014-07-22 09:09:07.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53017) > >2014-07-22 09:09:10.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:10.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56216) > >2014-07-22 09:09:11.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47950) > >2014-07-22 09:09:11.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53072) > >2014-07-22 09:09:14.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56270) > >2014-07-22 09:09:15.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48004) > >2014-07-22 09:09:15.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53127) > >2014-07-22 09:09:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:18.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56323) > >2014-07-22 09:09:19.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48062) > >2014-07-22 09:09:19.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53185) > >2014-07-22 09:09:21.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:22.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56378) > >2014-07-22 09:09:23.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48121) > >2014-07-22 09:09:23.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53244) > >2014-07-22 09:09:26.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56431) > >2014-07-22 09:09:27.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48177) > >2014-07-22 09:09:27.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53300) > >2014-07-22 09:09:30.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56485) > >2014-07-22 09:09:31.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48232) > >2014-07-22 09:09:31.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53353) > >2014-07-22 09:09:34.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56539) > >2014-07-22 09:09:35.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48285) > >2014-07-22 09:09:35.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53406) > >2014-07-22 09:09:38.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56593) > >2014-07-22 09:09:39.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48339) > >2014-07-22 09:09:39.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53464) > >2014-07-22 09:09:40.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:42.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56648) > >2014-07-22 09:09:43.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48393) > >2014-07-22 09:09:43.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53518) > >2014-07-22 09:09:46.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56701) > >2014-07-22 09:09:47.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48449) > >2014-07-22 09:09:47.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53572) > >2014-07-22 09:09:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:50.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56753) > >2014-07-22 09:09:51.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48507) > >2014-07-22 09:09:51.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:09:51.520 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.7', 53628) > >2014-07-22 09:09:54.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56807) > >2014-07-22 09:09:55.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48561) > >2014-07-22 09:09:55.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53686) > >2014-07-22 09:09:58.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56860) > >2014-07-22 09:09:59.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48618) > >2014-07-22 09:09:59.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53741) > >2014-07-22 09:10:02.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56913) > >2014-07-22 09:10:03.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48671) > >2014-07-22 09:10:03.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53794) > >2014-07-22 09:10:06.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56966) > >2014-07-22 09:10:07.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48725) > >2014-07-22 09:10:07.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53849) > >2014-07-22 09:10:10.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:10.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57019) > >2014-07-22 09:10:11.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48779) > >2014-07-22 09:10:11.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53903) > >2014-07-22 09:10:13.829 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:10:13.829 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:10:13.830 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:10:13.842 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:10:14.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57072) > >2014-07-22 09:10:15.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48832) > >2014-07-22 09:10:15.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53958) > >2014-07-22 09:10:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:18.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57125) > >2014-07-22 09:10:19.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48890) > >2014-07-22 09:10:19.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54014) > >2014-07-22 09:10:21.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:22.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57179) > >2014-07-22 09:10:23.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48948) > >2014-07-22 09:10:23.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54071) > >2014-07-22 09:10:26.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57232) > >2014-07-22 09:10:27.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49003) > >2014-07-22 09:10:27.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54126) > >2014-07-22 09:10:30.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57285) > >2014-07-22 09:10:31.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49058) > >2014-07-22 09:10:31.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54179) > >2014-07-22 09:10:34.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57338) > >2014-07-22 09:10:35.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49111) > >2014-07-22 09:10:35.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54232) > >2014-07-22 09:10:38.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57391) > >2014-07-22 09:10:39.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49166) > >2014-07-22 09:10:39.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54287) > >2014-07-22 09:10:40.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:42.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57444) > >2014-07-22 09:10:43.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49220) > >2014-07-22 09:10:43.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54341) > >2014-07-22 09:10:46.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57497) > >2014-07-22 09:10:47.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49276) > >2014-07-22 09:10:47.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54395) > >2014-07-22 09:10:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:50.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57550) > >2014-07-22 09:10:51.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49332) > >2014-07-22 09:10:51.471 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:10:51.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54449) > >2014-07-22 09:10:54.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57603) > >2014-07-22 09:10:55.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49386) > >2014-07-22 09:10:55.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54503) > >2014-07-22 09:10:58.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57658) > >2014-07-22 09:10:59.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49443) > >2014-07-22 09:10:59.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54560) > >2014-07-22 09:11:02.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57711) > >2014-07-22 09:11:03.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49496) > >2014-07-22 09:11:03.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54613) > >2014-07-22 09:11:06.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57764) > >2014-07-22 09:11:07.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49550) > >2014-07-22 09:11:07.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54667) > >2014-07-22 09:11:10.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:10.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57817) > >2014-07-22 09:11:11.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49605) > >2014-07-22 09:11:11.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54722) > >2014-07-22 09:11:14.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57870) > >2014-07-22 09:11:15.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49659) > >2014-07-22 09:11:15.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54776) > >2014-07-22 09:11:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:18.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57923) > >2014-07-22 09:11:19.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49717) > >2014-07-22 09:11:19.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54835) > >2014-07-22 09:11:21.479 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:22.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57978) > >2014-07-22 09:11:23.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49776) > >2014-07-22 09:11:23.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54894) > >2014-07-22 09:11:26.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58031) > >2014-07-22 09:11:27.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49831) > >2014-07-22 09:11:27.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54950) > >2014-07-22 09:11:30.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58085) > >2014-07-22 09:11:31.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49886) > >2014-07-22 09:11:31.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55004) > >2014-07-22 09:11:34.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58138) > >2014-07-22 09:11:35.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49939) > >2014-07-22 09:11:35.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55057) > >2014-07-22 09:11:38.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58192) > >2014-07-22 09:11:39.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49993) > >2014-07-22 09:11:39.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55115) > >2014-07-22 09:11:40.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:42.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58246) > >2014-07-22 09:11:43.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50047) > >2014-07-22 09:11:43.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55169) > >2014-07-22 09:11:46.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58299) > >2014-07-22 09:11:47.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50102) > >2014-07-22 09:11:47.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55223) > >2014-07-22 09:11:47.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:50.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58352) > >2014-07-22 09:11:51.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50158) > >2014-07-22 09:11:51.479 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:11:51.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55277) > >2014-07-22 09:11:54.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58405) > >2014-07-22 09:11:55.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50214) > >2014-07-22 09:11:55.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55337) > >2014-07-22 09:11:58.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58459) > >2014-07-22 09:11:59.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50271) > >2014-07-22 09:11:59.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55393) > >2014-07-22 09:12:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58512) > >2014-07-22 09:12:03.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50324) > >2014-07-22 09:12:03.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55446) > >2014-07-22 09:12:06.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58565) > >2014-07-22 09:12:07.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50378) > >2014-07-22 09:12:07.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55500) > >2014-07-22 09:12:10.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:10.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58618) > >2014-07-22 09:12:11.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50432) > >2014-07-22 09:12:11.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55554) > >2014-07-22 09:12:13.844 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:12:13.844 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:12:13.845 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:12:13.857 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:12:14.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58671) > >2014-07-22 09:12:15.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50485) > >2014-07-22 09:12:15.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55609) > >2014-07-22 09:12:17.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:18.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58724) > >2014-07-22 09:12:19.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50543) > >2014-07-22 09:12:19.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55665) > >2014-07-22 09:12:21.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:22.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58778) > >2014-07-22 09:12:23.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50601) > >2014-07-22 09:12:23.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55722) > >2014-07-22 09:12:26.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58831) > >2014-07-22 09:12:27.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50656) > >2014-07-22 09:12:27.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55777) > >2014-07-22 09:12:30.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58884) > >2014-07-22 09:12:31.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50711) > >2014-07-22 09:12:31.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55830) > >2014-07-22 09:12:34.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58937) > >2014-07-22 09:12:35.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50764) > >2014-07-22 09:12:35.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55883) > >2014-07-22 09:12:38.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58990) > >2014-07-22 09:12:39.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50819) > >2014-07-22 09:12:39.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55938) > >2014-07-22 09:12:40.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:42.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59043) > >2014-07-22 09:12:43.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50873) > >2014-07-22 09:12:43.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55992) > >2014-07-22 09:12:46.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59096) > >2014-07-22 09:12:47.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50930) > >2014-07-22 09:12:47.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56046) > >2014-07-22 09:12:47.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:50.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59149) > >2014-07-22 09:12:51.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50986) > >2014-07-22 09:12:51.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:12:51.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56100) > >2014-07-22 09:12:54.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59202) > >2014-07-22 09:12:55.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51040) > >2014-07-22 09:12:55.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56154) > >2014-07-22 09:12:58.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59257) > >2014-07-22 09:12:59.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51097) > >2014-07-22 09:12:59.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56211) > >2014-07-22 09:13:02.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59310) > >2014-07-22 09:13:03.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51150) > >2014-07-22 09:13:03.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56264) > >2014-07-22 09:13:06.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59363) > >2014-07-22 09:13:07.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51204) > >2014-07-22 09:13:07.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56318) > >2014-07-22 09:13:10.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:10.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59416) > >2014-07-22 09:13:11.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51258) > >2014-07-22 09:13:11.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56372) > >2014-07-22 09:13:14.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59469) > >2014-07-22 09:13:15.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51313) > >2014-07-22 09:13:15.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56427) > >2014-07-22 09:13:17.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:18.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59522) > >2014-07-22 09:13:19.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51370) > >2014-07-22 09:13:19.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56485) > >2014-07-22 09:13:21.496 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:22.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59576) > >2014-07-22 09:13:23.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51429) > >2014-07-22 09:13:23.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56544) > >2014-07-22 09:13:26.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59629) > >2014-07-22 09:13:27.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51484) > >2014-07-22 09:13:27.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56599) > >2014-07-22 09:13:30.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59683) > >2014-07-22 09:13:31.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51540) > >2014-07-22 09:13:31.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56653) > >2014-07-22 09:13:34.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59736) > >2014-07-22 09:13:35.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51593) > >2014-07-22 09:13:35.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56706) > >2014-07-22 09:13:38.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59790) > >2014-07-22 09:13:39.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51647) > >2014-07-22 09:13:39.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56762) > >2014-07-22 09:13:40.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:42.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59845) > >2014-07-22 09:13:43.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51701) > >2014-07-22 09:13:43.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56818) > >2014-07-22 09:13:46.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59898) > >2014-07-22 09:13:47.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51757) > >2014-07-22 09:13:47.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56872) > >2014-07-22 09:13:47.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:50.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59951) > >2014-07-22 09:13:51.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51813) > >2014-07-22 09:13:51.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:13:51.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56925) > >2014-07-22 09:13:54.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60004) > >2014-07-22 09:13:55.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51869) > >2014-07-22 09:13:55.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56983) > >2014-07-22 09:13:58.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60058) > >2014-07-22 09:13:59.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51926) > >2014-07-22 09:13:59.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57041) > >2014-07-22 09:14:02.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60111) > >2014-07-22 09:14:03.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51979) > >2014-07-22 09:14:03.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57094) > >2014-07-22 09:14:06.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60164) > >2014-07-22 09:14:07.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52033) > >2014-07-22 09:14:07.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57148) > >2014-07-22 09:14:10.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:10.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60217) > >2014-07-22 09:14:11.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52087) > >2014-07-22 09:14:11.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57203) > >2014-07-22 09:14:13.859 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:14:13.859 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:14:13.860 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:14:13.872 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:14:14.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60271) > >2014-07-22 09:14:15.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52140) > >2014-07-22 09:14:15.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57258) > >2014-07-22 09:14:17.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:18.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60324) > >2014-07-22 09:14:19.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52198) > >2014-07-22 09:14:19.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57314) > >2014-07-22 09:14:21.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:22.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60378) > >2014-07-22 09:14:23.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52256) > >2014-07-22 09:14:23.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57371) > >2014-07-22 09:14:26.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60431) > >2014-07-22 09:14:27.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52311) > >2014-07-22 09:14:27.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57427) > >2014-07-22 09:14:30.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60484) > >2014-07-22 09:14:31.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52366) > >2014-07-22 09:14:31.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57480) > >2014-07-22 09:14:34.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60537) > >2014-07-22 09:14:35.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52419) > >2014-07-22 09:14:35.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57533) > >2014-07-22 09:14:38.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60590) > >2014-07-22 09:14:39.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52474) > >2014-07-22 09:14:39.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57588) > >2014-07-22 09:14:40.492 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:42.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60643) > >2014-07-22 09:14:43.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52528) > >2014-07-22 09:14:43.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57642) > >2014-07-22 09:14:46.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60696) > >2014-07-22 09:14:47.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52584) > >2014-07-22 09:14:47.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57696) > >2014-07-22 09:14:47.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:50.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60749) > >2014-07-22 09:14:51.503 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:14:51.558 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.6', 52640) > >2014-07-22 09:14:51.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57751) > >2014-07-22 09:14:54.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60802) > >2014-07-22 09:14:55.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52694) > >2014-07-22 09:14:55.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57804) > >2014-07-22 09:14:58.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60857) > >2014-07-22 09:14:59.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52751) > >2014-07-22 09:14:59.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57861) > >2014-07-22 09:15:02.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60910) > >2014-07-22 09:15:03.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52805) > >2014-07-22 09:15:03.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57914) > >2014-07-22 09:15:06.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60963) > >2014-07-22 09:15:07.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52859) > >2014-07-22 09:15:07.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57968) > >2014-07-22 09:15:10.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:10.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32783) > >2014-07-22 09:15:11.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52917) > >2014-07-22 09:15:11.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58022) > >2014-07-22 09:15:14.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32837) > >2014-07-22 09:15:15.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52972) > >2014-07-22 09:15:15.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58077) > >2014-07-22 09:15:17.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:18.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32890) > >2014-07-22 09:15:19.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53030) > >2014-07-22 09:15:19.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58132) > >2014-07-22 09:15:21.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:22.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32943) > >2014-07-22 09:15:23.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53089) > >2014-07-22 09:15:23.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58193) > >2014-07-22 09:15:26.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33002) > >2014-07-22 09:15:27.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53144) > >2014-07-22 09:15:27.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58248) > >2014-07-22 09:15:30.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33056) > >2014-07-22 09:15:31.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53199) > >2014-07-22 09:15:31.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58302) > >2014-07-22 09:15:34.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33109) > >2014-07-22 09:15:35.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53253) > >2014-07-22 09:15:35.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58355) > >2014-07-22 09:15:38.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33169) > >2014-07-22 09:15:39.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53325) > >2014-07-22 09:15:39.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58417) > >2014-07-22 09:15:40.497 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:42.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33224) > >2014-07-22 09:15:43.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53379) > >2014-07-22 09:15:43.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58473) > >2014-07-22 09:15:47.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33277) > >2014-07-22 09:15:47.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53435) > >2014-07-22 09:15:47.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58527) > >2014-07-22 09:15:47.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:51.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33332) > >2014-07-22 09:15:51.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:15:51.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53494) > >2014-07-22 09:15:51.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58582) > >2014-07-22 09:15:55.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33399) > >2014-07-22 09:15:55.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53553) > >2014-07-22 09:15:55.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58645) > >2014-07-22 09:15:59.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33453) > >2014-07-22 09:15:59.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53616) > >2014-07-22 09:15:59.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58703) > >2014-07-22 09:16:03.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33511) > >2014-07-22 09:16:03.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53676) > >2014-07-22 09:16:03.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58756) > >2014-07-22 09:16:07.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33575) > >2014-07-22 09:16:07.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53742) > >2014-07-22 09:16:07.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58810) > >2014-07-22 09:16:10.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:11.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33640) > >2014-07-22 09:16:11.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53806) > >2014-07-22 09:16:11.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58864) > >2014-07-22 09:16:13.874 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:16:13.874 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:16:13.874 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:16:13.928 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:16:15.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33699) > >2014-07-22 09:16:15.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53873) > >2014-07-22 09:16:15.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58919) > >2014-07-22 09:16:17.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:19.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33761) > >2014-07-22 09:16:19.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53947) > >2014-07-22 09:16:19.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58975) > >2014-07-22 09:16:21.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:23.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33828) > >2014-07-22 09:16:23.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54022) > >2014-07-22 09:16:23.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59032) > >2014-07-22 09:16:27.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33893) > >2014-07-22 09:16:27.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54081) > >2014-07-22 09:16:27.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59088) > >2014-07-22 09:16:31.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33958) > >2014-07-22 09:16:31.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54138) > >2014-07-22 09:16:31.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59140) > >2014-07-22 09:16:35.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34020) > >2014-07-22 09:16:35.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54191) > >2014-07-22 09:16:35.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59193) > >2014-07-22 09:16:39.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34079) > >2014-07-22 09:16:39.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54246) > >2014-07-22 09:16:39.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59248) > >2014-07-22 09:16:40.533 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:43.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34135) > >2014-07-22 09:16:43.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54304) > >2014-07-22 09:16:43.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59302) > >2014-07-22 09:16:47.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34192) > >2014-07-22 09:16:47.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:47.861 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 54360) > >2014-07-22 09:16:47.935 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.7', 59356) > >2014-07-22 09:16:51.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34247) > >2014-07-22 09:16:51.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:16:51.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54417) > >2014-07-22 09:16:51.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59411) > >2014-07-22 09:16:55.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34301) > >2014-07-22 09:16:55.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54473) > >2014-07-22 09:16:55.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59464) > >2014-07-22 09:16:59.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34356) > >2014-07-22 09:16:59.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54533) > >2014-07-22 09:16:59.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59521) > >2014-07-22 09:17:03.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34409) > >2014-07-22 09:17:03.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54588) > >2014-07-22 09:17:03.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59574) > >2014-07-22 09:17:07.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34462) > >2014-07-22 09:17:07.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54642) > >2014-07-22 09:17:07.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59628) > >2014-07-22 09:17:10.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:11.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34515) > >2014-07-22 09:17:11.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54699) > >2014-07-22 09:17:11.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59682) > >2014-07-22 09:17:15.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34568) > >2014-07-22 09:17:15.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54759) > >2014-07-22 09:17:15.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59738) > >2014-07-22 09:17:17.813 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:19.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34621) > >2014-07-22 09:17:19.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54817) > >2014-07-22 09:17:19.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59792) > >2014-07-22 09:17:21.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:23.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34674) > >2014-07-22 09:17:23.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54877) > >2014-07-22 09:17:24.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59851) > >2014-07-22 09:17:27.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34729) > >2014-07-22 09:17:27.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54933) > >2014-07-22 09:17:28.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59908) > >2014-07-22 09:17:31.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34782) > >2014-07-22 09:17:31.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54988) > >2014-07-22 09:17:32.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59962) > >2014-07-22 09:17:35.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34837) > >2014-07-22 09:17:35.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55042) > >2014-07-22 09:17:36.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60016) > >2014-07-22 09:17:39.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34893) > >2014-07-22 09:17:39.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55099) > >2014-07-22 09:17:40.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60069) > >2014-07-22 09:17:40.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:43.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34949) > >2014-07-22 09:17:43.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55153) > >2014-07-22 09:17:44.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60127) > >2014-07-22 09:17:47.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35002) > >2014-07-22 09:17:47.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:47.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55209) > >2014-07-22 09:17:48.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60181) > >2014-07-22 09:17:51.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35056) > >2014-07-22 09:17:51.529 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:17:51.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55267) > >2014-07-22 09:17:52.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60236) > >2014-07-22 09:17:55.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35109) > >2014-07-22 09:17:55.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55322) > >2014-07-22 09:17:56.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60292) > >2014-07-22 09:17:59.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35163) > >2014-07-22 09:17:59.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55379) > >2014-07-22 09:18:00.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60351) > >2014-07-22 09:18:03.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35216) > >2014-07-22 09:18:03.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55432) > >2014-07-22 09:18:04.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60404) > >2014-07-22 09:18:07.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35270) > >2014-07-22 09:18:07.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55487) > >2014-07-22 09:18:08.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60458) > >2014-07-22 09:18:10.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:11.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35322) > >2014-07-22 09:18:11.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55541) > >2014-07-22 09:18:12.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60513) > >2014-07-22 09:18:13.931 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:18:13.931 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:18:13.932 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:18:13.945 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:18:15.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35375) > >2014-07-22 09:18:15.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55593) > >2014-07-22 09:18:16.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60569) > >2014-07-22 09:18:17.856 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:19.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35430) > >2014-07-22 09:18:19.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55652) > >2014-07-22 09:18:20.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60624) > >2014-07-22 09:18:21.529 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:23.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35484) > >2014-07-22 09:18:23.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55708) > >2014-07-22 09:18:24.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60679) > >2014-07-22 09:18:27.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35537) > >2014-07-22 09:18:27.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55765) > >2014-07-22 09:18:28.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60736) > >2014-07-22 09:18:31.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35590) > >2014-07-22 09:18:32.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55819) > >2014-07-22 09:18:32.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60789) > >2014-07-22 09:18:35.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35643) > >2014-07-22 09:18:36.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55872) > >2014-07-22 09:18:36.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60843) > >2014-07-22 09:18:39.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35696) > >2014-07-22 09:18:40.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55927) > >2014-07-22 09:18:40.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60897) > >2014-07-22 09:18:40.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:43.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35749) > >2014-07-22 09:18:44.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55981) > >2014-07-22 09:18:44.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60951) > >2014-07-22 09:18:47.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35802) > >2014-07-22 09:18:47.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:48.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56038) > >2014-07-22 09:18:48.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32773) > >2014-07-22 09:18:51.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35854) > >2014-07-22 09:18:51.531 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:18:52.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56094) > >2014-07-22 09:18:52.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32827) > >2014-07-22 09:18:55.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35907) > >2014-07-22 09:18:56.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56147) > >2014-07-22 09:18:56.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32881) > >2014-07-22 09:18:59.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35962) > >2014-07-22 09:19:00.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56204) > >2014-07-22 09:19:00.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32937) > >2014-07-22 09:19:03.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36015) > >2014-07-22 09:19:04.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56257) > >2014-07-22 09:19:04.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32990) > >2014-07-22 09:19:07.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36068) > >2014-07-22 09:19:08.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56311) > >2014-07-22 09:19:08.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33044) > >2014-07-22 09:19:10.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:11.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36121) > >2014-07-22 09:19:12.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56365) > >2014-07-22 09:19:12.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33098) > >2014-07-22 09:19:15.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36174) > >2014-07-22 09:19:16.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56422) > >2014-07-22 09:19:16.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33154) > >2014-07-22 09:19:17.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:19.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36227) > >2014-07-22 09:19:20.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56480) > >2014-07-22 09:19:20.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33209) > >2014-07-22 09:19:21.536 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:23.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36280) > >2014-07-22 09:19:24.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56539) > >2014-07-22 09:19:24.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33268) > >2014-07-22 09:19:27.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36335) > >2014-07-22 09:19:28.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56594) > >2014-07-22 09:19:28.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33325) > >2014-07-22 09:19:31.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36388) > >2014-07-22 09:19:32.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56649) > >2014-07-22 09:19:32.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33378) > >2014-07-22 09:19:35.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36442) > >2014-07-22 09:19:36.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56702) > >2014-07-22 09:19:36.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33433) > >2014-07-22 09:19:39.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36495) > >2014-07-22 09:19:40.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56756) > >2014-07-22 09:19:40.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33486) > >2014-07-22 09:19:40.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:43.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36551) > >2014-07-22 09:19:44.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56810) > >2014-07-22 09:19:44.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33544) > >2014-07-22 09:19:47.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36604) > >2014-07-22 09:19:47.799 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:48.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56867) > >2014-07-22 09:19:48.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33599) > >2014-07-22 09:19:51.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36657) > >2014-07-22 09:19:51.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:19:52.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56923) > >2014-07-22 09:19:52.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33653) > >2014-07-22 09:19:55.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36710) > >2014-07-22 09:19:56.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56976) > >2014-07-22 09:19:56.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33707) > >2014-07-22 09:19:59.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36763) > >2014-07-22 09:20:00.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57035) > >2014-07-22 09:20:00.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33768) > >2014-07-22 09:20:03.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36817) > >2014-07-22 09:20:04.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57088) > >2014-07-22 09:20:04.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33821) > >2014-07-22 09:20:07.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36870) > >2014-07-22 09:20:08.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57142) > >2014-07-22 09:20:08.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33875) > >2014-07-22 09:20:10.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:11.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36923) > >2014-07-22 09:20:12.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57196) > >2014-07-22 09:20:12.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33929) > >2014-07-22 09:20:13.947 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:20:13.947 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:20:13.948 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:20:13.970 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:20:15.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36976) > >2014-07-22 09:20:16.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57249) > >2014-07-22 09:20:16.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33985) > >2014-07-22 09:20:17.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:19.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37029) > >2014-07-22 09:20:20.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57307) > >2014-07-22 09:20:20.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34041) > >2014-07-22 09:20:21.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:23.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37083) > >2014-07-22 09:20:24.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57363) > >2014-07-22 09:20:24.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34095) > >2014-07-22 09:20:27.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37136) > >2014-07-22 09:20:28.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57420) > >2014-07-22 09:20:28.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34152) > >2014-07-22 09:20:31.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37189) > >2014-07-22 09:20:32.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57475) > >2014-07-22 09:20:32.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34205) > >2014-07-22 09:20:35.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37242) > >2014-07-22 09:20:36.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57528) > >2014-07-22 09:20:36.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34258) > >2014-07-22 09:20:39.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37295) > >2014-07-22 09:20:40.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57582) > >2014-07-22 09:20:40.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34311) > >2014-07-22 09:20:40.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:43.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37348) > >2014-07-22 09:20:44.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57637) > >2014-07-22 09:20:44.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34366) > >2014-07-22 09:20:47.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37401) > >2014-07-22 09:20:47.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:48.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57694) > >2014-07-22 09:20:48.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34422) > >2014-07-22 09:20:51.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37454) > >2014-07-22 09:20:51.552 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:20:52.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57750) > >2014-07-22 09:20:52.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34476) > >2014-07-22 09:20:55.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37507) > >2014-07-22 09:20:56.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57803) > >2014-07-22 09:20:56.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34529) > >2014-07-22 09:20:59.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37562) > >2014-07-22 09:21:00.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57860) > >2014-07-22 09:21:00.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34586) > >2014-07-22 09:21:03.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37615) > >2014-07-22 09:21:04.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57913) > >2014-07-22 09:21:04.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34639) > >2014-07-22 09:21:07.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37668) > >2014-07-22 09:21:08.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57967) > >2014-07-22 09:21:08.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34693) > >2014-07-22 09:21:10.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:11.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37721) > >2014-07-22 09:21:12.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58021) > >2014-07-22 09:21:12.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34747) > >2014-07-22 09:21:15.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37774) > >2014-07-22 09:21:16.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58075) > >2014-07-22 09:21:16.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34801) > >2014-07-22 09:21:17.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:19.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37827) > >2014-07-22 09:21:20.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58134) > >2014-07-22 09:21:20.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34858) > >2014-07-22 09:21:21.554 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:23.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37880) > >2014-07-22 09:21:24.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58193) > >2014-07-22 09:21:24.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34917) > >2014-07-22 09:21:27.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37935) > >2014-07-22 09:21:28.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58248) > >2014-07-22 09:21:28.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34974) > >2014-07-22 09:21:31.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37987) > >2014-07-22 09:21:32.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58303) > >2014-07-22 09:21:32.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35027) > >2014-07-22 09:21:35.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38041) > >2014-07-22 09:21:36.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58356) > >2014-07-22 09:21:36.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35081) > >2014-07-22 09:21:39.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38094) > >2014-07-22 09:21:40.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58410) > >2014-07-22 09:21:40.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35135) > >2014-07-22 09:21:40.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:43.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38150) > >2014-07-22 09:21:44.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58464) > >2014-07-22 09:21:44.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35193) > >2014-07-22 09:21:47.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38203) > >2014-07-22 09:21:47.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:48.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58521) > >2014-07-22 09:21:48.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35248) > >2014-07-22 09:21:51.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38256) > >2014-07-22 09:21:51.558 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:21:52.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58577) > >2014-07-22 09:21:52.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35302) > >2014-07-22 09:21:55.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38309) > >2014-07-22 09:21:56.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58630) > >2014-07-22 09:21:56.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35355) > >2014-07-22 09:21:59.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38362) > >2014-07-22 09:22:00.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58689) > >2014-07-22 09:22:00.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35414) > >2014-07-22 09:22:03.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38416) > >2014-07-22 09:22:04.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58742) > >2014-07-22 09:22:04.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35470) > >2014-07-22 09:22:07.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38469) > >2014-07-22 09:22:08.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58796) > >2014-07-22 09:22:08.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35524) > >2014-07-22 09:22:10.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:11.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38522) > >2014-07-22 09:22:12.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58850) > >2014-07-22 09:22:12.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35578) > >2014-07-22 09:22:13.973 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:22:13.973 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:22:13.974 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:22:13.987 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:22:15.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38575) > >2014-07-22 09:22:16.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58903) > >2014-07-22 09:22:16.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35634) > >2014-07-22 09:22:17.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:19.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38628) > >2014-07-22 09:22:20.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58961) > >2014-07-22 09:22:20.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35690) > >2014-07-22 09:22:21.561 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:23.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38682) > >2014-07-22 09:22:24.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59017) > >2014-07-22 09:22:24.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35744) > >2014-07-22 09:22:27.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38735) > >2014-07-22 09:22:28.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59074) > >2014-07-22 09:22:28.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35801) > >2014-07-22 09:22:31.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38788) > >2014-07-22 09:22:32.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59129) > >2014-07-22 09:22:32.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35854) > >2014-07-22 09:22:35.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38841) > >2014-07-22 09:22:36.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59182) > >2014-07-22 09:22:36.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35907) > >2014-07-22 09:22:39.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38894) > >2014-07-22 09:22:40.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59236) > >2014-07-22 09:22:40.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35961) > >2014-07-22 09:22:40.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:43.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38947) > >2014-07-22 09:22:44.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59291) > >2014-07-22 09:22:44.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36016) > >2014-07-22 09:22:47.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39000) > >2014-07-22 09:22:47.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:48.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59348) > >2014-07-22 09:22:48.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36071) > >2014-07-22 09:22:51.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39053) > >2014-07-22 09:22:51.562 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:22:52.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59404) > >2014-07-22 09:22:52.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36125) > >2014-07-22 09:22:55.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39106) > >2014-07-22 09:22:56.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59457) > >2014-07-22 09:22:56.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36178) > >2014-07-22 09:22:59.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39161) > >2014-07-22 09:23:00.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59513) > >2014-07-22 09:23:00.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36235) > >2014-07-22 09:23:03.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39214) > >2014-07-22 09:23:04.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59566) > >2014-07-22 09:23:04.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36288) > >2014-07-22 09:23:07.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39267) > >2014-07-22 09:23:08.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59620) > >2014-07-22 09:23:08.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36342) > >2014-07-22 09:23:10.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:11.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39320) > >2014-07-22 09:23:12.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59674) > >2014-07-22 09:23:12.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36396) > >2014-07-22 09:23:15.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39373) > >2014-07-22 09:23:16.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59728) > >2014-07-22 09:23:16.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36450) > >2014-07-22 09:23:17.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:19.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39426) > >2014-07-22 09:23:20.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59787) > >2014-07-22 09:23:20.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36507) > >2014-07-22 09:23:21.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:23.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39479) > >2014-07-22 09:23:24.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59846) > >2014-07-22 09:23:24.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36564) > >2014-07-22 09:23:27.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39534) > >2014-07-22 09:23:28.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59901) > >2014-07-22 09:23:28.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36623) > >2014-07-22 09:23:31.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39587) > >2014-07-22 09:23:32.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59956) > >2014-07-22 09:23:32.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36676) > >2014-07-22 09:23:35.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39641) > >2014-07-22 09:23:36.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60009) > >2014-07-22 09:23:36.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36730) > >2014-07-22 09:23:39.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39694) > >2014-07-22 09:23:40.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60062) > >2014-07-22 09:23:40.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36784) > >2014-07-22 09:23:40.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:43.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39749) > >2014-07-22 09:23:44.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60116) > >2014-07-22 09:23:44.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36842) > >2014-07-22 09:23:47.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39803) > >2014-07-22 09:23:47.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:48.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60173) > >2014-07-22 09:23:48.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36897) > >2014-07-22 09:23:51.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39856) > >2014-07-22 09:23:51.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:23:52.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60229) > >2014-07-22 09:23:52.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36951) > >2014-07-22 09:23:55.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39909) > >2014-07-22 09:23:56.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60282) > >2014-07-22 09:23:56.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37004) > >2014-07-22 09:23:59.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39962) > >2014-07-22 09:24:00.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60341) > >2014-07-22 09:24:00.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37063) > >2014-07-22 09:24:03.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40016) > >2014-07-22 09:24:04.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60394) > >2014-07-22 09:24:04.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37119) > >2014-07-22 09:24:07.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40069) > >2014-07-22 09:24:08.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60447) > >2014-07-22 09:24:08.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37173) > >2014-07-22 09:24:10.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:11.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40121) > >2014-07-22 09:24:12.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60501) > >2014-07-22 09:24:12.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37227) > >2014-07-22 09:24:13.990 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:24:13.990 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:24:13.991 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:24:14.003 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:24:15.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40175) > >2014-07-22 09:24:16.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60554) > >2014-07-22 09:24:16.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37283) > >2014-07-22 09:24:17.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:19.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40228) > >2014-07-22 09:24:20.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60612) > >2014-07-22 09:24:20.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37340) > >2014-07-22 09:24:21.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:23.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40282) > >2014-07-22 09:24:24.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60668) > >2014-07-22 09:24:24.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37394) > >2014-07-22 09:24:27.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40334) > >2014-07-22 09:24:28.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60725) > >2014-07-22 09:24:28.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37451) > >2014-07-22 09:24:31.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40387) > >2014-07-22 09:24:32.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60780) > >2014-07-22 09:24:32.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37504) > >2014-07-22 09:24:35.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40440) > >2014-07-22 09:24:36.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60833) > >2014-07-22 09:24:36.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37557) > >2014-07-22 09:24:39.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40493) > >2014-07-22 09:24:40.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60887) > >2014-07-22 09:24:40.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37611) > >2014-07-22 09:24:40.520 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:43.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40546) > >2014-07-22 09:24:44.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60942) > >2014-07-22 09:24:44.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37666) > >2014-07-22 09:24:47.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40599) > >2014-07-22 09:24:47.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:48.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60999) > >2014-07-22 09:24:48.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37721) > >2014-07-22 09:24:51.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40652) > >2014-07-22 09:24:51.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:24:52.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32822) > >2014-07-22 09:24:52.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37775) > >2014-07-22 09:24:55.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40705) > >2014-07-22 09:24:56.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32875) > >2014-07-22 09:24:56.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37828) > >2014-07-22 09:24:59.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40760) > >2014-07-22 09:25:00.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32932) > >2014-07-22 09:25:00.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37885) > >2014-07-22 09:25:03.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40813) > >2014-07-22 09:25:04.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32985) > >2014-07-22 09:25:04.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37938) > >2014-07-22 09:25:07.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40866) > >2014-07-22 09:25:08.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33039) > >2014-07-22 09:25:08.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37992) > >2014-07-22 09:25:10.529 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:11.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40919) > >2014-07-22 09:25:12.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33093) > >2014-07-22 09:25:12.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38046) > >2014-07-22 09:25:15.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40972) > >2014-07-22 09:25:16.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33147) > >2014-07-22 09:25:16.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38102) > >2014-07-22 09:25:17.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:19.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41026) > >2014-07-22 09:25:20.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33207) > >2014-07-22 09:25:20.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38159) > >2014-07-22 09:25:21.582 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:23.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41079) > >2014-07-22 09:25:24.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33266) > >2014-07-22 09:25:24.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38216) > >2014-07-22 09:25:27.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41134) > >2014-07-22 09:25:28.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33321) > >2014-07-22 09:25:28.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38275) > >2014-07-22 09:25:31.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41187) > >2014-07-22 09:25:32.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33376) > >2014-07-22 09:25:32.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38328) > >2014-07-22 09:25:35.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41240) > >2014-07-22 09:25:36.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33429) > >2014-07-22 09:25:36.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38382) > >2014-07-22 09:25:39.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41294) > >2014-07-22 09:25:40.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33483) > >2014-07-22 09:25:40.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38436) > >2014-07-22 09:25:40.519 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:43.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41347) > >2014-07-22 09:25:44.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33537) > >2014-07-22 09:25:44.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38493) > >2014-07-22 09:25:47.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41403) > >2014-07-22 09:25:47.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:48.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33594) > >2014-07-22 09:25:48.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38549) > >2014-07-22 09:25:51.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41456) > >2014-07-22 09:25:51.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:25:52.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33650) > >2014-07-22 09:25:52.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38603) > >2014-07-22 09:25:55.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41510) > >2014-07-22 09:25:56.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33703) > >2014-07-22 09:25:56.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38656) > >2014-07-22 09:25:59.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41563) > >2014-07-22 09:26:00.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33762) > >2014-07-22 09:26:00.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38713) > >2014-07-22 09:26:03.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41617) > >2014-07-22 09:26:04.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33815) > >2014-07-22 09:26:04.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38770) > >2014-07-22 09:26:07.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41670) > >2014-07-22 09:26:08.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33869) > >2014-07-22 09:26:08.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38824) > >2014-07-22 09:26:10.518 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:11.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41723) > >2014-07-22 09:26:12.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33923) > >2014-07-22 09:26:12.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38878) > >2014-07-22 09:26:14.006 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:26:14.006 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:26:14.007 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:26:14.017 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:26:15.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41776) > >2014-07-22 09:26:16.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33976) > >2014-07-22 09:26:16.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38934) > >2014-07-22 09:26:17.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:19.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41829) > >2014-07-22 09:26:20.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34033) > >2014-07-22 09:26:20.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38990) > >2014-07-22 09:26:21.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:23.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41883) > >2014-07-22 09:26:24.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34090) > >2014-07-22 09:26:24.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39045) > >2014-07-22 09:26:27.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41936) > >2014-07-22 09:26:28.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34147) > >2014-07-22 09:26:28.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39102) > >2014-07-22 09:26:31.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41989) > >2014-07-22 09:26:32.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34202) > >2014-07-22 09:26:32.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39154) > >2014-07-22 09:26:35.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42042) > >2014-07-22 09:26:36.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34255) > >2014-07-22 09:26:36.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39207) > >2014-07-22 09:26:39.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42095) > >2014-07-22 09:26:40.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34309) > >2014-07-22 09:26:40.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39261) > >2014-07-22 09:26:40.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:43.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42148) > >2014-07-22 09:26:44.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34364) > >2014-07-22 09:26:44.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39316) > >2014-07-22 09:26:47.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42201) > >2014-07-22 09:26:47.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:48.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34421) > >2014-07-22 09:26:48.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39371) > >2014-07-22 09:26:51.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42254) > >2014-07-22 09:26:51.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:26:52.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34477) > >2014-07-22 09:26:52.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39425) > >2014-07-22 09:26:55.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42307) > >2014-07-22 09:26:56.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34530) > >2014-07-22 09:26:56.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39478) > >2014-07-22 09:26:59.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42362) > >2014-07-22 09:27:00.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34587) > >2014-07-22 09:27:00.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39535) > >2014-07-22 09:27:03.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42415) > >2014-07-22 09:27:04.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34640) > >2014-07-22 09:27:04.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39588) > >2014-07-22 09:27:07.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42467) > >2014-07-22 09:27:08.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34694) > >2014-07-22 09:27:08.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39642) > >2014-07-22 09:27:10.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:11.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42520) > >2014-07-22 09:27:12.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34748) > >2014-07-22 09:27:12.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39696) > >2014-07-22 09:27:15.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42573) > >2014-07-22 09:27:16.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34802) > >2014-07-22 09:27:16.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39750) > >2014-07-22 09:27:17.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:19.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42626) > >2014-07-22 09:27:20.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34861) > >2014-07-22 09:27:20.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39807) > >2014-07-22 09:27:21.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:23.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42679) > >2014-07-22 09:27:24.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34920) > >2014-07-22 09:27:24.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39864) > >2014-07-22 09:27:27.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42733) > >2014-07-22 09:27:28.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34975) > >2014-07-22 09:27:28.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39923) > >2014-07-22 09:27:31.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42787) > >2014-07-22 09:27:32.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35030) > >2014-07-22 09:27:32.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39976) > >2014-07-22 09:27:35.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42840) > >2014-07-22 09:27:36.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35083) > >2014-07-22 09:27:36.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40029) > >2014-07-22 09:27:39.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42894) > >2014-07-22 09:27:40.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35137) > >2014-07-22 09:27:40.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40084) > >2014-07-22 09:27:40.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:43.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42947) > >2014-07-22 09:27:44.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35191) > >2014-07-22 09:27:44.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40141) > >2014-07-22 09:27:47.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43003) > >2014-07-22 09:27:47.805 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:48.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35248) > >2014-07-22 09:27:48.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40197) > >2014-07-22 09:27:51.594 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:27:51.646 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 43056) > >2014-07-22 09:27:52.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35304) > >2014-07-22 09:27:52.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40251) > >2014-07-22 09:27:55.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43109) > >2014-07-22 09:27:56.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35358) > >2014-07-22 09:27:56.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40303) > >2014-07-22 09:27:59.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43162) > >2014-07-22 09:28:00.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35415) > >2014-07-22 09:28:00.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40358) > >2014-07-22 09:28:03.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43215) > >2014-07-22 09:28:04.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35470) > >2014-07-22 09:28:04.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40417) > >2014-07-22 09:28:07.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43269) > >2014-07-22 09:28:08.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35524) > >2014-07-22 09:28:08.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40472) > >2014-07-22 09:28:10.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:11.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43322) > >2014-07-22 09:28:12.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35578) > >2014-07-22 09:28:12.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40526) > >2014-07-22 09:28:14.020 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:28:14.020 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:28:14.020 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:28:14.033 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:28:15.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43375) > >2014-07-22 09:28:16.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35631) > >2014-07-22 09:28:16.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40581) > >2014-07-22 09:28:17.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:19.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43428) > >2014-07-22 09:28:20.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35688) > >2014-07-22 09:28:20.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40638) > >2014-07-22 09:28:21.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:23.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43482) > >2014-07-22 09:28:24.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35745) > >2014-07-22 09:28:24.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40693) > >2014-07-22 09:28:27.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43535) > >2014-07-22 09:28:28.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35802) > >2014-07-22 09:28:28.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40750) > >2014-07-22 09:28:31.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43588) > >2014-07-22 09:28:32.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35857) > >2014-07-22 09:28:32.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40803) > >2014-07-22 09:28:35.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43641) > >2014-07-22 09:28:36.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35910) > >2014-07-22 09:28:36.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40856) > >2014-07-22 09:28:39.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43694) > >2014-07-22 09:28:40.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35963) > >2014-07-22 09:28:40.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40910) > >2014-07-22 09:28:40.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:43.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43747) > >2014-07-22 09:28:44.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36018) > >2014-07-22 09:28:44.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40965) > >2014-07-22 09:28:47.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43800) > >2014-07-22 09:28:47.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:48.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36075) > >2014-07-22 09:28:48.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41020) > >2014-07-22 09:28:51.617 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:28:51.668 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 43853) > >2014-07-22 09:28:52.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36131) > >2014-07-22 09:28:52.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41074) > >2014-07-22 09:28:55.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43906) > >2014-07-22 09:28:56.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36184) > >2014-07-22 09:28:56.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41127) > >2014-07-22 09:28:59.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43961) > >2014-07-22 09:29:00.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36241) > >2014-07-22 09:29:00.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41184) > >2014-07-22 09:29:03.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44014) > >2014-07-22 09:29:04.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36294) > >2014-07-22 09:29:04.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41237) > >2014-07-22 09:29:07.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44067) > >2014-07-22 09:29:08.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36347) > >2014-07-22 09:29:08.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41291) > >2014-07-22 09:29:10.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:11.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44120) > >2014-07-22 09:29:12.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36401) > >2014-07-22 09:29:12.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41345) > >2014-07-22 09:29:15.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44173) > >2014-07-22 09:29:16.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36455) > >2014-07-22 09:29:16.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41399) > >2014-07-22 09:29:17.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:19.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44226) > >2014-07-22 09:29:20.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36513) > >2014-07-22 09:29:20.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41456) > >2014-07-22 09:29:21.617 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:23.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44279) > >2014-07-22 09:29:24.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36573) > >2014-07-22 09:29:24.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41514) > >2014-07-22 09:29:27.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44332) > >2014-07-22 09:29:28.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36628) > >2014-07-22 09:29:28.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41573) > >2014-07-22 09:29:31.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44387) > >2014-07-22 09:29:32.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36683) > >2014-07-22 09:29:32.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41626) > >2014-07-22 09:29:35.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44440) > >2014-07-22 09:29:36.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36736) > >2014-07-22 09:29:36.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41679) > >2014-07-22 09:29:39.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44494) > >2014-07-22 09:29:40.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36789) > >2014-07-22 09:29:40.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:40.597 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 41734) > >2014-07-22 09:29:43.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44546) > >2014-07-22 09:29:44.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36843) > >2014-07-22 09:29:44.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41789) > >2014-07-22 09:29:47.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44602) > >2014-07-22 09:29:47.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:48.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36900) > >2014-07-22 09:29:48.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41847) > >2014-07-22 09:29:51.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:29:51.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44655) > >2014-07-22 09:29:52.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36956) > >2014-07-22 09:29:52.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41901) > >2014-07-22 09:29:55.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44708) > >2014-07-22 09:29:56.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37009) > >2014-07-22 09:29:56.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41954) > >2014-07-22 09:29:59.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44761) > >2014-07-22 09:30:00.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37066) > >2014-07-22 09:30:00.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42009) > >2014-07-22 09:30:03.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44814) > >2014-07-22 09:30:04.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37121) > >2014-07-22 09:30:04.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42066) > >2014-07-22 09:30:07.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44867) > >2014-07-22 09:30:08.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37175) > >2014-07-22 09:30:08.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42123) > >2014-07-22 09:30:10.523 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:11.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44920) > >2014-07-22 09:30:12.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37229) > >2014-07-22 09:30:12.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42177) > >2014-07-22 09:30:14.035 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:30:14.035 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:30:14.036 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:30:14.048 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:30:15.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44973) > >2014-07-22 09:30:16.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37282) > >2014-07-22 09:30:16.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42232) > >2014-07-22 09:30:17.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:19.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45026) > >2014-07-22 09:30:20.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37339) > >2014-07-22 09:30:20.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42289) > >2014-07-22 09:30:21.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:23.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45080) > >2014-07-22 09:30:24.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37396) > >2014-07-22 09:30:24.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42344) > >2014-07-22 09:30:27.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45133) > >2014-07-22 09:30:28.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37453) > >2014-07-22 09:30:28.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42401) > >2014-07-22 09:30:31.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45186) > >2014-07-22 09:30:32.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37508) > >2014-07-22 09:30:32.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42454) > >2014-07-22 09:30:35.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45239) > >2014-07-22 09:30:36.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37561) > >2014-07-22 09:30:36.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42507) > >2014-07-22 09:30:39.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45292) > >2014-07-22 09:30:40.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37615) > >2014-07-22 09:30:40.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:40.613 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 42561) > >2014-07-22 09:30:43.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45345) > >2014-07-22 09:30:44.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37670) > >2014-07-22 09:30:44.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42616) > >2014-07-22 09:30:47.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45398) > >2014-07-22 09:30:47.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:48.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37727) > >2014-07-22 09:30:48.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42671) > >2014-07-22 09:30:51.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:30:51.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45451) > >2014-07-22 09:30:52.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37783) > >2014-07-22 09:30:52.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42725) > >2014-07-22 09:30:55.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45504) > >2014-07-22 09:30:56.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37836) > >2014-07-22 09:30:56.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42778) > >2014-07-22 09:30:59.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45559) > >2014-07-22 09:31:00.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37894) > >2014-07-22 09:31:00.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42835) > >2014-07-22 09:31:03.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45612) > >2014-07-22 09:31:04.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37947) > >2014-07-22 09:31:04.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42888) > >2014-07-22 09:31:07.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45665) > >2014-07-22 09:31:08.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38001) > >2014-07-22 09:31:08.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42942) > >2014-07-22 09:31:10.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:11.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45718) > >2014-07-22 09:31:12.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38055) > >2014-07-22 09:31:12.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42996) > >2014-07-22 09:31:15.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45771) > >2014-07-22 09:31:16.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38109) > >2014-07-22 09:31:16.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43050) > >2014-07-22 09:31:17.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:19.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45824) > >2014-07-22 09:31:20.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38167) > >2014-07-22 09:31:20.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43106) > >2014-07-22 09:31:21.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:23.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45877) > >2014-07-22 09:31:24.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38227) > >2014-07-22 09:31:24.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43164) > >2014-07-22 09:31:27.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45930) > >2014-07-22 09:31:28.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38282) > >2014-07-22 09:31:28.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43220) > >2014-07-22 09:31:31.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45985) > >2014-07-22 09:31:32.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38337) > >2014-07-22 09:31:32.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43276) > >2014-07-22 09:31:35.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46038) > >2014-07-22 09:31:36.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38390) > >2014-07-22 09:31:36.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43329) > >2014-07-22 09:31:39.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46092) > >2014-07-22 09:31:40.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:40.561 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 38444) > >2014-07-22 09:31:40.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43384) > >2014-07-22 09:31:43.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46145) > >2014-07-22 09:31:44.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38498) > >2014-07-22 09:31:44.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43439) > >2014-07-22 09:31:47.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46200) > >2014-07-22 09:31:47.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:48.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38555) > >2014-07-22 09:31:48.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43497) > >2014-07-22 09:31:51.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:31:51.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46254) > >2014-07-22 09:31:52.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38611) > >2014-07-22 09:31:52.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43551) > >2014-07-22 09:31:55.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46307) > >2014-07-22 09:31:56.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38664) > >2014-07-22 09:31:56.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43604) > >2014-07-22 09:31:59.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46360) > >2014-07-22 09:32:00.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38721) > >2014-07-22 09:32:00.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43658) > >2014-07-22 09:32:03.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46413) > >2014-07-22 09:32:04.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38776) > >2014-07-22 09:32:04.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43715) > >2014-07-22 09:32:07.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46467) > >2014-07-22 09:32:08.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38830) > >2014-07-22 09:32:08.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43772) > >2014-07-22 09:32:10.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:11.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46520) > >2014-07-22 09:32:12.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38884) > >2014-07-22 09:32:12.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43826) > >2014-07-22 09:32:14.051 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:32:14.051 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:32:14.052 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:32:14.064 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:32:15.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46573) > >2014-07-22 09:32:16.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38937) > >2014-07-22 09:32:16.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43881) > >2014-07-22 09:32:17.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:19.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46626) > >2014-07-22 09:32:20.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38994) > >2014-07-22 09:32:20.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43938) > >2014-07-22 09:32:21.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:23.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46680) > >2014-07-22 09:32:24.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39051) > >2014-07-22 09:32:24.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43993) > >2014-07-22 09:32:27.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46733) > >2014-07-22 09:32:28.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39107) > >2014-07-22 09:32:28.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44049) > >2014-07-22 09:32:31.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46786) > >2014-07-22 09:32:32.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39163) > >2014-07-22 09:32:32.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44102) > >2014-07-22 09:32:35.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46839) > >2014-07-22 09:32:36.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39216) > >2014-07-22 09:32:36.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44155) > >2014-07-22 09:32:39.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46891) > >2014-07-22 09:32:40.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:40.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39270) > >2014-07-22 09:32:40.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44209) > >2014-07-22 09:32:43.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46944) > >2014-07-22 09:32:44.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39325) > >2014-07-22 09:32:44.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44264) > >2014-07-22 09:32:47.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:47.848 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.8', 46997) > >2014-07-22 09:32:48.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39382) > >2014-07-22 09:32:48.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44319) > >2014-07-22 09:32:51.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:32:51.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47050) > >2014-07-22 09:32:52.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39438) > >2014-07-22 09:32:52.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44373) > >2014-07-22 09:32:55.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47103) > >2014-07-22 09:32:56.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39491) > >2014-07-22 09:32:56.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44426) > >2014-07-22 09:32:59.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47158) > >2014-07-22 09:33:00.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39548) > >2014-07-22 09:33:00.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44483) > >2014-07-22 09:33:03.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47211) > >2014-07-22 09:33:04.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39601) > >2014-07-22 09:33:04.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44536) > >2014-07-22 09:33:07.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47264) > >2014-07-22 09:33:08.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39655) > >2014-07-22 09:33:08.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44590) > >2014-07-22 09:33:10.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:11.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47317) > >2014-07-22 09:33:12.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39709) > >2014-07-22 09:33:12.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44644) > >2014-07-22 09:33:15.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47370) > >2014-07-22 09:33:16.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39763) > >2014-07-22 09:33:16.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44698) > >2014-07-22 09:33:17.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:19.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47423) > >2014-07-22 09:33:20.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39821) > >2014-07-22 09:33:20.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44755) > >2014-07-22 09:33:21.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:23.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47476) > >2014-07-22 09:33:24.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39881) > >2014-07-22 09:33:24.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44813) > >2014-07-22 09:33:27.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47529) > >2014-07-22 09:33:28.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39935) > >2014-07-22 09:33:28.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44866) > >2014-07-22 09:33:31.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47584) > >2014-07-22 09:33:32.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39990) > >2014-07-22 09:33:32.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44923) > >2014-07-22 09:33:35.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47637) > >2014-07-22 09:33:36.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40043) > >2014-07-22 09:33:36.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44976) > >2014-07-22 09:33:39.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47690) > >2014-07-22 09:33:40.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:40.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40097) > >2014-07-22 09:33:40.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45031) > >2014-07-22 09:33:43.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47744) > >2014-07-22 09:33:44.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40151) > >2014-07-22 09:33:44.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45086) > >2014-07-22 09:33:47.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:47.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47799) > >2014-07-22 09:33:48.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40208) > >2014-07-22 09:33:48.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45143) > >2014-07-22 09:33:51.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:33:51.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47853) > >2014-07-22 09:33:52.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40264) > >2014-07-22 09:33:52.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45198) > >2014-07-22 09:33:55.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47906) > >2014-07-22 09:33:56.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40317) > >2014-07-22 09:33:56.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45251) > >2014-07-22 09:33:59.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47959) > >2014-07-22 09:34:00.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40374) > >2014-07-22 09:34:00.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45306) > >2014-07-22 09:34:03.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48012) > >2014-07-22 09:34:04.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40429) > >2014-07-22 09:34:04.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45361) > >2014-07-22 09:34:07.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48066) > >2014-07-22 09:34:08.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40483) > >2014-07-22 09:34:08.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45420) > >2014-07-22 09:34:10.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:11.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48119) > >2014-07-22 09:34:12.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40537) > >2014-07-22 09:34:12.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45474) > >2014-07-22 09:34:14.067 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:34:14.067 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:34:14.067 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:34:14.079 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:34:15.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48172) > >2014-07-22 09:34:16.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40590) > >2014-07-22 09:34:16.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45529) > >2014-07-22 09:34:17.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:19.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48225) > >2014-07-22 09:34:20.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40647) > >2014-07-22 09:34:20.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45586) > >2014-07-22 09:34:21.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:23.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48279) > >2014-07-22 09:34:24.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40704) > >2014-07-22 09:34:24.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45641) > >2014-07-22 09:34:27.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48332) > >2014-07-22 09:34:28.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40758) > >2014-07-22 09:34:28.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45696) > >2014-07-22 09:34:31.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48385) > >2014-07-22 09:34:32.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40815) > >2014-07-22 09:34:32.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45751) > >2014-07-22 09:34:35.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48438) > >2014-07-22 09:34:36.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40868) > >2014-07-22 09:34:36.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45804) > >2014-07-22 09:34:39.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48491) > >2014-07-22 09:34:40.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:40.684 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 40922) > >2014-07-22 09:34:40.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45858) > >2014-07-22 09:34:43.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48544) > >2014-07-22 09:34:44.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40977) > >2014-07-22 09:34:44.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45913) > >2014-07-22 09:34:47.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:47.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48597) > >2014-07-22 09:34:48.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41033) > >2014-07-22 09:34:48.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45968) > >2014-07-22 09:34:51.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:34:51.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48650) > >2014-07-22 09:34:52.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41089) > >2014-07-22 09:34:52.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46022) > >2014-07-22 09:34:55.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48703) > >2014-07-22 09:34:56.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41142) > >2014-07-22 09:34:56.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46075) > >2014-07-22 09:34:59.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48758) > >2014-07-22 09:35:00.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41199) > >2014-07-22 09:35:00.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46132) > >2014-07-22 09:35:03.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48811) > >2014-07-22 09:35:04.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41252) > >2014-07-22 09:35:04.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46185) > >2014-07-22 09:35:07.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48863) > >2014-07-22 09:35:08.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41307) > >2014-07-22 09:35:08.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46240) > >2014-07-22 09:35:10.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:11.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48916) > >2014-07-22 09:35:12.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41362) > >2014-07-22 09:35:12.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46295) > >2014-07-22 09:35:15.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48969) > >2014-07-22 09:35:16.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41417) > >2014-07-22 09:35:16.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46350) > >2014-07-22 09:35:17.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:19.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49022) > >2014-07-22 09:35:20.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41475) > >2014-07-22 09:35:20.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46406) > >2014-07-22 09:35:21.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:23.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49075) > >2014-07-22 09:35:24.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41535) > >2014-07-22 09:35:24.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46465) > >2014-07-22 09:35:27.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49130) > >2014-07-22 09:35:28.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41592) > >2014-07-22 09:35:28.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46520) > >2014-07-22 09:35:31.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49185) > >2014-07-22 09:35:32.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41647) > >2014-07-22 09:35:32.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46578) > >2014-07-22 09:35:35.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49238) > >2014-07-22 09:35:36.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41700) > >2014-07-22 09:35:36.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46631) > >2014-07-22 09:35:39.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49291) > >2014-07-22 09:35:40.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:40.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41754) > >2014-07-22 09:35:40.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46686) > >2014-07-22 09:35:43.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49345) > >2014-07-22 09:35:44.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41808) > >2014-07-22 09:35:44.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46741) > >2014-07-22 09:35:47.828 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:47.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49400) > >2014-07-22 09:35:48.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41865) > >2014-07-22 09:35:48.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46798) > >2014-07-22 09:35:51.691 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:35:51.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49454) > >2014-07-22 09:35:52.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41921) > >2014-07-22 09:35:52.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46853) > >2014-07-22 09:35:55.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49507) > >2014-07-22 09:35:56.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41974) > >2014-07-22 09:35:56.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46906) > >2014-07-22 09:35:59.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49560) > >2014-07-22 09:36:00.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42031) > >2014-07-22 09:36:00.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46961) > >2014-07-22 09:36:03.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49613) > >2014-07-22 09:36:04.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42084) > >2014-07-22 09:36:04.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47014) > >2014-07-22 09:36:07.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49666) > >2014-07-22 09:36:08.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42140) > >2014-07-22 09:36:08.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47075) > >2014-07-22 09:36:10.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:11.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49720) > >2014-07-22 09:36:12.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42194) > >2014-07-22 09:36:12.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47129) > >2014-07-22 09:36:14.081 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:36:14.081 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:36:14.082 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:36:14.094 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:36:15.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49772) > >2014-07-22 09:36:16.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42247) > >2014-07-22 09:36:16.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47184) > >2014-07-22 09:36:17.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:19.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49825) > >2014-07-22 09:36:20.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42304) > >2014-07-22 09:36:20.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47240) > >2014-07-22 09:36:21.709 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:23.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49879) > >2014-07-22 09:36:24.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42361) > >2014-07-22 09:36:24.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47296) > >2014-07-22 09:36:27.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49932) > >2014-07-22 09:36:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42416) > >2014-07-22 09:36:28.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47351) > >2014-07-22 09:36:31.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49985) > >2014-07-22 09:36:32.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42473) > >2014-07-22 09:36:32.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47406) > >2014-07-22 09:36:35.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50038) > >2014-07-22 09:36:36.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42526) > >2014-07-22 09:36:36.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47459) > >2014-07-22 09:36:40.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50091) > >2014-07-22 09:36:40.618 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:40.771 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 42580) > >2014-07-22 09:36:40.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47514) > >2014-07-22 09:36:44.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50144) > >2014-07-22 09:36:44.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42634) > >2014-07-22 09:36:44.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47567) > >2014-07-22 09:36:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:48.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50197) > >2014-07-22 09:36:48.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42692) > >2014-07-22 09:36:48.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47623) > >2014-07-22 09:36:51.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:36:52.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50250) > >2014-07-22 09:36:52.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42748) > >2014-07-22 09:36:52.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47677) > >2014-07-22 09:36:56.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50303) > >2014-07-22 09:36:56.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42801) > >2014-07-22 09:36:56.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47730) > >2014-07-22 09:37:00.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50358) > >2014-07-22 09:37:00.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42858) > >2014-07-22 09:37:00.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47787) > >2014-07-22 09:37:04.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50411) > >2014-07-22 09:37:04.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42911) > >2014-07-22 09:37:04.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47840) > >2014-07-22 09:37:08.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50464) > >2014-07-22 09:37:08.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42965) > >2014-07-22 09:37:08.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47894) > >2014-07-22 09:37:10.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:12.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50517) > >2014-07-22 09:37:12.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43019) > >2014-07-22 09:37:12.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47948) > >2014-07-22 09:37:16.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50570) > >2014-07-22 09:37:16.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43074) > >2014-07-22 09:37:16.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48002) > >2014-07-22 09:37:17.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:20.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50623) > >2014-07-22 09:37:20.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43132) > >2014-07-22 09:37:20.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48058) > >2014-07-22 09:37:21.762 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:24.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50676) > >2014-07-22 09:37:24.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43192) > >2014-07-22 09:37:24.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48115) > >2014-07-22 09:37:28.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50729) > >2014-07-22 09:37:28.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43248) > >2014-07-22 09:37:28.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48171) > >2014-07-22 09:37:32.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50784) > >2014-07-22 09:37:32.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43303) > >2014-07-22 09:37:32.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48228) > >2014-07-22 09:37:36.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50837) > >2014-07-22 09:37:36.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43356) > >2014-07-22 09:37:36.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48281) > >2014-07-22 09:37:40.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50890) > >2014-07-22 09:37:40.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:40.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43411) > >2014-07-22 09:37:40.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48336) > >2014-07-22 09:37:44.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50944) > >2014-07-22 09:37:44.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43464) > >2014-07-22 09:37:44.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48390) > >2014-07-22 09:37:47.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50999) > >2014-07-22 09:37:48.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43521) > >2014-07-22 09:37:48.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48448) > >2014-07-22 09:37:51.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:37:52.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51053) > >2014-07-22 09:37:52.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43577) > >2014-07-22 09:37:52.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48503) > >2014-07-22 09:37:56.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51106) > >2014-07-22 09:37:56.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43630) > >2014-07-22 09:37:56.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48556) > >2014-07-22 09:38:00.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51159) > >2014-07-22 09:38:00.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43687) > >2014-07-22 09:38:00.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48611) > >2014-07-22 09:38:04.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51212) > >2014-07-22 09:38:04.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43741) > >2014-07-22 09:38:04.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48664) > >2014-07-22 09:38:08.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51265) > >2014-07-22 09:38:08.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43797) > >2014-07-22 09:38:08.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48722) > >2014-07-22 09:38:10.572 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:12.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51319) > >2014-07-22 09:38:12.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43851) > >2014-07-22 09:38:12.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48778) > >2014-07-22 09:38:14.096 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:38:14.096 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:38:14.097 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:38:14.109 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:38:16.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51372) > >2014-07-22 09:38:16.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43904) > >2014-07-22 09:38:16.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48833) > >2014-07-22 09:38:17.837 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:20.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51425) > >2014-07-22 09:38:20.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43961) > >2014-07-22 09:38:20.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48889) > >2014-07-22 09:38:21.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:24.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51478) > >2014-07-22 09:38:24.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44018) > >2014-07-22 09:38:24.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48945) > >2014-07-22 09:38:28.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51531) > >2014-07-22 09:38:28.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44073) > >2014-07-22 09:38:28.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49000) > >2014-07-22 09:38:32.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51584) > >2014-07-22 09:38:32.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44130) > >2014-07-22 09:38:32.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49055) > >2014-07-22 09:38:36.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51637) > >2014-07-22 09:38:36.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44183) > >2014-07-22 09:38:36.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49108) > >2014-07-22 09:38:40.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51690) > >2014-07-22 09:38:40.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:40.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44238) > >2014-07-22 09:38:40.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49162) > >2014-07-22 09:38:44.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51743) > >2014-07-22 09:38:44.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44291) > >2014-07-22 09:38:44.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49215) > >2014-07-22 09:38:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:48.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51796) > >2014-07-22 09:38:48.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44349) > >2014-07-22 09:38:48.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49272) > >2014-07-22 09:38:51.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:38:52.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51849) > >2014-07-22 09:38:52.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44405) > >2014-07-22 09:38:52.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49326) > >2014-07-22 09:38:56.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51902) > >2014-07-22 09:38:56.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44458) > >2014-07-22 09:38:56.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49379) > >2014-07-22 09:39:00.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51957) > >2014-07-22 09:39:00.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44515) > >2014-07-22 09:39:00.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49435) > >2014-07-22 09:39:04.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52010) > >2014-07-22 09:39:04.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44568) > >2014-07-22 09:39:04.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49488) > >2014-07-22 09:39:08.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52063) > >2014-07-22 09:39:08.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44622) > >2014-07-22 09:39:08.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49542) > >2014-07-22 09:39:10.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:12.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52116) > >2014-07-22 09:39:12.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44676) > >2014-07-22 09:39:12.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49596) > >2014-07-22 09:39:16.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52169) > >2014-07-22 09:39:16.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44730) > >2014-07-22 09:39:16.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49650) > >2014-07-22 09:39:17.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:20.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52222) > >2014-07-22 09:39:20.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44788) > >2014-07-22 09:39:20.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49706) > >2014-07-22 09:39:21.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:24.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52275) > >2014-07-22 09:39:24.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44847) > >2014-07-22 09:39:24.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49763) > >2014-07-22 09:39:28.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52328) > >2014-07-22 09:39:28.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44903) > >2014-07-22 09:39:28.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49819) > >2014-07-22 09:39:32.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52383) > >2014-07-22 09:39:32.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44958) > >2014-07-22 09:39:32.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49876) > >2014-07-22 09:39:36.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52436) > >2014-07-22 09:39:36.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45011) > >2014-07-22 09:39:36.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49929) > >2014-07-22 09:39:40.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52489) > >2014-07-22 09:39:40.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:40.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45066) > >2014-07-22 09:39:40.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49984) > >2014-07-22 09:39:44.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52543) > >2014-07-22 09:39:44.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45119) > >2014-07-22 09:39:44.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50038) > >2014-07-22 09:39:47.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:48.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52598) > >2014-07-22 09:39:48.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45176) > >2014-07-22 09:39:48.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50096) > >2014-07-22 09:39:51.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:39:52.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52652) > >2014-07-22 09:39:52.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45232) > >2014-07-22 09:39:52.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50151) > >2014-07-22 09:39:56.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52705) > >2014-07-22 09:39:56.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45285) > >2014-07-22 09:39:56.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50205) > >2014-07-22 09:40:00.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52758) > >2014-07-22 09:40:00.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45342) > >2014-07-22 09:40:00.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50259) > >2014-07-22 09:40:04.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52811) > >2014-07-22 09:40:04.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45395) > >2014-07-22 09:40:04.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50312) > >2014-07-22 09:40:08.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52864) > >2014-07-22 09:40:08.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45451) > >2014-07-22 09:40:08.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50370) > >2014-07-22 09:40:10.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:12.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52918) > >2014-07-22 09:40:12.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45505) > >2014-07-22 09:40:12.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50427) > >2014-07-22 09:40:14.111 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:40:14.111 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:40:14.111 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:40:14.123 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:40:16.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52971) > >2014-07-22 09:40:16.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45558) > >2014-07-22 09:40:16.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50482) > >2014-07-22 09:40:17.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:20.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53024) > >2014-07-22 09:40:20.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45614) > >2014-07-22 09:40:20.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50538) > >2014-07-22 09:40:21.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:24.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53078) > >2014-07-22 09:40:24.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45671) > >2014-07-22 09:40:24.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50594) > >2014-07-22 09:40:28.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53131) > >2014-07-22 09:40:28.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45726) > >2014-07-22 09:40:28.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50649) > >2014-07-22 09:40:32.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53183) > >2014-07-22 09:40:32.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45783) > >2014-07-22 09:40:32.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50704) > >2014-07-22 09:40:36.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53236) > >2014-07-22 09:40:36.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45835) > >2014-07-22 09:40:36.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50757) > >2014-07-22 09:40:40.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53289) > >2014-07-22 09:40:40.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:40.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45890) > >2014-07-22 09:40:41.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50812) > >2014-07-22 09:40:44.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53342) > >2014-07-22 09:40:44.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45943) > >2014-07-22 09:40:45.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50865) > >2014-07-22 09:40:47.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:48.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53395) > >2014-07-22 09:40:48.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46001) > >2014-07-22 09:40:49.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50921) > >2014-07-22 09:40:51.950 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:40:52.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53448) > >2014-07-22 09:40:52.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46057) > >2014-07-22 09:40:53.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50975) > >2014-07-22 09:40:56.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53501) > >2014-07-22 09:40:56.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46110) > >2014-07-22 09:40:57.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51029) > >2014-07-22 09:41:00.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53556) > >2014-07-22 09:41:00.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46166) > >2014-07-22 09:41:01.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51085) > >2014-07-22 09:41:04.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53609) > >2014-07-22 09:41:04.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46219) > >2014-07-22 09:41:05.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51138) > >2014-07-22 09:41:08.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53662) > >2014-07-22 09:41:08.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46273) > >2014-07-22 09:41:09.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51192) > >2014-07-22 09:41:10.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:12.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53715) > >2014-07-22 09:41:12.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46327) > >2014-07-22 09:41:13.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51246) > >2014-07-22 09:41:16.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53768) > >2014-07-22 09:41:16.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46381) > >2014-07-22 09:41:17.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51300) > >2014-07-22 09:41:17.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:20.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53821) > >2014-07-22 09:41:20.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46439) > >2014-07-22 09:41:21.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51356) > >2014-07-22 09:41:21.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:24.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53874) > >2014-07-22 09:41:24.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46498) > >2014-07-22 09:41:25.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51413) > >2014-07-22 09:41:28.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53927) > >2014-07-22 09:41:28.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46554) > >2014-07-22 09:41:29.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51469) > >2014-07-22 09:41:32.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53982) > >2014-07-22 09:41:32.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46609) > >2014-07-22 09:41:33.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51524) > >2014-07-22 09:41:36.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54035) > >2014-07-22 09:41:36.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46662) > >2014-07-22 09:41:37.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51579) > >2014-07-22 09:41:40.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54088) > >2014-07-22 09:41:40.574 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:40.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46717) > >2014-07-22 09:41:41.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51634) > >2014-07-22 09:41:44.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54141) > >2014-07-22 09:41:44.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46770) > >2014-07-22 09:41:45.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51688) > >2014-07-22 09:41:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:48.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54195) > >2014-07-22 09:41:48.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46827) > >2014-07-22 09:41:49.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51746) > >2014-07-22 09:41:52.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:41:52.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54250) > >2014-07-22 09:41:52.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46883) > >2014-07-22 09:41:53.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51800) > >2014-07-22 09:41:56.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54304) > >2014-07-22 09:41:56.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46936) > >2014-07-22 09:41:57.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51855) > >2014-07-22 09:42:00.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54357) > >2014-07-22 09:42:00.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46993) > >2014-07-22 09:42:01.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51909) > >2014-07-22 09:42:04.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54410) > >2014-07-22 09:42:04.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47046) > >2014-07-22 09:42:05.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51962) > >2014-07-22 09:42:08.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54463) > >2014-07-22 09:42:08.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47102) > >2014-07-22 09:42:09.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52018) > >2014-07-22 09:42:10.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:12.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54517) > >2014-07-22 09:42:12.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47156) > >2014-07-22 09:42:13.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52077) > >2014-07-22 09:42:14.125 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:42:14.125 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:42:14.126 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:42:14.157 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:42:16.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54570) > >2014-07-22 09:42:16.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47209) > >2014-07-22 09:42:17.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52132) > >2014-07-22 09:42:17.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:20.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54623) > >2014-07-22 09:42:20.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47266) > >2014-07-22 09:42:21.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52188) > >2014-07-22 09:42:22.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:24.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54677) > >2014-07-22 09:42:24.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47323) > >2014-07-22 09:42:25.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52244) > >2014-07-22 09:42:28.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54730) > >2014-07-22 09:42:28.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47378) > >2014-07-22 09:42:29.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52299) > >2014-07-22 09:42:32.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54782) > >2014-07-22 09:42:33.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47435) > >2014-07-22 09:42:33.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52354) > >2014-07-22 09:42:36.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54835) > >2014-07-22 09:42:37.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47488) > >2014-07-22 09:42:37.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52407) > >2014-07-22 09:42:40.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54888) > >2014-07-22 09:42:40.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:41.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47543) > >2014-07-22 09:42:41.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52462) > >2014-07-22 09:42:44.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54941) > >2014-07-22 09:42:45.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47596) > >2014-07-22 09:42:45.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52515) > >2014-07-22 09:42:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:48.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54994) > >2014-07-22 09:42:49.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47654) > >2014-07-22 09:42:49.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52571) > >2014-07-22 09:42:52.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:42:52.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55047) > >2014-07-22 09:42:53.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47710) > >2014-07-22 09:42:53.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52625) > >2014-07-22 09:42:56.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55100) > >2014-07-22 09:42:57.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47764) > >2014-07-22 09:42:57.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52679) > >2014-07-22 09:43:00.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55155) > >2014-07-22 09:43:01.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47821) > >2014-07-22 09:43:01.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52735) > >2014-07-22 09:43:04.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55208) > >2014-07-22 09:43:05.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47874) > >2014-07-22 09:43:05.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52788) > >2014-07-22 09:43:08.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55261) > >2014-07-22 09:43:09.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47928) > >2014-07-22 09:43:09.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52842) > >2014-07-22 09:43:10.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:12.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55314) > >2014-07-22 09:43:13.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47982) > >2014-07-22 09:43:13.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52897) > >2014-07-22 09:43:16.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55367) > >2014-07-22 09:43:17.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48036) > >2014-07-22 09:43:17.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52951) > >2014-07-22 09:43:17.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:20.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55420) > >2014-07-22 09:43:21.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48094) > >2014-07-22 09:43:21.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53007) > >2014-07-22 09:43:22.102 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:24.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55474) > >2014-07-22 09:43:25.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48153) > >2014-07-22 09:43:25.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53064) > >2014-07-22 09:43:28.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55527) > >2014-07-22 09:43:29.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48209) > >2014-07-22 09:43:29.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53120) > >2014-07-22 09:43:32.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55581) > >2014-07-22 09:43:33.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48264) > >2014-07-22 09:43:33.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53175) > >2014-07-22 09:43:36.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55635) > >2014-07-22 09:43:37.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48317) > >2014-07-22 09:43:37.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53230) > >2014-07-22 09:43:40.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55688) > >2014-07-22 09:43:40.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:41.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48372) > >2014-07-22 09:43:41.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53285) > >2014-07-22 09:43:44.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55741) > >2014-07-22 09:43:45.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48425) > >2014-07-22 09:43:45.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53338) > >2014-07-22 09:43:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:48.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55795) > >2014-07-22 09:43:49.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48482) > >2014-07-22 09:43:49.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53397) > >2014-07-22 09:43:52.122 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:43:52.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55850) > >2014-07-22 09:43:53.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48538) > >2014-07-22 09:43:53.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53451) > >2014-07-22 09:43:56.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55903) > >2014-07-22 09:43:57.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48592) > >2014-07-22 09:43:57.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53506) > >2014-07-22 09:44:00.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55956) > >2014-07-22 09:44:01.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48648) > >2014-07-22 09:44:01.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53560) > >2014-07-22 09:44:04.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56009) > >2014-07-22 09:44:05.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48701) > >2014-07-22 09:44:05.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53613) > >2014-07-22 09:44:08.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56062) > >2014-07-22 09:44:09.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48755) > >2014-07-22 09:44:09.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53667) > >2014-07-22 09:44:10.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:12.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56115) > >2014-07-22 09:44:13.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48811) > >2014-07-22 09:44:13.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53728) > >2014-07-22 09:44:14.192 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:44:14.192 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:44:14.193 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:44:14.213 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:44:16.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56169) > >2014-07-22 09:44:17.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48864) > >2014-07-22 09:44:17.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53781) > >2014-07-22 09:44:17.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:20.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56222) > >2014-07-22 09:44:21.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48921) > >2014-07-22 09:44:21.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53837) > >2014-07-22 09:44:22.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:24.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56276) > >2014-07-22 09:44:25.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48977) > >2014-07-22 09:44:25.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53891) > >2014-07-22 09:44:28.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56329) > >2014-07-22 09:44:29.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49033) > >2014-07-22 09:44:29.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53948) > >2014-07-22 09:44:32.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56382) > >2014-07-22 09:44:33.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49090) > >2014-07-22 09:44:33.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54003) > >2014-07-22 09:44:36.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56435) > >2014-07-22 09:44:37.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49143) > >2014-07-22 09:44:37.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54056) > >2014-07-22 09:44:40.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56488) > >2014-07-22 09:44:40.576 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:41.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49198) > >2014-07-22 09:44:41.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54112) > >2014-07-22 09:44:44.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56541) > >2014-07-22 09:44:45.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49251) > >2014-07-22 09:44:45.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54165) > >2014-07-22 09:44:47.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:48.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56594) > >2014-07-22 09:44:49.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49309) > >2014-07-22 09:44:49.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54220) > >2014-07-22 09:44:52.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:44:52.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56647) > >2014-07-22 09:44:53.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49365) > >2014-07-22 09:44:53.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54274) > >2014-07-22 09:44:56.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56700) > >2014-07-22 09:44:57.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49419) > >2014-07-22 09:44:57.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54328) > >2014-07-22 09:45:00.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56755) > >2014-07-22 09:45:01.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49476) > >2014-07-22 09:45:01.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54384) > >2014-07-22 09:45:04.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56808) > >2014-07-22 09:45:05.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49530) > >2014-07-22 09:45:05.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54437) > >2014-07-22 09:45:08.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56861) > >2014-07-22 09:45:09.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49588) > >2014-07-22 09:45:09.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54491) > >2014-07-22 09:45:10.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:12.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56914) > >2014-07-22 09:45:13.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49642) > >2014-07-22 09:45:13.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54545) > >2014-07-22 09:45:16.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56968) > >2014-07-22 09:45:17.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49696) > >2014-07-22 09:45:17.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54599) > >2014-07-22 09:45:17.835 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:20.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57021) > >2014-07-22 09:45:21.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49754) > >2014-07-22 09:45:21.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54655) > >2014-07-22 09:45:22.239 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:24.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57074) > >2014-07-22 09:45:25.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49813) > >2014-07-22 09:45:25.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54712) > >2014-07-22 09:45:28.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57131) > >2014-07-22 09:45:29.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49868) > >2014-07-22 09:45:29.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54767) > >2014-07-22 09:45:32.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57184) > >2014-07-22 09:45:33.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49923) > >2014-07-22 09:45:33.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54823) > >2014-07-22 09:45:36.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57239) > >2014-07-22 09:45:37.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49990) > >2014-07-22 09:45:37.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54884) > >2014-07-22 09:45:40.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57298) > >2014-07-22 09:45:40.583 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:41.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50051) > >2014-07-22 09:45:41.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54939) > >2014-07-22 09:45:44.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57351) > >2014-07-22 09:45:45.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50104) > >2014-07-22 09:45:45.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54992) > >2014-07-22 09:45:47.864 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:48.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57405) > >2014-07-22 09:45:49.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50159) > >2014-07-22 09:45:49.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55049) > >2014-07-22 09:45:52.267 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:45:52.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57460) > >2014-07-22 09:45:53.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50215) > >2014-07-22 09:45:53.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55105) > >2014-07-22 09:45:56.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57515) > >2014-07-22 09:45:57.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50276) > >2014-07-22 09:45:57.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55160) > >2014-07-22 09:46:00.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57580) > >2014-07-22 09:46:01.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50347) > >2014-07-22 09:46:01.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55220) > >2014-07-22 09:46:04.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57637) > >2014-07-22 09:46:05.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50411) > >2014-07-22 09:46:05.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55273) > >2014-07-22 09:46:08.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57693) > >2014-07-22 09:46:09.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50472) > >2014-07-22 09:46:09.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55326) > >2014-07-22 09:46:10.591 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:12.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57755) > >2014-07-22 09:46:13.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50539) > >2014-07-22 09:46:13.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55384) > >2014-07-22 09:46:14.215 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:46:14.215 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:46:14.216 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:46:14.309 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:46:16.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57821) > >2014-07-22 09:46:17.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50611) > >2014-07-22 09:46:17.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55442) > >2014-07-22 09:46:17.857 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:20.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57886) > >2014-07-22 09:46:21.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50687) > >2014-07-22 09:46:21.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55499) > >2014-07-22 09:46:22.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:24.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57947) > >2014-07-22 09:46:25.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50746) > >2014-07-22 09:46:25.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55553) > >2014-07-22 09:46:28.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58010) > >2014-07-22 09:46:29.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50805) > >2014-07-22 09:46:29.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55610) > >2014-07-22 09:46:32.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58073) > >2014-07-22 09:46:33.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50862) > >2014-07-22 09:46:33.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55665) > >2014-07-22 09:46:36.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58138) > >2014-07-22 09:46:37.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50918) > >2014-07-22 09:46:37.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55718) > >2014-07-22 09:46:40.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58202) > >2014-07-22 09:46:40.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:41.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50973) > >2014-07-22 09:46:41.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55773) > >2014-07-22 09:46:44.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58260) > >2014-07-22 09:46:45.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51026) > >2014-07-22 09:46:45.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55826) > >2014-07-22 09:46:47.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:48.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58319) > >2014-07-22 09:46:49.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51087) > >2014-07-22 09:46:49.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55882) > >2014-07-22 09:46:52.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:46:52.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58373) > >2014-07-22 09:46:53.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51147) > >2014-07-22 09:46:53.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55936) > >2014-07-22 09:46:56.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58432) > >2014-07-22 09:46:57.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51201) > >2014-07-22 09:46:57.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55991) > >2014-07-22 09:47:00.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58487) > >2014-07-22 09:47:01.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51259) > >2014-07-22 09:47:01.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56045) > >2014-07-22 09:47:04.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58540) > >2014-07-22 09:47:05.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51312) > >2014-07-22 09:47:05.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56098) > >2014-07-22 09:47:08.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58593) > >2014-07-22 09:47:09.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51366) > >2014-07-22 09:47:09.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56152) > >2014-07-22 09:47:10.616 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:12.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58646) > >2014-07-22 09:47:13.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51426) > >2014-07-22 09:47:13.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56205) > >2014-07-22 09:47:16.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58699) > >2014-07-22 09:47:17.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51481) > >2014-07-22 09:47:17.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56260) > >2014-07-22 09:47:17.866 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:20.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58752) > >2014-07-22 09:47:21.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51538) > >2014-07-22 09:47:21.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56315) > >2014-07-22 09:47:22.382 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:24.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58805) > >2014-07-22 09:47:25.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51599) > >2014-07-22 09:47:25.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56372) > >2014-07-22 09:47:28.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58858) > >2014-07-22 09:47:29.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51654) > >2014-07-22 09:47:29.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56427) > >2014-07-22 09:47:32.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58911) > >2014-07-22 09:47:33.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51710) > >2014-07-22 09:47:33.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56482) > >2014-07-22 09:47:36.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58966) > >2014-07-22 09:47:37.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51764) > >2014-07-22 09:47:37.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56539) > >2014-07-22 09:47:40.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:40.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59019) > >2014-07-22 09:47:41.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51818) > >2014-07-22 09:47:41.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56593) > >2014-07-22 09:47:44.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59072) > >2014-07-22 09:47:45.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51871) > >2014-07-22 09:47:45.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56646) > >2014-07-22 09:47:47.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:48.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59126) > >2014-07-22 09:47:49.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51928) > >2014-07-22 09:47:49.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56703) > >2014-07-22 09:47:52.393 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:47:52.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59181) > >2014-07-22 09:47:53.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51984) > >2014-07-22 09:47:53.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56759) > >2014-07-22 09:47:56.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59235) > >2014-07-22 09:47:57.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52039) > >2014-07-22 09:47:57.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56815) > >2014-07-22 09:48:00.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59288) > >2014-07-22 09:48:01.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52094) > >2014-07-22 09:48:01.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56868) > >2014-07-22 09:48:04.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59341) > >2014-07-22 09:48:05.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52147) > >2014-07-22 09:48:05.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56921) > >2014-07-22 09:48:08.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59394) > >2014-07-22 09:48:09.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52201) > >2014-07-22 09:48:09.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56975) > >2014-07-22 09:48:10.595 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:12.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59447) > >2014-07-22 09:48:13.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52257) > >2014-07-22 09:48:13.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57031) > >2014-07-22 09:48:14.312 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:48:14.312 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:48:14.313 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:48:14.325 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:48:16.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59501) > >2014-07-22 09:48:17.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52311) > >2014-07-22 09:48:17.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57093) > >2014-07-22 09:48:17.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:20.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59555) > >2014-07-22 09:48:21.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52367) > >2014-07-22 09:48:21.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57148) > >2014-07-22 09:48:22.423 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:24.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59608) > >2014-07-22 09:48:25.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52423) > >2014-07-22 09:48:25.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57202) > >2014-07-22 09:48:28.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59661) > >2014-07-22 09:48:29.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52478) > >2014-07-22 09:48:29.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57259) > >2014-07-22 09:48:32.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59714) > >2014-07-22 09:48:33.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52534) > >2014-07-22 09:48:33.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57313) > >2014-07-22 09:48:36.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59767) > >2014-07-22 09:48:37.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52589) > >2014-07-22 09:48:37.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57368) > >2014-07-22 09:48:40.596 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:40.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59819) > >2014-07-22 09:48:41.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52643) > >2014-07-22 09:48:41.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57422) > >2014-07-22 09:48:44.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59872) > >2014-07-22 09:48:45.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52696) > >2014-07-22 09:48:45.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57475) > >2014-07-22 09:48:47.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:48.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59925) > >2014-07-22 09:48:49.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52754) > >2014-07-22 09:48:49.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57531) > >2014-07-22 09:48:52.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:48:52.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59978) > >2014-07-22 09:48:53.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52810) > >2014-07-22 09:48:53.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57585) > >2014-07-22 09:48:56.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60031) > >2014-07-22 09:48:57.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52865) > >2014-07-22 09:48:57.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57640) > >2014-07-22 09:49:00.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60086) > >2014-07-22 09:49:01.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52920) > >2014-07-22 09:49:01.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57695) > >2014-07-22 09:49:04.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60139) > >2014-07-22 09:49:05.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52973) > >2014-07-22 09:49:05.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57748) > >2014-07-22 09:49:08.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60192) > >2014-07-22 09:49:09.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53027) > >2014-07-22 09:49:09.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57802) > >2014-07-22 09:49:10.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:12.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60245) > >2014-07-22 09:49:13.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53081) > >2014-07-22 09:49:13.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57856) > >2014-07-22 09:49:16.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60298) > >2014-07-22 09:49:17.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53137) > >2014-07-22 09:49:17.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57911) > >2014-07-22 09:49:17.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:20.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60351) > >2014-07-22 09:49:21.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53195) > >2014-07-22 09:49:21.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57965) > >2014-07-22 09:49:22.473 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:24.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60404) > >2014-07-22 09:49:25.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53254) > >2014-07-22 09:49:25.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58022) > >2014-07-22 09:49:28.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60457) > >2014-07-22 09:49:29.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53309) > >2014-07-22 09:49:29.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58077) > >2014-07-22 09:49:32.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60510) > >2014-07-22 09:49:33.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53365) > >2014-07-22 09:49:33.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58131) > >2014-07-22 09:49:36.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60565) > >2014-07-22 09:49:37.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53419) > >2014-07-22 09:49:37.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58187) > >2014-07-22 09:49:40.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:40.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60618) > >2014-07-22 09:49:41.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53473) > >2014-07-22 09:49:41.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58243) > >2014-07-22 09:49:44.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60671) > >2014-07-22 09:49:45.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53526) > >2014-07-22 09:49:45.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58296) > >2014-07-22 09:49:47.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:48.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60724) > >2014-07-22 09:49:49.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53583) > >2014-07-22 09:49:49.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58353) > >2014-07-22 09:49:52.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:49:52.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60780) > >2014-07-22 09:49:53.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53639) > >2014-07-22 09:49:53.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58409) > >2014-07-22 09:49:56.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60833) > >2014-07-22 09:49:57.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53694) > >2014-07-22 09:49:57.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58465) > >2014-07-22 09:50:00.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60887) > >2014-07-22 09:50:01.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53749) > >2014-07-22 09:50:01.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58518) > >2014-07-22 09:50:04.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60940) > >2014-07-22 09:50:05.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53802) > >2014-07-22 09:50:05.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58571) > >2014-07-22 09:50:08.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60993) > >2014-07-22 09:50:09.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53856) > >2014-07-22 09:50:09.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58625) > >2014-07-22 09:50:10.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:12.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32813) > >2014-07-22 09:50:13.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53912) > >2014-07-22 09:50:13.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58681) > >2014-07-22 09:50:14.327 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:50:14.327 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:50:14.327 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:50:14.339 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:50:16.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32866) > >2014-07-22 09:50:17.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53966) > >2014-07-22 09:50:17.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58742) > >2014-07-22 09:50:17.848 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:20.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32921) > >2014-07-22 09:50:21.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54021) > >2014-07-22 09:50:21.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58797) > >2014-07-22 09:50:22.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:24.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32974) > >2014-07-22 09:50:25.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54077) > >2014-07-22 09:50:25.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58851) > >2014-07-22 09:50:28.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33026) > >2014-07-22 09:50:29.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54133) > >2014-07-22 09:50:29.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58908) > >2014-07-22 09:50:32.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33079) > >2014-07-22 09:50:33.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54188) > >2014-07-22 09:50:33.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58961) > >2014-07-22 09:50:36.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33132) > >2014-07-22 09:50:37.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54245) > >2014-07-22 09:50:37.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59017) > >2014-07-22 09:50:40.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:40.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33185) > >2014-07-22 09:50:41.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54299) > >2014-07-22 09:50:41.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59071) > >2014-07-22 09:50:44.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33238) > >2014-07-22 09:50:45.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54352) > >2014-07-22 09:50:45.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59124) > >2014-07-22 09:50:47.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:48.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33291) > >2014-07-22 09:50:49.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54410) > >2014-07-22 09:50:49.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59180) > >2014-07-22 09:50:52.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:50:52.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33344) > >2014-07-22 09:50:53.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54466) > >2014-07-22 09:50:53.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59234) > >2014-07-22 09:50:56.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33397) > >2014-07-22 09:50:57.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54521) > >2014-07-22 09:50:57.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59289) > >2014-07-22 09:51:00.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33452) > >2014-07-22 09:51:01.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54576) > >2014-07-22 09:51:01.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59344) > >2014-07-22 09:51:04.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33505) > >2014-07-22 09:51:05.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54629) > >2014-07-22 09:51:05.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59396) > >2014-07-22 09:51:08.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33558) > >2014-07-22 09:51:09.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54683) > >2014-07-22 09:51:09.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59450) > >2014-07-22 09:51:10.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:12.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33611) > >2014-07-22 09:51:13.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54737) > >2014-07-22 09:51:13.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59504) > >2014-07-22 09:51:16.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33664) > >2014-07-22 09:51:17.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54792) > >2014-07-22 09:51:17.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59559) > >2014-07-22 09:51:17.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:20.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33717) > >2014-07-22 09:51:21.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54849) > >2014-07-22 09:51:21.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59614) > >2014-07-22 09:51:22.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:24.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33770) > >2014-07-22 09:51:25.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54908) > >2014-07-22 09:51:25.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59671) > >2014-07-22 09:51:28.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33823) > >2014-07-22 09:51:29.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54963) > >2014-07-22 09:51:29.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59726) > >2014-07-22 09:51:32.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33876) > >2014-07-22 09:51:33.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55019) > >2014-07-22 09:51:33.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59780) > >2014-07-22 09:51:36.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33931) > >2014-07-22 09:51:37.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55073) > >2014-07-22 09:51:37.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59835) > >2014-07-22 09:51:40.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:40.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33984) > >2014-07-22 09:51:41.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55127) > >2014-07-22 09:51:41.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59891) > >2014-07-22 09:51:44.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34038) > >2014-07-22 09:51:45.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55180) > >2014-07-22 09:51:45.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59944) > >2014-07-22 09:51:47.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:48.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34091) > >2014-07-22 09:51:49.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55237) > >2014-07-22 09:51:49.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59999) > >2014-07-22 09:51:52.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:51:52.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34147) > >2014-07-22 09:51:53.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55293) > >2014-07-22 09:51:53.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60057) > >2014-07-22 09:51:56.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34199) > >2014-07-22 09:51:57.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55348) > >2014-07-22 09:51:57.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60112) > >2014-07-22 09:52:00.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34253) > >2014-07-22 09:52:01.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55403) > >2014-07-22 09:52:01.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60166) > >2014-07-22 09:52:04.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34306) > >2014-07-22 09:52:05.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55456) > >2014-07-22 09:52:05.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60219) > >2014-07-22 09:52:08.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34359) > >2014-07-22 09:52:09.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55510) > >2014-07-22 09:52:09.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60273) > >2014-07-22 09:52:10.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:12.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34412) > >2014-07-22 09:52:13.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55564) > >2014-07-22 09:52:13.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60327) > >2014-07-22 09:52:14.342 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:52:14.342 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:52:14.343 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:52:14.355 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:52:16.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34465) > >2014-07-22 09:52:17.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55620) > >2014-07-22 09:52:17.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60389) > >2014-07-22 09:52:17.849 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:20.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34520) > >2014-07-22 09:52:21.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55676) > >2014-07-22 09:52:21.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60445) > >2014-07-22 09:52:22.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:24.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34573) > >2014-07-22 09:52:25.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55732) > >2014-07-22 09:52:25.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60499) > >2014-07-22 09:52:28.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34626) > >2014-07-22 09:52:29.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55788) > >2014-07-22 09:52:29.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60556) > >2014-07-22 09:52:32.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34679) > >2014-07-22 09:52:33.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55843) > >2014-07-22 09:52:33.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60609) > >2014-07-22 09:52:36.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34732) > >2014-07-22 09:52:37.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55900) > >2014-07-22 09:52:37.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60666) > >2014-07-22 09:52:40.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:40.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34785) > >2014-07-22 09:52:41.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55953) > >2014-07-22 09:52:41.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60720) > >2014-07-22 09:52:44.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34838) > >2014-07-22 09:52:45.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56006) > >2014-07-22 09:52:45.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60773) > >2014-07-22 09:52:47.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:48.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34891) > >2014-07-22 09:52:49.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56064) > >2014-07-22 09:52:49.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60829) > >2014-07-22 09:52:52.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:52:52.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34944) > >2014-07-22 09:52:53.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56121) > >2014-07-22 09:52:53.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60884) > >2014-07-22 09:52:56.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34997) > >2014-07-22 09:52:57.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56176) > >2014-07-22 09:52:57.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60939) > >2014-07-22 09:53:00.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35052) > >2014-07-22 09:53:01.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56231) > >2014-07-22 09:53:01.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60994) > >2014-07-22 09:53:04.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35105) > >2014-07-22 09:53:05.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56284) > >2014-07-22 09:53:05.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32814) > >2014-07-22 09:53:08.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35158) > >2014-07-22 09:53:09.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56338) > >2014-07-22 09:53:09.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32868) > >2014-07-22 09:53:10.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:12.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35211) > >2014-07-22 09:53:13.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56393) > >2014-07-22 09:53:13.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32922) > >2014-07-22 09:53:16.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35264) > >2014-07-22 09:53:17.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56449) > >2014-07-22 09:53:17.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32977) > >2014-07-22 09:53:17.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:20.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35317) > >2014-07-22 09:53:21.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56506) > >2014-07-22 09:53:21.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33032) > >2014-07-22 09:53:22.727 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:24.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35370) > >2014-07-22 09:53:25.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56565) > >2014-07-22 09:53:25.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33089) > >2014-07-22 09:53:28.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35423) > >2014-07-22 09:53:29.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56620) > >2014-07-22 09:53:29.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33144) > >2014-07-22 09:53:32.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35476) > >2014-07-22 09:53:33.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56675) > >2014-07-22 09:53:33.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33197) > >2014-07-22 09:53:36.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35531) > >2014-07-22 09:53:37.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56730) > >2014-07-22 09:53:37.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33254) > >2014-07-22 09:53:40.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:40.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35584) > >2014-07-22 09:53:41.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56784) > >2014-07-22 09:53:41.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33310) > >2014-07-22 09:53:44.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35637) > >2014-07-22 09:53:45.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56837) > >2014-07-22 09:53:45.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33363) > >2014-07-22 09:53:47.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:48.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35690) > >2014-07-22 09:53:49.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56895) > >2014-07-22 09:53:49.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33418) > >2014-07-22 09:53:52.742 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:53:52.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35746) > >2014-07-22 09:53:53.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56951) > >2014-07-22 09:53:53.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33476) > >2014-07-22 09:53:56.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35799) > >2014-07-22 09:53:57.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57006) > >2014-07-22 09:53:57.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33531) > >2014-07-22 09:54:00.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35853) > >2014-07-22 09:54:01.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57061) > >2014-07-22 09:54:01.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33585) > >2014-07-22 09:54:04.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35906) > >2014-07-22 09:54:05.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57114) > >2014-07-22 09:54:05.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33638) > >2014-07-22 09:54:08.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35959) > >2014-07-22 09:54:09.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57168) > >2014-07-22 09:54:09.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33692) > >2014-07-22 09:54:10.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:12.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36012) > >2014-07-22 09:54:13.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57221) > >2014-07-22 09:54:13.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33746) > >2014-07-22 09:54:14.357 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:54:14.357 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:54:14.358 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:54:14.370 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:54:16.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36065) > >2014-07-22 09:54:17.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57277) > >2014-07-22 09:54:17.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:17.885 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.7', 33806) > >2014-07-22 09:54:20.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36120) > >2014-07-22 09:54:21.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57333) > >2014-07-22 09:54:21.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33864) > >2014-07-22 09:54:22.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:24.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36172) > >2014-07-22 09:54:25.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57389) > >2014-07-22 09:54:25.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33918) > >2014-07-22 09:54:28.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36225) > >2014-07-22 09:54:29.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57445) > >2014-07-22 09:54:29.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33974) > >2014-07-22 09:54:32.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36278) > >2014-07-22 09:54:33.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57500) > >2014-07-22 09:54:33.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34028) > >2014-07-22 09:54:36.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36331) > >2014-07-22 09:54:37.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57556) > >2014-07-22 09:54:37.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34084) > >2014-07-22 09:54:40.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:40.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36384) > >2014-07-22 09:54:41.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57610) > >2014-07-22 09:54:41.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34138) > >2014-07-22 09:54:44.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36437) > >2014-07-22 09:54:45.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57663) > >2014-07-22 09:54:45.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34191) > >2014-07-22 09:54:47.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:48.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36490) > >2014-07-22 09:54:49.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57720) > >2014-07-22 09:54:49.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34246) > >2014-07-22 09:54:52.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:54:52.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36543) > >2014-07-22 09:54:53.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57777) > >2014-07-22 09:54:53.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34301) > >2014-07-22 09:54:56.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36596) > >2014-07-22 09:54:57.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57832) > >2014-07-22 09:54:57.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34355) > >2014-07-22 09:55:00.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36651) > >2014-07-22 09:55:01.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57887) > >2014-07-22 09:55:01.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34410) > >2014-07-22 09:55:04.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36704) > >2014-07-22 09:55:05.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57940) > >2014-07-22 09:55:05.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34463) > >2014-07-22 09:55:08.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36757) > >2014-07-22 09:55:09.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57994) > >2014-07-22 09:55:09.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34517) > >2014-07-22 09:55:10.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:12.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36810) > >2014-07-22 09:55:13.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58048) > >2014-07-22 09:55:13.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34571) > >2014-07-22 09:55:16.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36863) > >2014-07-22 09:55:17.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58103) > >2014-07-22 09:55:17.862 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:17.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34626) > >2014-07-22 09:55:20.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36916) > >2014-07-22 09:55:21.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58160) > >2014-07-22 09:55:21.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34681) > >2014-07-22 09:55:22.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:24.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36969) > >2014-07-22 09:55:25.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58219) > >2014-07-22 09:55:25.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34738) > >2014-07-22 09:55:28.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37022) > >2014-07-22 09:55:29.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58274) > >2014-07-22 09:55:29.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34793) > >2014-07-22 09:55:32.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37075) > >2014-07-22 09:55:33.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58329) > >2014-07-22 09:55:33.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34846) > >2014-07-22 09:55:36.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37130) > >2014-07-22 09:55:37.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58384) > >2014-07-22 09:55:37.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34903) > >2014-07-22 09:55:40.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:40.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37183) > >2014-07-22 09:55:41.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58438) > >2014-07-22 09:55:41.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34959) > >2014-07-22 09:55:44.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37236) > >2014-07-22 09:55:45.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58491) > >2014-07-22 09:55:45.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35012) > >2014-07-22 09:55:47.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:48.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37289) > >2014-07-22 09:55:49.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58548) > >2014-07-22 09:55:49.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35067) > >2014-07-22 09:55:52.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:55:52.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37345) > >2014-07-22 09:55:53.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58604) > >2014-07-22 09:55:53.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35125) > >2014-07-22 09:55:56.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37398) > >2014-07-22 09:55:57.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58659) > >2014-07-22 09:55:57.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35180) > >2014-07-22 09:56:00.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37452) > >2014-07-22 09:56:01.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58713) > >2014-07-22 09:56:01.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35234) > >2014-07-22 09:56:04.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37505) > >2014-07-22 09:56:05.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58766) > >2014-07-22 09:56:05.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35287) > >2014-07-22 09:56:08.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37558) > >2014-07-22 09:56:09.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58820) > >2014-07-22 09:56:09.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35341) > >2014-07-22 09:56:10.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:12.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37611) > >2014-07-22 09:56:13.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58874) > >2014-07-22 09:56:13.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35395) > >2014-07-22 09:56:14.372 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:56:14.372 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:56:14.372 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:56:14.385 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:56:17.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37664) > >2014-07-22 09:56:17.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:17.873 29190 INFO neutron.wsgi [req-5e0eb6f3-c2a6-4fe5-9a88-0c2f32b7f568 None] (29190) accepted ('192.168.0.6', 58930) > >2014-07-22 09:56:17.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35453) > >2014-07-22 09:56:21.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37719) > >2014-07-22 09:56:21.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58986) > >2014-07-22 09:56:21.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35513) > >2014-07-22 09:56:22.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:25.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37772) > >2014-07-22 09:56:25.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59042) > >2014-07-22 09:56:25.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35567) > >2014-07-22 09:56:29.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37825) > >2014-07-22 09:56:29.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59098) > >2014-07-22 09:56:29.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35623) > >2014-07-22 09:56:33.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37878) > >2014-07-22 09:56:33.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59153) > >2014-07-22 09:56:33.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35677) > >2014-07-22 09:56:37.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37931) > >2014-07-22 09:56:37.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59209) > >2014-07-22 09:56:37.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35733) > >2014-07-22 09:56:40.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:41.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37984) > >2014-07-22 09:56:41.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59263) > >2014-07-22 09:56:41.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35788) > >2014-07-22 09:56:45.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38037) > >2014-07-22 09:56:45.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59316) > >2014-07-22 09:56:45.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35841) > >2014-07-22 09:56:47.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:49.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38090) > >2014-07-22 09:56:49.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59373) > >2014-07-22 09:56:49.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35896) > >2014-07-22 09:56:52.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:56:53.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38143) > >2014-07-22 09:56:53.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59430) > >2014-07-22 09:56:53.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35951) > >2014-07-22 09:56:57.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38196) > >2014-07-22 09:56:57.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59485) > >2014-07-22 09:56:57.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36006) > >2014-07-22 09:57:01.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38251) > >2014-07-22 09:57:01.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59540) > >2014-07-22 09:57:01.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36060) > >2014-07-22 09:57:05.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38304) > >2014-07-22 09:57:05.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59593) > >2014-07-22 09:57:05.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36113) > >2014-07-22 09:57:09.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38357) > >2014-07-22 09:57:09.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59647) > >2014-07-22 09:57:09.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36167) > >2014-07-22 09:57:10.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:13.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38410) > >2014-07-22 09:57:13.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59701) > >2014-07-22 09:57:13.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36221) > >2014-07-22 09:57:17.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38464) > >2014-07-22 09:57:17.865 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:17.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59756) > >2014-07-22 09:57:17.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36275) > >2014-07-22 09:57:21.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38517) > >2014-07-22 09:57:21.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59813) > >2014-07-22 09:57:21.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36330) > >2014-07-22 09:57:22.949 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:25.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38570) > >2014-07-22 09:57:25.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59872) > >2014-07-22 09:57:25.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36387) > >2014-07-22 09:57:29.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38623) > >2014-07-22 09:57:29.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59927) > >2014-07-22 09:57:30.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36442) > >2014-07-22 09:57:33.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38676) > >2014-07-22 09:57:33.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59982) > >2014-07-22 09:57:34.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36495) > >2014-07-22 09:57:37.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38731) > >2014-07-22 09:57:37.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60037) > >2014-07-22 09:57:38.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36552) > >2014-07-22 09:57:40.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:41.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38784) > >2014-07-22 09:57:41.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60091) > >2014-07-22 09:57:42.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36606) > >2014-07-22 09:57:45.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38837) > >2014-07-22 09:57:45.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60144) > >2014-07-22 09:57:46.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36661) > >2014-07-22 09:57:47.863 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:49.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38890) > >2014-07-22 09:57:49.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60201) > >2014-07-22 09:57:50.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36716) > >2014-07-22 09:57:52.976 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:57:53.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38943) > >2014-07-22 09:57:53.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60257) > >2014-07-22 09:57:54.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36774) > >2014-07-22 09:57:57.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38999) > >2014-07-22 09:57:57.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60312) > >2014-07-22 09:57:58.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36829) > >2014-07-22 09:58:01.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39052) > >2014-07-22 09:58:01.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60367) > >2014-07-22 09:58:02.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36883) > >2014-07-22 09:58:05.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39105) > >2014-07-22 09:58:05.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60420) > >2014-07-22 09:58:06.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36936) > >2014-07-22 09:58:09.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39158) > >2014-07-22 09:58:09.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60474) > >2014-07-22 09:58:10.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36990) > >2014-07-22 09:58:10.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:13.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39211) > >2014-07-22 09:58:13.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60528) > >2014-07-22 09:58:14.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37044) > >2014-07-22 09:58:14.387 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 09:58:14.387 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 09:58:14.388 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 09:58:14.400 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 09:58:17.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39264) > >2014-07-22 09:58:17.881 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:17.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60584) > >2014-07-22 09:58:18.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37102) > >2014-07-22 09:58:21.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39318) > >2014-07-22 09:58:21.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60640) > >2014-07-22 09:58:22.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37162) > >2014-07-22 09:58:23.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:25.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39372) > >2014-07-22 09:58:25.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60696) > >2014-07-22 09:58:26.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37216) > >2014-07-22 09:58:29.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39425) > >2014-07-22 09:58:29.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60752) > >2014-07-22 09:58:30.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37272) > >2014-07-22 09:58:33.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39478) > >2014-07-22 09:58:33.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60806) > >2014-07-22 09:58:34.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37326) > >2014-07-22 09:58:37.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39531) > >2014-07-22 09:58:37.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60862) > >2014-07-22 09:58:38.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37382) > >2014-07-22 09:58:40.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:41.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39584) > >2014-07-22 09:58:41.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60916) > >2014-07-22 09:58:42.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37436) > >2014-07-22 09:58:45.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39637) > >2014-07-22 09:58:45.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60969) > >2014-07-22 09:58:46.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37489) > >2014-07-22 09:58:47.887 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:49.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39690) > >2014-07-22 09:58:49.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32793) > >2014-07-22 09:58:50.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37544) > >2014-07-22 09:58:53.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:58:53.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39743) > >2014-07-22 09:58:53.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32850) > >2014-07-22 09:58:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37599) > >2014-07-22 09:58:57.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39796) > >2014-07-22 09:58:57.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32905) > >2014-07-22 09:58:58.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37654) > >2014-07-22 09:59:01.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39851) > >2014-07-22 09:59:01.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32960) > >2014-07-22 09:59:02.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37709) > >2014-07-22 09:59:05.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39904) > >2014-07-22 09:59:05.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33013) > >2014-07-22 09:59:06.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37762) > >2014-07-22 09:59:09.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39957) > >2014-07-22 09:59:09.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33067) > >2014-07-22 09:59:10.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37816) > >2014-07-22 09:59:10.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:13.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40010) > >2014-07-22 09:59:13.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33121) > >2014-07-22 09:59:14.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37870) > >2014-07-22 09:59:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40063) > >2014-07-22 09:59:17.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:18.014 29190 INFO neutron.wsgi [req-bff59b8c-f0c7-429c-98cd-0a741383bf6a None] (29190) accepted ('192.168.0.6', 33176) > >2014-07-22 09:59:18.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37925) > >2014-07-22 09:59:21.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40116) > >2014-07-22 09:59:21.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33233) > >2014-07-22 09:59:22.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37980) > >2014-07-22 09:59:23.076 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:25.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40169) > >2014-07-22 09:59:25.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33292) > >2014-07-22 09:59:26.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38037) > >2014-07-22 09:59:29.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40222) > >2014-07-22 09:59:29.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33347) > >2014-07-22 09:59:30.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38092) > >2014-07-22 09:59:33.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40275) > >2014-07-22 09:59:33.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33402) > >2014-07-22 09:59:34.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38145) > >2014-07-22 09:59:37.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40329) > >2014-07-22 09:59:38.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33457) > >2014-07-22 09:59:38.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38202) > >2014-07-22 09:59:40.631 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:41.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40383) > >2014-07-22 09:59:42.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33511) > >2014-07-22 09:59:42.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38256) > >2014-07-22 09:59:45.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40436) > >2014-07-22 09:59:46.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33564) > >2014-07-22 09:59:46.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38311) > >2014-07-22 09:59:47.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:49.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40489) > >2014-07-22 09:59:50.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33621) > >2014-07-22 09:59:50.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38366) > >2014-07-22 09:59:53.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 09:59:53.168 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 40542) > >2014-07-22 09:59:54.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33677) > >2014-07-22 09:59:54.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38423) > >2014-07-22 09:59:57.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40598) > >2014-07-22 09:59:58.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33732) > >2014-07-22 09:59:58.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38479) > >2014-07-22 10:00:01.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40651) > >2014-07-22 10:00:02.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33787) > >2014-07-22 10:00:02.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38532) > >2014-07-22 10:00:05.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40705) > >2014-07-22 10:00:06.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33839) > >2014-07-22 10:00:06.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38586) > >2014-07-22 10:00:09.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40757) > >2014-07-22 10:00:10.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33893) > >2014-07-22 10:00:10.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38640) > >2014-07-22 10:00:10.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:13.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40810) > >2014-07-22 10:00:14.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33947) > >2014-07-22 10:00:14.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38694) > >2014-07-22 10:00:14.403 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:00:14.403 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:00:14.404 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:00:14.416 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:00:17.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40863) > >2014-07-22 10:00:17.962 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:18.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34001) > >2014-07-22 10:00:18.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38750) > >2014-07-22 10:00:21.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40917) > >2014-07-22 10:00:22.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34059) > >2014-07-22 10:00:22.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38811) > >2014-07-22 10:00:23.135 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:25.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40971) > >2014-07-22 10:00:26.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34115) > >2014-07-22 10:00:26.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38866) > >2014-07-22 10:00:29.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41024) > >2014-07-22 10:00:30.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34170) > >2014-07-22 10:00:30.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38921) > >2014-07-22 10:00:33.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41077) > >2014-07-22 10:00:34.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34226) > >2014-07-22 10:00:34.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38976) > >2014-07-22 10:00:37.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41130) > >2014-07-22 10:00:38.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34282) > >2014-07-22 10:00:38.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39032) > >2014-07-22 10:00:40.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:41.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41183) > >2014-07-22 10:00:42.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34336) > >2014-07-22 10:00:42.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39086) > >2014-07-22 10:00:45.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41236) > >2014-07-22 10:00:46.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34389) > >2014-07-22 10:00:46.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39138) > >2014-07-22 10:00:47.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:49.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41289) > >2014-07-22 10:00:50.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34446) > >2014-07-22 10:00:50.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39193) > >2014-07-22 10:00:53.151 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:00:53.216 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 41342) > >2014-07-22 10:00:54.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34503) > >2014-07-22 10:00:54.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39248) > >2014-07-22 10:00:57.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41395) > >2014-07-22 10:00:58.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34558) > >2014-07-22 10:00:58.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39303) > >2014-07-22 10:01:01.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41450) > >2014-07-22 10:01:02.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34613) > >2014-07-22 10:01:02.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39359) > >2014-07-22 10:01:05.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41503) > >2014-07-22 10:01:06.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34666) > >2014-07-22 10:01:06.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39412) > >2014-07-22 10:01:09.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41556) > >2014-07-22 10:01:10.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34720) > >2014-07-22 10:01:10.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39466) > >2014-07-22 10:01:10.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:13.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41608) > >2014-07-22 10:01:14.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34774) > >2014-07-22 10:01:14.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39520) > >2014-07-22 10:01:17.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41661) > >2014-07-22 10:01:17.996 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:18.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34829) > >2014-07-22 10:01:18.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39575) > >2014-07-22 10:01:21.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41714) > >2014-07-22 10:01:22.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34886) > >2014-07-22 10:01:22.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39630) > >2014-07-22 10:01:23.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:25.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41767) > >2014-07-22 10:01:26.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34944) > >2014-07-22 10:01:26.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39686) > >2014-07-22 10:01:29.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41820) > >2014-07-22 10:01:30.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35000) > >2014-07-22 10:01:30.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39742) > >2014-07-22 10:01:33.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41873) > >2014-07-22 10:01:34.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35054) > >2014-07-22 10:01:34.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39795) > >2014-07-22 10:01:37.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41926) > >2014-07-22 10:01:38.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35108) > >2014-07-22 10:01:38.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39851) > >2014-07-22 10:01:40.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:41.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41981) > >2014-07-22 10:01:42.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35163) > >2014-07-22 10:01:42.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39906) > >2014-07-22 10:01:45.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42034) > >2014-07-22 10:01:46.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35216) > >2014-07-22 10:01:46.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39961) > >2014-07-22 10:01:48.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:49.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42087) > >2014-07-22 10:01:50.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35273) > >2014-07-22 10:01:50.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40016) > >2014-07-22 10:01:53.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:01:53.275 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 42140) > >2014-07-22 10:01:54.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35329) > >2014-07-22 10:01:54.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40071) > >2014-07-22 10:01:57.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42196) > >2014-07-22 10:01:58.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35384) > >2014-07-22 10:01:58.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40129) > >2014-07-22 10:02:01.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42249) > >2014-07-22 10:02:02.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35439) > >2014-07-22 10:02:02.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40182) > >2014-07-22 10:02:05.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42303) > >2014-07-22 10:02:06.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35492) > >2014-07-22 10:02:06.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40236) > >2014-07-22 10:02:09.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42356) > >2014-07-22 10:02:10.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35546) > >2014-07-22 10:02:10.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40290) > >2014-07-22 10:02:10.633 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:13.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42409) > >2014-07-22 10:02:14.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35600) > >2014-07-22 10:02:14.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40344) > >2014-07-22 10:02:14.419 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:02:14.419 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:02:14.419 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:02:14.432 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:02:17.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42462) > >2014-07-22 10:02:18.031 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:18.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35656) > >2014-07-22 10:02:18.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40400) > >2014-07-22 10:02:21.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42516) > >2014-07-22 10:02:22.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35712) > >2014-07-22 10:02:22.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40459) > >2014-07-22 10:02:23.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:25.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42570) > >2014-07-22 10:02:26.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35768) > >2014-07-22 10:02:26.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40515) > >2014-07-22 10:02:29.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42623) > >2014-07-22 10:02:30.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35823) > >2014-07-22 10:02:30.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40570) > >2014-07-22 10:02:33.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42676) > >2014-07-22 10:02:34.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35879) > >2014-07-22 10:02:34.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40624) > >2014-07-22 10:02:37.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42729) > >2014-07-22 10:02:38.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35935) > >2014-07-22 10:02:38.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40681) > >2014-07-22 10:02:40.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:41.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42782) > >2014-07-22 10:02:42.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35989) > >2014-07-22 10:02:42.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40734) > >2014-07-22 10:02:45.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42835) > >2014-07-22 10:02:46.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36042) > >2014-07-22 10:02:46.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40787) > >2014-07-22 10:02:48.036 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:49.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42888) > >2014-07-22 10:02:50.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36099) > >2014-07-22 10:02:50.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40842) > >2014-07-22 10:02:53.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:02:53.359 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 42941) > >2014-07-22 10:02:54.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36156) > >2014-07-22 10:02:54.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40897) > >2014-07-22 10:02:57.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42994) > >2014-07-22 10:02:58.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36211) > >2014-07-22 10:02:58.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40952) > >2014-07-22 10:03:01.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43049) > >2014-07-22 10:03:02.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36266) > >2014-07-22 10:03:02.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41007) > >2014-07-22 10:03:05.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43102) > >2014-07-22 10:03:06.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36319) > >2014-07-22 10:03:06.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41060) > >2014-07-22 10:03:09.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43155) > >2014-07-22 10:03:10.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36373) > >2014-07-22 10:03:10.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41114) > >2014-07-22 10:03:10.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:13.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43208) > >2014-07-22 10:03:14.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36427) > >2014-07-22 10:03:14.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41168) > >2014-07-22 10:03:17.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43261) > >2014-07-22 10:03:18.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:18.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36484) > >2014-07-22 10:03:18.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41223) > >2014-07-22 10:03:21.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43315) > >2014-07-22 10:03:22.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36541) > >2014-07-22 10:03:22.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41278) > >2014-07-22 10:03:23.280 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:25.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43368) > >2014-07-22 10:03:26.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36597) > >2014-07-22 10:03:26.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41334) > >2014-07-22 10:03:29.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43421) > >2014-07-22 10:03:30.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36653) > >2014-07-22 10:03:30.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41390) > >2014-07-22 10:03:33.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43474) > >2014-07-22 10:03:34.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36708) > >2014-07-22 10:03:34.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41443) > >2014-07-22 10:03:37.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43527) > >2014-07-22 10:03:38.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36762) > >2014-07-22 10:03:38.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41498) > >2014-07-22 10:03:40.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:41.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43582) > >2014-07-22 10:03:42.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36819) > >2014-07-22 10:03:42.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41554) > >2014-07-22 10:03:45.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43635) > >2014-07-22 10:03:46.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36872) > >2014-07-22 10:03:46.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41609) > >2014-07-22 10:03:48.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:49.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43688) > >2014-07-22 10:03:50.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36931) > >2014-07-22 10:03:50.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41664) > >2014-07-22 10:03:53.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:03:53.347 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 43741) > >2014-07-22 10:03:54.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36987) > >2014-07-22 10:03:54.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41719) > >2014-07-22 10:03:57.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43797) > >2014-07-22 10:03:58.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37042) > >2014-07-22 10:03:58.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41777) > >2014-07-22 10:04:01.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43850) > >2014-07-22 10:04:02.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37097) > >2014-07-22 10:04:02.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41830) > >2014-07-22 10:04:05.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43903) > >2014-07-22 10:04:06.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37150) > >2014-07-22 10:04:06.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41884) > >2014-07-22 10:04:09.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43956) > >2014-07-22 10:04:10.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37204) > >2014-07-22 10:04:10.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41938) > >2014-07-22 10:04:10.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:13.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44009) > >2014-07-22 10:04:14.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37258) > >2014-07-22 10:04:14.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41992) > >2014-07-22 10:04:14.434 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:04:14.434 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:04:14.435 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:04:14.447 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:04:17.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44062) > >2014-07-22 10:04:18.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:18.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37314) > >2014-07-22 10:04:18.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42048) > >2014-07-22 10:04:21.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44116) > >2014-07-22 10:04:22.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37371) > >2014-07-22 10:04:22.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42105) > >2014-07-22 10:04:23.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:25.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44170) > >2014-07-22 10:04:26.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37425) > >2014-07-22 10:04:26.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42164) > >2014-07-22 10:04:29.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44223) > >2014-07-22 10:04:30.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37480) > >2014-07-22 10:04:30.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42219) > >2014-07-22 10:04:33.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44276) > >2014-07-22 10:04:34.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37536) > >2014-07-22 10:04:34.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42273) > >2014-07-22 10:04:37.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44329) > >2014-07-22 10:04:38.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37593) > >2014-07-22 10:04:38.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42329) > >2014-07-22 10:04:40.640 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:41.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44382) > >2014-07-22 10:04:42.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37648) > >2014-07-22 10:04:42.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42384) > >2014-07-22 10:04:45.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44435) > >2014-07-22 10:04:46.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37701) > >2014-07-22 10:04:46.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42437) > >2014-07-22 10:04:48.114 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:49.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44488) > >2014-07-22 10:04:50.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37758) > >2014-07-22 10:04:50.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42492) > >2014-07-22 10:04:53.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:04:53.396 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 44541) > >2014-07-22 10:04:54.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37815) > >2014-07-22 10:04:54.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42547) > >2014-07-22 10:04:57.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44594) > >2014-07-22 10:04:58.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37870) > >2014-07-22 10:04:58.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42602) > >2014-07-22 10:05:01.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44649) > >2014-07-22 10:05:02.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37925) > >2014-07-22 10:05:02.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42658) > >2014-07-22 10:05:05.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44702) > >2014-07-22 10:05:06.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37978) > >2014-07-22 10:05:06.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42711) > >2014-07-22 10:05:09.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44755) > >2014-07-22 10:05:10.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38032) > >2014-07-22 10:05:10.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42765) > >2014-07-22 10:05:10.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:13.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44808) > >2014-07-22 10:05:14.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38088) > >2014-07-22 10:05:14.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42819) > >2014-07-22 10:05:17.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44861) > >2014-07-22 10:05:18.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:18.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38145) > >2014-07-22 10:05:18.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42874) > >2014-07-22 10:05:21.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44914) > >2014-07-22 10:05:22.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38202) > >2014-07-22 10:05:22.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42929) > >2014-07-22 10:05:23.382 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:25.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44969) > >2014-07-22 10:05:26.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38261) > >2014-07-22 10:05:26.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42986) > >2014-07-22 10:05:29.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45022) > >2014-07-22 10:05:30.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38317) > >2014-07-22 10:05:30.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43042) > >2014-07-22 10:05:33.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45075) > >2014-07-22 10:05:34.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38372) > >2014-07-22 10:05:34.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43095) > >2014-07-22 10:05:37.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45128) > >2014-07-22 10:05:38.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38426) > >2014-07-22 10:05:38.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43149) > >2014-07-22 10:05:40.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:41.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45183) > >2014-07-22 10:05:42.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38481) > >2014-07-22 10:05:42.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43206) > >2014-07-22 10:05:45.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45236) > >2014-07-22 10:05:46.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38534) > >2014-07-22 10:05:46.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43259) > >2014-07-22 10:05:48.163 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:49.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45288) > >2014-07-22 10:05:50.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38591) > >2014-07-22 10:05:50.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43316) > >2014-07-22 10:05:53.414 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:05:53.434 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 45341) > >2014-07-22 10:05:54.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38647) > >2014-07-22 10:05:54.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43371) > >2014-07-22 10:05:57.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45397) > >2014-07-22 10:05:58.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38701) > >2014-07-22 10:05:58.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43429) > >2014-07-22 10:06:01.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45450) > >2014-07-22 10:06:02.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38756) > >2014-07-22 10:06:02.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43482) > >2014-07-22 10:06:05.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45503) > >2014-07-22 10:06:06.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38809) > >2014-07-22 10:06:06.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43536) > >2014-07-22 10:06:09.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45557) > >2014-07-22 10:06:10.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38863) > >2014-07-22 10:06:10.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43590) > >2014-07-22 10:06:10.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:13.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45610) > >2014-07-22 10:06:14.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38917) > >2014-07-22 10:06:14.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43644) > >2014-07-22 10:06:14.449 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:06:14.449 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:06:14.450 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:06:14.462 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:06:17.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45663) > >2014-07-22 10:06:18.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:18.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38973) > >2014-07-22 10:06:18.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43700) > >2014-07-22 10:06:21.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45717) > >2014-07-22 10:06:22.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39031) > >2014-07-22 10:06:22.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43757) > >2014-07-22 10:06:23.444 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:25.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45771) > >2014-07-22 10:06:26.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39085) > >2014-07-22 10:06:26.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43816) > >2014-07-22 10:06:29.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45824) > >2014-07-22 10:06:30.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39142) > >2014-07-22 10:06:30.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43871) > >2014-07-22 10:06:33.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45876) > >2014-07-22 10:06:34.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39198) > >2014-07-22 10:06:34.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43925) > >2014-07-22 10:06:37.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45929) > >2014-07-22 10:06:38.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39252) > >2014-07-22 10:06:38.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43979) > >2014-07-22 10:06:40.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:41.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45982) > >2014-07-22 10:06:42.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39308) > >2014-07-22 10:06:42.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44035) > >2014-07-22 10:06:45.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46035) > >2014-07-22 10:06:46.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39361) > >2014-07-22 10:06:46.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44088) > >2014-07-22 10:06:48.187 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:49.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46088) > >2014-07-22 10:06:50.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39418) > >2014-07-22 10:06:50.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44143) > >2014-07-22 10:06:53.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46141) > >2014-07-22 10:06:53.465 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:06:54.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39475) > >2014-07-22 10:06:54.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44198) > >2014-07-22 10:06:57.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46194) > >2014-07-22 10:06:58.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39530) > >2014-07-22 10:06:58.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44253) > >2014-07-22 10:07:01.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46249) > >2014-07-22 10:07:02.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39585) > >2014-07-22 10:07:02.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44308) > >2014-07-22 10:07:05.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46302) > >2014-07-22 10:07:06.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39637) > >2014-07-22 10:07:06.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44361) > >2014-07-22 10:07:09.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46355) > >2014-07-22 10:07:10.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39691) > >2014-07-22 10:07:10.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44415) > >2014-07-22 10:07:10.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:13.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46408) > >2014-07-22 10:07:14.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39745) > >2014-07-22 10:07:14.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44469) > >2014-07-22 10:07:17.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46461) > >2014-07-22 10:07:18.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:18.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39802) > >2014-07-22 10:07:18.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44524) > >2014-07-22 10:07:21.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46514) > >2014-07-22 10:07:22.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39859) > >2014-07-22 10:07:22.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44579) > >2014-07-22 10:07:23.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:25.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46567) > >2014-07-22 10:07:26.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39915) > >2014-07-22 10:07:26.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44635) > >2014-07-22 10:07:29.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46620) > >2014-07-22 10:07:30.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39971) > >2014-07-22 10:07:30.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44691) > >2014-07-22 10:07:33.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46673) > >2014-07-22 10:07:34.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40026) > >2014-07-22 10:07:34.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44744) > >2014-07-22 10:07:37.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46726) > >2014-07-22 10:07:38.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40080) > >2014-07-22 10:07:38.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44798) > >2014-07-22 10:07:40.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:41.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46781) > >2014-07-22 10:07:42.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40135) > >2014-07-22 10:07:42.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44855) > >2014-07-22 10:07:45.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46834) > >2014-07-22 10:07:46.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40188) > >2014-07-22 10:07:46.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44908) > >2014-07-22 10:07:48.216 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:49.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46887) > >2014-07-22 10:07:50.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40245) > >2014-07-22 10:07:50.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44965) > >2014-07-22 10:07:53.516 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:07:53.529 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 46940) > >2014-07-22 10:07:54.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40301) > >2014-07-22 10:07:54.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45019) > >2014-07-22 10:07:57.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46995) > >2014-07-22 10:07:58.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40356) > >2014-07-22 10:07:58.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45076) > >2014-07-22 10:08:01.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47049) > >2014-07-22 10:08:02.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40411) > >2014-07-22 10:08:02.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45130) > >2014-07-22 10:08:05.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47102) > >2014-07-22 10:08:06.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40464) > >2014-07-22 10:08:06.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45183) > >2014-07-22 10:08:09.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47156) > >2014-07-22 10:08:10.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40518) > >2014-07-22 10:08:10.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45238) > >2014-07-22 10:08:10.637 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:13.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47209) > >2014-07-22 10:08:14.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40572) > >2014-07-22 10:08:14.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45292) > >2014-07-22 10:08:14.465 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:08:14.465 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:08:14.465 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:08:14.477 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:08:17.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47262) > >2014-07-22 10:08:18.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:18.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40628) > >2014-07-22 10:08:18.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45348) > >2014-07-22 10:08:21.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47316) > >2014-07-22 10:08:22.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40684) > >2014-07-22 10:08:22.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45402) > >2014-07-22 10:08:23.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:25.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47369) > >2014-07-22 10:08:26.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40740) > >2014-07-22 10:08:26.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45462) > >2014-07-22 10:08:29.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47423) > >2014-07-22 10:08:30.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40795) > >2014-07-22 10:08:30.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45518) > >2014-07-22 10:08:33.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47476) > >2014-07-22 10:08:34.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40851) > >2014-07-22 10:08:34.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45572) > >2014-07-22 10:08:37.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47529) > >2014-07-22 10:08:38.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40905) > >2014-07-22 10:08:38.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45627) > >2014-07-22 10:08:40.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:41.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47582) > >2014-07-22 10:08:42.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40961) > >2014-07-22 10:08:42.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45683) > >2014-07-22 10:08:45.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47635) > >2014-07-22 10:08:46.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41014) > >2014-07-22 10:08:46.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45736) > >2014-07-22 10:08:48.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:49.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47688) > >2014-07-22 10:08:50.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41071) > >2014-07-22 10:08:50.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45791) > >2014-07-22 10:08:53.562 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:08:53.576 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 47741) > >2014-07-22 10:08:54.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41127) > >2014-07-22 10:08:54.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45845) > >2014-07-22 10:08:57.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47794) > >2014-07-22 10:08:58.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41183) > >2014-07-22 10:08:58.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45901) > >2014-07-22 10:09:01.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47849) > >2014-07-22 10:09:02.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41238) > >2014-07-22 10:09:02.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45957) > >2014-07-22 10:09:05.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47902) > >2014-07-22 10:09:06.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41291) > >2014-07-22 10:09:06.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46010) > >2014-07-22 10:09:09.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47955) > >2014-07-22 10:09:10.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41346) > >2014-07-22 10:09:10.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46064) > >2014-07-22 10:09:10.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:13.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48008) > >2014-07-22 10:09:14.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41400) > >2014-07-22 10:09:14.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46118) > >2014-07-22 10:09:17.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48061) > >2014-07-22 10:09:18.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:18.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41457) > >2014-07-22 10:09:18.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46174) > >2014-07-22 10:09:21.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48114) > >2014-07-22 10:09:22.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41514) > >2014-07-22 10:09:22.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46228) > >2014-07-22 10:09:23.593 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:25.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48167) > >2014-07-22 10:09:26.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41570) > >2014-07-22 10:09:26.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46284) > >2014-07-22 10:09:29.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48220) > >2014-07-22 10:09:30.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41626) > >2014-07-22 10:09:30.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46340) > >2014-07-22 10:09:33.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48273) > >2014-07-22 10:09:34.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41681) > >2014-07-22 10:09:34.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46393) > >2014-07-22 10:09:37.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48326) > >2014-07-22 10:09:38.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41735) > >2014-07-22 10:09:38.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46447) > >2014-07-22 10:09:40.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:41.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48381) > >2014-07-22 10:09:42.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41789) > >2014-07-22 10:09:42.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46503) > >2014-07-22 10:09:45.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48434) > >2014-07-22 10:09:46.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41843) > >2014-07-22 10:09:46.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46557) > >2014-07-22 10:09:48.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:49.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48487) > >2014-07-22 10:09:50.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41900) > >2014-07-22 10:09:50.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46614) > >2014-07-22 10:09:53.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48540) > >2014-07-22 10:09:53.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:09:54.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41956) > >2014-07-22 10:09:54.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46669) > >2014-07-22 10:09:57.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48595) > >2014-07-22 10:09:58.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42011) > >2014-07-22 10:09:58.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46726) > >2014-07-22 10:10:01.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48648) > >2014-07-22 10:10:02.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42066) > >2014-07-22 10:10:02.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46780) > >2014-07-22 10:10:05.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48701) > >2014-07-22 10:10:06.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42119) > >2014-07-22 10:10:06.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46833) > >2014-07-22 10:10:09.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48755) > >2014-07-22 10:10:10.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42173) > >2014-07-22 10:10:10.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46888) > >2014-07-22 10:10:10.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:13.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48808) > >2014-07-22 10:10:14.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42227) > >2014-07-22 10:10:14.480 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:10:14.480 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:10:14.481 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:10:14.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46942) > >2014-07-22 10:10:14.496 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:10:17.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48861) > >2014-07-22 10:10:18.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:18.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42282) > >2014-07-22 10:10:18.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46999) > >2014-07-22 10:10:21.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48915) > >2014-07-22 10:10:22.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42338) > >2014-07-22 10:10:22.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47053) > >2014-07-22 10:10:23.651 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:25.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48968) > >2014-07-22 10:10:26.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42394) > >2014-07-22 10:10:26.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47111) > >2014-07-22 10:10:29.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49022) > >2014-07-22 10:10:30.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42449) > >2014-07-22 10:10:30.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47169) > >2014-07-22 10:10:33.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49075) > >2014-07-22 10:10:34.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42505) > >2014-07-22 10:10:34.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47223) > >2014-07-22 10:10:37.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49128) > >2014-07-22 10:10:38.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42559) > >2014-07-22 10:10:38.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47277) > >2014-07-22 10:10:40.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:41.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49181) > >2014-07-22 10:10:42.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42615) > >2014-07-22 10:10:42.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47334) > >2014-07-22 10:10:45.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49234) > >2014-07-22 10:10:46.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42668) > >2014-07-22 10:10:46.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47387) > >2014-07-22 10:10:48.291 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:49.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49287) > >2014-07-22 10:10:50.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42725) > >2014-07-22 10:10:50.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47442) > >2014-07-22 10:10:53.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49340) > >2014-07-22 10:10:53.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:10:54.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42781) > >2014-07-22 10:10:54.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47496) > >2014-07-22 10:10:57.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49393) > >2014-07-22 10:10:58.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42837) > >2014-07-22 10:10:58.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47552) > >2014-07-22 10:11:01.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49448) > >2014-07-22 10:11:02.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42895) > >2014-07-22 10:11:02.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47607) > >2014-07-22 10:11:05.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49501) > >2014-07-22 10:11:06.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42948) > >2014-07-22 10:11:06.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47660) > >2014-07-22 10:11:09.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49554) > >2014-07-22 10:11:10.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43002) > >2014-07-22 10:11:10.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47714) > >2014-07-22 10:11:10.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:13.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49607) > >2014-07-22 10:11:14.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43056) > >2014-07-22 10:11:14.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47768) > >2014-07-22 10:11:17.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49660) > >2014-07-22 10:11:18.297 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:18.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43113) > >2014-07-22 10:11:18.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47824) > >2014-07-22 10:11:21.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49713) > >2014-07-22 10:11:22.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43170) > >2014-07-22 10:11:22.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47879) > >2014-07-22 10:11:23.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:25.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49766) > >2014-07-22 10:11:26.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43226) > >2014-07-22 10:11:26.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47935) > >2014-07-22 10:11:29.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49819) > >2014-07-22 10:11:30.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43282) > >2014-07-22 10:11:30.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47991) > >2014-07-22 10:11:33.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49872) > >2014-07-22 10:11:34.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43337) > >2014-07-22 10:11:34.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48044) > >2014-07-22 10:11:37.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49924) > >2014-07-22 10:11:38.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43391) > >2014-07-22 10:11:38.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48098) > >2014-07-22 10:11:40.635 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:41.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49979) > >2014-07-22 10:11:42.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43445) > >2014-07-22 10:11:42.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48154) > >2014-07-22 10:11:45.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50032) > >2014-07-22 10:11:46.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43499) > >2014-07-22 10:11:46.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48209) > >2014-07-22 10:11:48.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:49.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50086) > >2014-07-22 10:11:50.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43556) > >2014-07-22 10:11:50.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48266) > >2014-07-22 10:11:53.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50139) > >2014-07-22 10:11:53.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:11:54.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43612) > >2014-07-22 10:11:54.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48320) > >2014-07-22 10:11:57.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50194) > >2014-07-22 10:11:58.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43667) > >2014-07-22 10:11:58.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48378) > >2014-07-22 10:12:01.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50248) > >2014-07-22 10:12:02.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43721) > >2014-07-22 10:12:02.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48432) > >2014-07-22 10:12:05.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50301) > >2014-07-22 10:12:06.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43774) > >2014-07-22 10:12:06.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48485) > >2014-07-22 10:12:09.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50355) > >2014-07-22 10:12:10.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43828) > >2014-07-22 10:12:10.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48540) > >2014-07-22 10:12:10.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:13.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50407) > >2014-07-22 10:12:14.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43882) > >2014-07-22 10:12:14.498 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:12:14.498 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:12:14.499 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:12:14.511 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:12:14.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48594) > >2014-07-22 10:12:17.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50460) > >2014-07-22 10:12:18.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:18.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43938) > >2014-07-22 10:12:18.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48651) > >2014-07-22 10:12:21.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50514) > >2014-07-22 10:12:22.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43994) > >2014-07-22 10:12:22.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48704) > >2014-07-22 10:12:23.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:25.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50567) > >2014-07-22 10:12:26.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44050) > >2014-07-22 10:12:26.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48760) > >2014-07-22 10:12:29.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50621) > >2014-07-22 10:12:30.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44105) > >2014-07-22 10:12:30.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48820) > >2014-07-22 10:12:33.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50674) > >2014-07-22 10:12:34.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44161) > >2014-07-22 10:12:34.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48874) > >2014-07-22 10:12:37.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50727) > >2014-07-22 10:12:38.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44214) > >2014-07-22 10:12:38.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48928) > >2014-07-22 10:12:40.642 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:41.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50780) > >2014-07-22 10:12:42.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44270) > >2014-07-22 10:12:42.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48985) > >2014-07-22 10:12:45.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50833) > >2014-07-22 10:12:46.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44323) > >2014-07-22 10:12:46.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49038) > >2014-07-22 10:12:48.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:49.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50886) > >2014-07-22 10:12:50.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44380) > >2014-07-22 10:12:50.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49093) > >2014-07-22 10:12:53.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50939) > >2014-07-22 10:12:53.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:12:54.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44436) > >2014-07-22 10:12:54.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49147) > >2014-07-22 10:12:57.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50992) > >2014-07-22 10:12:58.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44492) > >2014-07-22 10:12:58.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49203) > >2014-07-22 10:13:01.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51047) > >2014-07-22 10:13:02.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44547) > >2014-07-22 10:13:02.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49258) > >2014-07-22 10:13:05.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51100) > >2014-07-22 10:13:06.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44600) > >2014-07-22 10:13:06.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49311) > >2014-07-22 10:13:09.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51153) > >2014-07-22 10:13:10.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44654) > >2014-07-22 10:13:10.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49365) > >2014-07-22 10:13:10.641 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:13.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51206) > >2014-07-22 10:13:14.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44708) > >2014-07-22 10:13:14.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49419) > >2014-07-22 10:13:17.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51259) > >2014-07-22 10:13:18.372 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:18.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44765) > >2014-07-22 10:13:18.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49475) > >2014-07-22 10:13:21.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51312) > >2014-07-22 10:13:22.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44822) > >2014-07-22 10:13:22.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49529) > >2014-07-22 10:13:23.783 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:25.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51365) > >2014-07-22 10:13:26.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44878) > >2014-07-22 10:13:26.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49585) > >2014-07-22 10:13:29.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51418) > >2014-07-22 10:13:30.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44934) > >2014-07-22 10:13:30.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49640) > >2014-07-22 10:13:33.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51471) > >2014-07-22 10:13:34.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44989) > >2014-07-22 10:13:34.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49693) > >2014-07-22 10:13:37.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51524) > >2014-07-22 10:13:38.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45043) > >2014-07-22 10:13:38.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49747) > >2014-07-22 10:13:40.644 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:41.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51579) > >2014-07-22 10:13:42.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45097) > >2014-07-22 10:13:42.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49803) > >2014-07-22 10:13:45.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51632) > >2014-07-22 10:13:46.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45151) > >2014-07-22 10:13:46.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49857) > >2014-07-22 10:13:48.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:49.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51685) > >2014-07-22 10:13:50.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45208) > >2014-07-22 10:13:50.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49912) > >2014-07-22 10:13:53.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51738) > >2014-07-22 10:13:53.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:13:54.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45264) > >2014-07-22 10:13:54.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49968) > >2014-07-22 10:13:57.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51791) > >2014-07-22 10:13:58.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45319) > >2014-07-22 10:13:58.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50026) > >2014-07-22 10:14:01.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51847) > >2014-07-22 10:14:02.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45374) > >2014-07-22 10:14:02.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50080) > >2014-07-22 10:14:05.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51900) > >2014-07-22 10:14:06.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45427) > >2014-07-22 10:14:06.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50133) > >2014-07-22 10:14:09.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51953) > >2014-07-22 10:14:10.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45481) > >2014-07-22 10:14:10.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:10.710 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 50187) > >2014-07-22 10:14:13.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52007) > >2014-07-22 10:14:14.512 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:14:14.512 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:14:14.513 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:14:14.536 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:14:14.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45535) > >2014-07-22 10:14:14.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50241) > >2014-07-22 10:14:17.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52060) > >2014-07-22 10:14:18.416 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:18.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45591) > >2014-07-22 10:14:18.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50298) > >2014-07-22 10:14:21.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52114) > >2014-07-22 10:14:22.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45647) > >2014-07-22 10:14:22.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50352) > >2014-07-22 10:14:23.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:25.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52167) > >2014-07-22 10:14:26.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45703) > >2014-07-22 10:14:26.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50408) > >2014-07-22 10:14:29.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52221) > >2014-07-22 10:14:30.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45758) > >2014-07-22 10:14:30.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50468) > >2014-07-22 10:14:33.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52274) > >2014-07-22 10:14:34.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45814) > >2014-07-22 10:14:34.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50522) > >2014-07-22 10:14:37.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52327) > >2014-07-22 10:14:38.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45868) > >2014-07-22 10:14:38.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50576) > >2014-07-22 10:14:40.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:41.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52380) > >2014-07-22 10:14:42.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45924) > >2014-07-22 10:14:42.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50633) > >2014-07-22 10:14:45.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52433) > >2014-07-22 10:14:46.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45977) > >2014-07-22 10:14:46.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50686) > >2014-07-22 10:14:48.374 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:49.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52486) > >2014-07-22 10:14:50.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46034) > >2014-07-22 10:14:50.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50741) > >2014-07-22 10:14:53.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52539) > >2014-07-22 10:14:53.850 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:14:54.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46090) > >2014-07-22 10:14:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50795) > >2014-07-22 10:14:57.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52592) > >2014-07-22 10:14:58.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46146) > >2014-07-22 10:14:58.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50851) > >2014-07-22 10:15:01.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52647) > >2014-07-22 10:15:02.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46202) > >2014-07-22 10:15:02.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50906) > >2014-07-22 10:15:05.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52700) > >2014-07-22 10:15:06.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46256) > >2014-07-22 10:15:06.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50959) > >2014-07-22 10:15:09.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52754) > >2014-07-22 10:15:10.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46314) > >2014-07-22 10:15:10.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:10.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51013) > >2014-07-22 10:15:13.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52807) > >2014-07-22 10:15:14.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46368) > >2014-07-22 10:15:14.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51067) > >2014-07-22 10:15:17.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52861) > >2014-07-22 10:15:18.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:18.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46427) > >2014-07-22 10:15:18.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51123) > >2014-07-22 10:15:21.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52914) > >2014-07-22 10:15:22.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46483) > >2014-07-22 10:15:22.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51177) > >2014-07-22 10:15:23.904 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:25.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52969) > >2014-07-22 10:15:26.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46538) > >2014-07-22 10:15:26.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51233) > >2014-07-22 10:15:29.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53024) > >2014-07-22 10:15:30.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46594) > >2014-07-22 10:15:30.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51289) > >2014-07-22 10:15:33.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53077) > >2014-07-22 10:15:34.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46650) > >2014-07-22 10:15:34.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51342) > >2014-07-22 10:15:37.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53136) > >2014-07-22 10:15:38.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46722) > >2014-07-22 10:15:38.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51402) > >2014-07-22 10:15:40.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:41.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53190) > >2014-07-22 10:15:42.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46776) > >2014-07-22 10:15:42.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51458) > >2014-07-22 10:15:45.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53244) > >2014-07-22 10:15:46.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46830) > >2014-07-22 10:15:46.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51512) > >2014-07-22 10:15:48.401 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:49.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53297) > >2014-07-22 10:15:50.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46887) > >2014-07-22 10:15:50.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51567) > >2014-07-22 10:15:53.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53365) > >2014-07-22 10:15:53.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:15:54.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46949) > >2014-07-22 10:15:54.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51629) > >2014-07-22 10:15:57.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53419) > >2014-07-22 10:15:58.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47016) > >2014-07-22 10:15:58.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51687) > >2014-07-22 10:16:01.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53477) > >2014-07-22 10:16:02.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47078) > >2014-07-22 10:16:02.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51740) > >2014-07-22 10:16:05.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53541) > >2014-07-22 10:16:06.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47144) > >2014-07-22 10:16:06.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51792) > >2014-07-22 10:16:09.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53606) > >2014-07-22 10:16:10.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:10.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47208) > >2014-07-22 10:16:10.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51847) > >2014-07-22 10:16:13.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53669) > >2014-07-22 10:16:14.539 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:16:14.539 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:16:14.539 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:16:14.586 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:16:14.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47282) > >2014-07-22 10:16:14.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51903) > >2014-07-22 10:16:17.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53728) > >2014-07-22 10:16:18.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:18.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47354) > >2014-07-22 10:16:18.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51958) > >2014-07-22 10:16:21.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53796) > >2014-07-22 10:16:22.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47418) > >2014-07-22 10:16:22.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52013) > >2014-07-22 10:16:23.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:25.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53858) > >2014-07-22 10:16:26.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47475) > >2014-07-22 10:16:26.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52068) > >2014-07-22 10:16:29.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53921) > >2014-07-22 10:16:30.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47531) > >2014-07-22 10:16:30.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52129) > >2014-07-22 10:16:34.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53989) > >2014-07-22 10:16:34.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47589) > >2014-07-22 10:16:34.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52183) > >2014-07-22 10:16:38.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54048) > >2014-07-22 10:16:38.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47644) > >2014-07-22 10:16:38.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52238) > >2014-07-22 10:16:40.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:42.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54107) > >2014-07-22 10:16:42.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47701) > >2014-07-22 10:16:42.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52295) > >2014-07-22 10:16:46.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54164) > >2014-07-22 10:16:46.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47754) > >2014-07-22 10:16:46.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52348) > >2014-07-22 10:16:48.419 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:50.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54219) > >2014-07-22 10:16:50.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47814) > >2014-07-22 10:16:50.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52403) > >2014-07-22 10:16:53.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:16:54.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54272) > >2014-07-22 10:16:54.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47875) > >2014-07-22 10:16:54.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52456) > >2014-07-22 10:16:58.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54324) > >2014-07-22 10:16:58.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47931) > >2014-07-22 10:16:58.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52515) > >2014-07-22 10:17:02.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54379) > >2014-07-22 10:17:02.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47986) > >2014-07-22 10:17:02.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52568) > >2014-07-22 10:17:06.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54432) > >2014-07-22 10:17:06.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48043) > >2014-07-22 10:17:06.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52621) > >2014-07-22 10:17:10.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54485) > >2014-07-22 10:17:10.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:10.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48100) > >2014-07-22 10:17:10.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52676) > >2014-07-22 10:17:14.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54538) > >2014-07-22 10:17:14.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48153) > >2014-07-22 10:17:15.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52729) > >2014-07-22 10:17:18.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54591) > >2014-07-22 10:17:18.482 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:18.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48213) > >2014-07-22 10:17:19.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52785) > >2014-07-22 10:17:22.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54644) > >2014-07-22 10:17:22.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48273) > >2014-07-22 10:17:23.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52841) > >2014-07-22 10:17:24.028 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:26.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54697) > >2014-07-22 10:17:26.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48327) > >2014-07-22 10:17:27.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52896) > >2014-07-22 10:17:30.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54750) > >2014-07-22 10:17:30.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48382) > >2014-07-22 10:17:31.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52951) > >2014-07-22 10:17:34.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54803) > >2014-07-22 10:17:35.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48437) > >2014-07-22 10:17:35.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53004) > >2014-07-22 10:17:38.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54857) > >2014-07-22 10:17:39.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48492) > >2014-07-22 10:17:39.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53058) > >2014-07-22 10:17:40.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:42.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54913) > >2014-07-22 10:17:43.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48549) > >2014-07-22 10:17:43.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53115) > >2014-07-22 10:17:46.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54968) > >2014-07-22 10:17:47.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48602) > >2014-07-22 10:17:47.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53168) > >2014-07-22 10:17:48.474 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:50.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55021) > >2014-07-22 10:17:51.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48660) > >2014-07-22 10:17:51.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53224) > >2014-07-22 10:17:54.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:17:54.145 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 55075) > >2014-07-22 10:17:55.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48717) > >2014-07-22 10:17:55.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53280) > >2014-07-22 10:17:58.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55128) > >2014-07-22 10:17:59.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48772) > >2014-07-22 10:17:59.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53336) > >2014-07-22 10:18:02.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55183) > >2014-07-22 10:18:03.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48827) > >2014-07-22 10:18:03.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53391) > >2014-07-22 10:18:06.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55237) > >2014-07-22 10:18:07.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48880) > >2014-07-22 10:18:07.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53445) > >2014-07-22 10:18:10.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55291) > >2014-07-22 10:18:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:11.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48936) > >2014-07-22 10:18:11.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53500) > >2014-07-22 10:18:14.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55345) > >2014-07-22 10:18:14.594 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:18:14.594 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:18:14.595 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:18:14.607 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:18:15.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48989) > >2014-07-22 10:18:15.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53556) > >2014-07-22 10:18:18.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55398) > >2014-07-22 10:18:18.483 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:19.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49046) > >2014-07-22 10:18:19.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53611) > >2014-07-22 10:18:22.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55453) > >2014-07-22 10:18:23.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49102) > >2014-07-22 10:18:23.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53665) > >2014-07-22 10:18:24.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:26.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55506) > >2014-07-22 10:18:27.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49156) > >2014-07-22 10:18:27.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53719) > >2014-07-22 10:18:30.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55559) > >2014-07-22 10:18:31.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49213) > >2014-07-22 10:18:31.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53778) > >2014-07-22 10:18:34.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55613) > >2014-07-22 10:18:35.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49268) > >2014-07-22 10:18:35.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53834) > >2014-07-22 10:18:38.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55666) > >2014-07-22 10:18:39.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49323) > >2014-07-22 10:18:39.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53889) > >2014-07-22 10:18:40.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:42.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55719) > >2014-07-22 10:18:43.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49379) > >2014-07-22 10:18:43.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53945) > >2014-07-22 10:18:46.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55772) > >2014-07-22 10:18:47.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49432) > >2014-07-22 10:18:47.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53999) > >2014-07-22 10:18:48.483 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:50.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55825) > >2014-07-22 10:18:51.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49489) > >2014-07-22 10:18:51.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54054) > >2014-07-22 10:18:54.081 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:18:54.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55878) > >2014-07-22 10:18:55.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49545) > >2014-07-22 10:18:55.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54108) > >2014-07-22 10:18:58.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55931) > >2014-07-22 10:18:59.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49600) > >2014-07-22 10:18:59.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54164) > >2014-07-22 10:19:02.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55986) > >2014-07-22 10:19:03.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49655) > >2014-07-22 10:19:03.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54219) > >2014-07-22 10:19:06.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56039) > >2014-07-22 10:19:07.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49708) > >2014-07-22 10:19:07.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54272) > >2014-07-22 10:19:10.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56092) > >2014-07-22 10:19:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:11.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49763) > >2014-07-22 10:19:11.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54327) > >2014-07-22 10:19:14.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56145) > >2014-07-22 10:19:15.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49816) > >2014-07-22 10:19:15.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54380) > >2014-07-22 10:19:18.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56198) > >2014-07-22 10:19:18.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:19.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49876) > >2014-07-22 10:19:19.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54436) > >2014-07-22 10:19:22.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56251) > >2014-07-22 10:19:23.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49934) > >2014-07-22 10:19:23.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54492) > >2014-07-22 10:19:24.110 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:26.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56304) > >2014-07-22 10:19:27.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49989) > >2014-07-22 10:19:27.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54547) > >2014-07-22 10:19:30.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56357) > >2014-07-22 10:19:31.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50044) > >2014-07-22 10:19:31.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54601) > >2014-07-22 10:19:34.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56410) > >2014-07-22 10:19:35.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50099) > >2014-07-22 10:19:35.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54654) > >2014-07-22 10:19:38.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56463) > >2014-07-22 10:19:39.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50153) > >2014-07-22 10:19:39.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54708) > >2014-07-22 10:19:40.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:42.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56516) > >2014-07-22 10:19:43.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50207) > >2014-07-22 10:19:43.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54764) > >2014-07-22 10:19:46.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56571) > >2014-07-22 10:19:47.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50260) > >2014-07-22 10:19:47.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54817) > >2014-07-22 10:19:48.493 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:50.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56624) > >2014-07-22 10:19:51.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50318) > >2014-07-22 10:19:51.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54873) > >2014-07-22 10:19:54.140 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:19:54.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56677) > >2014-07-22 10:19:55.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50374) > >2014-07-22 10:19:55.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54929) > >2014-07-22 10:19:58.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56730) > >2014-07-22 10:19:59.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50429) > >2014-07-22 10:19:59.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54986) > >2014-07-22 10:20:02.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56786) > >2014-07-22 10:20:03.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50484) > >2014-07-22 10:20:03.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55041) > >2014-07-22 10:20:06.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56840) > >2014-07-22 10:20:07.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50537) > >2014-07-22 10:20:07.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55095) > >2014-07-22 10:20:10.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56893) > >2014-07-22 10:20:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:11.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50592) > >2014-07-22 10:20:11.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55150) > >2014-07-22 10:20:14.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56947) > >2014-07-22 10:20:14.611 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:20:14.611 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:20:14.612 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:20:14.625 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:20:15.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50645) > >2014-07-22 10:20:15.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55206) > >2014-07-22 10:20:18.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57000) > >2014-07-22 10:20:18.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:19.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50702) > >2014-07-22 10:20:19.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55261) > >2014-07-22 10:20:22.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57054) > >2014-07-22 10:20:23.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50757) > >2014-07-22 10:20:23.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55315) > >2014-07-22 10:20:24.166 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:26.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57107) > >2014-07-22 10:20:27.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50811) > >2014-07-22 10:20:27.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55369) > >2014-07-22 10:20:30.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57160) > >2014-07-22 10:20:31.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50868) > >2014-07-22 10:20:31.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55425) > >2014-07-22 10:20:34.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57213) > >2014-07-22 10:20:35.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50923) > >2014-07-22 10:20:35.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55483) > >2014-07-22 10:20:38.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57266) > >2014-07-22 10:20:39.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50978) > >2014-07-22 10:20:39.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55538) > >2014-07-22 10:20:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:42.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57319) > >2014-07-22 10:20:43.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51033) > >2014-07-22 10:20:43.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55592) > >2014-07-22 10:20:46.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57372) > >2014-07-22 10:20:47.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51087) > >2014-07-22 10:20:47.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55647) > >2014-07-22 10:20:48.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:50.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57425) > >2014-07-22 10:20:51.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51144) > >2014-07-22 10:20:51.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55702) > >2014-07-22 10:20:54.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:20:54.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57478) > >2014-07-22 10:20:55.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51200) > >2014-07-22 10:20:55.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55756) > >2014-07-22 10:20:58.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57531) > >2014-07-22 10:20:59.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51256) > >2014-07-22 10:20:59.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55812) > >2014-07-22 10:21:02.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57586) > >2014-07-22 10:21:03.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51311) > >2014-07-22 10:21:03.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55867) > >2014-07-22 10:21:06.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57639) > >2014-07-22 10:21:07.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51364) > >2014-07-22 10:21:07.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55920) > >2014-07-22 10:21:10.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57692) > >2014-07-22 10:21:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:11.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51419) > >2014-07-22 10:21:11.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55975) > >2014-07-22 10:21:14.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57745) > >2014-07-22 10:21:15.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51472) > >2014-07-22 10:21:15.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56028) > >2014-07-22 10:21:18.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57798) > >2014-07-22 10:21:18.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:19.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51530) > >2014-07-22 10:21:19.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56084) > >2014-07-22 10:21:22.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57851) > >2014-07-22 10:21:23.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51588) > >2014-07-22 10:21:23.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56140) > >2014-07-22 10:21:24.205 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:26.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57904) > >2014-07-22 10:21:27.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51643) > >2014-07-22 10:21:27.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56195) > >2014-07-22 10:21:30.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57957) > >2014-07-22 10:21:31.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51698) > >2014-07-22 10:21:31.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56250) > >2014-07-22 10:21:34.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58010) > >2014-07-22 10:21:35.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51753) > >2014-07-22 10:21:35.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56303) > >2014-07-22 10:21:38.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58063) > >2014-07-22 10:21:39.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51807) > >2014-07-22 10:21:39.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56357) > >2014-07-22 10:21:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:42.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58116) > >2014-07-22 10:21:43.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51861) > >2014-07-22 10:21:43.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56411) > >2014-07-22 10:21:46.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58171) > >2014-07-22 10:21:47.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51914) > >2014-07-22 10:21:47.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56466) > >2014-07-22 10:21:48.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:50.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58224) > >2014-07-22 10:21:51.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51972) > >2014-07-22 10:21:51.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56522) > >2014-07-22 10:21:54.235 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:21:54.292 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 58277) > >2014-07-22 10:21:55.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52028) > >2014-07-22 10:21:55.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56576) > >2014-07-22 10:21:58.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58330) > >2014-07-22 10:21:59.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52083) > >2014-07-22 10:21:59.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56634) > >2014-07-22 10:22:02.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58385) > >2014-07-22 10:22:03.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52138) > >2014-07-22 10:22:03.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56689) > >2014-07-22 10:22:06.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58438) > >2014-07-22 10:22:07.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52191) > >2014-07-22 10:22:07.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56743) > >2014-07-22 10:22:10.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58492) > >2014-07-22 10:22:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:11.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52246) > >2014-07-22 10:22:11.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56798) > >2014-07-22 10:22:14.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58544) > >2014-07-22 10:22:14.627 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:22:14.627 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:22:14.628 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:22:14.639 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:22:15.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52299) > >2014-07-22 10:22:15.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56854) > >2014-07-22 10:22:18.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58598) > >2014-07-22 10:22:18.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:19.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52356) > >2014-07-22 10:22:19.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56909) > >2014-07-22 10:22:22.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58652) > >2014-07-22 10:22:23.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52411) > >2014-07-22 10:22:23.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56963) > >2014-07-22 10:22:24.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:26.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58705) > >2014-07-22 10:22:27.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52465) > >2014-07-22 10:22:27.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57017) > >2014-07-22 10:22:30.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58758) > >2014-07-22 10:22:31.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52522) > >2014-07-22 10:22:31.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57074) > >2014-07-22 10:22:34.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58810) > >2014-07-22 10:22:35.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52577) > >2014-07-22 10:22:35.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57132) > >2014-07-22 10:22:38.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58864) > >2014-07-22 10:22:39.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52632) > >2014-07-22 10:22:39.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57187) > >2014-07-22 10:22:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:42.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58917) > >2014-07-22 10:22:43.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52686) > >2014-07-22 10:22:43.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57241) > >2014-07-22 10:22:46.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58970) > >2014-07-22 10:22:47.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52740) > >2014-07-22 10:22:47.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57297) > >2014-07-22 10:22:48.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:50.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59023) > >2014-07-22 10:22:51.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52797) > >2014-07-22 10:22:51.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57352) > >2014-07-22 10:22:54.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:22:54.318 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 59076) > >2014-07-22 10:22:55.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52853) > >2014-07-22 10:22:55.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57406) > >2014-07-22 10:22:58.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59129) > >2014-07-22 10:22:59.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52909) > >2014-07-22 10:22:59.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57462) > >2014-07-22 10:23:02.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59184) > >2014-07-22 10:23:03.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52964) > >2014-07-22 10:23:03.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57517) > >2014-07-22 10:23:06.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59237) > >2014-07-22 10:23:07.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53016) > >2014-07-22 10:23:07.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57570) > >2014-07-22 10:23:10.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59290) > >2014-07-22 10:23:10.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:11.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53071) > >2014-07-22 10:23:11.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57625) > >2014-07-22 10:23:14.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59343) > >2014-07-22 10:23:15.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53124) > >2014-07-22 10:23:15.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57678) > >2014-07-22 10:23:18.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59396) > >2014-07-22 10:23:18.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:19.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53182) > >2014-07-22 10:23:19.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57734) > >2014-07-22 10:23:22.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59449) > >2014-07-22 10:23:23.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53240) > >2014-07-22 10:23:23.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57790) > >2014-07-22 10:23:24.304 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:26.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59502) > >2014-07-22 10:23:27.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53295) > >2014-07-22 10:23:27.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57845) > >2014-07-22 10:23:30.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59555) > >2014-07-22 10:23:31.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53350) > >2014-07-22 10:23:31.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57900) > >2014-07-22 10:23:34.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59608) > >2014-07-22 10:23:35.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53405) > >2014-07-22 10:23:35.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57953) > >2014-07-22 10:23:38.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59661) > >2014-07-22 10:23:39.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53459) > >2014-07-22 10:23:39.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58007) > >2014-07-22 10:23:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:42.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59714) > >2014-07-22 10:23:43.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53513) > >2014-07-22 10:23:43.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58061) > >2014-07-22 10:23:46.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59769) > >2014-07-22 10:23:47.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53566) > >2014-07-22 10:23:47.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58116) > >2014-07-22 10:23:48.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:50.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59822) > >2014-07-22 10:23:51.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53624) > >2014-07-22 10:23:51.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58172) > >2014-07-22 10:23:54.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:23:54.403 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 59875) > >2014-07-22 10:23:55.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53680) > >2014-07-22 10:23:55.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58226) > >2014-07-22 10:23:58.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59928) > >2014-07-22 10:23:59.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53735) > >2014-07-22 10:23:59.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58284) > >2014-07-22 10:24:02.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59983) > >2014-07-22 10:24:03.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53790) > >2014-07-22 10:24:03.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58339) > >2014-07-22 10:24:06.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60036) > >2014-07-22 10:24:07.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53843) > >2014-07-22 10:24:07.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58392) > >2014-07-22 10:24:10.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60090) > >2014-07-22 10:24:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:11.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53898) > >2014-07-22 10:24:11.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58448) > >2014-07-22 10:24:14.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60143) > >2014-07-22 10:24:14.642 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:24:14.642 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:24:14.642 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:24:14.654 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:24:15.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53951) > >2014-07-22 10:24:15.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58503) > >2014-07-22 10:24:18.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60197) > >2014-07-22 10:24:18.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:19.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54008) > >2014-07-22 10:24:19.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58559) > >2014-07-22 10:24:22.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60251) > >2014-07-22 10:24:23.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54063) > >2014-07-22 10:24:23.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58613) > >2014-07-22 10:24:24.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:26.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60304) > >2014-07-22 10:24:27.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54117) > >2014-07-22 10:24:27.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58667) > >2014-07-22 10:24:30.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60357) > >2014-07-22 10:24:31.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54172) > >2014-07-22 10:24:31.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58722) > >2014-07-22 10:24:34.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60410) > >2014-07-22 10:24:35.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54229) > >2014-07-22 10:24:35.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58781) > >2014-07-22 10:24:38.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60464) > >2014-07-22 10:24:39.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54284) > >2014-07-22 10:24:39.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58837) > >2014-07-22 10:24:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:42.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60517) > >2014-07-22 10:24:43.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54338) > >2014-07-22 10:24:43.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58891) > >2014-07-22 10:24:46.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60570) > >2014-07-22 10:24:47.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54393) > >2014-07-22 10:24:47.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58947) > >2014-07-22 10:24:48.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:50.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60623) > >2014-07-22 10:24:51.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54450) > >2014-07-22 10:24:51.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59002) > >2014-07-22 10:24:54.375 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:24:54.405 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 60676) > >2014-07-22 10:24:55.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54506) > >2014-07-22 10:24:55.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59056) > >2014-07-22 10:24:58.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60729) > >2014-07-22 10:24:59.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54561) > >2014-07-22 10:24:59.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59111) > >2014-07-22 10:25:02.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60784) > >2014-07-22 10:25:03.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54617) > >2014-07-22 10:25:03.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59167) > >2014-07-22 10:25:06.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60837) > >2014-07-22 10:25:07.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54670) > >2014-07-22 10:25:07.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59220) > >2014-07-22 10:25:10.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60890) > >2014-07-22 10:25:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:11.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54725) > >2014-07-22 10:25:11.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59275) > >2014-07-22 10:25:14.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60943) > >2014-07-22 10:25:15.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54778) > >2014-07-22 10:25:15.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59327) > >2014-07-22 10:25:18.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60997) > >2014-07-22 10:25:18.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:19.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54837) > >2014-07-22 10:25:19.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59383) > >2014-07-22 10:25:22.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32817) > >2014-07-22 10:25:23.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54895) > >2014-07-22 10:25:23.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59439) > >2014-07-22 10:25:24.405 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:26.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32871) > >2014-07-22 10:25:27.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54950) > >2014-07-22 10:25:27.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59494) > >2014-07-22 10:25:30.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32924) > >2014-07-22 10:25:31.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55005) > >2014-07-22 10:25:31.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59549) > >2014-07-22 10:25:34.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32977) > >2014-07-22 10:25:35.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55060) > >2014-07-22 10:25:35.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59602) > >2014-07-22 10:25:38.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33030) > >2014-07-22 10:25:39.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55114) > >2014-07-22 10:25:39.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59656) > >2014-07-22 10:25:40.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:42.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33083) > >2014-07-22 10:25:43.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55168) > >2014-07-22 10:25:43.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59710) > >2014-07-22 10:25:46.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33138) > >2014-07-22 10:25:47.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55221) > >2014-07-22 10:25:47.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59765) > >2014-07-22 10:25:48.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:50.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33191) > >2014-07-22 10:25:51.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55278) > >2014-07-22 10:25:51.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59820) > >2014-07-22 10:25:54.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:25:54.467 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 33244) > >2014-07-22 10:25:55.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55335) > >2014-07-22 10:25:55.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59874) > >2014-07-22 10:25:58.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33297) > >2014-07-22 10:25:59.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55390) > >2014-07-22 10:25:59.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59932) > >2014-07-22 10:26:02.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33352) > >2014-07-22 10:26:03.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55445) > >2014-07-22 10:26:03.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59987) > >2014-07-22 10:26:06.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33405) > >2014-07-22 10:26:07.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55498) > >2014-07-22 10:26:07.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60040) > >2014-07-22 10:26:10.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33459) > >2014-07-22 10:26:10.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:11.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55553) > >2014-07-22 10:26:11.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60096) > >2014-07-22 10:26:14.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33512) > >2014-07-22 10:26:14.667 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:26:14.667 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:26:14.671 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:26:14.686 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:26:15.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55606) > >2014-07-22 10:26:15.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60151) > >2014-07-22 10:26:18.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33565) > >2014-07-22 10:26:18.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:19.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55663) > >2014-07-22 10:26:19.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60207) > >2014-07-22 10:26:22.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33619) > >2014-07-22 10:26:23.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55718) > >2014-07-22 10:26:23.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60261) > >2014-07-22 10:26:24.466 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:26.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33672) > >2014-07-22 10:26:27.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55772) > >2014-07-22 10:26:27.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60315) > >2014-07-22 10:26:30.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33725) > >2014-07-22 10:26:31.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55827) > >2014-07-22 10:26:31.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60369) > >2014-07-22 10:26:34.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33778) > >2014-07-22 10:26:35.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55884) > >2014-07-22 10:26:35.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60426) > >2014-07-22 10:26:38.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33832) > >2014-07-22 10:26:39.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55939) > >2014-07-22 10:26:39.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60484) > >2014-07-22 10:26:40.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:42.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33885) > >2014-07-22 10:26:43.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55993) > >2014-07-22 10:26:43.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60538) > >2014-07-22 10:26:46.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33938) > >2014-07-22 10:26:47.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56048) > >2014-07-22 10:26:47.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60593) > >2014-07-22 10:26:48.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:50.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33991) > >2014-07-22 10:26:51.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56105) > >2014-07-22 10:26:51.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60649) > >2014-07-22 10:26:54.476 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:26:54.507 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 34044) > >2014-07-22 10:26:55.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56161) > >2014-07-22 10:26:55.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60703) > >2014-07-22 10:26:58.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34097) > >2014-07-22 10:26:59.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56216) > >2014-07-22 10:26:59.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60758) > >2014-07-22 10:27:02.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34152) > >2014-07-22 10:27:03.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56272) > >2014-07-22 10:27:03.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60814) > >2014-07-22 10:27:06.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34205) > >2014-07-22 10:27:07.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56325) > >2014-07-22 10:27:07.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60867) > >2014-07-22 10:27:10.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34258) > >2014-07-22 10:27:10.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:11.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56380) > >2014-07-22 10:27:11.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60922) > >2014-07-22 10:27:14.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34311) > >2014-07-22 10:27:15.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56433) > >2014-07-22 10:27:15.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60975) > >2014-07-22 10:27:18.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:18.530 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 34364) > >2014-07-22 10:27:19.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56491) > >2014-07-22 10:27:19.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32798) > >2014-07-22 10:27:22.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34417) > >2014-07-22 10:27:23.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56549) > >2014-07-22 10:27:23.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32854) > >2014-07-22 10:27:24.507 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:26.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34470) > >2014-07-22 10:27:27.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56604) > >2014-07-22 10:27:27.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32909) > >2014-07-22 10:27:30.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34523) > >2014-07-22 10:27:31.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56659) > >2014-07-22 10:27:31.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32964) > >2014-07-22 10:27:34.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34576) > >2014-07-22 10:27:35.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56714) > >2014-07-22 10:27:35.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33017) > >2014-07-22 10:27:38.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34629) > >2014-07-22 10:27:39.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56768) > >2014-07-22 10:27:39.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33071) > >2014-07-22 10:27:40.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:42.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34682) > >2014-07-22 10:27:43.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56822) > >2014-07-22 10:27:43.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33125) > >2014-07-22 10:27:46.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34737) > >2014-07-22 10:27:47.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56875) > >2014-07-22 10:27:47.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33180) > >2014-07-22 10:27:48.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:50.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34790) > >2014-07-22 10:27:51.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56932) > >2014-07-22 10:27:51.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33235) > >2014-07-22 10:27:54.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34843) > >2014-07-22 10:27:54.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:27:55.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56989) > >2014-07-22 10:27:55.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33290) > >2014-07-22 10:27:58.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34895) > >2014-07-22 10:27:59.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57044) > >2014-07-22 10:27:59.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33347) > >2014-07-22 10:28:02.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34950) > >2014-07-22 10:28:03.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57099) > >2014-07-22 10:28:03.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33403) > >2014-07-22 10:28:06.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35003) > >2014-07-22 10:28:07.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57152) > >2014-07-22 10:28:07.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33456) > >2014-07-22 10:28:10.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35057) > >2014-07-22 10:28:10.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:11.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57207) > >2014-07-22 10:28:11.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33512) > >2014-07-22 10:28:14.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35110) > >2014-07-22 10:28:14.688 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:28:14.688 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:28:14.689 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:28:14.701 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:28:15.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57260) > >2014-07-22 10:28:15.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33567) > >2014-07-22 10:28:18.488 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:18.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35164) > >2014-07-22 10:28:19.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57317) > >2014-07-22 10:28:19.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33623) > >2014-07-22 10:28:22.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35217) > >2014-07-22 10:28:23.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57372) > >2014-07-22 10:28:23.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33677) > >2014-07-22 10:28:24.563 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:26.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35270) > >2014-07-22 10:28:27.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57425) > >2014-07-22 10:28:27.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33731) > >2014-07-22 10:28:30.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35323) > >2014-07-22 10:28:31.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57480) > >2014-07-22 10:28:31.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33786) > >2014-07-22 10:28:34.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35376) > >2014-07-22 10:28:35.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57537) > >2014-07-22 10:28:35.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33841) > >2014-07-22 10:28:38.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35431) > >2014-07-22 10:28:39.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57592) > >2014-07-22 10:28:39.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33901) > >2014-07-22 10:28:40.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:42.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35484) > >2014-07-22 10:28:43.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57646) > >2014-07-22 10:28:43.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33955) > >2014-07-22 10:28:46.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35537) > >2014-07-22 10:28:47.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57701) > >2014-07-22 10:28:47.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34010) > >2014-07-22 10:28:48.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:50.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35590) > >2014-07-22 10:28:51.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57757) > >2014-07-22 10:28:51.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34066) > >2014-07-22 10:28:54.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35643) > >2014-07-22 10:28:54.596 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:28:55.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57813) > >2014-07-22 10:28:55.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34120) > >2014-07-22 10:28:58.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35696) > >2014-07-22 10:28:59.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57868) > >2014-07-22 10:28:59.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34175) > >2014-07-22 10:29:02.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35751) > >2014-07-22 10:29:03.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57924) > >2014-07-22 10:29:03.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34231) > >2014-07-22 10:29:06.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35804) > >2014-07-22 10:29:07.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57977) > >2014-07-22 10:29:07.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34284) > >2014-07-22 10:29:10.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35857) > >2014-07-22 10:29:10.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:11.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58032) > >2014-07-22 10:29:11.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34339) > >2014-07-22 10:29:14.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35910) > >2014-07-22 10:29:15.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58085) > >2014-07-22 10:29:15.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34392) > >2014-07-22 10:29:18.486 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:18.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35963) > >2014-07-22 10:29:19.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58143) > >2014-07-22 10:29:19.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34448) > >2014-07-22 10:29:22.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36016) > >2014-07-22 10:29:23.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58201) > >2014-07-22 10:29:23.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34504) > >2014-07-22 10:29:24.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:26.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36069) > >2014-07-22 10:29:27.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58256) > >2014-07-22 10:29:27.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34559) > >2014-07-22 10:29:30.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36122) > >2014-07-22 10:29:31.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58311) > >2014-07-22 10:29:31.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34614) > >2014-07-22 10:29:34.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36175) > >2014-07-22 10:29:35.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58366) > >2014-07-22 10:29:35.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34668) > >2014-07-22 10:29:38.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36228) > >2014-07-22 10:29:39.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58420) > >2014-07-22 10:29:39.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34722) > >2014-07-22 10:29:40.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:42.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36281) > >2014-07-22 10:29:43.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58474) > >2014-07-22 10:29:43.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34776) > >2014-07-22 10:29:46.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36336) > >2014-07-22 10:29:47.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58527) > >2014-07-22 10:29:47.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34831) > >2014-07-22 10:29:48.497 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:50.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36389) > >2014-07-22 10:29:51.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58585) > >2014-07-22 10:29:51.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34886) > >2014-07-22 10:29:54.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36442) > >2014-07-22 10:29:54.629 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:29:55.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58642) > >2014-07-22 10:29:55.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34941) > >2014-07-22 10:29:58.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36495) > >2014-07-22 10:29:59.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58697) > >2014-07-22 10:29:59.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34996) > >2014-07-22 10:30:02.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36548) > >2014-07-22 10:30:03.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58752) > >2014-07-22 10:30:03.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35054) > >2014-07-22 10:30:06.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36603) > >2014-07-22 10:30:07.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58805) > >2014-07-22 10:30:07.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35107) > >2014-07-22 10:30:10.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36657) > >2014-07-22 10:30:10.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:11.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58860) > >2014-07-22 10:30:11.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35163) > >2014-07-22 10:30:14.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36710) > >2014-07-22 10:30:14.703 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:30:14.703 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:30:14.704 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:30:14.716 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:30:15.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58913) > >2014-07-22 10:30:15.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35218) > >2014-07-22 10:30:18.515 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:18.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36763) > >2014-07-22 10:30:19.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58970) > >2014-07-22 10:30:19.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35274) > >2014-07-22 10:30:22.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36818) > >2014-07-22 10:30:23.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59025) > >2014-07-22 10:30:23.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35328) > >2014-07-22 10:30:24.655 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:26.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36871) > >2014-07-22 10:30:27.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59079) > >2014-07-22 10:30:27.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35382) > >2014-07-22 10:30:30.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36924) > >2014-07-22 10:30:31.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59134) > >2014-07-22 10:30:31.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35437) > >2014-07-22 10:30:34.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36977) > >2014-07-22 10:30:35.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59191) > >2014-07-22 10:30:35.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35492) > >2014-07-22 10:30:38.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37031) > >2014-07-22 10:30:39.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59246) > >2014-07-22 10:30:39.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35552) > >2014-07-22 10:30:40.656 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:42.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37084) > >2014-07-22 10:30:43.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59301) > >2014-07-22 10:30:43.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35606) > >2014-07-22 10:30:46.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37137) > >2014-07-22 10:30:47.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59356) > >2014-07-22 10:30:47.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35661) > >2014-07-22 10:30:48.526 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:50.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37190) > >2014-07-22 10:30:51.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59413) > >2014-07-22 10:30:51.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35717) > >2014-07-22 10:30:54.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:30:54.678 29190 INFO neutron.wsgi [req-50eeb7bf-e670-4f82-bbae-47a75f93dd4a None] (29190) accepted ('192.168.0.8', 37243) > >2014-07-22 10:30:55.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59469) > >2014-07-22 10:30:55.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35771) > >2014-07-22 10:30:58.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37297) > >2014-07-22 10:30:59.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59524) > >2014-07-22 10:30:59.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35826) > >2014-07-22 10:31:02.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37352) > >2014-07-22 10:31:03.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59580) > >2014-07-22 10:31:03.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35882) > >2014-07-22 10:31:06.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37406) > >2014-07-22 10:31:07.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59633) > >2014-07-22 10:31:07.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35935) > >2014-07-22 10:31:10.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:10.719 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 37459) > >2014-07-22 10:31:11.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59688) > >2014-07-22 10:31:11.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35989) > >2014-07-22 10:31:14.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37512) > >2014-07-22 10:31:15.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59741) > >2014-07-22 10:31:15.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36042) > >2014-07-22 10:31:18.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:18.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37565) > >2014-07-22 10:31:19.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59799) > >2014-07-22 10:31:19.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36098) > >2014-07-22 10:31:22.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37618) > >2014-07-22 10:31:23.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59857) > >2014-07-22 10:31:23.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36154) > >2014-07-22 10:31:24.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:26.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37671) > >2014-07-22 10:31:27.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59912) > >2014-07-22 10:31:27.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36209) > >2014-07-22 10:31:30.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37724) > >2014-07-22 10:31:31.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59967) > >2014-07-22 10:31:31.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36264) > >2014-07-22 10:31:34.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37777) > >2014-07-22 10:31:35.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60022) > >2014-07-22 10:31:35.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36316) > >2014-07-22 10:31:38.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37830) > >2014-07-22 10:31:39.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60076) > >2014-07-22 10:31:39.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36370) > >2014-07-22 10:31:40.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:42.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37883) > >2014-07-22 10:31:43.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60130) > >2014-07-22 10:31:43.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36424) > >2014-07-22 10:31:46.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37938) > >2014-07-22 10:31:47.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60183) > >2014-07-22 10:31:47.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36479) > >2014-07-22 10:31:48.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:50.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37991) > >2014-07-22 10:31:51.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60240) > >2014-07-22 10:31:51.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36534) > >2014-07-22 10:31:54.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38044) > >2014-07-22 10:31:54.716 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:31:55.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60297) > >2014-07-22 10:31:55.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36589) > >2014-07-22 10:31:58.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38097) > >2014-07-22 10:31:59.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60352) > >2014-07-22 10:31:59.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36644) > >2014-07-22 10:32:02.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38150) > >2014-07-22 10:32:03.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60407) > >2014-07-22 10:32:03.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36702) > >2014-07-22 10:32:06.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38205) > >2014-07-22 10:32:07.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60460) > >2014-07-22 10:32:07.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36755) > >2014-07-22 10:32:10.658 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:10.723 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 38257) > >2014-07-22 10:32:11.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60515) > >2014-07-22 10:32:11.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36810) > >2014-07-22 10:32:14.717 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:32:14.717 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:32:14.718 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:32:14.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38311) > >2014-07-22 10:32:14.736 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:32:15.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60568) > >2014-07-22 10:32:15.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36866) > >2014-07-22 10:32:18.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:18.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38364) > >2014-07-22 10:32:19.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60625) > >2014-07-22 10:32:19.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36921) > >2014-07-22 10:32:22.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38419) > >2014-07-22 10:32:23.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60680) > >2014-07-22 10:32:23.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36976) > >2014-07-22 10:32:24.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:26.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38472) > >2014-07-22 10:32:27.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60734) > >2014-07-22 10:32:27.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37030) > >2014-07-22 10:32:30.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38525) > >2014-07-22 10:32:31.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60789) > >2014-07-22 10:32:31.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37085) > >2014-07-22 10:32:34.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38578) > >2014-07-22 10:32:35.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60844) > >2014-07-22 10:32:35.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37138) > >2014-07-22 10:32:38.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38631) > >2014-07-22 10:32:39.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60900) > >2014-07-22 10:32:39.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37197) > >2014-07-22 10:32:40.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:42.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38685) > >2014-07-22 10:32:43.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60955) > >2014-07-22 10:32:43.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37253) > >2014-07-22 10:32:46.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38738) > >2014-07-22 10:32:47.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32777) > >2014-07-22 10:32:47.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37308) > >2014-07-22 10:32:48.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:50.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38791) > >2014-07-22 10:32:51.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32834) > >2014-07-22 10:32:51.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37364) > >2014-07-22 10:32:54.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38844) > >2014-07-22 10:32:54.757 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:32:55.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32890) > >2014-07-22 10:32:55.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37418) > >2014-07-22 10:32:58.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38897) > >2014-07-22 10:32:59.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32945) > >2014-07-22 10:32:59.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37473) > >2014-07-22 10:33:02.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38952) > >2014-07-22 10:33:03.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33001) > >2014-07-22 10:33:03.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37529) > >2014-07-22 10:33:06.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39005) > >2014-07-22 10:33:07.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33054) > >2014-07-22 10:33:07.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37582) > >2014-07-22 10:33:10.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:10.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39058) > >2014-07-22 10:33:11.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33109) > >2014-07-22 10:33:11.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37637) > >2014-07-22 10:33:14.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39111) > >2014-07-22 10:33:15.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33162) > >2014-07-22 10:33:15.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37690) > >2014-07-22 10:33:18.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:18.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39164) > >2014-07-22 10:33:19.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33220) > >2014-07-22 10:33:19.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37746) > >2014-07-22 10:33:22.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39217) > >2014-07-22 10:33:23.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33278) > >2014-07-22 10:33:23.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37802) > >2014-07-22 10:33:24.783 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:26.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39270) > >2014-07-22 10:33:27.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33333) > >2014-07-22 10:33:27.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37857) > >2014-07-22 10:33:30.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39323) > >2014-07-22 10:33:31.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33388) > >2014-07-22 10:33:31.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37912) > >2014-07-22 10:33:34.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39376) > >2014-07-22 10:33:35.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33443) > >2014-07-22 10:33:35.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37965) > >2014-07-22 10:33:38.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39428) > >2014-07-22 10:33:39.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33497) > >2014-07-22 10:33:39.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38019) > >2014-07-22 10:33:40.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:42.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39481) > >2014-07-22 10:33:43.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33551) > >2014-07-22 10:33:43.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38073) > >2014-07-22 10:33:46.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39534) > >2014-07-22 10:33:47.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33604) > >2014-07-22 10:33:47.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38128) > >2014-07-22 10:33:48.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:50.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39589) > >2014-07-22 10:33:51.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33661) > >2014-07-22 10:33:51.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38183) > >2014-07-22 10:33:54.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39642) > >2014-07-22 10:33:54.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:33:55.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33717) > >2014-07-22 10:33:55.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38238) > >2014-07-22 10:33:58.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39695) > >2014-07-22 10:33:59.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33773) > >2014-07-22 10:33:59.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38294) > >2014-07-22 10:34:02.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39748) > >2014-07-22 10:34:03.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33828) > >2014-07-22 10:34:03.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38350) > >2014-07-22 10:34:06.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39803) > >2014-07-22 10:34:07.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33881) > >2014-07-22 10:34:07.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38405) > >2014-07-22 10:34:10.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:10.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39856) > >2014-07-22 10:34:11.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33936) > >2014-07-22 10:34:11.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38460) > >2014-07-22 10:34:14.738 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:34:14.738 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:34:14.739 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:34:14.751 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:34:14.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39910) > >2014-07-22 10:34:15.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33988) > >2014-07-22 10:34:15.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38516) > >2014-07-22 10:34:18.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:18.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39963) > >2014-07-22 10:34:19.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34045) > >2014-07-22 10:34:19.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38571) > >2014-07-22 10:34:22.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40017) > >2014-07-22 10:34:23.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34100) > >2014-07-22 10:34:23.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38626) > >2014-07-22 10:34:24.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:26.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40070) > >2014-07-22 10:34:27.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34154) > >2014-07-22 10:34:27.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38680) > >2014-07-22 10:34:30.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40123) > >2014-07-22 10:34:31.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34209) > >2014-07-22 10:34:31.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38735) > >2014-07-22 10:34:34.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40176) > >2014-07-22 10:34:35.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34264) > >2014-07-22 10:34:35.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38788) > >2014-07-22 10:34:38.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40229) > >2014-07-22 10:34:39.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34320) > >2014-07-22 10:34:39.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38846) > >2014-07-22 10:34:40.688 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:42.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40283) > >2014-07-22 10:34:43.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34375) > >2014-07-22 10:34:43.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38904) > >2014-07-22 10:34:46.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40336) > >2014-07-22 10:34:47.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34430) > >2014-07-22 10:34:47.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38959) > >2014-07-22 10:34:48.542 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:50.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40389) > >2014-07-22 10:34:51.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34487) > >2014-07-22 10:34:51.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39014) > >2014-07-22 10:34:54.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40442) > >2014-07-22 10:34:54.852 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:34:55.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34542) > >2014-07-22 10:34:55.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39069) > >2014-07-22 10:34:58.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40495) > >2014-07-22 10:34:59.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34597) > >2014-07-22 10:34:59.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39124) > >2014-07-22 10:35:02.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40550) > >2014-07-22 10:35:03.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34653) > >2014-07-22 10:35:03.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39180) > >2014-07-22 10:35:06.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40603) > >2014-07-22 10:35:07.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34706) > >2014-07-22 10:35:07.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39233) > >2014-07-22 10:35:10.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:10.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40656) > >2014-07-22 10:35:11.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34762) > >2014-07-22 10:35:11.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39289) > >2014-07-22 10:35:14.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40709) > >2014-07-22 10:35:15.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34816) > >2014-07-22 10:35:15.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39343) > >2014-07-22 10:35:18.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:18.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40762) > >2014-07-22 10:35:19.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34875) > >2014-07-22 10:35:19.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39400) > >2014-07-22 10:35:22.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40815) > >2014-07-22 10:35:23.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34933) > >2014-07-22 10:35:23.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39456) > >2014-07-22 10:35:24.880 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:26.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40870) > >2014-07-22 10:35:27.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34991) > >2014-07-22 10:35:27.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39512) > >2014-07-22 10:35:30.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40923) > >2014-07-22 10:35:31.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35046) > >2014-07-22 10:35:31.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39567) > >2014-07-22 10:35:34.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40976) > >2014-07-22 10:35:35.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35101) > >2014-07-22 10:35:35.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39620) > >2014-07-22 10:35:38.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41029) > >2014-07-22 10:35:39.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35155) > >2014-07-22 10:35:39.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39674) > >2014-07-22 10:35:40.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:42.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41082) > >2014-07-22 10:35:43.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35209) > >2014-07-22 10:35:43.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39728) > >2014-07-22 10:35:46.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41136) > >2014-07-22 10:35:47.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35262) > >2014-07-22 10:35:47.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39783) > >2014-07-22 10:35:48.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:50.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41191) > >2014-07-22 10:35:51.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35319) > >2014-07-22 10:35:51.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39838) > >2014-07-22 10:35:54.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41244) > >2014-07-22 10:35:54.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:35:55.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35375) > >2014-07-22 10:35:55.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39892) > >2014-07-22 10:35:58.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41297) > >2014-07-22 10:35:59.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35431) > >2014-07-22 10:35:59.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39948) > >2014-07-22 10:36:02.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41350) > >2014-07-22 10:36:03.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35486) > >2014-07-22 10:36:03.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40004) > >2014-07-22 10:36:06.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41405) > >2014-07-22 10:36:07.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35539) > >2014-07-22 10:36:07.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40059) > >2014-07-22 10:36:10.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:10.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41458) > >2014-07-22 10:36:11.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35594) > >2014-07-22 10:36:11.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40114) > >2014-07-22 10:36:14.752 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:36:14.752 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:36:14.753 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:36:14.774 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:36:14.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41512) > >2014-07-22 10:36:15.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35647) > >2014-07-22 10:36:15.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40170) > >2014-07-22 10:36:18.543 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:18.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41565) > >2014-07-22 10:36:19.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35704) > >2014-07-22 10:36:19.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40225) > >2014-07-22 10:36:22.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41620) > >2014-07-22 10:36:23.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35759) > >2014-07-22 10:36:23.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40280) > >2014-07-22 10:36:24.907 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:26.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41673) > >2014-07-22 10:36:27.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35813) > >2014-07-22 10:36:27.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40334) > >2014-07-22 10:36:30.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41726) > >2014-07-22 10:36:31.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35867) > >2014-07-22 10:36:31.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40389) > >2014-07-22 10:36:34.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41779) > >2014-07-22 10:36:35.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35922) > >2014-07-22 10:36:35.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40442) > >2014-07-22 10:36:38.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41832) > >2014-07-22 10:36:39.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35978) > >2014-07-22 10:36:39.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40498) > >2014-07-22 10:36:40.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:42.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41886) > >2014-07-22 10:36:43.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36033) > >2014-07-22 10:36:43.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40558) > >2014-07-22 10:36:46.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41939) > >2014-07-22 10:36:47.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36087) > >2014-07-22 10:36:47.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40612) > >2014-07-22 10:36:48.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:50.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41992) > >2014-07-22 10:36:51.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36145) > >2014-07-22 10:36:51.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40668) > >2014-07-22 10:36:54.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42045) > >2014-07-22 10:36:54.935 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:36:55.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36201) > >2014-07-22 10:36:55.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40723) > >2014-07-22 10:36:58.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42098) > >2014-07-22 10:36:59.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36256) > >2014-07-22 10:36:59.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40778) > >2014-07-22 10:37:02.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42153) > >2014-07-22 10:37:03.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36312) > >2014-07-22 10:37:03.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40834) > >2014-07-22 10:37:06.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42206) > >2014-07-22 10:37:07.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36365) > >2014-07-22 10:37:07.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40886) > >2014-07-22 10:37:10.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:10.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42259) > >2014-07-22 10:37:11.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36420) > >2014-07-22 10:37:11.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40941) > >2014-07-22 10:37:14.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42312) > >2014-07-22 10:37:15.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36473) > >2014-07-22 10:37:15.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40994) > >2014-07-22 10:37:18.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:18.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42365) > >2014-07-22 10:37:19.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36531) > >2014-07-22 10:37:19.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41050) > >2014-07-22 10:37:22.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42418) > >2014-07-22 10:37:23.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36589) > >2014-07-22 10:37:23.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41106) > >2014-07-22 10:37:24.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:26.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42471) > >2014-07-22 10:37:27.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36644) > >2014-07-22 10:37:27.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41162) > >2014-07-22 10:37:30.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42524) > >2014-07-22 10:37:31.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36699) > >2014-07-22 10:37:31.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41216) > >2014-07-22 10:37:34.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42577) > >2014-07-22 10:37:35.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36754) > >2014-07-22 10:37:35.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41269) > >2014-07-22 10:37:38.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42630) > >2014-07-22 10:37:39.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36808) > >2014-07-22 10:37:39.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41323) > >2014-07-22 10:37:40.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:42.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42683) > >2014-07-22 10:37:43.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36862) > >2014-07-22 10:37:43.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41377) > >2014-07-22 10:37:46.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42736) > >2014-07-22 10:37:47.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36915) > >2014-07-22 10:37:47.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41430) > >2014-07-22 10:37:48.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:50.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42791) > >2014-07-22 10:37:51.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36972) > >2014-07-22 10:37:51.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41487) > >2014-07-22 10:37:54.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42844) > >2014-07-22 10:37:54.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:37:55.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37028) > >2014-07-22 10:37:55.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41541) > >2014-07-22 10:37:58.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42897) > >2014-07-22 10:37:59.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37084) > >2014-07-22 10:37:59.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41597) > >2014-07-22 10:38:02.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42950) > >2014-07-22 10:38:03.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37139) > >2014-07-22 10:38:03.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41651) > >2014-07-22 10:38:06.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43005) > >2014-07-22 10:38:07.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37192) > >2014-07-22 10:38:07.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41708) > >2014-07-22 10:38:10.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:10.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43058) > >2014-07-22 10:38:11.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37247) > >2014-07-22 10:38:11.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41763) > >2014-07-22 10:38:14.776 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:38:14.776 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:38:14.777 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:38:14.790 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:38:14.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43111) > >2014-07-22 10:38:15.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37300) > >2014-07-22 10:38:15.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41819) > >2014-07-22 10:38:18.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:18.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43164) > >2014-07-22 10:38:19.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37357) > >2014-07-22 10:38:19.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41874) > >2014-07-22 10:38:22.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43218) > >2014-07-22 10:38:23.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37412) > >2014-07-22 10:38:23.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41929) > >2014-07-22 10:38:24.967 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:26.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43272) > >2014-07-22 10:38:27.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37466) > >2014-07-22 10:38:27.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41984) > >2014-07-22 10:38:30.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43325) > >2014-07-22 10:38:31.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37521) > >2014-07-22 10:38:31.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42038) > >2014-07-22 10:38:34.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43378) > >2014-07-22 10:38:35.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37576) > >2014-07-22 10:38:35.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42091) > >2014-07-22 10:38:38.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43431) > >2014-07-22 10:38:39.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37632) > >2014-07-22 10:38:39.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42147) > >2014-07-22 10:38:40.695 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:42.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43484) > >2014-07-22 10:38:43.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37687) > >2014-07-22 10:38:43.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42206) > >2014-07-22 10:38:46.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43538) > >2014-07-22 10:38:47.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37740) > >2014-07-22 10:38:47.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42259) > >2014-07-22 10:38:48.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:50.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43591) > >2014-07-22 10:38:51.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37799) > >2014-07-22 10:38:51.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42316) > >2014-07-22 10:38:54.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:38:55.001 29190 INFO neutron.wsgi [req-8888bb8b-7c19-44f3-844a-7a40fde21a0b None] (29190) accepted ('192.168.0.8', 43644) > >2014-07-22 10:38:55.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37855) > >2014-07-22 10:38:55.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42371) > >2014-07-22 10:38:58.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43697) > >2014-07-22 10:38:59.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37910) > >2014-07-22 10:38:59.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42426) > >2014-07-22 10:39:03.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43752) > >2014-07-22 10:39:03.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37966) > >2014-07-22 10:39:03.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42482) > >2014-07-22 10:39:07.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43805) > >2014-07-22 10:39:07.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38019) > >2014-07-22 10:39:07.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42535) > >2014-07-22 10:39:10.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:11.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43858) > >2014-07-22 10:39:11.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38074) > >2014-07-22 10:39:11.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42590) > >2014-07-22 10:39:15.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43911) > >2014-07-22 10:39:15.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38127) > >2014-07-22 10:39:15.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42643) > >2014-07-22 10:39:18.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:19.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43963) > >2014-07-22 10:39:19.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38185) > >2014-07-22 10:39:19.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42699) > >2014-07-22 10:39:23.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44016) > >2014-07-22 10:39:23.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38243) > >2014-07-22 10:39:23.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42755) > >2014-07-22 10:39:25.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:27.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44069) > >2014-07-22 10:39:27.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38298) > >2014-07-22 10:39:27.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42811) > >2014-07-22 10:39:31.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44122) > >2014-07-22 10:39:31.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38353) > >2014-07-22 10:39:31.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42865) > >2014-07-22 10:39:35.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44175) > >2014-07-22 10:39:35.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38408) > >2014-07-22 10:39:35.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42918) > >2014-07-22 10:39:39.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44228) > >2014-07-22 10:39:39.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38462) > >2014-07-22 10:39:39.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42972) > >2014-07-22 10:39:40.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:43.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44282) > >2014-07-22 10:39:43.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38516) > >2014-07-22 10:39:44.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43026) > >2014-07-22 10:39:47.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44335) > >2014-07-22 10:39:47.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38569) > >2014-07-22 10:39:48.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43079) > >2014-07-22 10:39:48.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:51.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44390) > >2014-07-22 10:39:51.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38626) > >2014-07-22 10:39:52.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43136) > >2014-07-22 10:39:55.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:39:55.041 29190 INFO neutron.wsgi [req-8ae9a46a-0dda-4c03-a293-fe665922411a None] (29190) accepted ('192.168.0.8', 44443) > >2014-07-22 10:39:55.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38682) > >2014-07-22 10:39:56.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43190) > >2014-07-22 10:39:59.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44496) > >2014-07-22 10:39:59.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38738) > >2014-07-22 10:40:00.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43246) > >2014-07-22 10:40:03.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44549) > >2014-07-22 10:40:03.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38793) > >2014-07-22 10:40:04.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43300) > >2014-07-22 10:40:07.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44603) > >2014-07-22 10:40:07.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38845) > >2014-07-22 10:40:08.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43357) > >2014-07-22 10:40:10.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:11.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44656) > >2014-07-22 10:40:11.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38900) > >2014-07-22 10:40:12.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43412) > >2014-07-22 10:40:14.792 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:40:14.792 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:40:14.793 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:40:14.805 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:40:15.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44709) > >2014-07-22 10:40:15.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38953) > >2014-07-22 10:40:16.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43467) > >2014-07-22 10:40:18.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:19.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44763) > >2014-07-22 10:40:19.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39010) > >2014-07-22 10:40:20.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43523) > >2014-07-22 10:40:23.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44817) > >2014-07-22 10:40:23.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39065) > >2014-07-22 10:40:24.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43577) > >2014-07-22 10:40:25.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:27.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44871) > >2014-07-22 10:40:27.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39119) > >2014-07-22 10:40:28.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43633) > >2014-07-22 10:40:31.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44924) > >2014-07-22 10:40:31.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39175) > >2014-07-22 10:40:32.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43687) > >2014-07-22 10:40:35.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44977) > >2014-07-22 10:40:35.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39230) > >2014-07-22 10:40:36.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43740) > >2014-07-22 10:40:39.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45030) > >2014-07-22 10:40:39.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39284) > >2014-07-22 10:40:40.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43794) > >2014-07-22 10:40:40.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:43.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45083) > >2014-07-22 10:40:43.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39341) > >2014-07-22 10:40:44.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43855) > >2014-07-22 10:40:47.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45137) > >2014-07-22 10:40:47.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39394) > >2014-07-22 10:40:48.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43909) > >2014-07-22 10:40:48.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:51.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45190) > >2014-07-22 10:40:51.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39453) > >2014-07-22 10:40:52.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43966) > >2014-07-22 10:40:55.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:40:55.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45243) > >2014-07-22 10:40:55.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39508) > >2014-07-22 10:40:56.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44021) > >2014-07-22 10:40:59.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45296) > >2014-07-22 10:40:59.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39564) > >2014-07-22 10:41:00.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44076) > >2014-07-22 10:41:03.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45351) > >2014-07-22 10:41:03.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39620) > >2014-07-22 10:41:04.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44132) > >2014-07-22 10:41:07.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45404) > >2014-07-22 10:41:07.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39673) > >2014-07-22 10:41:08.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44185) > >2014-07-22 10:41:10.696 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:11.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45457) > >2014-07-22 10:41:11.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39728) > >2014-07-22 10:41:12.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44240) > >2014-07-22 10:41:15.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45510) > >2014-07-22 10:41:15.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39781) > >2014-07-22 10:41:16.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44293) > >2014-07-22 10:41:18.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:19.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45563) > >2014-07-22 10:41:19.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39839) > >2014-07-22 10:41:20.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44349) > >2014-07-22 10:41:23.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45617) > >2014-07-22 10:41:23.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39897) > >2014-07-22 10:41:24.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44405) > >2014-07-22 10:41:25.066 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:27.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45670) > >2014-07-22 10:41:27.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39953) > >2014-07-22 10:41:28.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44461) > >2014-07-22 10:41:31.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45723) > >2014-07-22 10:41:31.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40007) > >2014-07-22 10:41:32.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44515) > >2014-07-22 10:41:35.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45776) > >2014-07-22 10:41:35.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40062) > >2014-07-22 10:41:36.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44568) > >2014-07-22 10:41:39.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45829) > >2014-07-22 10:41:39.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40116) > >2014-07-22 10:41:40.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44622) > >2014-07-22 10:41:40.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:43.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45882) > >2014-07-22 10:41:43.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40170) > >2014-07-22 10:41:44.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44676) > >2014-07-22 10:41:47.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45935) > >2014-07-22 10:41:47.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40223) > >2014-07-22 10:41:48.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44729) > >2014-07-22 10:41:48.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:51.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45990) > >2014-07-22 10:41:51.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40280) > >2014-07-22 10:41:52.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44786) > >2014-07-22 10:41:55.068 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:41:55.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46043) > >2014-07-22 10:41:55.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40336) > >2014-07-22 10:41:56.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44840) > >2014-07-22 10:41:59.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46096) > >2014-07-22 10:42:00.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40391) > >2014-07-22 10:42:00.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44895) > >2014-07-22 10:42:03.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46149) > >2014-07-22 10:42:04.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40447) > >2014-07-22 10:42:04.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44950) > >2014-07-22 10:42:07.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46204) > >2014-07-22 10:42:08.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40500) > >2014-07-22 10:42:08.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45007) > >2014-07-22 10:42:10.697 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:11.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46257) > >2014-07-22 10:42:12.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40555) > >2014-07-22 10:42:12.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45062) > >2014-07-22 10:42:14.807 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:42:14.807 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:42:14.808 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:42:14.820 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:42:15.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46310) > >2014-07-22 10:42:16.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40608) > >2014-07-22 10:42:16.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45117) > >2014-07-22 10:42:18.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:19.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46364) > >2014-07-22 10:42:20.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40664) > >2014-07-22 10:42:20.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45173) > >2014-07-22 10:42:23.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46418) > >2014-07-22 10:42:24.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40719) > >2014-07-22 10:42:24.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45227) > >2014-07-22 10:42:25.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:27.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46472) > >2014-07-22 10:42:28.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40774) > >2014-07-22 10:42:28.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45284) > >2014-07-22 10:42:31.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46525) > >2014-07-22 10:42:32.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40828) > >2014-07-22 10:42:32.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45338) > >2014-07-22 10:42:35.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46578) > >2014-07-22 10:42:36.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40883) > >2014-07-22 10:42:36.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45391) > >2014-07-22 10:42:39.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46631) > >2014-07-22 10:42:40.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40937) > >2014-07-22 10:42:40.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45445) > >2014-07-22 10:42:40.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:43.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46684) > >2014-07-22 10:42:44.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40994) > >2014-07-22 10:42:44.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45504) > >2014-07-22 10:42:47.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46738) > >2014-07-22 10:42:48.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41047) > >2014-07-22 10:42:48.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45558) > >2014-07-22 10:42:48.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:51.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46791) > >2014-07-22 10:42:52.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41106) > >2014-07-22 10:42:52.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45615) > >2014-07-22 10:42:55.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:42:55.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46844) > >2014-07-22 10:42:56.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41162) > >2014-07-22 10:42:56.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45669) > >2014-07-22 10:42:59.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46897) > >2014-07-22 10:43:00.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41217) > >2014-07-22 10:43:00.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45725) > >2014-07-22 10:43:03.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46952) > >2014-07-22 10:43:04.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41272) > >2014-07-22 10:43:04.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45780) > >2014-07-22 10:43:07.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47005) > >2014-07-22 10:43:08.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41326) > >2014-07-22 10:43:08.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45834) > >2014-07-22 10:43:10.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:11.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47058) > >2014-07-22 10:43:12.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41381) > >2014-07-22 10:43:12.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45889) > >2014-07-22 10:43:15.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47111) > >2014-07-22 10:43:16.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41434) > >2014-07-22 10:43:16.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45943) > >2014-07-22 10:43:18.547 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:19.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47164) > >2014-07-22 10:43:20.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41492) > >2014-07-22 10:43:20.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45998) > >2014-07-22 10:43:23.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47217) > >2014-07-22 10:43:24.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41550) > >2014-07-22 10:43:24.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46054) > >2014-07-22 10:43:25.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:27.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47270) > >2014-07-22 10:43:28.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41606) > >2014-07-22 10:43:28.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46110) > >2014-07-22 10:43:31.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47323) > >2014-07-22 10:43:32.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41660) > >2014-07-22 10:43:32.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46164) > >2014-07-22 10:43:35.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47376) > >2014-07-22 10:43:36.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41715) > >2014-07-22 10:43:36.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46217) > >2014-07-22 10:43:39.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47429) > >2014-07-22 10:43:40.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41769) > >2014-07-22 10:43:40.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46271) > >2014-07-22 10:43:40.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:43.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47482) > >2014-07-22 10:43:44.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41823) > >2014-07-22 10:43:44.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46325) > >2014-07-22 10:43:47.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47535) > >2014-07-22 10:43:48.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41876) > >2014-07-22 10:43:48.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46378) > >2014-07-22 10:43:48.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:51.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47590) > >2014-07-22 10:43:52.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41933) > >2014-07-22 10:43:52.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46435) > >2014-07-22 10:43:55.115 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:43:55.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47643) > >2014-07-22 10:43:56.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41989) > >2014-07-22 10:43:56.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46489) > >2014-07-22 10:43:59.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47696) > >2014-07-22 10:44:00.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42044) > >2014-07-22 10:44:00.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46544) > >2014-07-22 10:44:03.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47749) > >2014-07-22 10:44:04.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42100) > >2014-07-22 10:44:04.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46599) > >2014-07-22 10:44:07.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47804) > >2014-07-22 10:44:08.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42153) > >2014-07-22 10:44:08.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46656) > >2014-07-22 10:44:10.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:11.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47857) > >2014-07-22 10:44:12.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42208) > >2014-07-22 10:44:12.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46711) > >2014-07-22 10:44:14.822 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:44:14.822 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:44:14.823 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:44:14.836 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:44:15.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47909) > >2014-07-22 10:44:16.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42261) > >2014-07-22 10:44:16.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46766) > >2014-07-22 10:44:18.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:19.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47963) > >2014-07-22 10:44:20.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42318) > >2014-07-22 10:44:20.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46822) > >2014-07-22 10:44:23.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48017) > >2014-07-22 10:44:24.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42373) > >2014-07-22 10:44:24.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46876) > >2014-07-22 10:44:25.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:27.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48071) > >2014-07-22 10:44:28.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42428) > >2014-07-22 10:44:28.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46932) > >2014-07-22 10:44:31.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48124) > >2014-07-22 10:44:32.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42482) > >2014-07-22 10:44:32.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46986) > >2014-07-22 10:44:35.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48177) > >2014-07-22 10:44:36.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42537) > >2014-07-22 10:44:36.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47039) > >2014-07-22 10:44:39.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48230) > >2014-07-22 10:44:40.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42591) > >2014-07-22 10:44:40.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47092) > >2014-07-22 10:44:40.701 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:43.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48283) > >2014-07-22 10:44:44.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42648) > >2014-07-22 10:44:44.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47151) > >2014-07-22 10:44:47.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48337) > >2014-07-22 10:44:48.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42703) > >2014-07-22 10:44:48.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47207) > >2014-07-22 10:44:48.548 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:51.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48390) > >2014-07-22 10:44:52.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42760) > >2014-07-22 10:44:52.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47264) > >2014-07-22 10:44:55.155 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:44:55.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48443) > >2014-07-22 10:44:56.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42816) > >2014-07-22 10:44:56.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47318) > >2014-07-22 10:44:59.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48495) > >2014-07-22 10:45:00.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42872) > >2014-07-22 10:45:00.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47374) > >2014-07-22 10:45:03.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48550) > >2014-07-22 10:45:04.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42928) > >2014-07-22 10:45:04.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47429) > >2014-07-22 10:45:07.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48603) > >2014-07-22 10:45:08.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42986) > >2014-07-22 10:45:08.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47483) > >2014-07-22 10:45:10.698 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:11.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48656) > >2014-07-22 10:45:12.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43041) > >2014-07-22 10:45:12.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47538) > >2014-07-22 10:45:15.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48710) > >2014-07-22 10:45:16.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43094) > >2014-07-22 10:45:16.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47591) > >2014-07-22 10:45:18.549 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:19.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48763) > >2014-07-22 10:45:20.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43152) > >2014-07-22 10:45:20.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47648) > >2014-07-22 10:45:23.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48817) > >2014-07-22 10:45:24.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43210) > >2014-07-22 10:45:24.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47704) > >2014-07-22 10:45:25.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:27.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48874) > >2014-07-22 10:45:28.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43265) > >2014-07-22 10:45:28.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47760) > >2014-07-22 10:45:31.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48927) > >2014-07-22 10:45:32.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43318) > >2014-07-22 10:45:32.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47814) > >2014-07-22 10:45:35.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48980) > >2014-07-22 10:45:36.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43386) > >2014-07-22 10:45:36.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47873) > >2014-07-22 10:45:39.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49039) > >2014-07-22 10:45:40.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43446) > >2014-07-22 10:45:40.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47927) > >2014-07-22 10:45:40.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:43.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49092) > >2014-07-22 10:45:44.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43500) > >2014-07-22 10:45:44.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47981) > >2014-07-22 10:45:47.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49145) > >2014-07-22 10:45:48.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43555) > >2014-07-22 10:45:48.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48034) > >2014-07-22 10:45:48.554 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:51.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49199) > >2014-07-22 10:45:52.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43610) > >2014-07-22 10:45:52.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48091) > >2014-07-22 10:45:55.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:45:55.332 29190 INFO neutron.wsgi [req-d0508fe1-9067-4d86-b9fd-4e72960e93a8 None] (29190) accepted ('192.168.0.8', 49253) > >2014-07-22 10:45:56.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43678) > >2014-07-22 10:45:56.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48144) > >2014-07-22 10:45:59.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49318) > >2014-07-22 10:46:00.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43750) > >2014-07-22 10:46:00.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48205) > >2014-07-22 10:46:03.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49374) > >2014-07-22 10:46:04.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43817) > >2014-07-22 10:46:04.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48260) > >2014-07-22 10:46:07.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49430) > >2014-07-22 10:46:08.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43877) > >2014-07-22 10:46:08.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48317) > >2014-07-22 10:46:10.717 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:11.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49496) > >2014-07-22 10:46:12.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43950) > >2014-07-22 10:46:12.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48372) > >2014-07-22 10:46:14.838 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:46:14.838 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:46:14.839 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:46:14.893 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:46:15.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49561) > >2014-07-22 10:46:16.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44021) > >2014-07-22 10:46:16.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48427) > >2014-07-22 10:46:18.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:19.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49625) > >2014-07-22 10:46:20.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44087) > >2014-07-22 10:46:20.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48484) > >2014-07-22 10:46:23.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49686) > >2014-07-22 10:46:24.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44145) > >2014-07-22 10:46:24.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48538) > >2014-07-22 10:46:25.275 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:27.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49750) > >2014-07-22 10:46:28.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44200) > >2014-07-22 10:46:28.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48593) > >2014-07-22 10:46:31.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49815) > >2014-07-22 10:46:32.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44257) > >2014-07-22 10:46:32.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48647) > >2014-07-22 10:46:35.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49877) > >2014-07-22 10:46:36.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44311) > >2014-07-22 10:46:36.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48701) > >2014-07-22 10:46:39.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49944) > >2014-07-22 10:46:40.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44366) > >2014-07-22 10:46:40.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48755) > >2014-07-22 10:46:40.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:43.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50003) > >2014-07-22 10:46:44.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44425) > >2014-07-22 10:46:44.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48812) > >2014-07-22 10:46:47.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50060) > >2014-07-22 10:46:48.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44483) > >2014-07-22 10:46:48.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48870) > >2014-07-22 10:46:48.579 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:51.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50118) > >2014-07-22 10:46:52.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44543) > >2014-07-22 10:46:52.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48926) > >2014-07-22 10:46:55.257 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:46:55.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50177) > >2014-07-22 10:46:56.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44599) > >2014-07-22 10:46:56.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48981) > >2014-07-22 10:46:59.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50230) > >2014-07-22 10:47:00.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44654) > >2014-07-22 10:47:00.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49038) > >2014-07-22 10:47:03.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50285) > >2014-07-22 10:47:04.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44710) > >2014-07-22 10:47:04.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49092) > >2014-07-22 10:47:07.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50338) > >2014-07-22 10:47:08.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44767) > >2014-07-22 10:47:08.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49146) > >2014-07-22 10:47:10.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:11.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50391) > >2014-07-22 10:47:12.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44825) > >2014-07-22 10:47:12.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49201) > >2014-07-22 10:47:15.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50444) > >2014-07-22 10:47:16.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44879) > >2014-07-22 10:47:16.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49255) > >2014-07-22 10:47:18.564 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:19.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50497) > >2014-07-22 10:47:20.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44937) > >2014-07-22 10:47:20.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49310) > >2014-07-22 10:47:23.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50550) > >2014-07-22 10:47:24.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44993) > >2014-07-22 10:47:24.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49364) > >2014-07-22 10:47:25.250 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:27.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50603) > >2014-07-22 10:47:28.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45053) > >2014-07-22 10:47:28.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49422) > >2014-07-22 10:47:31.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50656) > >2014-07-22 10:47:32.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45107) > >2014-07-22 10:47:32.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49476) > >2014-07-22 10:47:35.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50709) > >2014-07-22 10:47:36.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45162) > >2014-07-22 10:47:36.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49529) > >2014-07-22 10:47:39.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50762) > >2014-07-22 10:47:40.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45216) > >2014-07-22 10:47:40.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49583) > >2014-07-22 10:47:40.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:43.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50815) > >2014-07-22 10:47:44.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45270) > >2014-07-22 10:47:44.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49637) > >2014-07-22 10:47:47.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50868) > >2014-07-22 10:47:48.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45325) > >2014-07-22 10:47:48.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:48.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49690) > >2014-07-22 10:47:51.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50923) > >2014-07-22 10:47:52.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45382) > >2014-07-22 10:47:52.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49747) > >2014-07-22 10:47:55.255 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:47:55.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50976) > >2014-07-22 10:47:56.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45436) > >2014-07-22 10:47:56.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49801) > >2014-07-22 10:47:59.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51029) > >2014-07-22 10:48:00.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45491) > >2014-07-22 10:48:00.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49856) > >2014-07-22 10:48:03.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51082) > >2014-07-22 10:48:04.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45547) > >2014-07-22 10:48:04.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49910) > >2014-07-22 10:48:07.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51135) > >2014-07-22 10:48:08.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45599) > >2014-07-22 10:48:08.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49966) > >2014-07-22 10:48:10.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:11.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51190) > >2014-07-22 10:48:12.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45654) > >2014-07-22 10:48:12.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50023) > >2014-07-22 10:48:14.895 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:48:14.895 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:48:14.896 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:48:14.909 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:48:15.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51243) > >2014-07-22 10:48:16.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45707) > >2014-07-22 10:48:16.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50078) > >2014-07-22 10:48:18.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:19.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51296) > >2014-07-22 10:48:20.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45764) > >2014-07-22 10:48:20.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50133) > >2014-07-22 10:48:23.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51351) > >2014-07-22 10:48:24.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45819) > >2014-07-22 10:48:24.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50188) > >2014-07-22 10:48:25.265 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:27.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51403) > >2014-07-22 10:48:28.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45874) > >2014-07-22 10:48:28.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50243) > >2014-07-22 10:48:31.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51457) > >2014-07-22 10:48:32.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45928) > >2014-07-22 10:48:32.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50298) > >2014-07-22 10:48:35.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51510) > >2014-07-22 10:48:36.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45983) > >2014-07-22 10:48:36.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50351) > >2014-07-22 10:48:39.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51563) > >2014-07-22 10:48:40.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46037) > >2014-07-22 10:48:40.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50405) > >2014-07-22 10:48:40.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:43.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51616) > >2014-07-22 10:48:44.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46090) > >2014-07-22 10:48:44.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50459) > >2014-07-22 10:48:47.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51669) > >2014-07-22 10:48:48.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:48.597 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 46148) > >2014-07-22 10:48:48.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50519) > >2014-07-22 10:48:51.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51723) > >2014-07-22 10:48:52.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46207) > >2014-07-22 10:48:52.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50577) > >2014-07-22 10:48:55.290 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:48:55.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51776) > >2014-07-22 10:48:56.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46261) > >2014-07-22 10:48:56.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50631) > >2014-07-22 10:48:59.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51829) > >2014-07-22 10:49:00.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46316) > >2014-07-22 10:49:00.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50687) > >2014-07-22 10:49:03.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51884) > >2014-07-22 10:49:04.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46371) > >2014-07-22 10:49:04.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50742) > >2014-07-22 10:49:07.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51937) > >2014-07-22 10:49:08.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46425) > >2014-07-22 10:49:08.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50796) > >2014-07-22 10:49:10.731 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:11.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51990) > >2014-07-22 10:49:12.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46480) > >2014-07-22 10:49:12.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50851) > >2014-07-22 10:49:15.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52043) > >2014-07-22 10:49:16.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46534) > >2014-07-22 10:49:16.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50905) > >2014-07-22 10:49:18.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:19.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52096) > >2014-07-22 10:49:20.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46591) > >2014-07-22 10:49:20.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50960) > >2014-07-22 10:49:23.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52149) > >2014-07-22 10:49:24.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46647) > >2014-07-22 10:49:24.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51014) > >2014-07-22 10:49:25.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:27.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52202) > >2014-07-22 10:49:28.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46705) > >2014-07-22 10:49:28.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51072) > >2014-07-22 10:49:31.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52255) > >2014-07-22 10:49:32.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46759) > >2014-07-22 10:49:32.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51126) > >2014-07-22 10:49:35.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52308) > >2014-07-22 10:49:36.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46814) > >2014-07-22 10:49:36.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51179) > >2014-07-22 10:49:39.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52361) > >2014-07-22 10:49:40.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46868) > >2014-07-22 10:49:40.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51233) > >2014-07-22 10:49:40.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:43.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52414) > >2014-07-22 10:49:44.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46922) > >2014-07-22 10:49:44.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51287) > >2014-07-22 10:49:47.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52467) > >2014-07-22 10:49:48.567 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:48.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46977) > >2014-07-22 10:49:48.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51340) > >2014-07-22 10:49:51.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52520) > >2014-07-22 10:49:52.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47034) > >2014-07-22 10:49:52.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51397) > >2014-07-22 10:49:55.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:49:55.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52575) > >2014-07-22 10:49:56.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47088) > >2014-07-22 10:49:56.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51451) > >2014-07-22 10:49:59.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52628) > >2014-07-22 10:50:00.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47142) > >2014-07-22 10:50:00.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51506) > >2014-07-22 10:50:03.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52680) > >2014-07-22 10:50:04.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47197) > >2014-07-22 10:50:04.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51559) > >2014-07-22 10:50:07.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52733) > >2014-07-22 10:50:08.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47251) > >2014-07-22 10:50:08.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51614) > >2014-07-22 10:50:10.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:11.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52788) > >2014-07-22 10:50:12.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47306) > >2014-07-22 10:50:12.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51673) > >2014-07-22 10:50:14.911 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:50:14.911 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:50:14.912 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:50:14.925 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:50:15.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52841) > >2014-07-22 10:50:16.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47359) > >2014-07-22 10:50:16.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51728) > >2014-07-22 10:50:18.566 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:19.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52893) > >2014-07-22 10:50:20.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47416) > >2014-07-22 10:50:20.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51783) > >2014-07-22 10:50:23.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52948) > >2014-07-22 10:50:24.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47471) > >2014-07-22 10:50:24.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51838) > >2014-07-22 10:50:25.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:27.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53001) > >2014-07-22 10:50:28.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47526) > >2014-07-22 10:50:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51893) > >2014-07-22 10:50:31.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53055) > >2014-07-22 10:50:32.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47580) > >2014-07-22 10:50:32.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51948) > >2014-07-22 10:50:35.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53108) > >2014-07-22 10:50:36.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47635) > >2014-07-22 10:50:36.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52001) > >2014-07-22 10:50:39.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53161) > >2014-07-22 10:50:40.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47689) > >2014-07-22 10:50:40.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:40.758 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 52055) > >2014-07-22 10:50:43.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53214) > >2014-07-22 10:50:44.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47743) > >2014-07-22 10:50:44.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52109) > >2014-07-22 10:50:47.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53267) > >2014-07-22 10:50:48.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:48.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47801) > >2014-07-22 10:50:48.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52167) > >2014-07-22 10:50:51.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53321) > >2014-07-22 10:50:52.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47860) > >2014-07-22 10:50:52.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52226) > >2014-07-22 10:50:55.360 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:50:55.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53374) > >2014-07-22 10:50:56.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47914) > >2014-07-22 10:50:56.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52280) > >2014-07-22 10:50:59.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53427) > >2014-07-22 10:51:00.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47969) > >2014-07-22 10:51:00.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52335) > >2014-07-22 10:51:03.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53482) > >2014-07-22 10:51:04.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48024) > >2014-07-22 10:51:04.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52392) > >2014-07-22 10:51:07.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53535) > >2014-07-22 10:51:08.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48078) > >2014-07-22 10:51:08.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52445) > >2014-07-22 10:51:10.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:11.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53588) > >2014-07-22 10:51:12.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48133) > >2014-07-22 10:51:12.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52500) > >2014-07-22 10:51:15.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53641) > >2014-07-22 10:51:16.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48187) > >2014-07-22 10:51:16.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52554) > >2014-07-22 10:51:18.589 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:19.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53694) > >2014-07-22 10:51:20.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48244) > >2014-07-22 10:51:20.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52609) > >2014-07-22 10:51:23.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53747) > >2014-07-22 10:51:24.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48300) > >2014-07-22 10:51:24.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52663) > >2014-07-22 10:51:25.378 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:27.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53800) > >2014-07-22 10:51:28.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48358) > >2014-07-22 10:51:28.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52720) > >2014-07-22 10:51:31.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53853) > >2014-07-22 10:51:32.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48412) > >2014-07-22 10:51:32.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52774) > >2014-07-22 10:51:35.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53906) > >2014-07-22 10:51:36.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48467) > >2014-07-22 10:51:36.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52827) > >2014-07-22 10:51:39.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53959) > >2014-07-22 10:51:40.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48523) > >2014-07-22 10:51:40.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:40.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52881) > >2014-07-22 10:51:43.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54012) > >2014-07-22 10:51:44.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48578) > >2014-07-22 10:51:44.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52935) > >2014-07-22 10:51:47.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54065) > >2014-07-22 10:51:48.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:48.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48633) > >2014-07-22 10:51:48.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52989) > >2014-07-22 10:51:51.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54118) > >2014-07-22 10:51:52.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48690) > >2014-07-22 10:51:52.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53045) > >2014-07-22 10:51:55.381 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:51:55.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54173) > >2014-07-22 10:51:56.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48744) > >2014-07-22 10:51:56.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53099) > >2014-07-22 10:51:59.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54226) > >2014-07-22 10:52:00.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48799) > >2014-07-22 10:52:00.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53154) > >2014-07-22 10:52:03.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54279) > >2014-07-22 10:52:04.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48854) > >2014-07-22 10:52:04.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53207) > >2014-07-22 10:52:07.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54332) > >2014-07-22 10:52:08.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48908) > >2014-07-22 10:52:08.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53262) > >2014-07-22 10:52:10.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:11.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54387) > >2014-07-22 10:52:12.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48963) > >2014-07-22 10:52:12.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53321) > >2014-07-22 10:52:14.926 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:52:14.926 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:52:14.927 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:52:14.940 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:52:15.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54440) > >2014-07-22 10:52:16.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49016) > >2014-07-22 10:52:16.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53376) > >2014-07-22 10:52:18.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:19.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54493) > >2014-07-22 10:52:20.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49074) > >2014-07-22 10:52:20.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53431) > >2014-07-22 10:52:23.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54548) > >2014-07-22 10:52:24.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49129) > >2014-07-22 10:52:24.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53486) > >2014-07-22 10:52:25.390 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:27.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54601) > >2014-07-22 10:52:28.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49184) > >2014-07-22 10:52:28.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53541) > >2014-07-22 10:52:31.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54655) > >2014-07-22 10:52:32.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49238) > >2014-07-22 10:52:32.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53596) > >2014-07-22 10:52:35.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54708) > >2014-07-22 10:52:36.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49293) > >2014-07-22 10:52:36.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53649) > >2014-07-22 10:52:39.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54761) > >2014-07-22 10:52:40.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:40.770 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 49348) > >2014-07-22 10:52:40.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53704) > >2014-07-22 10:52:43.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54814) > >2014-07-22 10:52:44.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49402) > >2014-07-22 10:52:44.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53759) > >2014-07-22 10:52:47.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54867) > >2014-07-22 10:52:48.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:48.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49460) > >2014-07-22 10:52:48.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53816) > >2014-07-22 10:52:51.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54921) > >2014-07-22 10:52:52.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49520) > >2014-07-22 10:52:52.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53878) > >2014-07-22 10:52:55.410 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:52:55.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54974) > >2014-07-22 10:52:56.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49574) > >2014-07-22 10:52:56.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53932) > >2014-07-22 10:52:59.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55027) > >2014-07-22 10:53:00.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49629) > >2014-07-22 10:53:00.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53987) > >2014-07-22 10:53:03.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55082) > >2014-07-22 10:53:04.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49684) > >2014-07-22 10:53:04.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54043) > >2014-07-22 10:53:07.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55135) > >2014-07-22 10:53:08.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49738) > >2014-07-22 10:53:08.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54097) > >2014-07-22 10:53:10.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:11.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55188) > >2014-07-22 10:53:12.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49793) > >2014-07-22 10:53:12.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54152) > >2014-07-22 10:53:15.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55241) > >2014-07-22 10:53:16.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49847) > >2014-07-22 10:53:16.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54206) > >2014-07-22 10:53:18.596 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:19.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55294) > >2014-07-22 10:53:20.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49904) > >2014-07-22 10:53:20.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54261) > >2014-07-22 10:53:23.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55347) > >2014-07-22 10:53:24.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49960) > >2014-07-22 10:53:24.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54315) > >2014-07-22 10:53:25.426 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:27.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55400) > >2014-07-22 10:53:28.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50018) > >2014-07-22 10:53:28.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54373) > >2014-07-22 10:53:31.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55453) > >2014-07-22 10:53:32.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50072) > >2014-07-22 10:53:32.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54427) > >2014-07-22 10:53:35.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55506) > >2014-07-22 10:53:36.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50127) > >2014-07-22 10:53:36.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54480) > >2014-07-22 10:53:39.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55559) > >2014-07-22 10:53:40.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:40.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50181) > >2014-07-22 10:53:40.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54534) > >2014-07-22 10:53:43.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55612) > >2014-07-22 10:53:44.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50235) > >2014-07-22 10:53:44.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54588) > >2014-07-22 10:53:47.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55665) > >2014-07-22 10:53:48.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:48.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50290) > >2014-07-22 10:53:48.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54642) > >2014-07-22 10:53:51.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55718) > >2014-07-22 10:53:52.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50347) > >2014-07-22 10:53:52.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54696) > >2014-07-22 10:53:55.428 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:53:55.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55773) > >2014-07-22 10:53:56.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50401) > >2014-07-22 10:53:56.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54752) > >2014-07-22 10:53:59.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55826) > >2014-07-22 10:54:00.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50456) > >2014-07-22 10:54:00.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54807) > >2014-07-22 10:54:03.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55879) > >2014-07-22 10:54:04.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50510) > >2014-07-22 10:54:04.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54860) > >2014-07-22 10:54:07.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55932) > >2014-07-22 10:54:08.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50564) > >2014-07-22 10:54:08.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54915) > >2014-07-22 10:54:10.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:11.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55986) > >2014-07-22 10:54:12.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50619) > >2014-07-22 10:54:12.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54974) > >2014-07-22 10:54:14.942 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:54:14.942 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:54:14.943 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:54:14.956 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:54:15.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56039) > >2014-07-22 10:54:16.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50672) > >2014-07-22 10:54:16.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55029) > >2014-07-22 10:54:18.598 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:19.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56092) > >2014-07-22 10:54:20.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50728) > >2014-07-22 10:54:20.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55084) > >2014-07-22 10:54:23.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56146) > >2014-07-22 10:54:24.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50783) > >2014-07-22 10:54:24.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55139) > >2014-07-22 10:54:25.435 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:27.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56200) > >2014-07-22 10:54:28.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50838) > >2014-07-22 10:54:28.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55194) > >2014-07-22 10:54:31.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56254) > >2014-07-22 10:54:32.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50892) > >2014-07-22 10:54:32.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55249) > >2014-07-22 10:54:35.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56307) > >2014-07-22 10:54:36.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50947) > >2014-07-22 10:54:36.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55302) > >2014-07-22 10:54:39.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56360) > >2014-07-22 10:54:40.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:40.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51001) > >2014-07-22 10:54:40.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55356) > >2014-07-22 10:54:43.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56413) > >2014-07-22 10:54:44.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51055) > >2014-07-22 10:54:44.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55410) > >2014-07-22 10:54:47.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56466) > >2014-07-22 10:54:48.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:48.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51114) > >2014-07-22 10:54:48.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55467) > >2014-07-22 10:54:51.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56519) > >2014-07-22 10:54:52.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51172) > >2014-07-22 10:54:52.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55528) > >2014-07-22 10:54:55.459 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:54:55.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56573) > >2014-07-22 10:54:56.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51226) > >2014-07-22 10:54:56.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55582) > >2014-07-22 10:54:59.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56626) > >2014-07-22 10:55:00.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51281) > >2014-07-22 10:55:00.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55637) > >2014-07-22 10:55:03.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56681) > >2014-07-22 10:55:04.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51336) > >2014-07-22 10:55:04.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55693) > >2014-07-22 10:55:07.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56734) > >2014-07-22 10:55:08.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51390) > >2014-07-22 10:55:08.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55747) > >2014-07-22 10:55:10.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:11.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56787) > >2014-07-22 10:55:12.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51445) > >2014-07-22 10:55:12.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55802) > >2014-07-22 10:55:15.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56840) > >2014-07-22 10:55:16.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51499) > >2014-07-22 10:55:16.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55856) > >2014-07-22 10:55:18.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:19.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56893) > >2014-07-22 10:55:20.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51556) > >2014-07-22 10:55:20.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55911) > >2014-07-22 10:55:23.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56946) > >2014-07-22 10:55:24.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51612) > >2014-07-22 10:55:24.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55965) > >2014-07-22 10:55:25.478 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:27.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56999) > >2014-07-22 10:55:28.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51670) > >2014-07-22 10:55:28.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56023) > >2014-07-22 10:55:31.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57052) > >2014-07-22 10:55:32.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51724) > >2014-07-22 10:55:32.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56077) > >2014-07-22 10:55:35.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57105) > >2014-07-22 10:55:36.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51778) > >2014-07-22 10:55:36.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56130) > >2014-07-22 10:55:39.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57158) > >2014-07-22 10:55:40.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:40.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51832) > >2014-07-22 10:55:40.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56184) > >2014-07-22 10:55:43.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57211) > >2014-07-22 10:55:44.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51886) > >2014-07-22 10:55:44.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56238) > >2014-07-22 10:55:47.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57263) > >2014-07-22 10:55:48.597 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:48.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51942) > >2014-07-22 10:55:48.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56292) > >2014-07-22 10:55:51.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57316) > >2014-07-22 10:55:52.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51998) > >2014-07-22 10:55:52.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56346) > >2014-07-22 10:55:55.480 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:55:55.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57371) > >2014-07-22 10:55:56.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52052) > >2014-07-22 10:55:56.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56402) > >2014-07-22 10:55:59.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57423) > >2014-07-22 10:56:00.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52107) > >2014-07-22 10:56:00.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56457) > >2014-07-22 10:56:03.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57476) > >2014-07-22 10:56:04.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52162) > >2014-07-22 10:56:04.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56510) > >2014-07-22 10:56:07.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57529) > >2014-07-22 10:56:08.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52216) > >2014-07-22 10:56:08.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56565) > >2014-07-22 10:56:10.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:11.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57584) > >2014-07-22 10:56:12.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52271) > >2014-07-22 10:56:12.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56622) > >2014-07-22 10:56:14.958 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:56:14.958 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:56:14.958 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:56:14.971 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:56:15.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57637) > >2014-07-22 10:56:16.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52324) > >2014-07-22 10:56:16.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56679) > >2014-07-22 10:56:18.598 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:19.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57690) > >2014-07-22 10:56:20.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52381) > >2014-07-22 10:56:20.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56733) > >2014-07-22 10:56:23.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57744) > >2014-07-22 10:56:24.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52436) > >2014-07-22 10:56:24.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56787) > >2014-07-22 10:56:25.491 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:27.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57798) > >2014-07-22 10:56:28.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52491) > >2014-07-22 10:56:28.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56843) > >2014-07-22 10:56:31.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57851) > >2014-07-22 10:56:32.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52546) > >2014-07-22 10:56:32.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56898) > >2014-07-22 10:56:35.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57905) > >2014-07-22 10:56:36.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52602) > >2014-07-22 10:56:37.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56951) > >2014-07-22 10:56:39.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57958) > >2014-07-22 10:56:40.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:40.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52656) > >2014-07-22 10:56:41.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57006) > >2014-07-22 10:56:43.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58011) > >2014-07-22 10:56:44.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52710) > >2014-07-22 10:56:45.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57059) > >2014-07-22 10:56:47.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58064) > >2014-07-22 10:56:48.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:48.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52767) > >2014-07-22 10:56:49.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57114) > >2014-07-22 10:56:51.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58117) > >2014-07-22 10:56:52.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52826) > >2014-07-22 10:56:53.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57175) > >2014-07-22 10:56:55.509 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:56:55.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58171) > >2014-07-22 10:56:56.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52881) > >2014-07-22 10:56:57.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57230) > >2014-07-22 10:56:59.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58224) > >2014-07-22 10:57:00.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52936) > >2014-07-22 10:57:01.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57285) > >2014-07-22 10:57:03.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58279) > >2014-07-22 10:57:04.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52991) > >2014-07-22 10:57:05.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57341) > >2014-07-22 10:57:07.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58332) > >2014-07-22 10:57:08.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53045) > >2014-07-22 10:57:09.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57394) > >2014-07-22 10:57:10.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:11.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58385) > >2014-07-22 10:57:12.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53100) > >2014-07-22 10:57:13.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57449) > >2014-07-22 10:57:15.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58438) > >2014-07-22 10:57:16.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53154) > >2014-07-22 10:57:17.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57503) > >2014-07-22 10:57:18.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:19.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58491) > >2014-07-22 10:57:20.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53211) > >2014-07-22 10:57:21.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57558) > >2014-07-22 10:57:23.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58544) > >2014-07-22 10:57:24.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53267) > >2014-07-22 10:57:25.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57612) > >2014-07-22 10:57:25.527 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:27.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58597) > >2014-07-22 10:57:28.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53325) > >2014-07-22 10:57:29.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57670) > >2014-07-22 10:57:31.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58650) > >2014-07-22 10:57:32.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53379) > >2014-07-22 10:57:33.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57724) > >2014-07-22 10:57:35.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58703) > >2014-07-22 10:57:36.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53434) > >2014-07-22 10:57:37.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57777) > >2014-07-22 10:57:39.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58756) > >2014-07-22 10:57:40.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:40.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53488) > >2014-07-22 10:57:41.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57832) > >2014-07-22 10:57:44.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58809) > >2014-07-22 10:57:44.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53542) > >2014-07-22 10:57:45.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57885) > >2014-07-22 10:57:48.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58862) > >2014-07-22 10:57:48.598 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:48.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53598) > >2014-07-22 10:57:49.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57939) > >2014-07-22 10:57:52.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58915) > >2014-07-22 10:57:52.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53654) > >2014-07-22 10:57:53.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57993) > >2014-07-22 10:57:55.528 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:57:56.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58970) > >2014-07-22 10:57:56.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53708) > >2014-07-22 10:57:57.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58049) > >2014-07-22 10:58:00.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59023) > >2014-07-22 10:58:00.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53763) > >2014-07-22 10:58:01.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58104) > >2014-07-22 10:58:04.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59076) > >2014-07-22 10:58:04.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53818) > >2014-07-22 10:58:05.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58157) > >2014-07-22 10:58:08.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59129) > >2014-07-22 10:58:08.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53871) > >2014-07-22 10:58:09.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58211) > >2014-07-22 10:58:10.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:12.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59184) > >2014-07-22 10:58:12.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53927) > >2014-07-22 10:58:13.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58269) > >2014-07-22 10:58:14.978 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 10:58:14.978 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 10:58:14.979 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 10:58:14.992 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 10:58:16.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59237) > >2014-07-22 10:58:16.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53980) > >2014-07-22 10:58:17.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58326) > >2014-07-22 10:58:18.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:20.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59290) > >2014-07-22 10:58:20.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54037) > >2014-07-22 10:58:21.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58381) > >2014-07-22 10:58:24.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59344) > >2014-07-22 10:58:24.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54092) > >2014-07-22 10:58:25.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58435) > >2014-07-22 10:58:25.538 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:28.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59398) > >2014-07-22 10:58:28.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54147) > >2014-07-22 10:58:29.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58491) > >2014-07-22 10:58:32.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59451) > >2014-07-22 10:58:32.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54201) > >2014-07-22 10:58:33.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58545) > >2014-07-22 10:58:36.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59505) > >2014-07-22 10:58:36.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54256) > >2014-07-22 10:58:37.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58599) > >2014-07-22 10:58:40.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59558) > >2014-07-22 10:58:40.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:40.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54311) > >2014-07-22 10:58:41.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58654) > >2014-07-22 10:58:44.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59611) > >2014-07-22 10:58:44.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54364) > >2014-07-22 10:58:45.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58707) > >2014-07-22 10:58:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59664) > >2014-07-22 10:58:48.599 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:48.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54421) > >2014-07-22 10:58:49.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58762) > >2014-07-22 10:58:52.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59717) > >2014-07-22 10:58:53.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54479) > >2014-07-22 10:58:53.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58822) > >2014-07-22 10:58:55.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:58:56.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59771) > >2014-07-22 10:58:57.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54535) > >2014-07-22 10:58:57.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58879) > >2014-07-22 10:59:00.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59824) > >2014-07-22 10:59:01.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54590) > >2014-07-22 10:59:01.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58934) > >2014-07-22 10:59:04.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59879) > >2014-07-22 10:59:05.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54645) > >2014-07-22 10:59:05.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58990) > >2014-07-22 10:59:08.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59932) > >2014-07-22 10:59:09.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54698) > >2014-07-22 10:59:09.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59043) > >2014-07-22 10:59:10.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:12.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59985) > >2014-07-22 10:59:13.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54754) > >2014-07-22 10:59:13.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59099) > >2014-07-22 10:59:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60038) > >2014-07-22 10:59:17.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54808) > >2014-07-22 10:59:17.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59153) > >2014-07-22 10:59:18.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:20.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60091) > >2014-07-22 10:59:21.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54865) > >2014-07-22 10:59:21.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59208) > >2014-07-22 10:59:24.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60144) > >2014-07-22 10:59:25.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54921) > >2014-07-22 10:59:25.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59262) > >2014-07-22 10:59:25.578 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:28.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60197) > >2014-07-22 10:59:29.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54979) > >2014-07-22 10:59:29.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59320) > >2014-07-22 10:59:32.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60250) > >2014-07-22 10:59:33.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55033) > >2014-07-22 10:59:33.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59374) > >2014-07-22 10:59:36.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60303) > >2014-07-22 10:59:37.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55088) > >2014-07-22 10:59:37.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59428) > >2014-07-22 10:59:40.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60356) > >2014-07-22 10:59:40.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:41.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55143) > >2014-07-22 10:59:41.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59483) > >2014-07-22 10:59:44.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60409) > >2014-07-22 10:59:45.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55196) > >2014-07-22 10:59:45.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59536) > >2014-07-22 10:59:48.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60462) > >2014-07-22 10:59:48.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:49.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55252) > >2014-07-22 10:59:49.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59590) > >2014-07-22 10:59:52.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60515) > >2014-07-22 10:59:53.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55308) > >2014-07-22 10:59:53.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59644) > >2014-07-22 10:59:55.580 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 10:59:56.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60570) > >2014-07-22 10:59:57.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55362) > >2014-07-22 10:59:57.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59700) > >2014-07-22 11:00:00.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60623) > >2014-07-22 11:00:01.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55417) > >2014-07-22 11:00:01.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59755) > >2014-07-22 11:00:04.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60676) > >2014-07-22 11:00:05.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55471) > >2014-07-22 11:00:05.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59808) > >2014-07-22 11:00:08.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60729) > >2014-07-22 11:00:09.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55523) > >2014-07-22 11:00:09.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59862) > >2014-07-22 11:00:10.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:12.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60784) > >2014-07-22 11:00:13.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55579) > >2014-07-22 11:00:13.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59921) > >2014-07-22 11:00:14.995 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:00:14.995 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:00:14.996 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:00:15.008 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:00:16.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60836) > >2014-07-22 11:00:17.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55632) > >2014-07-22 11:00:17.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59978) > >2014-07-22 11:00:18.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:20.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60889) > >2014-07-22 11:00:21.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55689) > >2014-07-22 11:00:21.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60033) > >2014-07-22 11:00:24.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60943) > >2014-07-22 11:00:25.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55744) > >2014-07-22 11:00:25.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60087) > >2014-07-22 11:00:25.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:28.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60997) > >2014-07-22 11:00:29.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55799) > >2014-07-22 11:00:29.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60143) > >2014-07-22 11:00:32.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32817) > >2014-07-22 11:00:33.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55853) > >2014-07-22 11:00:33.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60197) > >2014-07-22 11:00:36.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32871) > >2014-07-22 11:00:37.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55908) > >2014-07-22 11:00:37.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60251) > >2014-07-22 11:00:40.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32924) > >2014-07-22 11:00:40.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:41.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55963) > >2014-07-22 11:00:41.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60306) > >2014-07-22 11:00:44.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32977) > >2014-07-22 11:00:45.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56016) > >2014-07-22 11:00:45.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60359) > >2014-07-22 11:00:48.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33030) > >2014-07-22 11:00:48.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:49.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56073) > >2014-07-22 11:00:49.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60414) > >2014-07-22 11:00:52.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33083) > >2014-07-22 11:00:53.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56131) > >2014-07-22 11:00:53.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60470) > >2014-07-22 11:00:55.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:00:56.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33137) > >2014-07-22 11:00:57.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56187) > >2014-07-22 11:00:57.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60531) > >2014-07-22 11:01:00.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33190) > >2014-07-22 11:01:01.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56242) > >2014-07-22 11:01:01.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60586) > >2014-07-22 11:01:04.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33245) > >2014-07-22 11:01:05.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56297) > >2014-07-22 11:01:05.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60641) > >2014-07-22 11:01:08.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33298) > >2014-07-22 11:01:09.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56350) > >2014-07-22 11:01:09.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60695) > >2014-07-22 11:01:10.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:12.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33351) > >2014-07-22 11:01:13.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56405) > >2014-07-22 11:01:13.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60751) > >2014-07-22 11:01:16.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33404) > >2014-07-22 11:01:17.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56459) > >2014-07-22 11:01:17.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60805) > >2014-07-22 11:01:18.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:20.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33457) > >2014-07-22 11:01:21.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56516) > >2014-07-22 11:01:21.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60860) > >2014-07-22 11:01:24.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33511) > >2014-07-22 11:01:25.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56572) > >2014-07-22 11:01:25.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60914) > >2014-07-22 11:01:25.625 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:28.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33563) > >2014-07-22 11:01:29.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56630) > >2014-07-22 11:01:29.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60972) > >2014-07-22 11:01:32.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33617) > >2014-07-22 11:01:33.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56684) > >2014-07-22 11:01:33.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32793) > >2014-07-22 11:01:36.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33669) > >2014-07-22 11:01:37.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56739) > >2014-07-22 11:01:37.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32846) > >2014-07-22 11:01:40.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33722) > >2014-07-22 11:01:40.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:41.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56794) > >2014-07-22 11:01:41.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32901) > >2014-07-22 11:01:44.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33775) > >2014-07-22 11:01:45.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56847) > >2014-07-22 11:01:45.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32953) > >2014-07-22 11:01:48.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33828) > >2014-07-22 11:01:48.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:49.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56903) > >2014-07-22 11:01:49.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33007) > >2014-07-22 11:01:52.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33881) > >2014-07-22 11:01:53.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56959) > >2014-07-22 11:01:53.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33061) > >2014-07-22 11:01:55.626 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:01:56.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33936) > >2014-07-22 11:01:57.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57013) > >2014-07-22 11:01:57.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33117) > >2014-07-22 11:02:00.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33989) > >2014-07-22 11:02:01.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57068) > >2014-07-22 11:02:01.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33172) > >2014-07-22 11:02:04.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34042) > >2014-07-22 11:02:05.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57123) > >2014-07-22 11:02:05.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33225) > >2014-07-22 11:02:08.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34095) > >2014-07-22 11:02:09.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57176) > >2014-07-22 11:02:09.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33279) > >2014-07-22 11:02:10.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:12.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34148) > >2014-07-22 11:02:13.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57232) > >2014-07-22 11:02:13.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33337) > >2014-07-22 11:02:15.012 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:02:15.012 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:02:15.013 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:02:15.027 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:02:16.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34203) > >2014-07-22 11:02:17.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57285) > >2014-07-22 11:02:17.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33392) > >2014-07-22 11:02:18.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:20.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34256) > >2014-07-22 11:02:21.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57342) > >2014-07-22 11:02:21.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33449) > >2014-07-22 11:02:24.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34310) > >2014-07-22 11:02:25.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57397) > >2014-07-22 11:02:25.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33503) > >2014-07-22 11:02:25.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:28.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34364) > >2014-07-22 11:02:29.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57452) > >2014-07-22 11:02:29.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33559) > >2014-07-22 11:02:32.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34417) > >2014-07-22 11:02:33.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57506) > >2014-07-22 11:02:33.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33613) > >2014-07-22 11:02:36.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34470) > >2014-07-22 11:02:37.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57561) > >2014-07-22 11:02:37.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33667) > >2014-07-22 11:02:40.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34524) > >2014-07-22 11:02:40.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:41.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57616) > >2014-07-22 11:02:41.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33722) > >2014-07-22 11:02:44.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34577) > >2014-07-22 11:02:45.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57669) > >2014-07-22 11:02:45.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33775) > >2014-07-22 11:02:48.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34630) > >2014-07-22 11:02:48.600 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:49.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57726) > >2014-07-22 11:02:49.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33830) > >2014-07-22 11:02:52.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34683) > >2014-07-22 11:02:53.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57784) > >2014-07-22 11:02:53.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33886) > >2014-07-22 11:02:55.660 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:02:56.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34737) > >2014-07-22 11:02:57.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57840) > >2014-07-22 11:02:57.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33946) > >2014-07-22 11:03:00.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34790) > >2014-07-22 11:03:01.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57895) > >2014-07-22 11:03:01.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34001) > >2014-07-22 11:03:04.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34845) > >2014-07-22 11:03:05.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57950) > >2014-07-22 11:03:05.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34055) > >2014-07-22 11:03:08.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34898) > >2014-07-22 11:03:09.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58003) > >2014-07-22 11:03:09.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34109) > >2014-07-22 11:03:10.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:12.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34951) > >2014-07-22 11:03:13.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58059) > >2014-07-22 11:03:13.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34165) > >2014-07-22 11:03:16.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35004) > >2014-07-22 11:03:17.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58113) > >2014-07-22 11:03:17.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34219) > >2014-07-22 11:03:18.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:20.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35057) > >2014-07-22 11:03:21.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58170) > >2014-07-22 11:03:21.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34274) > >2014-07-22 11:03:24.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35110) > >2014-07-22 11:03:25.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58226) > >2014-07-22 11:03:25.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34328) > >2014-07-22 11:03:25.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:28.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35163) > >2014-07-22 11:03:29.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58284) > >2014-07-22 11:03:29.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34386) > >2014-07-22 11:03:32.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35216) > >2014-07-22 11:03:33.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58338) > >2014-07-22 11:03:33.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34440) > >2014-07-22 11:03:36.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35269) > >2014-07-22 11:03:37.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58393) > >2014-07-22 11:03:37.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34493) > >2014-07-22 11:03:40.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35322) > >2014-07-22 11:03:40.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:41.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58448) > >2014-07-22 11:03:41.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34548) > >2014-07-22 11:03:44.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35375) > >2014-07-22 11:03:45.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58503) > >2014-07-22 11:03:45.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34601) > >2014-07-22 11:03:48.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35428) > >2014-07-22 11:03:48.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:49.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58559) > >2014-07-22 11:03:49.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34655) > >2014-07-22 11:03:52.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35481) > >2014-07-22 11:03:53.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58617) > >2014-07-22 11:03:53.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34709) > >2014-07-22 11:03:55.678 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:03:56.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35536) > >2014-07-22 11:03:57.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58671) > >2014-07-22 11:03:57.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34765) > >2014-07-22 11:04:00.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35589) > >2014-07-22 11:04:01.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58726) > >2014-07-22 11:04:01.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34820) > >2014-07-22 11:04:04.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35642) > >2014-07-22 11:04:05.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58781) > >2014-07-22 11:04:05.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34873) > >2014-07-22 11:04:08.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35695) > >2014-07-22 11:04:09.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58834) > >2014-07-22 11:04:09.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34928) > >2014-07-22 11:04:10.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:12.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35748) > >2014-07-22 11:04:13.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58890) > >2014-07-22 11:04:13.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34986) > >2014-07-22 11:04:15.030 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:04:15.030 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:04:15.031 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:04:15.064 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:04:16.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35803) > >2014-07-22 11:04:17.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58943) > >2014-07-22 11:04:17.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35041) > >2014-07-22 11:04:18.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:20.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35856) > >2014-07-22 11:04:21.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59000) > >2014-07-22 11:04:21.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35098) > >2014-07-22 11:04:24.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35910) > >2014-07-22 11:04:25.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59055) > >2014-07-22 11:04:25.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35152) > >2014-07-22 11:04:25.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:28.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35963) > >2014-07-22 11:04:29.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59110) > >2014-07-22 11:04:29.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35207) > >2014-07-22 11:04:32.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36017) > >2014-07-22 11:04:33.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59164) > >2014-07-22 11:04:33.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35262) > >2014-07-22 11:04:36.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36070) > >2014-07-22 11:04:37.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59219) > >2014-07-22 11:04:37.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35315) > >2014-07-22 11:04:40.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36124) > >2014-07-22 11:04:40.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:41.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59276) > >2014-07-22 11:04:41.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35371) > >2014-07-22 11:04:44.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36177) > >2014-07-22 11:04:45.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59329) > >2014-07-22 11:04:45.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35424) > >2014-07-22 11:04:48.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36230) > >2014-07-22 11:04:48.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:49.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59385) > >2014-07-22 11:04:49.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35478) > >2014-07-22 11:04:52.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36283) > >2014-07-22 11:04:53.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59442) > >2014-07-22 11:04:53.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35533) > >2014-07-22 11:04:55.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:04:56.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36336) > >2014-07-22 11:04:57.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59500) > >2014-07-22 11:04:57.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35595) > >2014-07-22 11:05:00.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36390) > >2014-07-22 11:05:01.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59555) > >2014-07-22 11:05:01.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35651) > >2014-07-22 11:05:04.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36445) > >2014-07-22 11:05:05.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59610) > >2014-07-22 11:05:05.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35706) > >2014-07-22 11:05:08.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36498) > >2014-07-22 11:05:09.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59663) > >2014-07-22 11:05:09.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35760) > >2014-07-22 11:05:10.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:12.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36551) > >2014-07-22 11:05:13.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59719) > >2014-07-22 11:05:13.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35816) > >2014-07-22 11:05:16.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36604) > >2014-07-22 11:05:17.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59775) > >2014-07-22 11:05:17.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35870) > >2014-07-22 11:05:18.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:20.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36657) > >2014-07-22 11:05:21.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59832) > >2014-07-22 11:05:21.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35925) > >2014-07-22 11:05:24.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36710) > >2014-07-22 11:05:25.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59888) > >2014-07-22 11:05:25.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35980) > >2014-07-22 11:05:25.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:28.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36765) > >2014-07-22 11:05:29.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59949) > >2014-07-22 11:05:29.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36038) > >2014-07-22 11:05:32.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36818) > >2014-07-22 11:05:33.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60003) > >2014-07-22 11:05:33.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36092) > >2014-07-22 11:05:36.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36871) > >2014-07-22 11:05:37.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60058) > >2014-07-22 11:05:37.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36145) > >2014-07-22 11:05:40.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36924) > >2014-07-22 11:05:40.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:41.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60113) > >2014-07-22 11:05:41.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36200) > >2014-07-22 11:05:44.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36977) > >2014-07-22 11:05:45.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60165) > >2014-07-22 11:05:45.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36253) > >2014-07-22 11:05:48.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37030) > >2014-07-22 11:05:48.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:49.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60221) > >2014-07-22 11:05:49.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36307) > >2014-07-22 11:05:52.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37083) > >2014-07-22 11:05:53.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60277) > >2014-07-22 11:05:53.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36361) > >2014-07-22 11:05:55.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:05:56.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37137) > >2014-07-22 11:05:57.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60331) > >2014-07-22 11:05:57.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36417) > >2014-07-22 11:06:00.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37191) > >2014-07-22 11:06:01.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60386) > >2014-07-22 11:06:01.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36472) > >2014-07-22 11:06:04.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37244) > >2014-07-22 11:06:05.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60440) > >2014-07-22 11:06:05.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36525) > >2014-07-22 11:06:08.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37297) > >2014-07-22 11:06:09.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60493) > >2014-07-22 11:06:09.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36578) > >2014-07-22 11:06:10.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:12.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37350) > >2014-07-22 11:06:13.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60548) > >2014-07-22 11:06:13.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36635) > >2014-07-22 11:06:15.067 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:06:15.067 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:06:15.068 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:06:15.080 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:06:16.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37406) > >2014-07-22 11:06:17.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60602) > >2014-07-22 11:06:17.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36692) > >2014-07-22 11:06:18.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:20.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37459) > >2014-07-22 11:06:21.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60659) > >2014-07-22 11:06:21.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36749) > >2014-07-22 11:06:24.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37513) > >2014-07-22 11:06:25.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60715) > >2014-07-22 11:06:25.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36803) > >2014-07-22 11:06:25.759 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:28.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37565) > >2014-07-22 11:06:29.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60770) > >2014-07-22 11:06:29.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36858) > >2014-07-22 11:06:32.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37619) > >2014-07-22 11:06:33.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60827) > >2014-07-22 11:06:33.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36913) > >2014-07-22 11:06:36.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37672) > >2014-07-22 11:06:37.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60882) > >2014-07-22 11:06:37.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36966) > >2014-07-22 11:06:40.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37726) > >2014-07-22 11:06:40.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:41.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60937) > >2014-07-22 11:06:41.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37022) > >2014-07-22 11:06:44.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37779) > >2014-07-22 11:06:45.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60990) > >2014-07-22 11:06:45.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37075) > >2014-07-22 11:06:48.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37832) > >2014-07-22 11:06:48.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:49.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32813) > >2014-07-22 11:06:49.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37129) > >2014-07-22 11:06:52.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37885) > >2014-07-22 11:06:53.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32870) > >2014-07-22 11:06:53.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37184) > >2014-07-22 11:06:55.759 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:06:56.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37938) > >2014-07-22 11:06:57.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32928) > >2014-07-22 11:06:57.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37246) > >2014-07-22 11:07:00.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37992) > >2014-07-22 11:07:01.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32983) > >2014-07-22 11:07:01.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37302) > >2014-07-22 11:07:04.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38047) > >2014-07-22 11:07:05.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33037) > >2014-07-22 11:07:05.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37357) > >2014-07-22 11:07:08.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38100) > >2014-07-22 11:07:09.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33090) > >2014-07-22 11:07:09.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37410) > >2014-07-22 11:07:10.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:12.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38151) > >2014-07-22 11:07:13.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33146) > >2014-07-22 11:07:13.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37467) > >2014-07-22 11:07:16.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38204) > >2014-07-22 11:07:17.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33200) > >2014-07-22 11:07:17.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37521) > >2014-07-22 11:07:18.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:20.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38257) > >2014-07-22 11:07:21.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33257) > >2014-07-22 11:07:21.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37575) > >2014-07-22 11:07:24.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38310) > >2014-07-22 11:07:25.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33313) > >2014-07-22 11:07:25.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37629) > >2014-07-22 11:07:25.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:28.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38363) > >2014-07-22 11:07:29.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33371) > >2014-07-22 11:07:29.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37687) > >2014-07-22 11:07:32.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38416) > >2014-07-22 11:07:33.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33425) > >2014-07-22 11:07:33.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37741) > >2014-07-22 11:07:36.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38469) > >2014-07-22 11:07:37.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33480) > >2014-07-22 11:07:37.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37794) > >2014-07-22 11:07:40.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38522) > >2014-07-22 11:07:40.775 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:41.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33535) > >2014-07-22 11:07:41.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37849) > >2014-07-22 11:07:44.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38575) > >2014-07-22 11:07:45.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33588) > >2014-07-22 11:07:45.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37902) > >2014-07-22 11:07:48.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38628) > >2014-07-22 11:07:48.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:49.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33644) > >2014-07-22 11:07:49.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37956) > >2014-07-22 11:07:52.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38681) > >2014-07-22 11:07:53.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33700) > >2014-07-22 11:07:53.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38010) > >2014-07-22 11:07:55.792 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:07:56.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38735) > >2014-07-22 11:07:57.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33754) > >2014-07-22 11:07:57.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38066) > >2014-07-22 11:08:00.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38789) > >2014-07-22 11:08:01.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33809) > >2014-07-22 11:08:01.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38121) > >2014-07-22 11:08:04.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38842) > >2014-07-22 11:08:05.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33864) > >2014-07-22 11:08:05.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38174) > >2014-07-22 11:08:08.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38895) > >2014-07-22 11:08:09.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33917) > >2014-07-22 11:08:09.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38227) > >2014-07-22 11:08:10.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:12.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38948) > >2014-07-22 11:08:13.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33972) > >2014-07-22 11:08:13.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38283) > >2014-07-22 11:08:15.081 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:08:15.081 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:08:15.082 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:08:15.094 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:08:16.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39003) > >2014-07-22 11:08:17.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34026) > >2014-07-22 11:08:17.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38341) > >2014-07-22 11:08:18.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:20.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39056) > >2014-07-22 11:08:21.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34083) > >2014-07-22 11:08:21.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38398) > >2014-07-22 11:08:24.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39110) > >2014-07-22 11:08:25.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34138) > >2014-07-22 11:08:25.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38452) > >2014-07-22 11:08:25.802 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:28.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39163) > >2014-07-22 11:08:29.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34193) > >2014-07-22 11:08:29.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38507) > >2014-07-22 11:08:32.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39217) > >2014-07-22 11:08:33.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34247) > >2014-07-22 11:08:33.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38562) > >2014-07-22 11:08:36.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39270) > >2014-07-22 11:08:37.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34302) > >2014-07-22 11:08:37.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38615) > >2014-07-22 11:08:40.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39324) > >2014-07-22 11:08:40.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:41.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34357) > >2014-07-22 11:08:41.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38671) > >2014-07-22 11:08:44.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39377) > >2014-07-22 11:08:45.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34410) > >2014-07-22 11:08:45.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38724) > >2014-07-22 11:08:48.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39430) > >2014-07-22 11:08:48.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:49.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34466) > >2014-07-22 11:08:49.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38778) > >2014-07-22 11:08:52.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39483) > >2014-07-22 11:08:53.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34523) > >2014-07-22 11:08:53.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38833) > >2014-07-22 11:08:55.809 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:08:56.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39536) > >2014-07-22 11:08:57.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34581) > >2014-07-22 11:08:57.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38892) > >2014-07-22 11:09:00.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39590) > >2014-07-22 11:09:01.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34636) > >2014-07-22 11:09:01.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38949) > >2014-07-22 11:09:04.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39645) > >2014-07-22 11:09:05.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34691) > >2014-07-22 11:09:05.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39005) > >2014-07-22 11:09:08.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39698) > >2014-07-22 11:09:09.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34744) > >2014-07-22 11:09:09.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39058) > >2014-07-22 11:09:10.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:12.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39751) > >2014-07-22 11:09:13.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34800) > >2014-07-22 11:09:13.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39115) > >2014-07-22 11:09:16.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39804) > >2014-07-22 11:09:17.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34854) > >2014-07-22 11:09:17.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39169) > >2014-07-22 11:09:18.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:20.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39857) > >2014-07-22 11:09:21.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34911) > >2014-07-22 11:09:21.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39224) > >2014-07-22 11:09:24.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39910) > >2014-07-22 11:09:25.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34967) > >2014-07-22 11:09:25.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39278) > >2014-07-22 11:09:25.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:28.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39963) > >2014-07-22 11:09:29.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35025) > >2014-07-22 11:09:29.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39336) > >2014-07-22 11:09:32.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40016) > >2014-07-22 11:09:33.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35080) > >2014-07-22 11:09:33.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39390) > >2014-07-22 11:09:36.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40069) > >2014-07-22 11:09:37.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35135) > >2014-07-22 11:09:37.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39443) > >2014-07-22 11:09:40.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40122) > >2014-07-22 11:09:40.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:41.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35190) > >2014-07-22 11:09:41.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39498) > >2014-07-22 11:09:44.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40175) > >2014-07-22 11:09:45.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35243) > >2014-07-22 11:09:45.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39551) > >2014-07-22 11:09:48.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40228) > >2014-07-22 11:09:48.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:49.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35299) > >2014-07-22 11:09:49.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39605) > >2014-07-22 11:09:52.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40281) > >2014-07-22 11:09:53.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35355) > >2014-07-22 11:09:53.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39659) > >2014-07-22 11:09:55.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:09:56.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40334) > >2014-07-22 11:09:57.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35409) > >2014-07-22 11:09:57.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39714) > >2014-07-22 11:10:00.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40389) > >2014-07-22 11:10:01.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35464) > >2014-07-22 11:10:01.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39770) > >2014-07-22 11:10:04.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40442) > >2014-07-22 11:10:05.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35519) > >2014-07-22 11:10:05.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39823) > >2014-07-22 11:10:08.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40495) > >2014-07-22 11:10:09.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35572) > >2014-07-22 11:10:09.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39876) > >2014-07-22 11:10:10.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:12.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40548) > >2014-07-22 11:10:13.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35627) > >2014-07-22 11:10:13.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39932) > >2014-07-22 11:10:15.095 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:10:15.095 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:10:15.097 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:10:15.108 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:10:16.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40603) > >2014-07-22 11:10:17.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35681) > >2014-07-22 11:10:17.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39990) > >2014-07-22 11:10:18.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:20.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40656) > >2014-07-22 11:10:21.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35738) > >2014-07-22 11:10:21.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40047) > >2014-07-22 11:10:24.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40710) > >2014-07-22 11:10:25.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35793) > >2014-07-22 11:10:25.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40101) > >2014-07-22 11:10:25.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:28.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40763) > >2014-07-22 11:10:29.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35848) > >2014-07-22 11:10:29.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40156) > >2014-07-22 11:10:32.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40817) > >2014-07-22 11:10:33.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35902) > >2014-07-22 11:10:33.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40211) > >2014-07-22 11:10:36.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40870) > >2014-07-22 11:10:37.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35957) > >2014-07-22 11:10:37.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40264) > >2014-07-22 11:10:40.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40924) > >2014-07-22 11:10:40.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:41.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36012) > >2014-07-22 11:10:41.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40320) > >2014-07-22 11:10:44.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40977) > >2014-07-22 11:10:45.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36065) > >2014-07-22 11:10:45.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40373) > >2014-07-22 11:10:48.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:48.617 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 41030) > >2014-07-22 11:10:49.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36121) > >2014-07-22 11:10:49.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40427) > >2014-07-22 11:10:52.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41083) > >2014-07-22 11:10:53.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36178) > >2014-07-22 11:10:53.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40482) > >2014-07-22 11:10:55.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:10:56.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41136) > >2014-07-22 11:10:57.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36236) > >2014-07-22 11:10:57.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40541) > >2014-07-22 11:11:00.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41190) > >2014-07-22 11:11:01.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36291) > >2014-07-22 11:11:01.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40601) > >2014-07-22 11:11:04.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41245) > >2014-07-22 11:11:05.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36346) > >2014-07-22 11:11:05.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40656) > >2014-07-22 11:11:08.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41298) > >2014-07-22 11:11:09.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36400) > >2014-07-22 11:11:09.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40709) > >2014-07-22 11:11:10.776 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:12.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41351) > >2014-07-22 11:11:13.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36456) > >2014-07-22 11:11:13.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40766) > >2014-07-22 11:11:16.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41404) > >2014-07-22 11:11:17.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36510) > >2014-07-22 11:11:17.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40820) > >2014-07-22 11:11:18.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:20.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41457) > >2014-07-22 11:11:21.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36567) > >2014-07-22 11:11:21.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40876) > >2014-07-22 11:11:24.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41510) > >2014-07-22 11:11:25.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36622) > >2014-07-22 11:11:25.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40930) > >2014-07-22 11:11:25.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:28.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41563) > >2014-07-22 11:11:29.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36680) > >2014-07-22 11:11:29.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40988) > >2014-07-22 11:11:32.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41616) > >2014-07-22 11:11:33.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36734) > >2014-07-22 11:11:33.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41042) > >2014-07-22 11:11:36.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41669) > >2014-07-22 11:11:37.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36789) > >2014-07-22 11:11:37.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41095) > >2014-07-22 11:11:40.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41722) > >2014-07-22 11:11:40.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:41.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36844) > >2014-07-22 11:11:41.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41150) > >2014-07-22 11:11:44.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41775) > >2014-07-22 11:11:45.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36897) > >2014-07-22 11:11:45.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41203) > >2014-07-22 11:11:48.603 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:48.658 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 41828) > >2014-07-22 11:11:49.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36953) > >2014-07-22 11:11:49.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41257) > >2014-07-22 11:11:52.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41881) > >2014-07-22 11:11:53.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37009) > >2014-07-22 11:11:53.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41311) > >2014-07-22 11:11:55.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:11:56.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41934) > >2014-07-22 11:11:57.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37063) > >2014-07-22 11:11:57.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41366) > >2014-07-22 11:12:00.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41989) > >2014-07-22 11:12:01.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37118) > >2014-07-22 11:12:01.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41422) > >2014-07-22 11:12:04.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42042) > >2014-07-22 11:12:05.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37173) > >2014-07-22 11:12:05.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41475) > >2014-07-22 11:12:08.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42095) > >2014-07-22 11:12:09.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37226) > >2014-07-22 11:12:09.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41528) > >2014-07-22 11:12:10.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:12.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42148) > >2014-07-22 11:12:13.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37281) > >2014-07-22 11:12:13.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41584) > >2014-07-22 11:12:15.109 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:12:15.109 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:12:15.110 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:12:15.122 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:12:16.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42203) > >2014-07-22 11:12:17.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37335) > >2014-07-22 11:12:17.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41642) > >2014-07-22 11:12:18.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:20.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42256) > >2014-07-22 11:12:21.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37391) > >2014-07-22 11:12:21.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41697) > >2014-07-22 11:12:24.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42310) > >2014-07-22 11:12:25.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37446) > >2014-07-22 11:12:25.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41753) > >2014-07-22 11:12:25.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:28.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42363) > >2014-07-22 11:12:29.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37501) > >2014-07-22 11:12:29.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41808) > >2014-07-22 11:12:32.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42416) > >2014-07-22 11:12:33.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37555) > >2014-07-22 11:12:33.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41863) > >2014-07-22 11:12:36.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42469) > >2014-07-22 11:12:37.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37611) > >2014-07-22 11:12:37.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41916) > >2014-07-22 11:12:40.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42521) > >2014-07-22 11:12:40.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:41.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37666) > >2014-07-22 11:12:41.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41972) > >2014-07-22 11:12:44.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42575) > >2014-07-22 11:12:45.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37719) > >2014-07-22 11:12:45.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42024) > >2014-07-22 11:12:48.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:48.684 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 42628) > >2014-07-22 11:12:49.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37775) > >2014-07-22 11:12:49.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42078) > >2014-07-22 11:12:52.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42681) > >2014-07-22 11:12:53.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37832) > >2014-07-22 11:12:53.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42133) > >2014-07-22 11:12:55.902 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:12:56.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42734) > >2014-07-22 11:12:57.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37886) > >2014-07-22 11:12:57.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42188) > >2014-07-22 11:13:00.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42787) > >2014-07-22 11:13:01.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37944) > >2014-07-22 11:13:01.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42251) > >2014-07-22 11:13:04.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42843) > >2014-07-22 11:13:05.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37999) > >2014-07-22 11:13:05.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42306) > >2014-07-22 11:13:08.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42895) > >2014-07-22 11:13:09.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38052) > >2014-07-22 11:13:09.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42359) > >2014-07-22 11:13:10.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:12.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42948) > >2014-07-22 11:13:13.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38108) > >2014-07-22 11:13:13.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42416) > >2014-07-22 11:13:16.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43001) > >2014-07-22 11:13:17.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38162) > >2014-07-22 11:13:17.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42470) > >2014-07-22 11:13:18.604 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:20.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43054) > >2014-07-22 11:13:21.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38219) > >2014-07-22 11:13:21.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42525) > >2014-07-22 11:13:24.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43107) > >2014-07-22 11:13:25.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38275) > >2014-07-22 11:13:25.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42579) > >2014-07-22 11:13:25.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:28.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43160) > >2014-07-22 11:13:29.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38333) > >2014-07-22 11:13:29.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42637) > >2014-07-22 11:13:32.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43213) > >2014-07-22 11:13:33.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38387) > >2014-07-22 11:13:33.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42691) > >2014-07-22 11:13:36.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43266) > >2014-07-22 11:13:37.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38442) > >2014-07-22 11:13:37.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42744) > >2014-07-22 11:13:40.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43319) > >2014-07-22 11:13:40.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:41.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38497) > >2014-07-22 11:13:41.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42799) > >2014-07-22 11:13:44.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43372) > >2014-07-22 11:13:45.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38550) > >2014-07-22 11:13:45.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42854) > >2014-07-22 11:13:48.612 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:48.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43425) > >2014-07-22 11:13:49.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38606) > >2014-07-22 11:13:49.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42908) > >2014-07-22 11:13:52.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43478) > >2014-07-22 11:13:53.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38662) > >2014-07-22 11:13:53.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42962) > >2014-07-22 11:13:55.940 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:13:56.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43531) > >2014-07-22 11:13:57.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38716) > >2014-07-22 11:13:57.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43016) > >2014-07-22 11:14:00.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43586) > >2014-07-22 11:14:01.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38771) > >2014-07-22 11:14:01.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43073) > >2014-07-22 11:14:04.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43640) > >2014-07-22 11:14:05.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38826) > >2014-07-22 11:14:05.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43126) > >2014-07-22 11:14:08.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43693) > >2014-07-22 11:14:09.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38879) > >2014-07-22 11:14:09.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43179) > >2014-07-22 11:14:10.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:12.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43746) > >2014-07-22 11:14:13.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38934) > >2014-07-22 11:14:13.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43235) > >2014-07-22 11:14:15.124 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:14:15.124 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:14:15.124 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:14:15.137 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:14:16.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43801) > >2014-07-22 11:14:17.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38987) > >2014-07-22 11:14:17.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43293) > >2014-07-22 11:14:18.628 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:20.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43854) > >2014-07-22 11:14:21.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39045) > >2014-07-22 11:14:21.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43348) > >2014-07-22 11:14:24.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43909) > >2014-07-22 11:14:25.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39101) > >2014-07-22 11:14:25.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43404) > >2014-07-22 11:14:25.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:28.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43962) > >2014-07-22 11:14:29.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39156) > >2014-07-22 11:14:29.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43459) > >2014-07-22 11:14:32.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44015) > >2014-07-22 11:14:33.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39210) > >2014-07-22 11:14:33.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43513) > >2014-07-22 11:14:36.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44069) > >2014-07-22 11:14:37.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39265) > >2014-07-22 11:14:37.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43567) > >2014-07-22 11:14:40.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44122) > >2014-07-22 11:14:40.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:41.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39320) > >2014-07-22 11:14:41.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43621) > >2014-07-22 11:14:44.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44176) > >2014-07-22 11:14:45.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39373) > >2014-07-22 11:14:45.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43675) > >2014-07-22 11:14:48.623 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:48.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44229) > >2014-07-22 11:14:49.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39429) > >2014-07-22 11:14:49.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43729) > >2014-07-22 11:14:52.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44282) > >2014-07-22 11:14:53.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39486) > >2014-07-22 11:14:53.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43784) > >2014-07-22 11:14:55.951 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:14:56.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44335) > >2014-07-22 11:14:57.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39540) > >2014-07-22 11:14:57.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43838) > >2014-07-22 11:15:00.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44388) > >2014-07-22 11:15:01.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39600) > >2014-07-22 11:15:01.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43901) > >2014-07-22 11:15:04.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44444) > >2014-07-22 11:15:05.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39656) > >2014-07-22 11:15:05.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43957) > >2014-07-22 11:15:08.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44497) > >2014-07-22 11:15:09.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39713) > >2014-07-22 11:15:09.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44010) > >2014-07-22 11:15:10.777 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:12.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44550) > >2014-07-22 11:15:13.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39768) > >2014-07-22 11:15:13.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44064) > >2014-07-22 11:15:16.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44604) > >2014-07-22 11:15:17.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39823) > >2014-07-22 11:15:17.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44120) > >2014-07-22 11:15:18.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:20.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44657) > >2014-07-22 11:15:21.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39880) > >2014-07-22 11:15:21.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44175) > >2014-07-22 11:15:24.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44711) > >2014-07-22 11:15:25.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39936) > >2014-07-22 11:15:25.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44229) > >2014-07-22 11:15:25.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:28.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44768) > >2014-07-22 11:15:29.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39994) > >2014-07-22 11:15:29.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44287) > >2014-07-22 11:15:32.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44821) > >2014-07-22 11:15:33.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40059) > >2014-07-22 11:15:33.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44342) > >2014-07-22 11:15:36.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44880) > >2014-07-22 11:15:37.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40123) > >2014-07-22 11:15:37.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44400) > >2014-07-22 11:15:40.804 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:40.855 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 44933) > >2014-07-22 11:15:41.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40178) > >2014-07-22 11:15:41.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44455) > >2014-07-22 11:15:44.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44986) > >2014-07-22 11:15:45.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40231) > >2014-07-22 11:15:45.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44508) > >2014-07-22 11:15:48.647 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:48.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45040) > >2014-07-22 11:15:49.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40286) > >2014-07-22 11:15:49.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44562) > >2014-07-22 11:15:52.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45101) > >2014-07-22 11:15:53.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40361) > >2014-07-22 11:15:53.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44622) > >2014-07-22 11:15:56.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:15:56.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45161) > >2014-07-22 11:15:57.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40428) > >2014-07-22 11:15:57.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44676) > >2014-07-22 11:16:00.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45219) > >2014-07-22 11:16:01.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40489) > >2014-07-22 11:16:01.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44733) > >2014-07-22 11:16:04.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45281) > >2014-07-22 11:16:05.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40558) > >2014-07-22 11:16:05.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44786) > >2014-07-22 11:16:08.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45346) > >2014-07-22 11:16:09.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40629) > >2014-07-22 11:16:09.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44839) > >2014-07-22 11:16:10.810 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:12.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45408) > >2014-07-22 11:16:13.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40703) > >2014-07-22 11:16:13.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44896) > >2014-07-22 11:16:15.144 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:16:15.144 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:16:15.145 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:16:15.176 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:16:16.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45470) > >2014-07-22 11:16:17.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40759) > >2014-07-22 11:16:17.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44953) > >2014-07-22 11:16:18.657 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:20.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45532) > >2014-07-22 11:16:21.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40820) > >2014-07-22 11:16:21.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45009) > >2014-07-22 11:16:24.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45595) > >2014-07-22 11:16:25.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40878) > >2014-07-22 11:16:25.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45065) > >2014-07-22 11:16:26.034 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:28.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45660) > >2014-07-22 11:16:29.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40933) > >2014-07-22 11:16:29.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45120) > >2014-07-22 11:16:32.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45721) > >2014-07-22 11:16:33.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40990) > >2014-07-22 11:16:33.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45174) > >2014-07-22 11:16:36.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45786) > >2014-07-22 11:16:37.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41048) > >2014-07-22 11:16:37.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45228) > >2014-07-22 11:16:40.841 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:41.040 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 45842) > >2014-07-22 11:16:41.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41103) > >2014-07-22 11:16:41.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45284) > >2014-07-22 11:16:44.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45901) > >2014-07-22 11:16:45.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41158) > >2014-07-22 11:16:45.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45337) > >2014-07-22 11:16:48.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:48.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45955) > >2014-07-22 11:16:49.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41215) > >2014-07-22 11:16:49.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45391) > >2014-07-22 11:16:52.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46014) > >2014-07-22 11:16:53.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41272) > >2014-07-22 11:16:54.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45446) > >2014-07-22 11:16:56.041 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:16:56.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46068) > >2014-07-22 11:16:57.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41325) > >2014-07-22 11:16:58.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45499) > >2014-07-22 11:17:01.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46121) > >2014-07-22 11:17:02.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41387) > >2014-07-22 11:17:02.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45560) > >2014-07-22 11:17:04.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46177) > >2014-07-22 11:17:06.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41444) > >2014-07-22 11:17:06.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45618) > >2014-07-22 11:17:09.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46230) > >2014-07-22 11:17:10.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41497) > >2014-07-22 11:17:10.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45671) > >2014-07-22 11:17:10.854 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:13.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46283) > >2014-07-22 11:17:14.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41553) > >2014-07-22 11:17:14.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45727) > >2014-07-22 11:17:17.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46336) > >2014-07-22 11:17:18.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41608) > >2014-07-22 11:17:18.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45782) > >2014-07-22 11:17:18.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:21.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46389) > >2014-07-22 11:17:22.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41667) > >2014-07-22 11:17:22.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45837) > >2014-07-22 11:17:25.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46442) > >2014-07-22 11:17:26.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41727) > >2014-07-22 11:17:26.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:26.087 29190 INFO neutron.wsgi [req-9c72fcbe-8122-442b-9f8d-0b1dd8989f39 None] (29190) accepted ('192.168.0.7', 45893) > >2014-07-22 11:17:29.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46495) > >2014-07-22 11:17:30.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41783) > >2014-07-22 11:17:30.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45949) > >2014-07-22 11:17:33.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46548) > >2014-07-22 11:17:34.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41839) > >2014-07-22 11:17:34.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46003) > >2014-07-22 11:17:37.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46601) > >2014-07-22 11:17:38.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41892) > >2014-07-22 11:17:38.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46056) > >2014-07-22 11:17:40.839 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:41.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46655) > >2014-07-22 11:17:42.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41948) > >2014-07-22 11:17:42.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46111) > >2014-07-22 11:17:45.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46711) > >2014-07-22 11:17:46.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42004) > >2014-07-22 11:17:46.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46164) > >2014-07-22 11:17:48.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:49.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46764) > >2014-07-22 11:17:50.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42059) > >2014-07-22 11:17:50.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46218) > >2014-07-22 11:17:53.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46817) > >2014-07-22 11:17:54.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42116) > >2014-07-22 11:17:54.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46272) > >2014-07-22 11:17:56.056 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:17:57.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46871) > >2014-07-22 11:17:58.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42170) > >2014-07-22 11:17:58.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46326) > >2014-07-22 11:18:01.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46926) > >2014-07-22 11:18:02.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42225) > >2014-07-22 11:18:02.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46383) > >2014-07-22 11:18:05.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46979) > >2014-07-22 11:18:06.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42280) > >2014-07-22 11:18:06.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46436) > >2014-07-22 11:18:09.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47031) > >2014-07-22 11:18:10.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42333) > >2014-07-22 11:18:10.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46489) > >2014-07-22 11:18:10.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:13.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47085) > >2014-07-22 11:18:14.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42389) > >2014-07-22 11:18:14.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46545) > >2014-07-22 11:18:15.181 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:18:15.181 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:18:15.181 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:18:15.204 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:18:17.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47138) > >2014-07-22 11:18:18.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42442) > >2014-07-22 11:18:18.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46602) > >2014-07-22 11:18:18.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:21.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47193) > >2014-07-22 11:18:22.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42501) > >2014-07-22 11:18:22.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46659) > >2014-07-22 11:18:25.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47248) > >2014-07-22 11:18:26.064 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:26.076 29190 INFO neutron.wsgi [req-220c7b42-735d-4bcc-b83e-b2c0f5f261b8 None] (29190) accepted ('192.168.0.6', 42556) > >2014-07-22 11:18:26.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46712) > >2014-07-22 11:18:29.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47301) > >2014-07-22 11:18:30.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42611) > >2014-07-22 11:18:30.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46769) > >2014-07-22 11:18:33.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47354) > >2014-07-22 11:18:34.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42667) > >2014-07-22 11:18:34.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46823) > >2014-07-22 11:18:37.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47407) > >2014-07-22 11:18:38.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42720) > >2014-07-22 11:18:38.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46877) > >2014-07-22 11:18:40.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:41.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47461) > >2014-07-22 11:18:42.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42775) > >2014-07-22 11:18:42.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46932) > >2014-07-22 11:18:45.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47514) > >2014-07-22 11:18:46.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42828) > >2014-07-22 11:18:46.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46986) > >2014-07-22 11:18:48.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:49.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47568) > >2014-07-22 11:18:50.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42884) > >2014-07-22 11:18:50.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47040) > >2014-07-22 11:18:53.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47621) > >2014-07-22 11:18:54.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42941) > >2014-07-22 11:18:54.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47095) > >2014-07-22 11:18:56.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:18:57.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47674) > >2014-07-22 11:18:58.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42995) > >2014-07-22 11:18:58.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47149) > >2014-07-22 11:19:01.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47727) > >2014-07-22 11:19:02.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43054) > >2014-07-22 11:19:02.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47208) > >2014-07-22 11:19:05.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47782) > >2014-07-22 11:19:06.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43109) > >2014-07-22 11:19:06.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47268) > >2014-07-22 11:19:09.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47836) > >2014-07-22 11:19:10.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43162) > >2014-07-22 11:19:10.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47321) > >2014-07-22 11:19:10.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:13.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47889) > >2014-07-22 11:19:14.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43217) > >2014-07-22 11:19:14.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47376) > >2014-07-22 11:19:17.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47942) > >2014-07-22 11:19:18.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43272) > >2014-07-22 11:19:18.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47432) > >2014-07-22 11:19:18.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:21.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47994) > >2014-07-22 11:19:22.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43331) > >2014-07-22 11:19:22.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47487) > >2014-07-22 11:19:25.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48047) > >2014-07-22 11:19:26.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:26.125 29190 INFO neutron.wsgi [req-2d4589e0-f3d6-4a1e-a472-2d658cad4787 None] (29190) accepted ('192.168.0.6', 43389) > >2014-07-22 11:19:26.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47543) > >2014-07-22 11:19:29.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48100) > >2014-07-22 11:19:30.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43445) > >2014-07-22 11:19:30.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47599) > >2014-07-22 11:19:33.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48153) > >2014-07-22 11:19:34.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43501) > >2014-07-22 11:19:34.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47653) > >2014-07-22 11:19:37.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48206) > >2014-07-22 11:19:38.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43554) > >2014-07-22 11:19:38.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47706) > >2014-07-22 11:19:40.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:41.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48259) > >2014-07-22 11:19:42.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43609) > >2014-07-22 11:19:42.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47761) > >2014-07-22 11:19:45.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48312) > >2014-07-22 11:19:46.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43662) > >2014-07-22 11:19:46.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47814) > >2014-07-22 11:19:48.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:49.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48365) > >2014-07-22 11:19:50.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43718) > >2014-07-22 11:19:50.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47868) > >2014-07-22 11:19:53.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48418) > >2014-07-22 11:19:54.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43774) > >2014-07-22 11:19:54.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47922) > >2014-07-22 11:19:56.102 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:19:57.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48471) > >2014-07-22 11:19:58.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43828) > >2014-07-22 11:19:58.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47976) > >2014-07-22 11:20:01.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48525) > >2014-07-22 11:20:02.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43883) > >2014-07-22 11:20:02.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48033) > >2014-07-22 11:20:05.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48578) > >2014-07-22 11:20:06.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43939) > >2014-07-22 11:20:06.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48086) > >2014-07-22 11:20:09.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48631) > >2014-07-22 11:20:10.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43992) > >2014-07-22 11:20:10.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48139) > >2014-07-22 11:20:10.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:13.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48684) > >2014-07-22 11:20:14.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44047) > >2014-07-22 11:20:14.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48195) > >2014-07-22 11:20:15.207 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:20:15.207 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:20:15.208 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:20:15.220 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:20:17.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48737) > >2014-07-22 11:20:18.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44100) > >2014-07-22 11:20:18.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48252) > >2014-07-22 11:20:18.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:21.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48792) > >2014-07-22 11:20:22.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44158) > >2014-07-22 11:20:22.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48309) > >2014-07-22 11:20:25.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48846) > >2014-07-22 11:20:26.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:26.156 29190 INFO neutron.wsgi [req-b281ec26-be87-4a9e-84d4-28d659784d94 None] (29190) accepted ('192.168.0.6', 44213) > >2014-07-22 11:20:26.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48362) > >2014-07-22 11:20:29.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48899) > >2014-07-22 11:20:30.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44268) > >2014-07-22 11:20:30.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48419) > >2014-07-22 11:20:33.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48952) > >2014-07-22 11:20:34.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44324) > >2014-07-22 11:20:34.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48473) > >2014-07-22 11:20:37.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49005) > >2014-07-22 11:20:38.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44377) > >2014-07-22 11:20:38.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48526) > >2014-07-22 11:20:40.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:41.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49059) > >2014-07-22 11:20:42.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44432) > >2014-07-22 11:20:42.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48582) > >2014-07-22 11:20:45.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49112) > >2014-07-22 11:20:46.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44485) > >2014-07-22 11:20:46.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48635) > >2014-07-22 11:20:48.663 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:49.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49166) > >2014-07-22 11:20:50.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44541) > >2014-07-22 11:20:50.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48690) > >2014-07-22 11:20:53.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49219) > >2014-07-22 11:20:54.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44596) > >2014-07-22 11:20:54.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48743) > >2014-07-22 11:20:56.112 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:20:57.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49272) > >2014-07-22 11:20:58.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44651) > >2014-07-22 11:20:58.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48798) > >2014-07-22 11:21:01.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49325) > >2014-07-22 11:21:02.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44708) > >2014-07-22 11:21:02.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48855) > >2014-07-22 11:21:05.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49380) > >2014-07-22 11:21:06.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44765) > >2014-07-22 11:21:06.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48916) > >2014-07-22 11:21:09.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49434) > >2014-07-22 11:21:10.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44818) > >2014-07-22 11:21:10.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48970) > >2014-07-22 11:21:10.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:13.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49487) > >2014-07-22 11:21:14.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44874) > >2014-07-22 11:21:14.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49025) > >2014-07-22 11:21:17.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49540) > >2014-07-22 11:21:18.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44931) > >2014-07-22 11:21:18.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49081) > >2014-07-22 11:21:18.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:21.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49593) > >2014-07-22 11:21:22.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44986) > >2014-07-22 11:21:22.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49136) > >2014-07-22 11:21:25.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49646) > >2014-07-22 11:21:26.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:26.205 29190 INFO neutron.wsgi [req-94b029de-3764-4dbf-a918-eb00d1661ee8 None] (29190) accepted ('192.168.0.6', 45044) > >2014-07-22 11:21:26.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49192) > >2014-07-22 11:21:29.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49699) > >2014-07-22 11:21:30.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45100) > >2014-07-22 11:21:30.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49249) > >2014-07-22 11:21:33.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49752) > >2014-07-22 11:21:34.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45156) > >2014-07-22 11:21:34.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49303) > >2014-07-22 11:21:37.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49805) > >2014-07-22 11:21:38.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45209) > >2014-07-22 11:21:38.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49356) > >2014-07-22 11:21:40.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:41.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49858) > >2014-07-22 11:21:42.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45264) > >2014-07-22 11:21:42.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49411) > >2014-07-22 11:21:45.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49911) > >2014-07-22 11:21:46.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45317) > >2014-07-22 11:21:46.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49464) > >2014-07-22 11:21:48.664 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:49.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49964) > >2014-07-22 11:21:50.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45373) > >2014-07-22 11:21:50.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49517) > >2014-07-22 11:21:53.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50017) > >2014-07-22 11:21:54.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45429) > >2014-07-22 11:21:54.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49571) > >2014-07-22 11:21:56.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:21:57.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50070) > >2014-07-22 11:21:58.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45483) > >2014-07-22 11:21:58.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49626) > >2014-07-22 11:22:01.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50123) > >2014-07-22 11:22:02.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45538) > >2014-07-22 11:22:02.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49683) > >2014-07-22 11:22:05.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50178) > >2014-07-22 11:22:06.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45593) > >2014-07-22 11:22:06.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49735) > >2014-07-22 11:22:09.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50231) > >2014-07-22 11:22:10.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45646) > >2014-07-22 11:22:10.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49788) > >2014-07-22 11:22:10.868 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:13.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50284) > >2014-07-22 11:22:14.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45701) > >2014-07-22 11:22:14.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49844) > >2014-07-22 11:22:15.222 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:22:15.222 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:22:15.223 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:22:15.235 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:22:17.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50337) > >2014-07-22 11:22:18.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45756) > >2014-07-22 11:22:18.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49899) > >2014-07-22 11:22:18.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:21.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50392) > >2014-07-22 11:22:22.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45811) > >2014-07-22 11:22:22.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49957) > >2014-07-22 11:22:25.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50446) > >2014-07-22 11:22:26.158 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:26.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45867) > >2014-07-22 11:22:26.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50011) > >2014-07-22 11:22:29.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50499) > >2014-07-22 11:22:30.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45922) > >2014-07-22 11:22:30.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50068) > >2014-07-22 11:22:33.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50552) > >2014-07-22 11:22:34.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45978) > >2014-07-22 11:22:34.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50122) > >2014-07-22 11:22:37.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50605) > >2014-07-22 11:22:38.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46031) > >2014-07-22 11:22:38.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50175) > >2014-07-22 11:22:40.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:41.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50659) > >2014-07-22 11:22:42.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46086) > >2014-07-22 11:22:42.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50231) > >2014-07-22 11:22:45.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50712) > >2014-07-22 11:22:46.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46138) > >2014-07-22 11:22:46.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50284) > >2014-07-22 11:22:48.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:49.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50766) > >2014-07-22 11:22:50.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46194) > >2014-07-22 11:22:50.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50339) > >2014-07-22 11:22:53.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50819) > >2014-07-22 11:22:54.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46250) > >2014-07-22 11:22:54.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50393) > >2014-07-22 11:22:56.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:22:57.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50872) > >2014-07-22 11:22:58.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46305) > >2014-07-22 11:22:58.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50448) > >2014-07-22 11:23:01.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50925) > >2014-07-22 11:23:02.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46362) > >2014-07-22 11:23:02.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50505) > >2014-07-22 11:23:05.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50980) > >2014-07-22 11:23:06.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46419) > >2014-07-22 11:23:06.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50566) > >2014-07-22 11:23:09.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51034) > >2014-07-22 11:23:10.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46472) > >2014-07-22 11:23:10.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50620) > >2014-07-22 11:23:10.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:13.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51087) > >2014-07-22 11:23:14.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46527) > >2014-07-22 11:23:14.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50675) > >2014-07-22 11:23:17.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51140) > >2014-07-22 11:23:18.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46584) > >2014-07-22 11:23:18.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50731) > >2014-07-22 11:23:18.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:21.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51193) > >2014-07-22 11:23:22.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46639) > >2014-07-22 11:23:22.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50786) > >2014-07-22 11:23:25.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51246) > >2014-07-22 11:23:26.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:26.267 29190 INFO neutron.wsgi [req-8b7ca552-8a52-4e1b-969a-298da79306cd None] (29190) accepted ('192.168.0.6', 46697) > >2014-07-22 11:23:26.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50842) > >2014-07-22 11:23:29.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51299) > >2014-07-22 11:23:30.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46753) > >2014-07-22 11:23:30.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50898) > >2014-07-22 11:23:33.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51352) > >2014-07-22 11:23:34.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46806) > >2014-07-22 11:23:34.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50952) > >2014-07-22 11:23:37.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51405) > >2014-07-22 11:23:38.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46861) > >2014-07-22 11:23:38.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51005) > >2014-07-22 11:23:40.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:41.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51458) > >2014-07-22 11:23:42.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46916) > >2014-07-22 11:23:42.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51060) > >2014-07-22 11:23:45.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51511) > >2014-07-22 11:23:46.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46969) > >2014-07-22 11:23:46.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51113) > >2014-07-22 11:23:48.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:49.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51564) > >2014-07-22 11:23:50.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47025) > >2014-07-22 11:23:50.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51167) > >2014-07-22 11:23:53.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51617) > >2014-07-22 11:23:54.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47081) > >2014-07-22 11:23:54.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51221) > >2014-07-22 11:23:56.211 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:23:57.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51670) > >2014-07-22 11:23:58.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47135) > >2014-07-22 11:23:58.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51275) > >2014-07-22 11:24:01.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51723) > >2014-07-22 11:24:02.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47190) > >2014-07-22 11:24:02.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51332) > >2014-07-22 11:24:05.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51777) > >2014-07-22 11:24:06.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47245) > >2014-07-22 11:24:06.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51385) > >2014-07-22 11:24:09.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51830) > >2014-07-22 11:24:10.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47298) > >2014-07-22 11:24:10.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51438) > >2014-07-22 11:24:10.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:13.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51883) > >2014-07-22 11:24:14.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47354) > >2014-07-22 11:24:14.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51494) > >2014-07-22 11:24:15.236 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:24:15.236 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:24:15.237 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:24:15.248 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:24:17.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51936) > >2014-07-22 11:24:18.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47409) > >2014-07-22 11:24:18.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51549) > >2014-07-22 11:24:18.665 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:21.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51991) > >2014-07-22 11:24:22.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47464) > >2014-07-22 11:24:22.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51607) > >2014-07-22 11:24:25.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52045) > >2014-07-22 11:24:26.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:26.313 29190 INFO neutron.wsgi [req-8c58bbb9-a98e-4a09-bf4a-96d09335cf33 None] (29190) accepted ('192.168.0.6', 47520) > >2014-07-22 11:24:26.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51661) > >2014-07-22 11:24:29.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52098) > >2014-07-22 11:24:30.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47575) > >2014-07-22 11:24:30.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51718) > >2014-07-22 11:24:33.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52151) > >2014-07-22 11:24:34.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47631) > >2014-07-22 11:24:34.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51772) > >2014-07-22 11:24:37.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52203) > >2014-07-22 11:24:38.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47684) > >2014-07-22 11:24:38.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51825) > >2014-07-22 11:24:40.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:41.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52257) > >2014-07-22 11:24:42.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47739) > >2014-07-22 11:24:42.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51881) > >2014-07-22 11:24:45.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52310) > >2014-07-22 11:24:46.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47792) > >2014-07-22 11:24:46.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51934) > >2014-07-22 11:24:48.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:49.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52364) > >2014-07-22 11:24:50.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47848) > >2014-07-22 11:24:50.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51989) > >2014-07-22 11:24:53.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52417) > >2014-07-22 11:24:54.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47904) > >2014-07-22 11:24:54.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52043) > >2014-07-22 11:24:56.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:24:57.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52470) > >2014-07-22 11:24:58.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47959) > >2014-07-22 11:24:58.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52098) > >2014-07-22 11:25:01.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52523) > >2014-07-22 11:25:02.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48016) > >2014-07-22 11:25:02.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52155) > >2014-07-22 11:25:05.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52578) > >2014-07-22 11:25:06.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48074) > >2014-07-22 11:25:06.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52214) > >2014-07-22 11:25:09.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52632) > >2014-07-22 11:25:10.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48127) > >2014-07-22 11:25:10.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52270) > >2014-07-22 11:25:10.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:13.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52685) > >2014-07-22 11:25:14.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48182) > >2014-07-22 11:25:14.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52325) > >2014-07-22 11:25:17.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52738) > >2014-07-22 11:25:18.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48240) > >2014-07-22 11:25:18.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52380) > >2014-07-22 11:25:18.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:21.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52792) > >2014-07-22 11:25:22.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48295) > >2014-07-22 11:25:22.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52436) > >2014-07-22 11:25:25.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52845) > >2014-07-22 11:25:26.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:26.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48353) > >2014-07-22 11:25:26.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52492) > >2014-07-22 11:25:29.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52898) > >2014-07-22 11:25:30.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48409) > >2014-07-22 11:25:30.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52548) > >2014-07-22 11:25:33.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52951) > >2014-07-22 11:25:34.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48463) > >2014-07-22 11:25:34.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52602) > >2014-07-22 11:25:37.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53004) > >2014-07-22 11:25:38.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48518) > >2014-07-22 11:25:38.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52655) > >2014-07-22 11:25:40.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:41.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53058) > >2014-07-22 11:25:42.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48573) > >2014-07-22 11:25:42.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52710) > >2014-07-22 11:25:45.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53111) > >2014-07-22 11:25:46.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48626) > >2014-07-22 11:25:46.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52763) > >2014-07-22 11:25:48.667 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:49.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53164) > >2014-07-22 11:25:50.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48682) > >2014-07-22 11:25:50.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52817) > >2014-07-22 11:25:53.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53217) > >2014-07-22 11:25:54.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48738) > >2014-07-22 11:25:54.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52871) > >2014-07-22 11:25:56.285 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:25:57.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53270) > >2014-07-22 11:25:58.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48792) > >2014-07-22 11:25:58.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52925) > >2014-07-22 11:26:01.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53322) > >2014-07-22 11:26:02.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48847) > >2014-07-22 11:26:02.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52980) > >2014-07-22 11:26:05.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53377) > >2014-07-22 11:26:06.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48902) > >2014-07-22 11:26:06.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53035) > >2014-07-22 11:26:09.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53430) > >2014-07-22 11:26:10.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48955) > >2014-07-22 11:26:10.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53088) > >2014-07-22 11:26:10.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:13.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53483) > >2014-07-22 11:26:14.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49010) > >2014-07-22 11:26:14.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53143) > >2014-07-22 11:26:15.250 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:26:15.250 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:26:15.251 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:26:15.270 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:26:17.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53536) > >2014-07-22 11:26:18.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49065) > >2014-07-22 11:26:18.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53199) > >2014-07-22 11:26:18.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:21.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53591) > >2014-07-22 11:26:22.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49120) > >2014-07-22 11:26:22.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53257) > >2014-07-22 11:26:25.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53645) > >2014-07-22 11:26:26.317 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:26.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49176) > >2014-07-22 11:26:26.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53311) > >2014-07-22 11:26:29.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53698) > >2014-07-22 11:26:30.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49231) > >2014-07-22 11:26:30.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53368) > >2014-07-22 11:26:33.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53751) > >2014-07-22 11:26:34.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49285) > >2014-07-22 11:26:34.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53422) > >2014-07-22 11:26:37.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53804) > >2014-07-22 11:26:38.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49340) > >2014-07-22 11:26:38.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53475) > >2014-07-22 11:26:40.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:41.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53857) > >2014-07-22 11:26:42.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49394) > >2014-07-22 11:26:42.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53531) > >2014-07-22 11:26:45.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53911) > >2014-07-22 11:26:46.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49447) > >2014-07-22 11:26:46.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53584) > >2014-07-22 11:26:48.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:49.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53964) > >2014-07-22 11:26:50.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49503) > >2014-07-22 11:26:50.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53638) > >2014-07-22 11:26:53.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54018) > >2014-07-22 11:26:54.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49559) > >2014-07-22 11:26:54.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53692) > >2014-07-22 11:26:56.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:26:57.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54071) > >2014-07-22 11:26:58.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49614) > >2014-07-22 11:26:58.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53747) > >2014-07-22 11:27:01.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54124) > >2014-07-22 11:27:02.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49671) > >2014-07-22 11:27:02.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53804) > >2014-07-22 11:27:05.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54179) > >2014-07-22 11:27:06.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49728) > >2014-07-22 11:27:06.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53861) > >2014-07-22 11:27:09.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54232) > >2014-07-22 11:27:10.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49781) > >2014-07-22 11:27:10.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53919) > >2014-07-22 11:27:10.870 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:13.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54286) > >2014-07-22 11:27:14.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49836) > >2014-07-22 11:27:14.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53974) > >2014-07-22 11:27:17.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54339) > >2014-07-22 11:27:18.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49893) > >2014-07-22 11:27:18.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54029) > >2014-07-22 11:27:18.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:21.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54392) > >2014-07-22 11:27:22.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49950) > >2014-07-22 11:27:22.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54085) > >2014-07-22 11:27:25.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54445) > >2014-07-22 11:27:26.341 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:26.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50006) > >2014-07-22 11:27:26.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54141) > >2014-07-22 11:27:29.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54498) > >2014-07-22 11:27:30.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50062) > >2014-07-22 11:27:30.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54196) > >2014-07-22 11:27:33.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54551) > >2014-07-22 11:27:34.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50116) > >2014-07-22 11:27:34.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54250) > >2014-07-22 11:27:37.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54604) > >2014-07-22 11:27:38.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50171) > >2014-07-22 11:27:38.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54303) > >2014-07-22 11:27:40.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:41.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54657) > >2014-07-22 11:27:42.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50226) > >2014-07-22 11:27:42.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54358) > >2014-07-22 11:27:45.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54710) > >2014-07-22 11:27:46.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50279) > >2014-07-22 11:27:46.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54411) > >2014-07-22 11:27:48.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:49.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54763) > >2014-07-22 11:27:50.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50335) > >2014-07-22 11:27:50.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54465) > >2014-07-22 11:27:53.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54816) > >2014-07-22 11:27:54.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50391) > >2014-07-22 11:27:54.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54519) > >2014-07-22 11:27:56.358 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:27:57.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54869) > >2014-07-22 11:27:58.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50445) > >2014-07-22 11:27:58.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54573) > >2014-07-22 11:28:01.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54922) > >2014-07-22 11:28:02.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50500) > >2014-07-22 11:28:02.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54628) > >2014-07-22 11:28:05.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54977) > >2014-07-22 11:28:06.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50555) > >2014-07-22 11:28:06.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54682) > >2014-07-22 11:28:09.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55030) > >2014-07-22 11:28:10.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50608) > >2014-07-22 11:28:10.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54735) > >2014-07-22 11:28:10.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:13.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55083) > >2014-07-22 11:28:14.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50663) > >2014-07-22 11:28:14.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54790) > >2014-07-22 11:28:15.271 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:28:15.271 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:28:15.272 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:28:15.300 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:28:17.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55136) > >2014-07-22 11:28:18.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50718) > >2014-07-22 11:28:18.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54846) > >2014-07-22 11:28:18.668 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:21.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55191) > >2014-07-22 11:28:22.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50775) > >2014-07-22 11:28:22.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54904) > >2014-07-22 11:28:25.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55245) > >2014-07-22 11:28:26.388 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:26.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50829) > >2014-07-22 11:28:26.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54958) > >2014-07-22 11:28:29.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55298) > >2014-07-22 11:28:30.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50884) > >2014-07-22 11:28:30.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55013) > >2014-07-22 11:28:33.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55351) > >2014-07-22 11:28:34.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50938) > >2014-07-22 11:28:34.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55069) > >2014-07-22 11:28:37.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55404) > >2014-07-22 11:28:38.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50992) > >2014-07-22 11:28:38.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55122) > >2014-07-22 11:28:40.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:41.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55457) > >2014-07-22 11:28:42.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51047) > >2014-07-22 11:28:42.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55178) > >2014-07-22 11:28:45.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55511) > >2014-07-22 11:28:46.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51100) > >2014-07-22 11:28:46.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55231) > >2014-07-22 11:28:48.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:49.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55564) > >2014-07-22 11:28:50.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51156) > >2014-07-22 11:28:50.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55286) > >2014-07-22 11:28:53.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55618) > >2014-07-22 11:28:54.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51212) > >2014-07-22 11:28:54.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55340) > >2014-07-22 11:28:56.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:28:57.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55671) > >2014-07-22 11:28:58.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51267) > >2014-07-22 11:28:58.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55395) > >2014-07-22 11:29:01.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55724) > >2014-07-22 11:29:02.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51323) > >2014-07-22 11:29:02.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55451) > >2014-07-22 11:29:05.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55779) > >2014-07-22 11:29:06.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51379) > >2014-07-22 11:29:06.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55507) > >2014-07-22 11:29:09.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55832) > >2014-07-22 11:29:10.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51434) > >2014-07-22 11:29:10.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55566) > >2014-07-22 11:29:10.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:13.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55887) > >2014-07-22 11:29:14.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51489) > >2014-07-22 11:29:14.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55623) > >2014-07-22 11:29:17.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55940) > >2014-07-22 11:29:18.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51545) > >2014-07-22 11:29:18.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55678) > >2014-07-22 11:29:18.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:21.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55993) > >2014-07-22 11:29:22.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51602) > >2014-07-22 11:29:22.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55734) > >2014-07-22 11:29:25.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56046) > >2014-07-22 11:29:26.422 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:26.514 29190 INFO neutron.wsgi [req-0bd04f28-397b-4f91-9a62-e122e4a0304d None] (29190) accepted ('192.168.0.6', 51658) > >2014-07-22 11:29:26.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55790) > >2014-07-22 11:29:29.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56099) > >2014-07-22 11:29:30.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51714) > >2014-07-22 11:29:30.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55846) > >2014-07-22 11:29:33.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56152) > >2014-07-22 11:29:34.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51768) > >2014-07-22 11:29:34.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55900) > >2014-07-22 11:29:37.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56205) > >2014-07-22 11:29:38.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51823) > >2014-07-22 11:29:38.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55953) > >2014-07-22 11:29:40.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:41.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56258) > >2014-07-22 11:29:42.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51878) > >2014-07-22 11:29:42.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56008) > >2014-07-22 11:29:45.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56311) > >2014-07-22 11:29:46.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51931) > >2014-07-22 11:29:46.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56061) > >2014-07-22 11:29:48.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:49.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56364) > >2014-07-22 11:29:50.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51987) > >2014-07-22 11:29:50.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56115) > >2014-07-22 11:29:53.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56416) > >2014-07-22 11:29:54.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52043) > >2014-07-22 11:29:54.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56169) > >2014-07-22 11:29:56.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:29:57.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56469) > >2014-07-22 11:29:58.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52097) > >2014-07-22 11:29:58.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56223) > >2014-07-22 11:30:01.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56521) > >2014-07-22 11:30:02.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52152) > >2014-07-22 11:30:02.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56278) > >2014-07-22 11:30:05.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56576) > >2014-07-22 11:30:06.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52207) > >2014-07-22 11:30:06.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56333) > >2014-07-22 11:30:09.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56629) > >2014-07-22 11:30:10.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52260) > >2014-07-22 11:30:10.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56386) > >2014-07-22 11:30:10.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:13.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56682) > >2014-07-22 11:30:14.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52315) > >2014-07-22 11:30:14.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56441) > >2014-07-22 11:30:15.304 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:30:15.304 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:30:15.305 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:30:15.316 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:30:17.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56735) > >2014-07-22 11:30:18.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52370) > >2014-07-22 11:30:18.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56497) > >2014-07-22 11:30:18.669 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:21.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56790) > >2014-07-22 11:30:22.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52427) > >2014-07-22 11:30:22.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56555) > >2014-07-22 11:30:25.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56845) > >2014-07-22 11:30:26.468 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:26.543 29190 INFO neutron.wsgi [req-72a805e8-d815-4aaa-b4a5-0913549ddcf9 None] (29190) accepted ('192.168.0.6', 52480) > >2014-07-22 11:30:26.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56609) > >2014-07-22 11:30:29.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56898) > >2014-07-22 11:30:30.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52536) > >2014-07-22 11:30:30.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56664) > >2014-07-22 11:30:33.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56952) > >2014-07-22 11:30:34.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52590) > >2014-07-22 11:30:34.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56720) > >2014-07-22 11:30:37.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57005) > >2014-07-22 11:30:38.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52648) > >2014-07-22 11:30:38.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56773) > >2014-07-22 11:30:40.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:41.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57058) > >2014-07-22 11:30:42.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52703) > >2014-07-22 11:30:42.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56828) > >2014-07-22 11:30:45.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57112) > >2014-07-22 11:30:46.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52756) > >2014-07-22 11:30:46.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56882) > >2014-07-22 11:30:48.670 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:49.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57165) > >2014-07-22 11:30:50.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52812) > >2014-07-22 11:30:50.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56936) > >2014-07-22 11:30:53.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57219) > >2014-07-22 11:30:54.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52868) > >2014-07-22 11:30:54.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56991) > >2014-07-22 11:30:56.481 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:30:57.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57272) > >2014-07-22 11:30:58.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52923) > >2014-07-22 11:30:58.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57046) > >2014-07-22 11:31:01.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57325) > >2014-07-22 11:31:02.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52978) > >2014-07-22 11:31:02.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57101) > >2014-07-22 11:31:05.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57380) > >2014-07-22 11:31:06.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53035) > >2014-07-22 11:31:06.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57158) > >2014-07-22 11:31:09.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57433) > >2014-07-22 11:31:10.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53090) > >2014-07-22 11:31:10.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57217) > >2014-07-22 11:31:10.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:13.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57487) > >2014-07-22 11:31:14.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53145) > >2014-07-22 11:31:14.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57273) > >2014-07-22 11:31:17.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57540) > >2014-07-22 11:31:18.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53201) > >2014-07-22 11:31:18.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57327) > >2014-07-22 11:31:18.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:21.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57593) > >2014-07-22 11:31:22.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53259) > >2014-07-22 11:31:22.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57384) > >2014-07-22 11:31:25.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57646) > >2014-07-22 11:31:26.497 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:26.590 29190 INFO neutron.wsgi [req-3c876adb-02ea-43aa-a306-57792e13ee4b None] (29190) accepted ('192.168.0.6', 53315) > >2014-07-22 11:31:26.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57440) > >2014-07-22 11:31:29.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57699) > >2014-07-22 11:31:30.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53371) > >2014-07-22 11:31:30.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57496) > >2014-07-22 11:31:33.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57752) > >2014-07-22 11:31:34.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53425) > >2014-07-22 11:31:34.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57550) > >2014-07-22 11:31:37.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57805) > >2014-07-22 11:31:38.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53480) > >2014-07-22 11:31:38.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57603) > >2014-07-22 11:31:40.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:41.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57858) > >2014-07-22 11:31:42.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53535) > >2014-07-22 11:31:42.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57658) > >2014-07-22 11:31:45.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57911) > >2014-07-22 11:31:46.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53588) > >2014-07-22 11:31:46.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57711) > >2014-07-22 11:31:48.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:49.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57964) > >2014-07-22 11:31:50.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53644) > >2014-07-22 11:31:50.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57766) > >2014-07-22 11:31:53.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58016) > >2014-07-22 11:31:54.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53700) > >2014-07-22 11:31:54.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57820) > >2014-07-22 11:31:56.525 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:31:57.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58069) > >2014-07-22 11:31:58.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53754) > >2014-07-22 11:31:58.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57874) > >2014-07-22 11:32:01.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58122) > >2014-07-22 11:32:02.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53809) > >2014-07-22 11:32:02.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57929) > >2014-07-22 11:32:05.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58177) > >2014-07-22 11:32:06.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53864) > >2014-07-22 11:32:06.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57984) > >2014-07-22 11:32:09.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58230) > >2014-07-22 11:32:10.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53917) > >2014-07-22 11:32:10.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58037) > >2014-07-22 11:32:10.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:13.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58283) > >2014-07-22 11:32:14.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53972) > >2014-07-22 11:32:14.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58092) > >2014-07-22 11:32:15.319 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:32:15.319 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:32:15.320 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:32:15.333 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:32:17.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58336) > >2014-07-22 11:32:18.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54027) > >2014-07-22 11:32:18.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:18.830 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 58148) > >2014-07-22 11:32:21.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58391) > >2014-07-22 11:32:22.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54084) > >2014-07-22 11:32:22.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58206) > >2014-07-22 11:32:25.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58445) > >2014-07-22 11:32:26.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:26.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54137) > >2014-07-22 11:32:26.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58259) > >2014-07-22 11:32:29.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58498) > >2014-07-22 11:32:30.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54193) > >2014-07-22 11:32:30.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58315) > >2014-07-22 11:32:33.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58551) > >2014-07-22 11:32:34.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54247) > >2014-07-22 11:32:34.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58371) > >2014-07-22 11:32:37.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58604) > >2014-07-22 11:32:38.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54301) > >2014-07-22 11:32:38.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58424) > >2014-07-22 11:32:40.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:41.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58657) > >2014-07-22 11:32:42.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54356) > >2014-07-22 11:32:42.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58479) > >2014-07-22 11:32:45.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58711) > >2014-07-22 11:32:46.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54409) > >2014-07-22 11:32:46.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58532) > >2014-07-22 11:32:48.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:49.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58764) > >2014-07-22 11:32:50.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54465) > >2014-07-22 11:32:50.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58586) > >2014-07-22 11:32:53.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58818) > >2014-07-22 11:32:54.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54521) > >2014-07-22 11:32:54.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58641) > >2014-07-22 11:32:56.546 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:32:57.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58871) > >2014-07-22 11:32:58.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54576) > >2014-07-22 11:32:58.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58696) > >2014-07-22 11:33:01.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58924) > >2014-07-22 11:33:02.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54631) > >2014-07-22 11:33:02.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58751) > >2014-07-22 11:33:05.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58979) > >2014-07-22 11:33:06.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54688) > >2014-07-22 11:33:06.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58808) > >2014-07-22 11:33:09.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59032) > >2014-07-22 11:33:10.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54743) > >2014-07-22 11:33:10.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58864) > >2014-07-22 11:33:10.872 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:13.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59087) > >2014-07-22 11:33:14.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54798) > >2014-07-22 11:33:14.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58922) > >2014-07-22 11:33:17.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59140) > >2014-07-22 11:33:18.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54854) > >2014-07-22 11:33:18.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:18.736 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 58976) > >2014-07-22 11:33:21.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59193) > >2014-07-22 11:33:22.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54912) > >2014-07-22 11:33:22.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59032) > >2014-07-22 11:33:25.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59246) > >2014-07-22 11:33:26.575 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:26.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54968) > >2014-07-22 11:33:26.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59089) > >2014-07-22 11:33:29.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59299) > >2014-07-22 11:33:30.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55024) > >2014-07-22 11:33:30.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59146) > >2014-07-22 11:33:33.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59352) > >2014-07-22 11:33:34.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55078) > >2014-07-22 11:33:34.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59200) > >2014-07-22 11:33:37.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59405) > >2014-07-22 11:33:38.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55133) > >2014-07-22 11:33:38.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59253) > >2014-07-22 11:33:40.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:41.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59458) > >2014-07-22 11:33:42.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55188) > >2014-07-22 11:33:42.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59309) > >2014-07-22 11:33:45.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59511) > >2014-07-22 11:33:46.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55241) > >2014-07-22 11:33:46.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59362) > >2014-07-22 11:33:48.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:49.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59564) > >2014-07-22 11:33:50.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55297) > >2014-07-22 11:33:50.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59416) > >2014-07-22 11:33:53.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59617) > >2014-07-22 11:33:54.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55353) > >2014-07-22 11:33:54.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59470) > >2014-07-22 11:33:56.602 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:33:57.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59670) > >2014-07-22 11:33:58.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55407) > >2014-07-22 11:33:58.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59524) > >2014-07-22 11:34:01.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59723) > >2014-07-22 11:34:02.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55462) > >2014-07-22 11:34:02.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59579) > >2014-07-22 11:34:05.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59778) > >2014-07-22 11:34:06.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55517) > >2014-07-22 11:34:06.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59634) > >2014-07-22 11:34:09.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59831) > >2014-07-22 11:34:10.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55570) > >2014-07-22 11:34:10.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59687) > >2014-07-22 11:34:10.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:13.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59884) > >2014-07-22 11:34:14.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55625) > >2014-07-22 11:34:14.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59742) > >2014-07-22 11:34:15.335 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:34:15.335 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:34:15.336 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:34:15.349 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:34:17.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59938) > >2014-07-22 11:34:18.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:18.706 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 55680) > >2014-07-22 11:34:18.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59798) > >2014-07-22 11:34:21.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59992) > >2014-07-22 11:34:22.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55737) > >2014-07-22 11:34:22.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59855) > >2014-07-22 11:34:25.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60047) > >2014-07-22 11:34:26.621 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:26.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55790) > >2014-07-22 11:34:26.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59908) > >2014-07-22 11:34:29.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60100) > >2014-07-22 11:34:30.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55845) > >2014-07-22 11:34:30.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59964) > >2014-07-22 11:34:33.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60153) > >2014-07-22 11:34:34.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55899) > >2014-07-22 11:34:34.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60020) > >2014-07-22 11:34:37.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60206) > >2014-07-22 11:34:38.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55954) > >2014-07-22 11:34:38.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60073) > >2014-07-22 11:34:40.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:41.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60259) > >2014-07-22 11:34:42.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56009) > >2014-07-22 11:34:42.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60128) > >2014-07-22 11:34:45.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60312) > >2014-07-22 11:34:46.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56062) > >2014-07-22 11:34:46.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60182) > >2014-07-22 11:34:48.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:49.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60366) > >2014-07-22 11:34:50.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56118) > >2014-07-22 11:34:50.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60236) > >2014-07-22 11:34:53.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60419) > >2014-07-22 11:34:54.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56173) > >2014-07-22 11:34:54.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60291) > >2014-07-22 11:34:56.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:34:57.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60473) > >2014-07-22 11:34:58.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56228) > >2014-07-22 11:34:58.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60346) > >2014-07-22 11:35:01.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60527) > >2014-07-22 11:35:02.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56283) > >2014-07-22 11:35:02.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60401) > >2014-07-22 11:35:05.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60582) > >2014-07-22 11:35:06.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56340) > >2014-07-22 11:35:06.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60458) > >2014-07-22 11:35:09.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60635) > >2014-07-22 11:35:10.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56395) > >2014-07-22 11:35:10.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60513) > >2014-07-22 11:35:10.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:13.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60688) > >2014-07-22 11:35:14.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56452) > >2014-07-22 11:35:14.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60575) > >2014-07-22 11:35:17.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60742) > >2014-07-22 11:35:18.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:18.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56508) > >2014-07-22 11:35:18.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60630) > >2014-07-22 11:35:21.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60795) > >2014-07-22 11:35:22.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56567) > >2014-07-22 11:35:22.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60687) > >2014-07-22 11:35:25.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60851) > >2014-07-22 11:35:26.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:26.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56626) > >2014-07-22 11:35:26.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60745) > >2014-07-22 11:35:29.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60903) > >2014-07-22 11:35:30.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56682) > >2014-07-22 11:35:30.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60801) > >2014-07-22 11:35:33.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60956) > >2014-07-22 11:35:34.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56736) > >2014-07-22 11:35:34.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60855) > >2014-07-22 11:35:37.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32775) > >2014-07-22 11:35:38.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56791) > >2014-07-22 11:35:38.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60908) > >2014-07-22 11:35:40.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:41.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32828) > >2014-07-22 11:35:42.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56846) > >2014-07-22 11:35:42.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60963) > >2014-07-22 11:35:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32881) > >2014-07-22 11:35:46.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56899) > >2014-07-22 11:35:46.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32783) > >2014-07-22 11:35:48.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:49.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32934) > >2014-07-22 11:35:50.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56955) > >2014-07-22 11:35:50.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32837) > >2014-07-22 11:35:53.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32987) > >2014-07-22 11:35:54.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57011) > >2014-07-22 11:35:54.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32891) > >2014-07-22 11:35:56.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:35:57.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33040) > >2014-07-22 11:35:58.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57065) > >2014-07-22 11:35:58.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32946) > >2014-07-22 11:36:01.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33093) > >2014-07-22 11:36:02.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57120) > >2014-07-22 11:36:02.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33000) > >2014-07-22 11:36:05.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33148) > >2014-07-22 11:36:06.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57175) > >2014-07-22 11:36:06.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33055) > >2014-07-22 11:36:09.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33201) > >2014-07-22 11:36:10.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57228) > >2014-07-22 11:36:10.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33108) > >2014-07-22 11:36:10.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:13.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33254) > >2014-07-22 11:36:14.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57283) > >2014-07-22 11:36:14.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33163) > >2014-07-22 11:36:15.350 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:36:15.350 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:36:15.351 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:36:15.364 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:36:17.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33307) > >2014-07-22 11:36:18.673 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:18.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57338) > >2014-07-22 11:36:18.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33219) > >2014-07-22 11:36:21.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33360) > >2014-07-22 11:36:22.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57395) > >2014-07-22 11:36:22.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33277) > >2014-07-22 11:36:25.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33416) > >2014-07-22 11:36:26.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:26.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57448) > >2014-07-22 11:36:26.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33330) > >2014-07-22 11:36:29.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33469) > >2014-07-22 11:36:30.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57504) > >2014-07-22 11:36:30.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33386) > >2014-07-22 11:36:33.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33522) > >2014-07-22 11:36:34.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57558) > >2014-07-22 11:36:34.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33440) > >2014-07-22 11:36:37.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33575) > >2014-07-22 11:36:38.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57613) > >2014-07-22 11:36:38.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33495) > >2014-07-22 11:36:40.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:41.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33628) > >2014-07-22 11:36:42.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57668) > >2014-07-22 11:36:42.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33550) > >2014-07-22 11:36:45.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33681) > >2014-07-22 11:36:46.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57721) > >2014-07-22 11:36:46.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33603) > >2014-07-22 11:36:48.675 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:49.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33735) > >2014-07-22 11:36:50.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57777) > >2014-07-22 11:36:50.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33658) > >2014-07-22 11:36:53.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33788) > >2014-07-22 11:36:54.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57833) > >2014-07-22 11:36:54.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33712) > >2014-07-22 11:36:56.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:36:57.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33842) > >2014-07-22 11:36:58.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57887) > >2014-07-22 11:36:58.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33768) > >2014-07-22 11:37:01.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33895) > >2014-07-22 11:37:02.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57943) > >2014-07-22 11:37:02.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33823) > >2014-07-22 11:37:05.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33950) > >2014-07-22 11:37:06.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58000) > >2014-07-22 11:37:06.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33880) > >2014-07-22 11:37:09.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34003) > >2014-07-22 11:37:10.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58053) > >2014-07-22 11:37:10.873 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:10.881 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 33933) > >2014-07-22 11:37:13.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34056) > >2014-07-22 11:37:14.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58110) > >2014-07-22 11:37:14.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33994) > >2014-07-22 11:37:17.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34110) > >2014-07-22 11:37:18.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:18.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58166) > >2014-07-22 11:37:18.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34050) > >2014-07-22 11:37:21.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34163) > >2014-07-22 11:37:22.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58224) > >2014-07-22 11:37:22.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34105) > >2014-07-22 11:37:25.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34216) > >2014-07-22 11:37:26.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:26.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58280) > >2014-07-22 11:37:26.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34162) > >2014-07-22 11:37:29.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34269) > >2014-07-22 11:37:30.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58336) > >2014-07-22 11:37:30.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34218) > >2014-07-22 11:37:33.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34322) > >2014-07-22 11:37:34.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58390) > >2014-07-22 11:37:34.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34272) > >2014-07-22 11:37:37.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34374) > >2014-07-22 11:37:38.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58445) > >2014-07-22 11:37:38.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34325) > >2014-07-22 11:37:40.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:41.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34427) > >2014-07-22 11:37:42.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58500) > >2014-07-22 11:37:42.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34380) > >2014-07-22 11:37:45.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34480) > >2014-07-22 11:37:46.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58553) > >2014-07-22 11:37:46.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34433) > >2014-07-22 11:37:48.674 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:49.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34533) > >2014-07-22 11:37:50.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58609) > >2014-07-22 11:37:50.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34487) > >2014-07-22 11:37:53.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34586) > >2014-07-22 11:37:54.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58665) > >2014-07-22 11:37:54.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34541) > >2014-07-22 11:37:56.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:37:57.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34639) > >2014-07-22 11:37:58.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58719) > >2014-07-22 11:37:58.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34596) > >2014-07-22 11:38:01.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34692) > >2014-07-22 11:38:02.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58774) > >2014-07-22 11:38:02.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34650) > >2014-07-22 11:38:05.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34745) > >2014-07-22 11:38:06.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58829) > >2014-07-22 11:38:06.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34705) > >2014-07-22 11:38:09.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34800) > >2014-07-22 11:38:10.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58882) > >2014-07-22 11:38:10.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:10.922 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 34758) > >2014-07-22 11:38:13.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34853) > >2014-07-22 11:38:14.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58936) > >2014-07-22 11:38:14.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34813) > >2014-07-22 11:38:15.367 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:38:15.367 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:38:15.367 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:38:15.379 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:38:17.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34906) > >2014-07-22 11:38:18.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:18.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58991) > >2014-07-22 11:38:18.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34869) > >2014-07-22 11:38:21.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34959) > >2014-07-22 11:38:22.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59048) > >2014-07-22 11:38:22.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34925) > >2014-07-22 11:38:25.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35015) > >2014-07-22 11:38:26.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:26.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59101) > >2014-07-22 11:38:26.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34979) > >2014-07-22 11:38:29.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35068) > >2014-07-22 11:38:30.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59156) > >2014-07-22 11:38:30.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35034) > >2014-07-22 11:38:33.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35121) > >2014-07-22 11:38:34.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59211) > >2014-07-22 11:38:34.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35089) > >2014-07-22 11:38:37.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35174) > >2014-07-22 11:38:38.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59266) > >2014-07-22 11:38:38.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35144) > >2014-07-22 11:38:40.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:41.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35227) > >2014-07-22 11:38:42.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59321) > >2014-07-22 11:38:42.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35199) > >2014-07-22 11:38:45.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35280) > >2014-07-22 11:38:46.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59374) > >2014-07-22 11:38:46.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35252) > >2014-07-22 11:38:48.691 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:49.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35334) > >2014-07-22 11:38:50.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59430) > >2014-07-22 11:38:50.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35306) > >2014-07-22 11:38:53.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35387) > >2014-07-22 11:38:54.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59486) > >2014-07-22 11:38:54.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35360) > >2014-07-22 11:38:56.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:38:57.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35441) > >2014-07-22 11:38:58.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59540) > >2014-07-22 11:38:58.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35416) > >2014-07-22 11:39:01.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35494) > >2014-07-22 11:39:02.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59596) > >2014-07-22 11:39:02.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35471) > >2014-07-22 11:39:05.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35549) > >2014-07-22 11:39:06.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59653) > >2014-07-22 11:39:06.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35528) > >2014-07-22 11:39:09.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35602) > >2014-07-22 11:39:10.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:10.885 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 59706) > >2014-07-22 11:39:10.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35581) > >2014-07-22 11:39:13.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35655) > >2014-07-22 11:39:14.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59763) > >2014-07-22 11:39:14.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35642) > >2014-07-22 11:39:17.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35709) > >2014-07-22 11:39:18.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:18.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59819) > >2014-07-22 11:39:18.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35698) > >2014-07-22 11:39:21.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35762) > >2014-07-22 11:39:22.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59877) > >2014-07-22 11:39:22.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35753) > >2014-07-22 11:39:25.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35815) > >2014-07-22 11:39:26.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:26.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59933) > >2014-07-22 11:39:26.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35810) > >2014-07-22 11:39:29.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35868) > >2014-07-22 11:39:30.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59989) > >2014-07-22 11:39:30.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35866) > >2014-07-22 11:39:33.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35921) > >2014-07-22 11:39:34.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60043) > >2014-07-22 11:39:34.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35920) > >2014-07-22 11:39:37.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35974) > >2014-07-22 11:39:38.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60098) > >2014-07-22 11:39:38.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35973) > >2014-07-22 11:39:40.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:41.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36027) > >2014-07-22 11:39:42.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60153) > >2014-07-22 11:39:42.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36028) > >2014-07-22 11:39:45.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36080) > >2014-07-22 11:39:46.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60206) > >2014-07-22 11:39:46.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36081) > >2014-07-22 11:39:48.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:49.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36133) > >2014-07-22 11:39:50.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60262) > >2014-07-22 11:39:50.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36135) > >2014-07-22 11:39:53.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36186) > >2014-07-22 11:39:54.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60318) > >2014-07-22 11:39:54.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36189) > >2014-07-22 11:39:56.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:39:57.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36239) > >2014-07-22 11:39:58.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60373) > >2014-07-22 11:39:58.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36244) > >2014-07-22 11:40:01.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36292) > >2014-07-22 11:40:02.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60427) > >2014-07-22 11:40:02.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36298) > >2014-07-22 11:40:05.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36345) > >2014-07-22 11:40:06.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60482) > >2014-07-22 11:40:06.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36353) > >2014-07-22 11:40:09.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36400) > >2014-07-22 11:40:10.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:10.952 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 60535) > >2014-07-22 11:40:11.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36406) > >2014-07-22 11:40:13.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36453) > >2014-07-22 11:40:14.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60590) > >2014-07-22 11:40:15.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36461) > >2014-07-22 11:40:15.381 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:40:15.381 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:40:15.382 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:40:15.393 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:40:17.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36506) > >2014-07-22 11:40:18.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:18.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60646) > >2014-07-22 11:40:19.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36517) > >2014-07-22 11:40:21.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36559) > >2014-07-22 11:40:22.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60702) > >2014-07-22 11:40:23.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36573) > >2014-07-22 11:40:25.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36615) > >2014-07-22 11:40:26.860 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:26.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60754) > >2014-07-22 11:40:27.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36627) > >2014-07-22 11:40:29.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36668) > >2014-07-22 11:40:30.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60808) > >2014-07-22 11:40:31.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36682) > >2014-07-22 11:40:33.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36721) > >2014-07-22 11:40:34.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60863) > >2014-07-22 11:40:35.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36737) > >2014-07-22 11:40:37.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36774) > >2014-07-22 11:40:38.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60918) > >2014-07-22 11:40:39.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36792) > >2014-07-22 11:40:40.876 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:41.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36827) > >2014-07-22 11:40:42.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60973) > >2014-07-22 11:40:43.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36847) > >2014-07-22 11:40:45.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36880) > >2014-07-22 11:40:46.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32793) > >2014-07-22 11:40:47.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36900) > >2014-07-22 11:40:48.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:50.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36934) > >2014-07-22 11:40:50.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32849) > >2014-07-22 11:40:51.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36955) > >2014-07-22 11:40:53.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36987) > >2014-07-22 11:40:54.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32905) > >2014-07-22 11:40:55.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37009) > >2014-07-22 11:40:56.883 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:40:57.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37041) > >2014-07-22 11:40:58.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32960) > >2014-07-22 11:40:59.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37065) > >2014-07-22 11:41:01.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37094) > >2014-07-22 11:41:02.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33015) > >2014-07-22 11:41:03.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37120) > >2014-07-22 11:41:06.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37148) > >2014-07-22 11:41:06.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33072) > >2014-07-22 11:41:07.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37177) > >2014-07-22 11:41:10.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37200) > >2014-07-22 11:41:10.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:10.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33125) > >2014-07-22 11:41:11.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37230) > >2014-07-22 11:41:14.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37253) > >2014-07-22 11:41:14.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33182) > >2014-07-22 11:41:15.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37289) > >2014-07-22 11:41:18.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37307) > >2014-07-22 11:41:18.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:18.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33239) > >2014-07-22 11:41:19.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37347) > >2014-07-22 11:41:22.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37360) > >2014-07-22 11:41:22.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33296) > >2014-07-22 11:41:23.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37402) > >2014-07-22 11:41:26.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37413) > >2014-07-22 11:41:26.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:26.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33352) > >2014-07-22 11:41:27.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37458) > >2014-07-22 11:41:30.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37466) > >2014-07-22 11:41:30.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33408) > >2014-07-22 11:41:31.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37515) > >2014-07-22 11:41:34.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37519) > >2014-07-22 11:41:34.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33462) > >2014-07-22 11:41:35.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37569) > >2014-07-22 11:41:38.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37572) > >2014-07-22 11:41:38.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33517) > >2014-07-22 11:41:39.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37622) > >2014-07-22 11:41:40.888 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:42.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37625) > >2014-07-22 11:41:42.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33572) > >2014-07-22 11:41:43.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37677) > >2014-07-22 11:41:46.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37678) > >2014-07-22 11:41:46.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33625) > >2014-07-22 11:41:47.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37730) > >2014-07-22 11:41:48.693 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:50.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37731) > >2014-07-22 11:41:50.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33681) > >2014-07-22 11:41:51.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37784) > >2014-07-22 11:41:54.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37784) > >2014-07-22 11:41:54.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33737) > >2014-07-22 11:41:55.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37838) > >2014-07-22 11:41:56.914 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:41:58.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37837) > >2014-07-22 11:41:58.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33792) > >2014-07-22 11:41:59.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37893) > >2014-07-22 11:42:02.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37890) > >2014-07-22 11:42:02.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33847) > >2014-07-22 11:42:03.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37947) > >2014-07-22 11:42:06.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37943) > >2014-07-22 11:42:06.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33902) > >2014-07-22 11:42:07.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38000) > >2014-07-22 11:42:10.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37998) > >2014-07-22 11:42:10.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:10.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33955) > >2014-07-22 11:42:11.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38055) > >2014-07-22 11:42:14.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38051) > >2014-07-22 11:42:14.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34010) > >2014-07-22 11:42:15.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38110) > >2014-07-22 11:42:15.396 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:42:15.396 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:42:15.397 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:42:15.409 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:42:18.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38104) > >2014-07-22 11:42:18.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:19.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34066) > >2014-07-22 11:42:19.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38166) > >2014-07-22 11:42:22.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38157) > >2014-07-22 11:42:23.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34122) > >2014-07-22 11:42:23.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38222) > >2014-07-22 11:42:26.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38213) > >2014-07-22 11:42:26.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:27.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34175) > >2014-07-22 11:42:27.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38278) > >2014-07-22 11:42:30.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38266) > >2014-07-22 11:42:31.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34230) > >2014-07-22 11:42:31.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38333) > >2014-07-22 11:42:34.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38319) > >2014-07-22 11:42:35.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34285) > >2014-07-22 11:42:35.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38388) > >2014-07-22 11:42:38.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38372) > >2014-07-22 11:42:39.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34340) > >2014-07-22 11:42:39.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38442) > >2014-07-22 11:42:40.919 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:42.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38425) > >2014-07-22 11:42:43.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34395) > >2014-07-22 11:42:43.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38499) > >2014-07-22 11:42:46.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38478) > >2014-07-22 11:42:47.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34448) > >2014-07-22 11:42:47.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38552) > >2014-07-22 11:42:48.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:50.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38531) > >2014-07-22 11:42:51.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34504) > >2014-07-22 11:42:51.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38607) > >2014-07-22 11:42:54.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38585) > >2014-07-22 11:42:55.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34560) > >2014-07-22 11:42:55.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38661) > >2014-07-22 11:42:56.949 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:42:58.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38638) > >2014-07-22 11:42:59.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34615) > >2014-07-22 11:42:59.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38717) > >2014-07-22 11:43:02.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38692) > >2014-07-22 11:43:03.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34670) > >2014-07-22 11:43:03.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38772) > >2014-07-22 11:43:06.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38747) > >2014-07-22 11:43:07.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34727) > >2014-07-22 11:43:07.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38829) > >2014-07-22 11:43:10.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38800) > >2014-07-22 11:43:10.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:11.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34780) > >2014-07-22 11:43:11.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38883) > >2014-07-22 11:43:14.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38853) > >2014-07-22 11:43:15.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34837) > >2014-07-22 11:43:15.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38939) > >2014-07-22 11:43:18.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38905) > >2014-07-22 11:43:18.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:19.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34894) > >2014-07-22 11:43:19.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38999) > >2014-07-22 11:43:22.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38959) > >2014-07-22 11:43:23.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34951) > >2014-07-22 11:43:23.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39054) > >2014-07-22 11:43:26.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39012) > >2014-07-22 11:43:26.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:27.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35007) > >2014-07-22 11:43:27.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39110) > >2014-07-22 11:43:30.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39065) > >2014-07-22 11:43:31.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35063) > >2014-07-22 11:43:31.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39167) > >2014-07-22 11:43:34.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39118) > >2014-07-22 11:43:35.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35117) > >2014-07-22 11:43:35.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39221) > >2014-07-22 11:43:38.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39171) > >2014-07-22 11:43:39.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35172) > >2014-07-22 11:43:39.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39274) > >2014-07-22 11:43:40.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:42.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39224) > >2014-07-22 11:43:43.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35228) > >2014-07-22 11:43:43.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39329) > >2014-07-22 11:43:46.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39277) > >2014-07-22 11:43:47.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35281) > >2014-07-22 11:43:47.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39382) > >2014-07-22 11:43:48.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:50.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39330) > >2014-07-22 11:43:51.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35337) > >2014-07-22 11:43:51.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39436) > >2014-07-22 11:43:54.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39383) > >2014-07-22 11:43:55.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35393) > >2014-07-22 11:43:55.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39490) > >2014-07-22 11:43:56.987 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:43:58.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39436) > >2014-07-22 11:43:59.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35448) > >2014-07-22 11:43:59.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39545) > >2014-07-22 11:44:02.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39489) > >2014-07-22 11:44:03.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35502) > >2014-07-22 11:44:03.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39598) > >2014-07-22 11:44:06.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39542) > >2014-07-22 11:44:07.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35556) > >2014-07-22 11:44:07.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39651) > >2014-07-22 11:44:10.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39597) > >2014-07-22 11:44:10.943 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:11.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35609) > >2014-07-22 11:44:11.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39707) > >2014-07-22 11:44:14.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39650) > >2014-07-22 11:44:15.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35664) > >2014-07-22 11:44:15.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39761) > >2014-07-22 11:44:15.412 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:44:15.412 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:44:15.413 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:44:15.425 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:44:18.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39703) > >2014-07-22 11:44:18.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:19.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35720) > >2014-07-22 11:44:19.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39817) > >2014-07-22 11:44:22.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39756) > >2014-07-22 11:44:23.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35776) > >2014-07-22 11:44:23.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39872) > >2014-07-22 11:44:26.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39812) > >2014-07-22 11:44:27.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:27.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35829) > >2014-07-22 11:44:27.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39927) > >2014-07-22 11:44:30.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39865) > >2014-07-22 11:44:31.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35884) > >2014-07-22 11:44:31.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39982) > >2014-07-22 11:44:34.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39918) > >2014-07-22 11:44:35.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35939) > >2014-07-22 11:44:35.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40037) > >2014-07-22 11:44:38.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39971) > >2014-07-22 11:44:39.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35994) > >2014-07-22 11:44:39.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40090) > >2014-07-22 11:44:40.920 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:42.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40024) > >2014-07-22 11:44:43.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36049) > >2014-07-22 11:44:43.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40147) > >2014-07-22 11:44:46.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40077) > >2014-07-22 11:44:47.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36102) > >2014-07-22 11:44:47.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40200) > >2014-07-22 11:44:48.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:50.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40130) > >2014-07-22 11:44:51.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36158) > >2014-07-22 11:44:51.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40254) > >2014-07-22 11:44:54.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40184) > >2014-07-22 11:44:55.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36214) > >2014-07-22 11:44:55.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40309) > >2014-07-22 11:44:57.012 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:44:58.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40237) > >2014-07-22 11:44:59.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36269) > >2014-07-22 11:44:59.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40364) > >2014-07-22 11:45:02.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40291) > >2014-07-22 11:45:03.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36325) > >2014-07-22 11:45:03.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40420) > >2014-07-22 11:45:06.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40346) > >2014-07-22 11:45:07.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36382) > >2014-07-22 11:45:07.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40476) > >2014-07-22 11:45:10.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40399) > >2014-07-22 11:45:10.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:11.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36440) > >2014-07-22 11:45:11.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40531) > >2014-07-22 11:45:14.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40452) > >2014-07-22 11:45:15.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36495) > >2014-07-22 11:45:15.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40585) > >2014-07-22 11:45:18.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40506) > >2014-07-22 11:45:18.694 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:19.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36554) > >2014-07-22 11:45:19.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40646) > >2014-07-22 11:45:22.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40560) > >2014-07-22 11:45:23.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36611) > >2014-07-22 11:45:23.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40702) > >2014-07-22 11:45:26.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40615) > >2014-07-22 11:45:27.060 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:27.148 29190 INFO neutron.wsgi [req-c3727a1f-23b3-4f96-98c0-1d050e4c48a7 None] (29190) accepted ('192.168.0.6', 36666) > >2014-07-22 11:45:27.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40758) > >2014-07-22 11:45:30.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40671) > >2014-07-22 11:45:31.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36723) > >2014-07-22 11:45:31.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40815) > >2014-07-22 11:45:34.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40730) > >2014-07-22 11:45:35.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36795) > >2014-07-22 11:45:35.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40875) > >2014-07-22 11:45:38.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40782) > >2014-07-22 11:45:39.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36850) > >2014-07-22 11:45:39.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40928) > >2014-07-22 11:45:40.954 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:42.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40835) > >2014-07-22 11:45:43.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36905) > >2014-07-22 11:45:43.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40983) > >2014-07-22 11:45:46.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40888) > >2014-07-22 11:45:47.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36957) > >2014-07-22 11:45:47.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41036) > >2014-07-22 11:45:48.712 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:50.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40941) > >2014-07-22 11:45:51.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37016) > >2014-07-22 11:45:51.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41090) > >2014-07-22 11:45:54.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40994) > >2014-07-22 11:45:55.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37085) > >2014-07-22 11:45:55.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41144) > >2014-07-22 11:45:57.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:45:58.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41050) > >2014-07-22 11:45:59.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37158) > >2014-07-22 11:45:59.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41206) > >2014-07-22 11:46:02.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41116) > >2014-07-22 11:46:03.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37222) > >2014-07-22 11:46:03.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41260) > >2014-07-22 11:46:06.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41173) > >2014-07-22 11:46:07.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37286) > >2014-07-22 11:46:07.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41312) > >2014-07-22 11:46:10.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41238) > >2014-07-22 11:46:10.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:11.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37357) > >2014-07-22 11:46:11.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41368) > >2014-07-22 11:46:14.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41302) > >2014-07-22 11:46:15.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37430) > >2014-07-22 11:46:15.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41423) > >2014-07-22 11:46:15.427 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:46:15.427 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:46:15.427 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:46:15.468 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:46:18.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41364) > >2014-07-22 11:46:18.713 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:19.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37489) > >2014-07-22 11:46:19.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41479) > >2014-07-22 11:46:22.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41423) > >2014-07-22 11:46:23.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37548) > >2014-07-22 11:46:23.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41535) > >2014-07-22 11:46:26.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41488) > >2014-07-22 11:46:27.102 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:27.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37605) > >2014-07-22 11:46:27.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41591) > >2014-07-22 11:46:30.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41553) > >2014-07-22 11:46:31.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37659) > >2014-07-22 11:46:31.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41646) > >2014-07-22 11:46:34.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41611) > >2014-07-22 11:46:35.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37717) > >2014-07-22 11:46:35.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41700) > >2014-07-22 11:46:38.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41677) > >2014-07-22 11:46:39.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37775) > >2014-07-22 11:46:39.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41753) > >2014-07-22 11:46:40.942 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:42.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41739) > >2014-07-22 11:46:43.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37832) > >2014-07-22 11:46:43.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41810) > >2014-07-22 11:46:46.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41798) > >2014-07-22 11:46:47.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37885) > >2014-07-22 11:46:47.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41863) > >2014-07-22 11:46:48.735 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:50.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41855) > >2014-07-22 11:46:51.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37943) > >2014-07-22 11:46:51.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41918) > >2014-07-22 11:46:54.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41913) > >2014-07-22 11:46:55.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37998) > >2014-07-22 11:46:55.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41970) > >2014-07-22 11:46:57.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:46:58.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41969) > >2014-07-22 11:46:59.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38052) > >2014-07-22 11:46:59.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42025) > >2014-07-22 11:47:02.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42024) > >2014-07-22 11:47:03.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38113) > >2014-07-22 11:47:03.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42081) > >2014-07-22 11:47:06.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42079) > >2014-07-22 11:47:07.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38167) > >2014-07-22 11:47:07.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42136) > >2014-07-22 11:47:10.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42132) > >2014-07-22 11:47:10.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:11.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38225) > >2014-07-22 11:47:11.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42193) > >2014-07-22 11:47:14.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42185) > >2014-07-22 11:47:15.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38278) > >2014-07-22 11:47:15.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42246) > >2014-07-22 11:47:18.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42238) > >2014-07-22 11:47:18.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:19.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38337) > >2014-07-22 11:47:19.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42306) > >2014-07-22 11:47:22.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42292) > >2014-07-22 11:47:23.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38393) > >2014-07-22 11:47:23.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42361) > >2014-07-22 11:47:26.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42345) > >2014-07-22 11:47:27.113 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:27.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38453) > >2014-07-22 11:47:27.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42419) > >2014-07-22 11:47:30.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42398) > >2014-07-22 11:47:31.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38509) > >2014-07-22 11:47:31.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42476) > >2014-07-22 11:47:34.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42451) > >2014-07-22 11:47:35.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38563) > >2014-07-22 11:47:35.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42529) > >2014-07-22 11:47:38.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42504) > >2014-07-22 11:47:39.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38618) > >2014-07-22 11:47:39.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42582) > >2014-07-22 11:47:40.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:42.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42557) > >2014-07-22 11:47:43.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38673) > >2014-07-22 11:47:43.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42637) > >2014-07-22 11:47:46.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42610) > >2014-07-22 11:47:47.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38726) > >2014-07-22 11:47:47.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42690) > >2014-07-22 11:47:48.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:50.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42663) > >2014-07-22 11:47:51.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38783) > >2014-07-22 11:47:51.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42745) > >2014-07-22 11:47:54.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42716) > >2014-07-22 11:47:55.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38838) > >2014-07-22 11:47:55.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42798) > >2014-07-22 11:47:57.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:47:58.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42769) > >2014-07-22 11:47:59.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38893) > >2014-07-22 11:47:59.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42854) > >2014-07-22 11:48:02.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42821) > >2014-07-22 11:48:03.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38947) > >2014-07-22 11:48:03.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42908) > >2014-07-22 11:48:06.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42874) > >2014-07-22 11:48:07.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39002) > >2014-07-22 11:48:07.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42961) > >2014-07-22 11:48:10.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42929) > >2014-07-22 11:48:10.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:11.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39057) > >2014-07-22 11:48:11.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43018) > >2014-07-22 11:48:14.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42982) > >2014-07-22 11:48:15.486 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:48:15.486 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:48:15.486 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:48:15.499 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:48:15.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39110) > >2014-07-22 11:48:15.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43071) > >2014-07-22 11:48:18.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43035) > >2014-07-22 11:48:18.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:19.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39166) > >2014-07-22 11:48:19.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43127) > >2014-07-22 11:48:22.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43088) > >2014-07-22 11:48:23.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39222) > >2014-07-22 11:48:23.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43183) > >2014-07-22 11:48:26.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43144) > >2014-07-22 11:48:27.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:27.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39276) > >2014-07-22 11:48:27.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43239) > >2014-07-22 11:48:30.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43197) > >2014-07-22 11:48:31.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39331) > >2014-07-22 11:48:31.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43294) > >2014-07-22 11:48:34.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43250) > >2014-07-22 11:48:35.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39384) > >2014-07-22 11:48:35.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43347) > >2014-07-22 11:48:38.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43303) > >2014-07-22 11:48:39.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39440) > >2014-07-22 11:48:39.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43401) > >2014-07-22 11:48:40.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:42.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43356) > >2014-07-22 11:48:43.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39495) > >2014-07-22 11:48:43.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43458) > >2014-07-22 11:48:46.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43409) > >2014-07-22 11:48:47.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39548) > >2014-07-22 11:48:47.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43511) > >2014-07-22 11:48:48.720 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:50.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43462) > >2014-07-22 11:48:51.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39605) > >2014-07-22 11:48:51.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43566) > >2014-07-22 11:48:54.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43516) > >2014-07-22 11:48:55.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39660) > >2014-07-22 11:48:55.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43620) > >2014-07-22 11:48:57.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:48:58.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43569) > >2014-07-22 11:48:59.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39715) > >2014-07-22 11:48:59.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43675) > >2014-07-22 11:49:02.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43623) > >2014-07-22 11:49:03.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39770) > >2014-07-22 11:49:03.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43731) > >2014-07-22 11:49:06.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43678) > >2014-07-22 11:49:07.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39825) > >2014-07-22 11:49:07.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43786) > >2014-07-22 11:49:10.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43731) > >2014-07-22 11:49:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:11.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39882) > >2014-07-22 11:49:11.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43843) > >2014-07-22 11:49:14.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43784) > >2014-07-22 11:49:15.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39935) > >2014-07-22 11:49:15.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43896) > >2014-07-22 11:49:18.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43837) > >2014-07-22 11:49:18.721 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:19.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39994) > >2014-07-22 11:49:19.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43957) > >2014-07-22 11:49:22.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43891) > >2014-07-22 11:49:23.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40050) > >2014-07-22 11:49:23.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44012) > >2014-07-22 11:49:26.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43944) > >2014-07-22 11:49:27.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:27.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40108) > >2014-07-22 11:49:27.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44070) > >2014-07-22 11:49:30.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43998) > >2014-07-22 11:49:31.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40164) > >2014-07-22 11:49:31.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44126) > >2014-07-22 11:49:34.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44051) > >2014-07-22 11:49:35.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40217) > >2014-07-22 11:49:35.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44180) > >2014-07-22 11:49:38.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44104) > >2014-07-22 11:49:39.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40272) > >2014-07-22 11:49:39.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44233) > >2014-07-22 11:49:40.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:42.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44157) > >2014-07-22 11:49:43.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40327) > >2014-07-22 11:49:43.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44288) > >2014-07-22 11:49:46.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44210) > >2014-07-22 11:49:47.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40380) > >2014-07-22 11:49:47.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44341) > >2014-07-22 11:49:48.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:50.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44263) > >2014-07-22 11:49:51.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40437) > >2014-07-22 11:49:51.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44396) > >2014-07-22 11:49:54.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44316) > >2014-07-22 11:49:55.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40492) > >2014-07-22 11:49:55.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44449) > >2014-07-22 11:49:57.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:49:58.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44369) > >2014-07-22 11:49:59.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40547) > >2014-07-22 11:49:59.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44504) > >2014-07-22 11:50:02.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44422) > >2014-07-22 11:50:03.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40601) > >2014-07-22 11:50:03.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44558) > >2014-07-22 11:50:06.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44475) > >2014-07-22 11:50:07.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40656) > >2014-07-22 11:50:07.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44611) > >2014-07-22 11:50:10.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44528) > >2014-07-22 11:50:10.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:11.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40711) > >2014-07-22 11:50:11.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44668) > >2014-07-22 11:50:14.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44584) > >2014-07-22 11:50:15.500 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:50:15.500 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:50:15.501 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:50:15.513 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:50:15.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40764) > >2014-07-22 11:50:15.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44723) > >2014-07-22 11:50:18.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44637) > >2014-07-22 11:50:18.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:19.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40820) > >2014-07-22 11:50:19.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44777) > >2014-07-22 11:50:22.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44690) > >2014-07-22 11:50:23.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40876) > >2014-07-22 11:50:23.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44833) > >2014-07-22 11:50:26.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44745) > >2014-07-22 11:50:27.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:27.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40930) > >2014-07-22 11:50:27.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44889) > >2014-07-22 11:50:30.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44799) > >2014-07-22 11:50:31.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40985) > >2014-07-22 11:50:31.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44944) > >2014-07-22 11:50:34.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44852) > >2014-07-22 11:50:35.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41037) > >2014-07-22 11:50:35.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44997) > >2014-07-22 11:50:38.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44905) > >2014-07-22 11:50:39.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41093) > >2014-07-22 11:50:39.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45051) > >2014-07-22 11:50:40.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:42.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44957) > >2014-07-22 11:50:43.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41148) > >2014-07-22 11:50:43.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45106) > >2014-07-22 11:50:46.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45010) > >2014-07-22 11:50:47.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41201) > >2014-07-22 11:50:47.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45161) > >2014-07-22 11:50:48.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:50.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45063) > >2014-07-22 11:50:51.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41258) > >2014-07-22 11:50:51.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45216) > >2014-07-22 11:50:54.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45116) > >2014-07-22 11:50:55.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41313) > >2014-07-22 11:50:55.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45270) > >2014-07-22 11:50:57.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:50:58.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45170) > >2014-07-22 11:50:59.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41368) > >2014-07-22 11:50:59.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45325) > >2014-07-22 11:51:02.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45223) > >2014-07-22 11:51:03.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41423) > >2014-07-22 11:51:03.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45381) > >2014-07-22 11:51:06.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45279) > >2014-07-22 11:51:07.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41478) > >2014-07-22 11:51:07.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45436) > >2014-07-22 11:51:10.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45332) > >2014-07-22 11:51:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:11.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41535) > >2014-07-22 11:51:11.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45493) > >2014-07-22 11:51:14.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45385) > >2014-07-22 11:51:15.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41588) > >2014-07-22 11:51:15.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45546) > >2014-07-22 11:51:18.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45438) > >2014-07-22 11:51:18.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:19.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41646) > >2014-07-22 11:51:19.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45605) > >2014-07-22 11:51:22.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45492) > >2014-07-22 11:51:23.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41702) > >2014-07-22 11:51:23.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45662) > >2014-07-22 11:51:26.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45544) > >2014-07-22 11:51:27.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:27.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41760) > >2014-07-22 11:51:27.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45719) > >2014-07-22 11:51:30.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45600) > >2014-07-22 11:51:31.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41816) > >2014-07-22 11:51:31.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45775) > >2014-07-22 11:51:34.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45653) > >2014-07-22 11:51:35.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41869) > >2014-07-22 11:51:35.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45829) > >2014-07-22 11:51:38.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45706) > >2014-07-22 11:51:39.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41924) > >2014-07-22 11:51:39.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45882) > >2014-07-22 11:51:40.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:42.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45759) > >2014-07-22 11:51:43.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41979) > >2014-07-22 11:51:43.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45937) > >2014-07-22 11:51:46.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45812) > >2014-07-22 11:51:47.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42032) > >2014-07-22 11:51:47.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45990) > >2014-07-22 11:51:48.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:50.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45865) > >2014-07-22 11:51:51.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42089) > >2014-07-22 11:51:51.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46045) > >2014-07-22 11:51:54.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45918) > >2014-07-22 11:51:55.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42144) > >2014-07-22 11:51:55.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46097) > >2014-07-22 11:51:57.221 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:51:58.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45971) > >2014-07-22 11:51:59.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42199) > >2014-07-22 11:51:59.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46152) > >2014-07-22 11:52:02.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46024) > >2014-07-22 11:52:03.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42253) > >2014-07-22 11:52:03.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46206) > >2014-07-22 11:52:06.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46077) > >2014-07-22 11:52:07.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42308) > >2014-07-22 11:52:07.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46259) > >2014-07-22 11:52:10.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46130) > >2014-07-22 11:52:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:11.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42363) > >2014-07-22 11:52:11.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46316) > >2014-07-22 11:52:14.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46185) > >2014-07-22 11:52:15.558 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:52:15.558 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:52:15.559 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:52:15.571 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:52:15.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42416) > >2014-07-22 11:52:15.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46371) > >2014-07-22 11:52:18.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46238) > >2014-07-22 11:52:18.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:19.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42472) > >2014-07-22 11:52:19.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46425) > >2014-07-22 11:52:22.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46291) > >2014-07-22 11:52:23.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42528) > >2014-07-22 11:52:23.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46481) > >2014-07-22 11:52:26.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46345) > >2014-07-22 11:52:27.234 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:27.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42582) > >2014-07-22 11:52:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46537) > >2014-07-22 11:52:30.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46400) > >2014-07-22 11:52:31.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42636) > >2014-07-22 11:52:31.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46593) > >2014-07-22 11:52:34.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46454) > >2014-07-22 11:52:35.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42689) > >2014-07-22 11:52:35.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46646) > >2014-07-22 11:52:38.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46507) > >2014-07-22 11:52:39.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42745) > >2014-07-22 11:52:39.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46700) > >2014-07-22 11:52:40.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:42.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46560) > >2014-07-22 11:52:43.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42801) > >2014-07-22 11:52:43.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46756) > >2014-07-22 11:52:46.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46613) > >2014-07-22 11:52:47.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42854) > >2014-07-22 11:52:47.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46811) > >2014-07-22 11:52:48.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:50.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46666) > >2014-07-22 11:52:51.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42911) > >2014-07-22 11:52:51.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46866) > >2014-07-22 11:52:54.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46719) > >2014-07-22 11:52:55.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42967) > >2014-07-22 11:52:55.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46920) > >2014-07-22 11:52:57.236 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:52:58.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46773) > >2014-07-22 11:52:59.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43022) > >2014-07-22 11:52:59.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46976) > >2014-07-22 11:53:02.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46826) > >2014-07-22 11:53:03.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43076) > >2014-07-22 11:53:03.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47030) > >2014-07-22 11:53:06.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46882) > >2014-07-22 11:53:07.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43132) > >2014-07-22 11:53:07.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47087) > >2014-07-22 11:53:10.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46935) > >2014-07-22 11:53:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:11.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43189) > >2014-07-22 11:53:11.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47144) > >2014-07-22 11:53:14.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46988) > >2014-07-22 11:53:15.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43242) > >2014-07-22 11:53:15.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47197) > >2014-07-22 11:53:18.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47041) > >2014-07-22 11:53:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:19.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43301) > >2014-07-22 11:53:19.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47254) > >2014-07-22 11:53:22.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47094) > >2014-07-22 11:53:23.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43357) > >2014-07-22 11:53:23.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47313) > >2014-07-22 11:53:26.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47148) > >2014-07-22 11:53:27.268 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:27.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43414) > >2014-07-22 11:53:27.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47369) > >2014-07-22 11:53:30.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47201) > >2014-07-22 11:53:31.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43471) > >2014-07-22 11:53:31.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47426) > >2014-07-22 11:53:34.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47254) > >2014-07-22 11:53:35.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43524) > >2014-07-22 11:53:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47480) > >2014-07-22 11:53:38.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47307) > >2014-07-22 11:53:39.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43579) > >2014-07-22 11:53:39.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47533) > >2014-07-22 11:53:40.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:42.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47360) > >2014-07-22 11:53:43.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43634) > >2014-07-22 11:53:43.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47588) > >2014-07-22 11:53:46.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47413) > >2014-07-22 11:53:47.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43687) > >2014-07-22 11:53:47.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47641) > >2014-07-22 11:53:48.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:50.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47466) > >2014-07-22 11:53:51.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43744) > >2014-07-22 11:53:51.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47696) > >2014-07-22 11:53:54.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47519) > >2014-07-22 11:53:55.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43799) > >2014-07-22 11:53:55.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47749) > >2014-07-22 11:53:57.284 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:53:58.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47572) > >2014-07-22 11:53:59.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43854) > >2014-07-22 11:53:59.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47804) > >2014-07-22 11:54:02.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47625) > >2014-07-22 11:54:03.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43908) > >2014-07-22 11:54:03.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47858) > >2014-07-22 11:54:06.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47678) > >2014-07-22 11:54:07.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43963) > >2014-07-22 11:54:07.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47911) > >2014-07-22 11:54:10.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47731) > >2014-07-22 11:54:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:11.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44018) > >2014-07-22 11:54:11.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47968) > >2014-07-22 11:54:14.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47786) > >2014-07-22 11:54:15.573 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:54:15.573 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:54:15.574 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:54:15.586 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:54:15.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44071) > >2014-07-22 11:54:15.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48023) > >2014-07-22 11:54:18.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:18.833 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 47839) > >2014-07-22 11:54:19.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44127) > >2014-07-22 11:54:19.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48077) > >2014-07-22 11:54:22.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47892) > >2014-07-22 11:54:23.800 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44183) > >2014-07-22 11:54:23.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48132) > >2014-07-22 11:54:26.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47946) > >2014-07-22 11:54:27.288 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:27.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44237) > >2014-07-22 11:54:27.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48188) > >2014-07-22 11:54:30.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48001) > >2014-07-22 11:54:31.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44292) > >2014-07-22 11:54:31.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48244) > >2014-07-22 11:54:34.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48054) > >2014-07-22 11:54:35.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44345) > >2014-07-22 11:54:35.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48297) > >2014-07-22 11:54:38.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48107) > >2014-07-22 11:54:39.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44400) > >2014-07-22 11:54:39.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48350) > >2014-07-22 11:54:40.957 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:42.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48160) > >2014-07-22 11:54:43.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44456) > >2014-07-22 11:54:43.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48406) > >2014-07-22 11:54:46.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48213) > >2014-07-22 11:54:47.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44509) > >2014-07-22 11:54:47.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48461) > >2014-07-22 11:54:48.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:50.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48266) > >2014-07-22 11:54:51.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44566) > >2014-07-22 11:54:51.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48516) > >2014-07-22 11:54:54.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48319) > >2014-07-22 11:54:55.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44621) > >2014-07-22 11:54:55.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48569) > >2014-07-22 11:54:57.292 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:54:58.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48373) > >2014-07-22 11:54:59.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44676) > >2014-07-22 11:54:59.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48625) > >2014-07-22 11:55:02.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48426) > >2014-07-22 11:55:03.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44730) > >2014-07-22 11:55:03.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48679) > >2014-07-22 11:55:06.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48482) > >2014-07-22 11:55:07.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44786) > >2014-07-22 11:55:07.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48736) > >2014-07-22 11:55:10.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48535) > >2014-07-22 11:55:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:11.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44843) > >2014-07-22 11:55:11.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48793) > >2014-07-22 11:55:14.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48588) > >2014-07-22 11:55:15.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44896) > >2014-07-22 11:55:15.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48846) > >2014-07-22 11:55:18.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:18.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48641) > >2014-07-22 11:55:19.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44953) > >2014-07-22 11:55:19.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48901) > >2014-07-22 11:55:22.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48694) > >2014-07-22 11:55:23.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45011) > >2014-07-22 11:55:23.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48961) > >2014-07-22 11:55:26.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48748) > >2014-07-22 11:55:27.309 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:27.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45068) > >2014-07-22 11:55:27.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49020) > >2014-07-22 11:55:30.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48801) > >2014-07-22 11:55:31.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45125) > >2014-07-22 11:55:31.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49077) > >2014-07-22 11:55:34.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48854) > >2014-07-22 11:55:35.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45179) > >2014-07-22 11:55:35.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49131) > >2014-07-22 11:55:38.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48907) > >2014-07-22 11:55:39.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45234) > >2014-07-22 11:55:39.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49184) > >2014-07-22 11:55:40.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:42.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48960) > >2014-07-22 11:55:43.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45290) > >2014-07-22 11:55:43.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49239) > >2014-07-22 11:55:46.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49013) > >2014-07-22 11:55:47.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45343) > >2014-07-22 11:55:47.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49292) > >2014-07-22 11:55:48.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:50.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49066) > >2014-07-22 11:55:51.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45400) > >2014-07-22 11:55:51.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49347) > >2014-07-22 11:55:54.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49119) > >2014-07-22 11:55:55.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45455) > >2014-07-22 11:55:55.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49400) > >2014-07-22 11:55:57.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:55:58.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49172) > >2014-07-22 11:55:59.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45510) > >2014-07-22 11:55:59.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49455) > >2014-07-22 11:56:02.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49225) > >2014-07-22 11:56:03.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45564) > >2014-07-22 11:56:03.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49509) > >2014-07-22 11:56:06.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49278) > >2014-07-22 11:56:07.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45619) > >2014-07-22 11:56:07.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49562) > >2014-07-22 11:56:10.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49331) > >2014-07-22 11:56:10.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:11.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45674) > >2014-07-22 11:56:11.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49619) > >2014-07-22 11:56:14.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49386) > >2014-07-22 11:56:15.588 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:56:15.588 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:56:15.588 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:56:15.600 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:56:15.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45727) > >2014-07-22 11:56:15.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49674) > >2014-07-22 11:56:18.723 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:18.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49439) > >2014-07-22 11:56:19.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45782) > >2014-07-22 11:56:19.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49728) > >2014-07-22 11:56:22.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49492) > >2014-07-22 11:56:23.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45838) > >2014-07-22 11:56:23.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49783) > >2014-07-22 11:56:26.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49546) > >2014-07-22 11:56:27.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:27.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45892) > >2014-07-22 11:56:27.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49838) > >2014-07-22 11:56:30.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49600) > >2014-07-22 11:56:31.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45947) > >2014-07-22 11:56:31.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49896) > >2014-07-22 11:56:34.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49653) > >2014-07-22 11:56:35.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46000) > >2014-07-22 11:56:35.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49949) > >2014-07-22 11:56:38.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49706) > >2014-07-22 11:56:39.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46055) > >2014-07-22 11:56:39.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50002) > >2014-07-22 11:56:40.956 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:42.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49759) > >2014-07-22 11:56:43.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46111) > >2014-07-22 11:56:43.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50058) > >2014-07-22 11:56:46.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49812) > >2014-07-22 11:56:47.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46164) > >2014-07-22 11:56:47.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50113) > >2014-07-22 11:56:48.738 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:50.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49865) > >2014-07-22 11:56:51.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46221) > >2014-07-22 11:56:51.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50168) > >2014-07-22 11:56:54.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49918) > >2014-07-22 11:56:55.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46276) > >2014-07-22 11:56:55.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50221) > >2014-07-22 11:56:57.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:56:58.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49972) > >2014-07-22 11:56:59.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46331) > >2014-07-22 11:56:59.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50277) > >2014-07-22 11:57:02.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50025) > >2014-07-22 11:57:03.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46385) > >2014-07-22 11:57:03.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50331) > >2014-07-22 11:57:06.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50081) > >2014-07-22 11:57:07.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46441) > >2014-07-22 11:57:07.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50388) > >2014-07-22 11:57:10.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50133) > >2014-07-22 11:57:10.966 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:11.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46497) > >2014-07-22 11:57:11.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50445) > >2014-07-22 11:57:14.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50186) > >2014-07-22 11:57:15.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46551) > >2014-07-22 11:57:15.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50498) > >2014-07-22 11:57:18.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:18.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50239) > >2014-07-22 11:57:19.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46608) > >2014-07-22 11:57:19.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50552) > >2014-07-22 11:57:22.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50292) > >2014-07-22 11:57:23.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46666) > >2014-07-22 11:57:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50612) > >2014-07-22 11:57:26.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50346) > >2014-07-22 11:57:27.357 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:27.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46723) > >2014-07-22 11:57:28.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50670) > >2014-07-22 11:57:30.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50399) > >2014-07-22 11:57:31.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46780) > >2014-07-22 11:57:32.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50726) > >2014-07-22 11:57:34.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50453) > >2014-07-22 11:57:35.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46833) > >2014-07-22 11:57:36.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50779) > >2014-07-22 11:57:38.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50506) > >2014-07-22 11:57:39.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46888) > >2014-07-22 11:57:40.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50833) > >2014-07-22 11:57:40.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:42.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50559) > >2014-07-22 11:57:43.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46943) > >2014-07-22 11:57:44.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50888) > >2014-07-22 11:57:46.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50612) > >2014-07-22 11:57:47.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46996) > >2014-07-22 11:57:48.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50941) > >2014-07-22 11:57:48.761 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:50.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50665) > >2014-07-22 11:57:51.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47053) > >2014-07-22 11:57:52.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50996) > >2014-07-22 11:57:54.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50718) > >2014-07-22 11:57:55.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47108) > >2014-07-22 11:57:56.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51049) > >2014-07-22 11:57:57.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:57:58.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50771) > >2014-07-22 11:57:59.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47162) > >2014-07-22 11:58:00.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51104) > >2014-07-22 11:58:02.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50824) > >2014-07-22 11:58:03.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47216) > >2014-07-22 11:58:04.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51158) > >2014-07-22 11:58:06.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50877) > >2014-07-22 11:58:07.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47271) > >2014-07-22 11:58:08.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51211) > >2014-07-22 11:58:10.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50930) > >2014-07-22 11:58:10.963 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:11.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47326) > >2014-07-22 11:58:12.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51266) > >2014-07-22 11:58:14.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50985) > >2014-07-22 11:58:15.603 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 11:58:15.603 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 11:58:15.604 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 11:58:15.615 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 11:58:15.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47379) > >2014-07-22 11:58:16.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51323) > >2014-07-22 11:58:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:18.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51038) > >2014-07-22 11:58:19.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47435) > >2014-07-22 11:58:20.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51377) > >2014-07-22 11:58:22.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51091) > >2014-07-22 11:58:23.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47491) > >2014-07-22 11:58:24.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51432) > >2014-07-22 11:58:26.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51145) > >2014-07-22 11:58:27.384 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:27.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47545) > >2014-07-22 11:58:28.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51488) > >2014-07-22 11:58:30.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51200) > >2014-07-22 11:58:31.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47600) > >2014-07-22 11:58:32.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51544) > >2014-07-22 11:58:34.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51253) > >2014-07-22 11:58:35.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47653) > >2014-07-22 11:58:36.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51597) > >2014-07-22 11:58:38.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51306) > >2014-07-22 11:58:39.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47708) > >2014-07-22 11:58:40.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51650) > >2014-07-22 11:58:40.964 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:42.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51359) > >2014-07-22 11:58:43.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47764) > >2014-07-22 11:58:44.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51706) > >2014-07-22 11:58:46.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51412) > >2014-07-22 11:58:47.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47817) > >2014-07-22 11:58:48.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51761) > >2014-07-22 11:58:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:50.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51465) > >2014-07-22 11:58:51.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47874) > >2014-07-22 11:58:52.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51816) > >2014-07-22 11:58:54.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51518) > >2014-07-22 11:58:55.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47929) > >2014-07-22 11:58:56.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51869) > >2014-07-22 11:58:57.385 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:58:58.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51571) > >2014-07-22 11:58:59.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47984) > >2014-07-22 11:59:00.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51925) > >2014-07-22 11:59:02.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51625) > >2014-07-22 11:59:03.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48039) > >2014-07-22 11:59:04.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51979) > >2014-07-22 11:59:06.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51680) > >2014-07-22 11:59:07.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48095) > >2014-07-22 11:59:08.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52036) > >2014-07-22 11:59:10.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51734) > >2014-07-22 11:59:10.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:11.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48152) > >2014-07-22 11:59:12.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52093) > >2014-07-22 11:59:14.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51787) > >2014-07-22 11:59:15.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48205) > >2014-07-22 11:59:16.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52146) > >2014-07-22 11:59:18.743 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:18.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51840) > >2014-07-22 11:59:19.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48262) > >2014-07-22 11:59:20.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52201) > >2014-07-22 11:59:22.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51893) > >2014-07-22 11:59:23.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48320) > >2014-07-22 11:59:24.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52259) > >2014-07-22 11:59:26.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51947) > >2014-07-22 11:59:27.403 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:27.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48377) > >2014-07-22 11:59:28.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52318) > >2014-07-22 11:59:30.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52000) > >2014-07-22 11:59:31.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48434) > >2014-07-22 11:59:32.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52375) > >2014-07-22 11:59:34.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52053) > >2014-07-22 11:59:36.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48487) > >2014-07-22 11:59:36.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52428) > >2014-07-22 11:59:38.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52106) > >2014-07-22 11:59:40.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48542) > >2014-07-22 11:59:40.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52482) > >2014-07-22 11:59:40.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:42.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52159) > >2014-07-22 11:59:44.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48597) > >2014-07-22 11:59:44.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52537) > >2014-07-22 11:59:46.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52212) > >2014-07-22 11:59:48.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48650) > >2014-07-22 11:59:48.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52590) > >2014-07-22 11:59:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:51.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52265) > >2014-07-22 11:59:52.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48707) > >2014-07-22 11:59:52.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52645) > >2014-07-22 11:59:54.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52318) > >2014-07-22 11:59:56.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48762) > >2014-07-22 11:59:56.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52698) > >2014-07-22 11:59:57.420 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 11:59:58.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52371) > >2014-07-22 12:00:00.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48817) > >2014-07-22 12:00:00.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52753) > >2014-07-22 12:00:03.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52423) > >2014-07-22 12:00:04.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48871) > >2014-07-22 12:00:04.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52807) > >2014-07-22 12:00:07.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52476) > >2014-07-22 12:00:08.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48926) > >2014-07-22 12:00:08.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52860) > >2014-07-22 12:00:10.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:11.016 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 52529) > >2014-07-22 12:00:12.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48981) > >2014-07-22 12:00:12.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52915) > >2014-07-22 12:00:15.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52584) > >2014-07-22 12:00:15.618 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:00:15.618 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:00:15.619 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:00:15.631 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:00:16.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49034) > >2014-07-22 12:00:16.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52972) > >2014-07-22 12:00:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:19.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52637) > >2014-07-22 12:00:20.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49090) > >2014-07-22 12:00:20.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53026) > >2014-07-22 12:00:23.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52690) > >2014-07-22 12:00:24.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49146) > >2014-07-22 12:00:24.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53081) > >2014-07-22 12:00:27.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52744) > >2014-07-22 12:00:27.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:28.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49200) > >2014-07-22 12:00:28.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53136) > >2014-07-22 12:00:31.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52799) > >2014-07-22 12:00:32.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49255) > >2014-07-22 12:00:32.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53193) > >2014-07-22 12:00:35.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52852) > >2014-07-22 12:00:36.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49308) > >2014-07-22 12:00:36.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53246) > >2014-07-22 12:00:39.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52905) > >2014-07-22 12:00:40.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49363) > >2014-07-22 12:00:40.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53299) > >2014-07-22 12:00:40.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:43.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52958) > >2014-07-22 12:00:44.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49419) > >2014-07-22 12:00:44.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53355) > >2014-07-22 12:00:47.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53011) > >2014-07-22 12:00:48.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49472) > >2014-07-22 12:00:48.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53408) > >2014-07-22 12:00:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:51.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53064) > >2014-07-22 12:00:52.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49529) > >2014-07-22 12:00:52.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53465) > >2014-07-22 12:00:55.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53117) > >2014-07-22 12:00:56.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49584) > >2014-07-22 12:00:56.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53518) > >2014-07-22 12:00:57.429 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:00:59.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53170) > >2014-07-22 12:01:00.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49639) > >2014-07-22 12:01:00.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53573) > >2014-07-22 12:01:03.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53224) > >2014-07-22 12:01:04.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49693) > >2014-07-22 12:01:04.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53628) > >2014-07-22 12:01:07.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53279) > >2014-07-22 12:01:08.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49749) > >2014-07-22 12:01:08.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53685) > >2014-07-22 12:01:10.980 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:11.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53333) > >2014-07-22 12:01:12.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49805) > >2014-07-22 12:01:12.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53741) > >2014-07-22 12:01:15.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53386) > >2014-07-22 12:01:16.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49859) > >2014-07-22 12:01:16.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53795) > >2014-07-22 12:01:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:19.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53439) > >2014-07-22 12:01:20.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49916) > >2014-07-22 12:01:20.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53850) > >2014-07-22 12:01:23.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53492) > >2014-07-22 12:01:24.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49974) > >2014-07-22 12:01:24.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53906) > >2014-07-22 12:01:27.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53545) > >2014-07-22 12:01:27.447 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:28.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50031) > >2014-07-22 12:01:28.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53968) > >2014-07-22 12:01:31.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53599) > >2014-07-22 12:01:32.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50088) > >2014-07-22 12:01:32.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54025) > >2014-07-22 12:01:35.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53652) > >2014-07-22 12:01:36.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50141) > >2014-07-22 12:01:36.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54078) > >2014-07-22 12:01:39.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53705) > >2014-07-22 12:01:40.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50196) > >2014-07-22 12:01:40.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54132) > >2014-07-22 12:01:40.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:43.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53758) > >2014-07-22 12:01:44.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50251) > >2014-07-22 12:01:44.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54187) > >2014-07-22 12:01:47.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53811) > >2014-07-22 12:01:48.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50304) > >2014-07-22 12:01:48.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54240) > >2014-07-22 12:01:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:51.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53864) > >2014-07-22 12:01:52.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50361) > >2014-07-22 12:01:52.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54295) > >2014-07-22 12:01:55.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53917) > >2014-07-22 12:01:56.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50416) > >2014-07-22 12:01:56.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54348) > >2014-07-22 12:01:57.466 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:01:59.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53970) > >2014-07-22 12:02:00.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50471) > >2014-07-22 12:02:00.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54403) > >2014-07-22 12:02:03.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54023) > >2014-07-22 12:02:04.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50524) > >2014-07-22 12:02:04.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54457) > >2014-07-22 12:02:07.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54076) > >2014-07-22 12:02:08.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50579) > >2014-07-22 12:02:08.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54510) > >2014-07-22 12:02:10.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:11.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54129) > >2014-07-22 12:02:12.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50634) > >2014-07-22 12:02:12.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54565) > >2014-07-22 12:02:15.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54183) > >2014-07-22 12:02:15.633 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:02:15.633 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:02:15.634 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:02:15.646 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:02:16.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50687) > >2014-07-22 12:02:16.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54622) > >2014-07-22 12:02:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:19.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54236) > >2014-07-22 12:02:20.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50743) > >2014-07-22 12:02:20.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54676) > >2014-07-22 12:02:23.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54289) > >2014-07-22 12:02:24.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50799) > >2014-07-22 12:02:24.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54731) > >2014-07-22 12:02:27.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54343) > >2014-07-22 12:02:27.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:28.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50853) > >2014-07-22 12:02:28.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54786) > >2014-07-22 12:02:31.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54398) > >2014-07-22 12:02:32.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50908) > >2014-07-22 12:02:32.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54843) > >2014-07-22 12:02:35.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54451) > >2014-07-22 12:02:36.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50961) > >2014-07-22 12:02:36.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54896) > >2014-07-22 12:02:39.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54504) > >2014-07-22 12:02:40.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51016) > >2014-07-22 12:02:40.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54949) > >2014-07-22 12:02:40.996 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:43.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54557) > >2014-07-22 12:02:44.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51071) > >2014-07-22 12:02:44.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55005) > >2014-07-22 12:02:47.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54610) > >2014-07-22 12:02:48.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51124) > >2014-07-22 12:02:48.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55058) > >2014-07-22 12:02:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:51.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54663) > >2014-07-22 12:02:52.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51181) > >2014-07-22 12:02:52.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55114) > >2014-07-22 12:02:55.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54716) > >2014-07-22 12:02:56.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51236) > >2014-07-22 12:02:56.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55167) > >2014-07-22 12:02:57.470 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:02:59.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54769) > >2014-07-22 12:03:00.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51291) > >2014-07-22 12:03:00.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55222) > >2014-07-22 12:03:03.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54822) > >2014-07-22 12:03:04.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51345) > >2014-07-22 12:03:04.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55277) > >2014-07-22 12:03:07.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54877) > >2014-07-22 12:03:08.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51401) > >2014-07-22 12:03:08.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55333) > >2014-07-22 12:03:11.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:11.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54931) > >2014-07-22 12:03:12.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51456) > >2014-07-22 12:03:12.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55389) > >2014-07-22 12:03:15.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54984) > >2014-07-22 12:03:16.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51511) > >2014-07-22 12:03:16.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55444) > >2014-07-22 12:03:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:19.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55037) > >2014-07-22 12:03:20.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51568) > >2014-07-22 12:03:20.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55499) > >2014-07-22 12:03:23.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55090) > >2014-07-22 12:03:24.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51624) > >2014-07-22 12:03:24.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55552) > >2014-07-22 12:03:27.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55143) > >2014-07-22 12:03:27.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:28.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51682) > >2014-07-22 12:03:28.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55614) > >2014-07-22 12:03:31.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55197) > >2014-07-22 12:03:32.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51741) > >2014-07-22 12:03:32.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55673) > >2014-07-22 12:03:35.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55250) > >2014-07-22 12:03:36.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51793) > >2014-07-22 12:03:36.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55726) > >2014-07-22 12:03:39.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55303) > >2014-07-22 12:03:40.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51848) > >2014-07-22 12:03:40.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55780) > >2014-07-22 12:03:40.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:43.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55356) > >2014-07-22 12:03:44.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51903) > >2014-07-22 12:03:44.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55835) > >2014-07-22 12:03:47.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55409) > >2014-07-22 12:03:48.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51958) > >2014-07-22 12:03:48.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55888) > >2014-07-22 12:03:48.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:51.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55462) > >2014-07-22 12:03:52.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52015) > >2014-07-22 12:03:52.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55943) > >2014-07-22 12:03:55.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55515) > >2014-07-22 12:03:56.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52072) > >2014-07-22 12:03:56.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55996) > >2014-07-22 12:03:57.508 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:03:59.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55568) > >2014-07-22 12:04:00.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52127) > >2014-07-22 12:04:00.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56051) > >2014-07-22 12:04:03.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55621) > >2014-07-22 12:04:04.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52181) > >2014-07-22 12:04:04.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56105) > >2014-07-22 12:04:07.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55674) > >2014-07-22 12:04:08.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52236) > >2014-07-22 12:04:08.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56158) > >2014-07-22 12:04:10.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:11.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55727) > >2014-07-22 12:04:12.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52291) > >2014-07-22 12:04:12.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56213) > >2014-07-22 12:04:15.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55782) > >2014-07-22 12:04:15.648 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:04:15.648 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:04:15.649 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:04:15.660 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:04:16.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52344) > >2014-07-22 12:04:16.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56270) > >2014-07-22 12:04:18.744 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:19.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55835) > >2014-07-22 12:04:20.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52400) > >2014-07-22 12:04:20.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56324) > >2014-07-22 12:04:23.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55888) > >2014-07-22 12:04:24.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52456) > >2014-07-22 12:04:24.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56379) > >2014-07-22 12:04:27.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55942) > >2014-07-22 12:04:27.517 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:28.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52510) > >2014-07-22 12:04:28.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56434) > >2014-07-22 12:04:31.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55997) > >2014-07-22 12:04:32.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52565) > >2014-07-22 12:04:32.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56491) > >2014-07-22 12:04:35.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56050) > >2014-07-22 12:04:36.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52618) > >2014-07-22 12:04:36.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56544) > >2014-07-22 12:04:39.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56103) > >2014-07-22 12:04:40.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52673) > >2014-07-22 12:04:40.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56597) > >2014-07-22 12:04:40.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:43.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56156) > >2014-07-22 12:04:44.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52730) > >2014-07-22 12:04:44.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56652) > >2014-07-22 12:04:47.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56209) > >2014-07-22 12:04:48.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52784) > >2014-07-22 12:04:48.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56706) > >2014-07-22 12:04:48.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:51.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56262) > >2014-07-22 12:04:52.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52841) > >2014-07-22 12:04:52.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56763) > >2014-07-22 12:04:55.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56315) > >2014-07-22 12:04:56.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52896) > >2014-07-22 12:04:56.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56817) > >2014-07-22 12:04:57.512 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:04:59.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56368) > >2014-07-22 12:05:00.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52951) > >2014-07-22 12:05:00.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56872) > >2014-07-22 12:05:03.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56422) > >2014-07-22 12:05:04.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53005) > >2014-07-22 12:05:04.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56927) > >2014-07-22 12:05:07.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56477) > >2014-07-22 12:05:08.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53061) > >2014-07-22 12:05:08.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56983) > >2014-07-22 12:05:10.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:11.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56531) > >2014-07-22 12:05:12.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53116) > >2014-07-22 12:05:12.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57039) > >2014-07-22 12:05:15.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56584) > >2014-07-22 12:05:16.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53171) > >2014-07-22 12:05:16.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57094) > >2014-07-22 12:05:18.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:19.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56637) > >2014-07-22 12:05:20.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53230) > >2014-07-22 12:05:20.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57149) > >2014-07-22 12:05:23.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56690) > >2014-07-22 12:05:24.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53286) > >2014-07-22 12:05:24.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57203) > >2014-07-22 12:05:27.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56745) > >2014-07-22 12:05:27.524 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:28.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53347) > >2014-07-22 12:05:28.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57266) > >2014-07-22 12:05:31.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56799) > >2014-07-22 12:05:32.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53405) > >2014-07-22 12:05:32.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57325) > >2014-07-22 12:05:35.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56852) > >2014-07-22 12:05:36.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53458) > >2014-07-22 12:05:36.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57378) > >2014-07-22 12:05:39.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56905) > >2014-07-22 12:05:40.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53513) > >2014-07-22 12:05:40.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57431) > >2014-07-22 12:05:40.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:43.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56957) > >2014-07-22 12:05:44.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53568) > >2014-07-22 12:05:44.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57487) > >2014-07-22 12:05:47.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57010) > >2014-07-22 12:05:48.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53623) > >2014-07-22 12:05:48.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57540) > >2014-07-22 12:05:48.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:51.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57063) > >2014-07-22 12:05:52.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53678) > >2014-07-22 12:05:52.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57595) > >2014-07-22 12:05:55.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57116) > >2014-07-22 12:05:56.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53733) > >2014-07-22 12:05:56.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57648) > >2014-07-22 12:05:57.544 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:05:59.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57169) > >2014-07-22 12:06:00.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53788) > >2014-07-22 12:06:00.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57702) > >2014-07-22 12:06:03.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57222) > >2014-07-22 12:06:04.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53842) > >2014-07-22 12:06:04.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57756) > >2014-07-22 12:06:07.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57275) > >2014-07-22 12:06:08.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53897) > >2014-07-22 12:06:08.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57809) > >2014-07-22 12:06:10.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:11.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57328) > >2014-07-22 12:06:12.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53952) > >2014-07-22 12:06:12.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57864) > >2014-07-22 12:06:15.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57381) > >2014-07-22 12:06:15.662 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:06:15.662 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:06:15.663 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:06:15.676 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:06:16.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54005) > >2014-07-22 12:06:16.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57921) > >2014-07-22 12:06:18.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:19.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57436) > >2014-07-22 12:06:20.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54061) > >2014-07-22 12:06:20.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57975) > >2014-07-22 12:06:23.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57489) > >2014-07-22 12:06:24.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54117) > >2014-07-22 12:06:24.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58030) > >2014-07-22 12:06:27.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57543) > >2014-07-22 12:06:27.551 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:28.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54171) > >2014-07-22 12:06:28.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58085) > >2014-07-22 12:06:31.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57597) > >2014-07-22 12:06:32.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54226) > >2014-07-22 12:06:32.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58142) > >2014-07-22 12:06:35.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57651) > >2014-07-22 12:06:36.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54281) > >2014-07-22 12:06:36.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58195) > >2014-07-22 12:06:39.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57704) > >2014-07-22 12:06:40.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54336) > >2014-07-22 12:06:40.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58248) > >2014-07-22 12:06:40.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:43.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57757) > >2014-07-22 12:06:44.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54391) > >2014-07-22 12:06:44.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58303) > >2014-07-22 12:06:47.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57810) > >2014-07-22 12:06:48.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54447) > >2014-07-22 12:06:48.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58357) > >2014-07-22 12:06:48.746 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:51.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57863) > >2014-07-22 12:06:52.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54502) > >2014-07-22 12:06:52.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58414) > >2014-07-22 12:06:55.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57916) > >2014-07-22 12:06:56.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54557) > >2014-07-22 12:06:56.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58467) > >2014-07-22 12:06:57.550 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:06:59.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57969) > >2014-07-22 12:07:00.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54612) > >2014-07-22 12:07:00.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58522) > >2014-07-22 12:07:03.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58022) > >2014-07-22 12:07:04.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54666) > >2014-07-22 12:07:04.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58577) > >2014-07-22 12:07:07.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58078) > >2014-07-22 12:07:08.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54722) > >2014-07-22 12:07:08.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58633) > >2014-07-22 12:07:10.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:11.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58131) > >2014-07-22 12:07:12.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54777) > >2014-07-22 12:07:12.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58689) > >2014-07-22 12:07:15.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58185) > >2014-07-22 12:07:16.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54832) > >2014-07-22 12:07:16.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58744) > >2014-07-22 12:07:18.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:19.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58238) > >2014-07-22 12:07:20.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54889) > >2014-07-22 12:07:20.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58799) > >2014-07-22 12:07:23.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58291) > >2014-07-22 12:07:24.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54945) > >2014-07-22 12:07:24.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58853) > >2014-07-22 12:07:27.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58344) > >2014-07-22 12:07:27.561 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:28.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55003) > >2014-07-22 12:07:28.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58913) > >2014-07-22 12:07:31.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58398) > >2014-07-22 12:07:32.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55061) > >2014-07-22 12:07:32.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58974) > >2014-07-22 12:07:35.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58451) > >2014-07-22 12:07:36.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55114) > >2014-07-22 12:07:36.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59027) > >2014-07-22 12:07:39.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58504) > >2014-07-22 12:07:40.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55169) > >2014-07-22 12:07:40.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59080) > >2014-07-22 12:07:40.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:43.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58557) > >2014-07-22 12:07:44.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55224) > >2014-07-22 12:07:44.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59136) > >2014-07-22 12:07:47.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58609) > >2014-07-22 12:07:48.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55279) > >2014-07-22 12:07:48.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59189) > >2014-07-22 12:07:48.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:51.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58662) > >2014-07-22 12:07:52.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55334) > >2014-07-22 12:07:52.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59244) > >2014-07-22 12:07:55.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58715) > >2014-07-22 12:07:56.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55389) > >2014-07-22 12:07:56.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59297) > >2014-07-22 12:07:57.581 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:07:59.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58768) > >2014-07-22 12:08:00.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55444) > >2014-07-22 12:08:00.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59352) > >2014-07-22 12:08:03.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58821) > >2014-07-22 12:08:04.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55498) > >2014-07-22 12:08:04.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59406) > >2014-07-22 12:08:07.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58874) > >2014-07-22 12:08:08.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55553) > >2014-07-22 12:08:08.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59459) > >2014-07-22 12:08:10.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:11.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58927) > >2014-07-22 12:08:12.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55608) > >2014-07-22 12:08:12.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59514) > >2014-07-22 12:08:15.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58980) > >2014-07-22 12:08:15.677 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:08:15.677 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:08:15.678 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:08:15.690 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:08:16.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55661) > >2014-07-22 12:08:16.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59571) > >2014-07-22 12:08:18.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:19.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59035) > >2014-07-22 12:08:20.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55717) > >2014-07-22 12:08:20.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59625) > >2014-07-22 12:08:23.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59088) > >2014-07-22 12:08:24.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55773) > >2014-07-22 12:08:24.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59680) > >2014-07-22 12:08:27.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59142) > >2014-07-22 12:08:27.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:28.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55827) > >2014-07-22 12:08:28.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59735) > >2014-07-22 12:08:31.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59195) > >2014-07-22 12:08:32.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55882) > >2014-07-22 12:08:32.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59792) > >2014-07-22 12:08:35.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59250) > >2014-07-22 12:08:36.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55935) > >2014-07-22 12:08:36.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59845) > >2014-07-22 12:08:39.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59303) > >2014-07-22 12:08:40.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55989) > >2014-07-22 12:08:40.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59898) > >2014-07-22 12:08:40.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:43.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59356) > >2014-07-22 12:08:44.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56044) > >2014-07-22 12:08:44.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59953) > >2014-07-22 12:08:47.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59408) > >2014-07-22 12:08:48.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56100) > >2014-07-22 12:08:48.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60006) > >2014-07-22 12:08:48.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:51.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59461) > >2014-07-22 12:08:52.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56155) > >2014-07-22 12:08:52.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60061) > >2014-07-22 12:08:55.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59515) > >2014-07-22 12:08:56.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56210) > >2014-07-22 12:08:56.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60116) > >2014-07-22 12:08:57.588 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:08:59.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59568) > >2014-07-22 12:09:00.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56265) > >2014-07-22 12:09:00.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60171) > >2014-07-22 12:09:03.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59621) > >2014-07-22 12:09:04.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56319) > >2014-07-22 12:09:04.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60226) > >2014-07-22 12:09:07.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59677) > >2014-07-22 12:09:08.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56374) > >2014-07-22 12:09:08.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60282) > >2014-07-22 12:09:10.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:11.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59730) > >2014-07-22 12:09:12.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56429) > >2014-07-22 12:09:12.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60338) > >2014-07-22 12:09:15.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59784) > >2014-07-22 12:09:16.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56484) > >2014-07-22 12:09:16.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60392) > >2014-07-22 12:09:18.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:19.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59837) > >2014-07-22 12:09:20.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56541) > >2014-07-22 12:09:20.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60447) > >2014-07-22 12:09:23.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59890) > >2014-07-22 12:09:24.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56597) > >2014-07-22 12:09:24.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60501) > >2014-07-22 12:09:27.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59943) > >2014-07-22 12:09:27.608 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:28.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56655) > >2014-07-22 12:09:28.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60559) > >2014-07-22 12:09:31.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59996) > >2014-07-22 12:09:32.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56713) > >2014-07-22 12:09:32.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60622) > >2014-07-22 12:09:35.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60050) > >2014-07-22 12:09:36.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56766) > >2014-07-22 12:09:36.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60675) > >2014-07-22 12:09:39.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60103) > >2014-07-22 12:09:40.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56821) > >2014-07-22 12:09:40.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60728) > >2014-07-22 12:09:40.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:43.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60156) > >2014-07-22 12:09:44.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56876) > >2014-07-22 12:09:44.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60784) > >2014-07-22 12:09:47.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60209) > >2014-07-22 12:09:48.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56931) > >2014-07-22 12:09:48.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60837) > >2014-07-22 12:09:48.747 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:51.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60262) > >2014-07-22 12:09:52.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56987) > >2014-07-22 12:09:52.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60892) > >2014-07-22 12:09:55.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60315) > >2014-07-22 12:09:56.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57042) > >2014-07-22 12:09:56.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60945) > >2014-07-22 12:09:57.626 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:09:59.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60368) > >2014-07-22 12:10:00.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57097) > >2014-07-22 12:10:00.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 61000) > >2014-07-22 12:10:03.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60421) > >2014-07-22 12:10:04.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57151) > >2014-07-22 12:10:04.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32821) > >2014-07-22 12:10:07.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60474) > >2014-07-22 12:10:08.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57206) > >2014-07-22 12:10:08.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32874) > >2014-07-22 12:10:10.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:11.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60527) > >2014-07-22 12:10:12.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57261) > >2014-07-22 12:10:12.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32929) > >2014-07-22 12:10:15.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60580) > >2014-07-22 12:10:15.692 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:10:15.692 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:10:15.692 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:10:15.705 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:10:16.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57314) > >2014-07-22 12:10:16.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32984) > >2014-07-22 12:10:18.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:19.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60635) > >2014-07-22 12:10:20.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57370) > >2014-07-22 12:10:20.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33040) > >2014-07-22 12:10:23.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60689) > >2014-07-22 12:10:24.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57426) > >2014-07-22 12:10:24.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33095) > >2014-07-22 12:10:27.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60742) > >2014-07-22 12:10:27.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:28.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57480) > >2014-07-22 12:10:28.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33150) > >2014-07-22 12:10:31.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60795) > >2014-07-22 12:10:32.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57535) > >2014-07-22 12:10:32.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33206) > >2014-07-22 12:10:35.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60850) > >2014-07-22 12:10:36.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57588) > >2014-07-22 12:10:36.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33260) > >2014-07-22 12:10:39.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60903) > >2014-07-22 12:10:40.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57643) > >2014-07-22 12:10:40.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33313) > >2014-07-22 12:10:40.992 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:43.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60956) > >2014-07-22 12:10:44.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57698) > >2014-07-22 12:10:44.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33368) > >2014-07-22 12:10:47.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32776) > >2014-07-22 12:10:48.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57753) > >2014-07-22 12:10:48.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33423) > >2014-07-22 12:10:48.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:51.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32829) > >2014-07-22 12:10:52.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57811) > >2014-07-22 12:10:52.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33478) > >2014-07-22 12:10:55.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32882) > >2014-07-22 12:10:56.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57864) > >2014-07-22 12:10:56.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33533) > >2014-07-22 12:10:57.632 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:10:59.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32935) > >2014-07-22 12:11:00.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57919) > >2014-07-22 12:11:00.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33588) > >2014-07-22 12:11:03.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32988) > >2014-07-22 12:11:04.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57973) > >2014-07-22 12:11:04.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33642) > >2014-07-22 12:11:07.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33044) > >2014-07-22 12:11:08.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58028) > >2014-07-22 12:11:08.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33698) > >2014-07-22 12:11:10.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:11.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33097) > >2014-07-22 12:11:12.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58084) > >2014-07-22 12:11:12.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33754) > >2014-07-22 12:11:15.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33151) > >2014-07-22 12:11:16.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58139) > >2014-07-22 12:11:16.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33810) > >2014-07-22 12:11:18.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:19.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33204) > >2014-07-22 12:11:20.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58196) > >2014-07-22 12:11:20.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33865) > >2014-07-22 12:11:23.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33257) > >2014-07-22 12:11:24.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58252) > >2014-07-22 12:11:24.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33919) > >2014-07-22 12:11:27.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33310) > >2014-07-22 12:11:27.650 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:28.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58307) > >2014-07-22 12:11:28.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33974) > >2014-07-22 12:11:31.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33363) > >2014-07-22 12:11:32.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58368) > >2014-07-22 12:11:32.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34039) > >2014-07-22 12:11:35.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33417) > >2014-07-22 12:11:36.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58421) > >2014-07-22 12:11:36.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34093) > >2014-07-22 12:11:39.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33469) > >2014-07-22 12:11:40.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58476) > >2014-07-22 12:11:40.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34146) > >2014-07-22 12:11:40.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:43.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33522) > >2014-07-22 12:11:44.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58531) > >2014-07-22 12:11:44.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34202) > >2014-07-22 12:11:47.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33575) > >2014-07-22 12:11:48.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58586) > >2014-07-22 12:11:48.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34255) > >2014-07-22 12:11:48.748 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:51.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33628) > >2014-07-22 12:11:52.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58643) > >2014-07-22 12:11:52.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34309) > >2014-07-22 12:11:55.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33681) > >2014-07-22 12:11:56.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58696) > >2014-07-22 12:11:56.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34362) > >2014-07-22 12:11:57.671 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:11:59.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33734) > >2014-07-22 12:12:00.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58751) > >2014-07-22 12:12:00.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34417) > >2014-07-22 12:12:03.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33787) > >2014-07-22 12:12:04.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58805) > >2014-07-22 12:12:04.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34471) > >2014-07-22 12:12:07.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33840) > >2014-07-22 12:12:08.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58860) > >2014-07-22 12:12:08.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34524) > >2014-07-22 12:12:10.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:11.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33893) > >2014-07-22 12:12:12.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58915) > >2014-07-22 12:12:12.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34579) > >2014-07-22 12:12:15.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33946) > >2014-07-22 12:12:15.707 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:12:15.707 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:12:15.708 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:12:15.720 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:12:16.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58968) > >2014-07-22 12:12:16.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34634) > >2014-07-22 12:12:18.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:19.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34001) > >2014-07-22 12:12:20.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59024) > >2014-07-22 12:12:20.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34690) > >2014-07-22 12:12:23.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34055) > >2014-07-22 12:12:24.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59080) > >2014-07-22 12:12:24.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34745) > >2014-07-22 12:12:27.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34108) > >2014-07-22 12:12:27.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:28.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59134) > >2014-07-22 12:12:28.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34800) > >2014-07-22 12:12:31.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34161) > >2014-07-22 12:12:32.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59190) > >2014-07-22 12:12:32.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34855) > >2014-07-22 12:12:35.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34216) > >2014-07-22 12:12:36.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59243) > >2014-07-22 12:12:36.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34910) > >2014-07-22 12:12:39.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34269) > >2014-07-22 12:12:40.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59298) > >2014-07-22 12:12:40.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34963) > >2014-07-22 12:12:40.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:43.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34322) > >2014-07-22 12:12:44.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59353) > >2014-07-22 12:12:44.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35018) > >2014-07-22 12:12:47.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34375) > >2014-07-22 12:12:48.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59408) > >2014-07-22 12:12:48.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35071) > >2014-07-22 12:12:48.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:51.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34428) > >2014-07-22 12:12:52.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59466) > >2014-07-22 12:12:52.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35127) > >2014-07-22 12:12:55.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34481) > >2014-07-22 12:12:56.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59519) > >2014-07-22 12:12:56.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35182) > >2014-07-22 12:12:57.679 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:12:59.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34534) > >2014-07-22 12:13:00.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59574) > >2014-07-22 12:13:00.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35237) > >2014-07-22 12:13:03.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34587) > >2014-07-22 12:13:04.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59628) > >2014-07-22 12:13:04.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35291) > >2014-07-22 12:13:07.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34643) > >2014-07-22 12:13:08.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59684) > >2014-07-22 12:13:08.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35347) > >2014-07-22 12:13:10.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:11.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34696) > >2014-07-22 12:13:12.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59740) > >2014-07-22 12:13:12.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35403) > >2014-07-22 12:13:15.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34750) > >2014-07-22 12:13:16.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59795) > >2014-07-22 12:13:16.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35459) > >2014-07-22 12:13:18.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:19.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34803) > >2014-07-22 12:13:20.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59852) > >2014-07-22 12:13:20.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35514) > >2014-07-22 12:13:23.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34856) > >2014-07-22 12:13:24.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59908) > >2014-07-22 12:13:24.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35568) > >2014-07-22 12:13:27.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34909) > >2014-07-22 12:13:27.699 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:28.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59962) > >2014-07-22 12:13:28.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35623) > >2014-07-22 12:13:31.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34962) > >2014-07-22 12:13:32.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60023) > >2014-07-22 12:13:32.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35688) > >2014-07-22 12:13:35.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35016) > >2014-07-22 12:13:36.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60076) > >2014-07-22 12:13:36.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35742) > >2014-07-22 12:13:39.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35069) > >2014-07-22 12:13:40.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60131) > >2014-07-22 12:13:40.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35795) > >2014-07-22 12:13:40.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:43.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35122) > >2014-07-22 12:13:44.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60186) > >2014-07-22 12:13:44.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35850) > >2014-07-22 12:13:47.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35175) > >2014-07-22 12:13:48.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60241) > >2014-07-22 12:13:48.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35904) > >2014-07-22 12:13:48.749 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:51.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35228) > >2014-07-22 12:13:52.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60298) > >2014-07-22 12:13:52.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35959) > >2014-07-22 12:13:55.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35281) > >2014-07-22 12:13:56.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60351) > >2014-07-22 12:13:56.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36012) > >2014-07-22 12:13:57.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:13:59.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35333) > >2014-07-22 12:14:00.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60406) > >2014-07-22 12:14:00.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36067) > >2014-07-22 12:14:03.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35386) > >2014-07-22 12:14:04.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60460) > >2014-07-22 12:14:04.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36121) > >2014-07-22 12:14:07.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35439) > >2014-07-22 12:14:08.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60515) > >2014-07-22 12:14:08.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36174) > >2014-07-22 12:14:10.993 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:11.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35492) > >2014-07-22 12:14:12.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60570) > >2014-07-22 12:14:12.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36229) > >2014-07-22 12:14:15.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35545) > >2014-07-22 12:14:15.722 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:14:15.722 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:14:15.723 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:14:15.735 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:14:16.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60623) > >2014-07-22 12:14:16.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36284) > >2014-07-22 12:14:18.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:19.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35600) > >2014-07-22 12:14:20.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60679) > >2014-07-22 12:14:20.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36340) > >2014-07-22 12:14:23.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35654) > >2014-07-22 12:14:24.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60735) > >2014-07-22 12:14:24.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36395) > >2014-07-22 12:14:27.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35707) > >2014-07-22 12:14:27.726 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:28.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60789) > >2014-07-22 12:14:28.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36449) > >2014-07-22 12:14:31.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35760) > >2014-07-22 12:14:32.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60843) > >2014-07-22 12:14:32.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36505) > >2014-07-22 12:14:35.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35815) > >2014-07-22 12:14:36.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60896) > >2014-07-22 12:14:36.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36560) > >2014-07-22 12:14:39.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35868) > >2014-07-22 12:14:40.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60951) > >2014-07-22 12:14:40.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36612) > >2014-07-22 12:14:40.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:43.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35921) > >2014-07-22 12:14:44.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32772) > >2014-07-22 12:14:44.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36667) > >2014-07-22 12:14:47.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35974) > >2014-07-22 12:14:48.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32827) > >2014-07-22 12:14:48.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36720) > >2014-07-22 12:14:48.750 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:51.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36027) > >2014-07-22 12:14:52.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32885) > >2014-07-22 12:14:52.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36775) > >2014-07-22 12:14:55.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36079) > >2014-07-22 12:14:56.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32938) > >2014-07-22 12:14:56.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36830) > >2014-07-22 12:14:57.733 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:14:59.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36132) > >2014-07-22 12:15:00.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32994) > >2014-07-22 12:15:00.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36885) > >2014-07-22 12:15:03.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36185) > >2014-07-22 12:15:04.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33049) > >2014-07-22 12:15:04.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36939) > >2014-07-22 12:15:07.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36240) > >2014-07-22 12:15:08.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33108) > >2014-07-22 12:15:08.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36995) > >2014-07-22 12:15:10.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:11.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36294) > >2014-07-22 12:15:12.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33164) > >2014-07-22 12:15:12.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37051) > >2014-07-22 12:15:15.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36349) > >2014-07-22 12:15:16.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33219) > >2014-07-22 12:15:16.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37107) > >2014-07-22 12:15:18.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:19.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36402) > >2014-07-22 12:15:20.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33276) > >2014-07-22 12:15:20.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37162) > >2014-07-22 12:15:23.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36456) > >2014-07-22 12:15:24.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33332) > >2014-07-22 12:15:24.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37216) > >2014-07-22 12:15:27.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36513) > >2014-07-22 12:15:27.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:28.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33387) > >2014-07-22 12:15:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37271) > >2014-07-22 12:15:31.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36566) > >2014-07-22 12:15:32.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33449) > >2014-07-22 12:15:32.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37334) > >2014-07-22 12:15:35.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36626) > >2014-07-22 12:15:36.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33520) > >2014-07-22 12:15:36.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37396) > >2014-07-22 12:15:39.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36678) > >2014-07-22 12:15:40.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33575) > >2014-07-22 12:15:40.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37449) > >2014-07-22 12:15:40.998 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:43.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36731) > >2014-07-22 12:15:44.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33630) > >2014-07-22 12:15:44.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37504) > >2014-07-22 12:15:47.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36784) > >2014-07-22 12:15:48.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33685) > >2014-07-22 12:15:48.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:48.869 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 37558) > >2014-07-22 12:15:51.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36838) > >2014-07-22 12:15:52.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33751) > >2014-07-22 12:15:52.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37613) > >2014-07-22 12:15:55.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36906) > >2014-07-22 12:15:56.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33821) > >2014-07-22 12:15:56.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37672) > >2014-07-22 12:15:57.806 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:15:59.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36960) > >2014-07-22 12:16:00.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33882) > >2014-07-22 12:16:00.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37727) > >2014-07-22 12:16:03.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37022) > >2014-07-22 12:16:04.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33948) > >2014-07-22 12:16:04.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37781) > >2014-07-22 12:16:07.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37085) > >2014-07-22 12:16:08.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34019) > >2014-07-22 12:16:08.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37834) > >2014-07-22 12:16:11.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:11.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37148) > >2014-07-22 12:16:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34091) > >2014-07-22 12:16:12.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37890) > >2014-07-22 12:16:15.737 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:16:15.737 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:16:15.738 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:16:15.787 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:16:15.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37210) > >2014-07-22 12:16:16.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34159) > >2014-07-22 12:16:16.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37945) > >2014-07-22 12:16:18.761 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:19.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37270) > >2014-07-22 12:16:20.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34218) > >2014-07-22 12:16:20.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38001) > >2014-07-22 12:16:23.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37335) > >2014-07-22 12:16:24.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34274) > >2014-07-22 12:16:24.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38056) > >2014-07-22 12:16:27.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37398) > >2014-07-22 12:16:27.874 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:28.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34331) > >2014-07-22 12:16:28.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38110) > >2014-07-22 12:16:31.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37461) > >2014-07-22 12:16:32.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34386) > >2014-07-22 12:16:32.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38166) > >2014-07-22 12:16:35.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37528) > >2014-07-22 12:16:36.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34442) > >2014-07-22 12:16:36.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38222) > >2014-07-22 12:16:39.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37587) > >2014-07-22 12:16:40.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34496) > >2014-07-22 12:16:40.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38275) > >2014-07-22 12:16:41.035 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:43.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37643) > >2014-07-22 12:16:44.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34554) > >2014-07-22 12:16:44.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38330) > >2014-07-22 12:16:47.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37699) > >2014-07-22 12:16:48.855 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:48.942 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 34612) > >2014-07-22 12:16:49.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38383) > >2014-07-22 12:16:51.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37755) > >2014-07-22 12:16:52.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34670) > >2014-07-22 12:16:53.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38439) > >2014-07-22 12:16:55.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37811) > >2014-07-22 12:16:56.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34723) > >2014-07-22 12:16:57.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38491) > >2014-07-22 12:16:57.825 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:16:59.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37865) > >2014-07-22 12:17:00.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34780) > >2014-07-22 12:17:01.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38548) > >2014-07-22 12:17:03.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37918) > >2014-07-22 12:17:04.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34837) > >2014-07-22 12:17:05.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38601) > >2014-07-22 12:17:07.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37973) > >2014-07-22 12:17:08.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34892) > >2014-07-22 12:17:09.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38657) > >2014-07-22 12:17:11.038 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:17:11.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38027) > >2014-07-22 12:17:12.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34949) > >2014-07-22 12:17:13.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38713) > >2014-07-22 12:17:15.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38080) > >2014-07-22 12:17:16.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35004) > >2014-07-22 12:17:17.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38769) > >2014-07-22 12:17:18.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:17:19.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38134) > >2014-07-22 12:17:20.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35061) > >2014-07-22 12:17:21.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38824) > >2014-07-22 12:17:23.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38187) > >2014-07-22 12:17:24.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35119) > >2014-07-22 12:17:25.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38878) > >2014-07-22 12:17:27.832 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:17:28.016 29190 INFO neutron.wsgi [req-ee2c89a7-787d-435a-ab6d-36708c08f317 None] (29190) accepted ('192.168.0.8', 38240) > >2014-07-22 12:17:29.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35178) > >2014-07-22 12:17:29.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38935) > >2014-07-22 12:17:31.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38293) > >2014-07-22 12:17:33.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35237) > >2014-07-22 12:17:33.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38994) > >2014-07-22 12:17:35.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38346) > >2014-07-22 12:17:37.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35290) > >2014-07-22 12:17:37.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39052) > >2014-07-22 12:17:40.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38400) > >2014-07-22 12:17:41.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35345) > >2014-07-22 12:17:41.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:17:41.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39105) > >2014-07-22 12:17:43.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38454) > >2014-07-22 12:17:45.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35401) > >2014-07-22 12:17:45.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39160) > >2014-07-22 12:17:47.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38510) > >2014-07-22 12:17:48.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:17:49.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35460) > >2014-07-22 12:17:49.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39215) > >2014-07-22 12:17:51.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38563) > >2014-07-22 12:17:53.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35517) > >2014-07-22 12:17:53.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39269) > >2014-07-22 12:17:56.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38616) > >2014-07-22 12:17:57.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35572) > >2014-07-22 12:17:57.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39322) > >2014-07-22 12:17:57.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:00.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38670) > >2014-07-22 12:18:01.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35627) > >2014-07-22 12:18:01.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39377) > >2014-07-22 12:18:03.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38723) > >2014-07-22 12:18:05.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35681) > >2014-07-22 12:18:05.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39431) > >2014-07-22 12:18:07.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38776) > >2014-07-22 12:18:09.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35736) > >2014-07-22 12:18:09.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39484) > >2014-07-22 12:18:11.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:11.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38828) > >2014-07-22 12:18:13.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35791) > >2014-07-22 12:18:13.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39539) > >2014-07-22 12:18:15.800 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:18:15.800 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:18:15.801 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:18:15.813 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:18:16.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38882) > >2014-07-22 12:18:17.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35844) > >2014-07-22 12:18:17.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39594) > >2014-07-22 12:18:18.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:20.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38937) > >2014-07-22 12:18:21.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35900) > >2014-07-22 12:18:21.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39650) > >2014-07-22 12:18:24.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38992) > >2014-07-22 12:18:25.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35957) > >2014-07-22 12:18:25.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39705) > >2014-07-22 12:18:27.844 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:28.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39045) > >2014-07-22 12:18:29.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36011) > >2014-07-22 12:18:29.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39759) > >2014-07-22 12:18:32.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39098) > >2014-07-22 12:18:33.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36066) > >2014-07-22 12:18:33.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39815) > >2014-07-22 12:18:36.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39153) > >2014-07-22 12:18:37.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36119) > >2014-07-22 12:18:37.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39870) > >2014-07-22 12:18:40.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39206) > >2014-07-22 12:18:41.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:41.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36174) > >2014-07-22 12:18:41.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39924) > >2014-07-22 12:18:44.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39259) > >2014-07-22 12:18:45.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36229) > >2014-07-22 12:18:45.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39979) > >2014-07-22 12:18:48.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39312) > >2014-07-22 12:18:48.765 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:18:49.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36285) > >2014-07-22 12:18:49.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40033) > >2014-07-22 12:18:52.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39365) > >2014-07-22 12:18:53.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36342) > >2014-07-22 12:18:53.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40087) > >2014-07-22 12:18:56.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39418) > >2014-07-22 12:18:57.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36395) > >2014-07-22 12:18:57.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40140) > >2014-07-22 12:18:57.846 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:00.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39471) > >2014-07-22 12:19:01.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36451) > >2014-07-22 12:19:01.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40197) > >2014-07-22 12:19:04.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39524) > >2014-07-22 12:19:05.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36505) > >2014-07-22 12:19:05.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40251) > >2014-07-22 12:19:08.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39579) > >2014-07-22 12:19:09.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36560) > >2014-07-22 12:19:09.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40306) > >2014-07-22 12:19:11.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:12.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39633) > >2014-07-22 12:19:13.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36616) > >2014-07-22 12:19:13.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40363) > >2014-07-22 12:19:16.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39686) > >2014-07-22 12:19:17.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36671) > >2014-07-22 12:19:17.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40418) > >2014-07-22 12:19:18.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:20.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39740) > >2014-07-22 12:19:21.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36730) > >2014-07-22 12:19:21.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40474) > >2014-07-22 12:19:24.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39793) > >2014-07-22 12:19:25.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36786) > >2014-07-22 12:19:25.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40528) > >2014-07-22 12:19:27.875 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:28.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39846) > >2014-07-22 12:19:29.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36843) > >2014-07-22 12:19:29.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40585) > >2014-07-22 12:19:32.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39899) > >2014-07-22 12:19:33.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36900) > >2014-07-22 12:19:33.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40642) > >2014-07-22 12:19:36.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39952) > >2014-07-22 12:19:37.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36955) > >2014-07-22 12:19:37.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40702) > >2014-07-22 12:19:40.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40006) > >2014-07-22 12:19:41.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:41.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37010) > >2014-07-22 12:19:41.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40755) > >2014-07-22 12:19:44.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40059) > >2014-07-22 12:19:45.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37065) > >2014-07-22 12:19:45.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40810) > >2014-07-22 12:19:48.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40112) > >2014-07-22 12:19:48.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:19:49.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37121) > >2014-07-22 12:19:49.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40865) > >2014-07-22 12:19:52.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40165) > >2014-07-22 12:19:53.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37177) > >2014-07-22 12:19:53.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40920) > >2014-07-22 12:19:56.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40217) > >2014-07-22 12:19:57.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37230) > >2014-07-22 12:19:57.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40973) > >2014-07-22 12:19:57.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:00.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40270) > >2014-07-22 12:20:01.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37285) > >2014-07-22 12:20:01.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41028) > >2014-07-22 12:20:04.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40323) > >2014-07-22 12:20:05.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37339) > >2014-07-22 12:20:05.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41082) > >2014-07-22 12:20:08.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40376) > >2014-07-22 12:20:09.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37394) > >2014-07-22 12:20:09.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41135) > >2014-07-22 12:20:11.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:12.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40429) > >2014-07-22 12:20:13.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37449) > >2014-07-22 12:20:13.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41191) > >2014-07-22 12:20:15.815 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:20:15.815 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:20:15.815 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:20:15.827 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:20:16.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40482) > >2014-07-22 12:20:17.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37502) > >2014-07-22 12:20:17.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41246) > >2014-07-22 12:20:18.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:20.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40537) > >2014-07-22 12:20:21.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37558) > >2014-07-22 12:20:21.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41302) > >2014-07-22 12:20:24.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40591) > >2014-07-22 12:20:25.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37614) > >2014-07-22 12:20:25.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41357) > >2014-07-22 12:20:27.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:28.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40644) > >2014-07-22 12:20:29.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37668) > >2014-07-22 12:20:29.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41411) > >2014-07-22 12:20:32.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40697) > >2014-07-22 12:20:33.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37723) > >2014-07-22 12:20:33.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41467) > >2014-07-22 12:20:36.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40752) > >2014-07-22 12:20:37.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37776) > >2014-07-22 12:20:37.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41522) > >2014-07-22 12:20:40.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40805) > >2014-07-22 12:20:41.067 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:41.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37831) > >2014-07-22 12:20:41.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41575) > >2014-07-22 12:20:44.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40858) > >2014-07-22 12:20:45.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37886) > >2014-07-22 12:20:45.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41630) > >2014-07-22 12:20:48.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40911) > >2014-07-22 12:20:48.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:20:49.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37942) > >2014-07-22 12:20:49.223 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41685) > >2014-07-22 12:20:52.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40964) > >2014-07-22 12:20:53.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37998) > >2014-07-22 12:20:53.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41739) > >2014-07-22 12:20:56.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41017) > >2014-07-22 12:20:57.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38052) > >2014-07-22 12:20:57.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41793) > >2014-07-22 12:20:57.909 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:00.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41070) > >2014-07-22 12:21:01.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38107) > >2014-07-22 12:21:01.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41850) > >2014-07-22 12:21:04.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41123) > >2014-07-22 12:21:05.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38160) > >2014-07-22 12:21:05.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41904) > >2014-07-22 12:21:08.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41178) > >2014-07-22 12:21:09.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38215) > >2014-07-22 12:21:09.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41959) > >2014-07-22 12:21:11.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:12.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41232) > >2014-07-22 12:21:13.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38271) > >2014-07-22 12:21:13.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42016) > >2014-07-22 12:21:16.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41285) > >2014-07-22 12:21:17.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38325) > >2014-07-22 12:21:17.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42070) > >2014-07-22 12:21:18.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:20.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41339) > >2014-07-22 12:21:21.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38383) > >2014-07-22 12:21:21.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42126) > >2014-07-22 12:21:24.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41392) > >2014-07-22 12:21:25.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38439) > >2014-07-22 12:21:25.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42180) > >2014-07-22 12:21:27.924 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:28.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41445) > >2014-07-22 12:21:29.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38496) > >2014-07-22 12:21:29.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42237) > >2014-07-22 12:21:32.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41498) > >2014-07-22 12:21:33.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38553) > >2014-07-22 12:21:33.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42294) > >2014-07-22 12:21:36.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41551) > >2014-07-22 12:21:37.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38608) > >2014-07-22 12:21:37.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42353) > >2014-07-22 12:21:40.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41605) > >2014-07-22 12:21:41.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:41.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38662) > >2014-07-22 12:21:41.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42408) > >2014-07-22 12:21:44.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41659) > >2014-07-22 12:21:45.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38717) > >2014-07-22 12:21:45.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42462) > >2014-07-22 12:21:48.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41712) > >2014-07-22 12:21:48.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:21:49.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38773) > >2014-07-22 12:21:49.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42516) > >2014-07-22 12:21:52.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41765) > >2014-07-22 12:21:53.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38829) > >2014-07-22 12:21:53.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42571) > >2014-07-22 12:21:56.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41818) > >2014-07-22 12:21:57.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38882) > >2014-07-22 12:21:57.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42624) > >2014-07-22 12:21:57.944 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:00.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41871) > >2014-07-22 12:22:01.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38937) > >2014-07-22 12:22:01.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42679) > >2014-07-22 12:22:04.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41924) > >2014-07-22 12:22:05.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38991) > >2014-07-22 12:22:05.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42733) > >2014-07-22 12:22:08.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41977) > >2014-07-22 12:22:09.176 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39046) > >2014-07-22 12:22:09.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42785) > >2014-07-22 12:22:11.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:12.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42029) > >2014-07-22 12:22:13.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39101) > >2014-07-22 12:22:13.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42840) > >2014-07-22 12:22:15.830 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:22:15.830 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:22:15.831 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:22:15.842 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:22:16.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42082) > >2014-07-22 12:22:17.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39154) > >2014-07-22 12:22:17.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42895) > >2014-07-22 12:22:18.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:20.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42135) > >2014-07-22 12:22:21.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39210) > >2014-07-22 12:22:21.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42951) > >2014-07-22 12:22:24.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42191) > >2014-07-22 12:22:25.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39266) > >2014-07-22 12:22:25.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43006) > >2014-07-22 12:22:27.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:28.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42244) > >2014-07-22 12:22:29.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39320) > >2014-07-22 12:22:29.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43060) > >2014-07-22 12:22:32.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42297) > >2014-07-22 12:22:33.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39375) > >2014-07-22 12:22:33.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43117) > >2014-07-22 12:22:36.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42351) > >2014-07-22 12:22:37.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39428) > >2014-07-22 12:22:37.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43172) > >2014-07-22 12:22:40.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42405) > >2014-07-22 12:22:41.068 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:41.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39483) > >2014-07-22 12:22:41.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43226) > >2014-07-22 12:22:44.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42458) > >2014-07-22 12:22:45.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39538) > >2014-07-22 12:22:45.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43280) > >2014-07-22 12:22:48.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42511) > >2014-07-22 12:22:48.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:22:49.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39594) > >2014-07-22 12:22:49.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43334) > >2014-07-22 12:22:52.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42564) > >2014-07-22 12:22:53.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39650) > >2014-07-22 12:22:53.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43388) > >2014-07-22 12:22:56.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42617) > >2014-07-22 12:22:57.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39704) > >2014-07-22 12:22:57.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43442) > >2014-07-22 12:22:57.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:00.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42670) > >2014-07-22 12:23:01.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39759) > >2014-07-22 12:23:01.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43499) > >2014-07-22 12:23:04.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42723) > >2014-07-22 12:23:05.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39814) > >2014-07-22 12:23:05.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43553) > >2014-07-22 12:23:08.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42778) > >2014-07-22 12:23:09.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39869) > >2014-07-22 12:23:09.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43608) > >2014-07-22 12:23:11.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:12.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42831) > >2014-07-22 12:23:13.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39925) > >2014-07-22 12:23:13.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43665) > >2014-07-22 12:23:16.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42885) > >2014-07-22 12:23:17.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39978) > >2014-07-22 12:23:17.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43718) > >2014-07-22 12:23:18.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:20.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42939) > >2014-07-22 12:23:21.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40037) > >2014-07-22 12:23:21.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43776) > >2014-07-22 12:23:24.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42992) > >2014-07-22 12:23:25.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40093) > >2014-07-22 12:23:25.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43830) > >2014-07-22 12:23:27.959 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:28.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43045) > >2014-07-22 12:23:29.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40150) > >2014-07-22 12:23:29.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43887) > >2014-07-22 12:23:32.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43098) > >2014-07-22 12:23:33.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40206) > >2014-07-22 12:23:33.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43943) > >2014-07-22 12:23:36.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43151) > >2014-07-22 12:23:37.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40262) > >2014-07-22 12:23:37.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44003) > >2014-07-22 12:23:40.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43205) > >2014-07-22 12:23:41.093 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:41.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40317) > >2014-07-22 12:23:41.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44058) > >2014-07-22 12:23:44.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43258) > >2014-07-22 12:23:45.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40372) > >2014-07-22 12:23:45.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44112) > >2014-07-22 12:23:48.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43311) > >2014-07-22 12:23:48.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:23:49.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40427) > >2014-07-22 12:23:49.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44166) > >2014-07-22 12:23:52.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43363) > >2014-07-22 12:23:53.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40483) > >2014-07-22 12:23:53.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44221) > >2014-07-22 12:23:56.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43416) > >2014-07-22 12:23:57.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40536) > >2014-07-22 12:23:57.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44274) > >2014-07-22 12:23:57.979 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:00.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43469) > >2014-07-22 12:24:01.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40591) > >2014-07-22 12:24:01.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44329) > >2014-07-22 12:24:04.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43522) > >2014-07-22 12:24:05.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40645) > >2014-07-22 12:24:05.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44383) > >2014-07-22 12:24:08.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43575) > >2014-07-22 12:24:09.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40700) > >2014-07-22 12:24:09.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44436) > >2014-07-22 12:24:11.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:12.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43628) > >2014-07-22 12:24:13.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40755) > >2014-07-22 12:24:13.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44491) > >2014-07-22 12:24:15.844 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:24:15.844 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:24:15.845 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:24:15.857 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:24:16.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43681) > >2014-07-22 12:24:17.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40808) > >2014-07-22 12:24:17.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44546) > >2014-07-22 12:24:18.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:20.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43734) > >2014-07-22 12:24:21.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40864) > >2014-07-22 12:24:21.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44602) > >2014-07-22 12:24:24.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43790) > >2014-07-22 12:24:25.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40920) > >2014-07-22 12:24:25.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44657) > >2014-07-22 12:24:27.982 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:28.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43843) > >2014-07-22 12:24:29.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40974) > >2014-07-22 12:24:29.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44711) > >2014-07-22 12:24:32.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43897) > >2014-07-22 12:24:33.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41029) > >2014-07-22 12:24:33.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44767) > >2014-07-22 12:24:36.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43950) > >2014-07-22 12:24:37.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41082) > >2014-07-22 12:24:37.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44822) > >2014-07-22 12:24:40.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44005) > >2014-07-22 12:24:41.042 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:41.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41138) > >2014-07-22 12:24:41.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44877) > >2014-07-22 12:24:44.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44058) > >2014-07-22 12:24:45.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41192) > >2014-07-22 12:24:45.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44931) > >2014-07-22 12:24:48.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44111) > >2014-07-22 12:24:48.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:24:49.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41248) > >2014-07-22 12:24:49.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44985) > >2014-07-22 12:24:52.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44164) > >2014-07-22 12:24:53.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41304) > >2014-07-22 12:24:53.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45039) > >2014-07-22 12:24:56.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44217) > >2014-07-22 12:24:57.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41358) > >2014-07-22 12:24:57.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45093) > >2014-07-22 12:24:57.981 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:00.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44270) > >2014-07-22 12:25:01.276 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41413) > >2014-07-22 12:25:01.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45148) > >2014-07-22 12:25:04.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44323) > >2014-07-22 12:25:05.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41467) > >2014-07-22 12:25:05.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45203) > >2014-07-22 12:25:08.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44378) > >2014-07-22 12:25:09.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41522) > >2014-07-22 12:25:09.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45258) > >2014-07-22 12:25:11.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:12.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44431) > >2014-07-22 12:25:13.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41577) > >2014-07-22 12:25:13.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45313) > >2014-07-22 12:25:16.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44485) > >2014-07-22 12:25:17.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41631) > >2014-07-22 12:25:17.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45368) > >2014-07-22 12:25:18.768 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:20.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44539) > >2014-07-22 12:25:21.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41691) > >2014-07-22 12:25:21.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45426) > >2014-07-22 12:25:24.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44593) > >2014-07-22 12:25:25.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41747) > >2014-07-22 12:25:25.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45480) > >2014-07-22 12:25:27.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:28.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44646) > >2014-07-22 12:25:29.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41804) > >2014-07-22 12:25:29.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45537) > >2014-07-22 12:25:32.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44699) > >2014-07-22 12:25:33.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41860) > >2014-07-22 12:25:33.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45593) > >2014-07-22 12:25:36.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44751) > >2014-07-22 12:25:37.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41916) > >2014-07-22 12:25:37.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45649) > >2014-07-22 12:25:40.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44804) > >2014-07-22 12:25:41.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:41.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41972) > >2014-07-22 12:25:41.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45708) > >2014-07-22 12:25:44.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44858) > >2014-07-22 12:25:45.306 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42026) > >2014-07-22 12:25:45.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45762) > >2014-07-22 12:25:48.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44911) > >2014-07-22 12:25:48.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:25:49.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42082) > >2014-07-22 12:25:49.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45816) > >2014-07-22 12:25:52.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44964) > >2014-07-22 12:25:53.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42138) > >2014-07-22 12:25:53.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45871) > >2014-07-22 12:25:56.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45017) > >2014-07-22 12:25:57.313 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42191) > >2014-07-22 12:25:57.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45924) > >2014-07-22 12:25:58.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:00.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45070) > >2014-07-22 12:26:01.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42246) > >2014-07-22 12:26:01.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45979) > >2014-07-22 12:26:04.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45123) > >2014-07-22 12:26:05.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42300) > >2014-07-22 12:26:05.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46033) > >2014-07-22 12:26:08.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45176) > >2014-07-22 12:26:09.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42355) > >2014-07-22 12:26:09.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46086) > >2014-07-22 12:26:11.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:12.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45229) > >2014-07-22 12:26:13.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42410) > >2014-07-22 12:26:13.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46141) > >2014-07-22 12:26:15.860 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:26:15.860 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:26:15.861 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:26:15.872 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:26:16.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45282) > >2014-07-22 12:26:17.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42463) > >2014-07-22 12:26:17.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46196) > >2014-07-22 12:26:18.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:20.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45335) > >2014-07-22 12:26:21.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42519) > >2014-07-22 12:26:21.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46250) > >2014-07-22 12:26:24.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45391) > >2014-07-22 12:26:25.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42575) > >2014-07-22 12:26:25.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46307) > >2014-07-22 12:26:28.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:28.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45444) > >2014-07-22 12:26:29.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42629) > >2014-07-22 12:26:29.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46361) > >2014-07-22 12:26:32.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45497) > >2014-07-22 12:26:33.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42684) > >2014-07-22 12:26:33.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46417) > >2014-07-22 12:26:36.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45550) > >2014-07-22 12:26:37.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42737) > >2014-07-22 12:26:37.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46471) > >2014-07-22 12:26:40.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45605) > >2014-07-22 12:26:41.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:41.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42793) > >2014-07-22 12:26:41.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46526) > >2014-07-22 12:26:44.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45658) > >2014-07-22 12:26:45.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42847) > >2014-07-22 12:26:45.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46580) > >2014-07-22 12:26:48.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45711) > >2014-07-22 12:26:48.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:26:49.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42903) > >2014-07-22 12:26:49.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46634) > >2014-07-22 12:26:52.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45764) > >2014-07-22 12:26:53.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42959) > >2014-07-22 12:26:53.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46688) > >2014-07-22 12:26:56.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45817) > >2014-07-22 12:26:57.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43012) > >2014-07-22 12:26:57.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46742) > >2014-07-22 12:26:58.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:00.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45870) > >2014-07-22 12:27:01.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43067) > >2014-07-22 12:27:01.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46797) > >2014-07-22 12:27:04.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45923) > >2014-07-22 12:27:05.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43121) > >2014-07-22 12:27:05.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46852) > >2014-07-22 12:27:08.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45978) > >2014-07-22 12:27:09.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43176) > >2014-07-22 12:27:09.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46907) > >2014-07-22 12:27:11.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:12.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46031) > >2014-07-22 12:27:13.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43232) > >2014-07-22 12:27:13.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46962) > >2014-07-22 12:27:16.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46085) > >2014-07-22 12:27:17.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43286) > >2014-07-22 12:27:17.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47017) > >2014-07-22 12:27:18.769 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:20.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46138) > >2014-07-22 12:27:21.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43345) > >2014-07-22 12:27:21.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47074) > >2014-07-22 12:27:24.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46192) > >2014-07-22 12:27:25.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43401) > >2014-07-22 12:27:25.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47129) > >2014-07-22 12:27:28.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:28.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46245) > >2014-07-22 12:27:29.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43458) > >2014-07-22 12:27:29.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47186) > >2014-07-22 12:27:32.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46298) > >2014-07-22 12:27:33.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43514) > >2014-07-22 12:27:33.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47242) > >2014-07-22 12:27:36.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46351) > >2014-07-22 12:27:37.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43568) > >2014-07-22 12:27:37.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47296) > >2014-07-22 12:27:40.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46404) > >2014-07-22 12:27:41.043 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:41.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43626) > >2014-07-22 12:27:41.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47358) > >2014-07-22 12:27:44.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46458) > >2014-07-22 12:27:45.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43680) > >2014-07-22 12:27:45.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47411) > >2014-07-22 12:27:48.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46511) > >2014-07-22 12:27:48.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:27:49.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43736) > >2014-07-22 12:27:49.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47465) > >2014-07-22 12:27:52.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46564) > >2014-07-22 12:27:53.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43792) > >2014-07-22 12:27:53.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47520) > >2014-07-22 12:27:56.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46617) > >2014-07-22 12:27:57.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43845) > >2014-07-22 12:27:57.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47573) > >2014-07-22 12:27:58.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:00.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46670) > >2014-07-22 12:28:01.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43900) > >2014-07-22 12:28:01.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47628) > >2014-07-22 12:28:04.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46723) > >2014-07-22 12:28:05.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43954) > >2014-07-22 12:28:05.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47682) > >2014-07-22 12:28:08.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46775) > >2014-07-22 12:28:09.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44009) > >2014-07-22 12:28:09.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47735) > >2014-07-22 12:28:11.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:12.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46828) > >2014-07-22 12:28:13.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44064) > >2014-07-22 12:28:13.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47790) > >2014-07-22 12:28:15.875 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:28:15.875 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:28:15.876 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:28:15.887 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:28:16.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46881) > >2014-07-22 12:28:17.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44117) > >2014-07-22 12:28:17.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47845) > >2014-07-22 12:28:18.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:20.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46934) > >2014-07-22 12:28:21.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44173) > >2014-07-22 12:28:21.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47899) > >2014-07-22 12:28:24.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46990) > >2014-07-22 12:28:25.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44229) > >2014-07-22 12:28:25.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47956) > >2014-07-22 12:28:28.041 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:28.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47043) > >2014-07-22 12:28:29.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44283) > >2014-07-22 12:28:29.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48010) > >2014-07-22 12:28:32.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47096) > >2014-07-22 12:28:33.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44338) > >2014-07-22 12:28:33.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48065) > >2014-07-22 12:28:36.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47149) > >2014-07-22 12:28:37.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44391) > >2014-07-22 12:28:37.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48119) > >2014-07-22 12:28:40.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47204) > >2014-07-22 12:28:41.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:41.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44447) > >2014-07-22 12:28:41.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48175) > >2014-07-22 12:28:44.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47257) > >2014-07-22 12:28:45.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44501) > >2014-07-22 12:28:45.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48229) > >2014-07-22 12:28:48.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47310) > >2014-07-22 12:28:48.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:28:49.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44557) > >2014-07-22 12:28:49.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48283) > >2014-07-22 12:28:52.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47363) > >2014-07-22 12:28:53.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44613) > >2014-07-22 12:28:53.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48337) > >2014-07-22 12:28:56.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47416) > >2014-07-22 12:28:57.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44666) > >2014-07-22 12:28:57.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48390) > >2014-07-22 12:28:58.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:00.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47469) > >2014-07-22 12:29:01.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44722) > >2014-07-22 12:29:01.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48446) > >2014-07-22 12:29:04.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47522) > >2014-07-22 12:29:05.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44776) > >2014-07-22 12:29:05.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48502) > >2014-07-22 12:29:08.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47577) > >2014-07-22 12:29:09.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44831) > >2014-07-22 12:29:09.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48557) > >2014-07-22 12:29:11.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:12.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47630) > >2014-07-22 12:29:13.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44886) > >2014-07-22 12:29:13.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48613) > >2014-07-22 12:29:16.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47684) > >2014-07-22 12:29:17.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44940) > >2014-07-22 12:29:17.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48668) > >2014-07-22 12:29:18.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:20.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47737) > >2014-07-22 12:29:21.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44999) > >2014-07-22 12:29:21.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48725) > >2014-07-22 12:29:24.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47791) > >2014-07-22 12:29:25.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45055) > >2014-07-22 12:29:25.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48780) > >2014-07-22 12:29:28.063 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:28.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47844) > >2014-07-22 12:29:29.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45112) > >2014-07-22 12:29:29.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48837) > >2014-07-22 12:29:32.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47897) > >2014-07-22 12:29:33.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45168) > >2014-07-22 12:29:33.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48893) > >2014-07-22 12:29:36.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47950) > >2014-07-22 12:29:37.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45221) > >2014-07-22 12:29:37.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48947) > >2014-07-22 12:29:40.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48003) > >2014-07-22 12:29:41.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:41.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45279) > >2014-07-22 12:29:41.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49007) > >2014-07-22 12:29:44.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48057) > >2014-07-22 12:29:45.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45333) > >2014-07-22 12:29:45.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49062) > >2014-07-22 12:29:48.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48110) > >2014-07-22 12:29:48.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:29:49.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45389) > >2014-07-22 12:29:49.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49116) > >2014-07-22 12:29:52.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48163) > >2014-07-22 12:29:53.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45445) > >2014-07-22 12:29:53.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49170) > >2014-07-22 12:29:56.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48215) > >2014-07-22 12:29:57.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45498) > >2014-07-22 12:29:57.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49224) > >2014-07-22 12:29:58.083 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:00.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48268) > >2014-07-22 12:30:01.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45553) > >2014-07-22 12:30:01.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49279) > >2014-07-22 12:30:04.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48321) > >2014-07-22 12:30:05.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45607) > >2014-07-22 12:30:05.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49333) > >2014-07-22 12:30:08.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48374) > >2014-07-22 12:30:09.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45662) > >2014-07-22 12:30:09.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49386) > >2014-07-22 12:30:11.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:12.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48427) > >2014-07-22 12:30:13.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45717) > >2014-07-22 12:30:13.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49441) > >2014-07-22 12:30:15.889 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:30:15.889 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:30:15.890 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:30:15.902 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:30:16.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48480) > >2014-07-22 12:30:17.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45770) > >2014-07-22 12:30:17.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49496) > >2014-07-22 12:30:18.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:20.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48533) > >2014-07-22 12:30:21.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45826) > >2014-07-22 12:30:21.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49550) > >2014-07-22 12:30:24.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48589) > >2014-07-22 12:30:25.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45882) > >2014-07-22 12:30:25.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49607) > >2014-07-22 12:30:28.082 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:28.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48642) > >2014-07-22 12:30:29.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45936) > >2014-07-22 12:30:29.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49661) > >2014-07-22 12:30:32.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48695) > >2014-07-22 12:30:33.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45991) > >2014-07-22 12:30:33.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49716) > >2014-07-22 12:30:36.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48748) > >2014-07-22 12:30:37.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46044) > >2014-07-22 12:30:37.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49770) > >2014-07-22 12:30:40.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48803) > >2014-07-22 12:30:41.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:41.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46100) > >2014-07-22 12:30:41.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49826) > >2014-07-22 12:30:44.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48856) > >2014-07-22 12:30:45.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46154) > >2014-07-22 12:30:45.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49880) > >2014-07-22 12:30:48.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48909) > >2014-07-22 12:30:48.770 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:30:49.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46210) > >2014-07-22 12:30:49.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49934) > >2014-07-22 12:30:52.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48962) > >2014-07-22 12:30:53.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46266) > >2014-07-22 12:30:53.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49988) > >2014-07-22 12:30:56.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49015) > >2014-07-22 12:30:57.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46319) > >2014-07-22 12:30:57.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50041) > >2014-07-22 12:30:58.100 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:00.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49068) > >2014-07-22 12:31:01.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46375) > >2014-07-22 12:31:01.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50097) > >2014-07-22 12:31:04.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49121) > >2014-07-22 12:31:05.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46429) > >2014-07-22 12:31:05.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50153) > >2014-07-22 12:31:08.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49176) > >2014-07-22 12:31:09.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46484) > >2014-07-22 12:31:09.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50207) > >2014-07-22 12:31:11.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:12.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49229) > >2014-07-22 12:31:13.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46539) > >2014-07-22 12:31:13.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50262) > >2014-07-22 12:31:16.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49282) > >2014-07-22 12:31:17.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46593) > >2014-07-22 12:31:17.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50317) > >2014-07-22 12:31:18.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:20.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49336) > >2014-07-22 12:31:21.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46652) > >2014-07-22 12:31:21.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50374) > >2014-07-22 12:31:24.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49390) > >2014-07-22 12:31:25.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46708) > >2014-07-22 12:31:25.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50430) > >2014-07-22 12:31:28.118 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:28.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49443) > >2014-07-22 12:31:29.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46765) > >2014-07-22 12:31:29.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50487) > >2014-07-22 12:31:32.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49495) > >2014-07-22 12:31:33.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46821) > >2014-07-22 12:31:33.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50543) > >2014-07-22 12:31:36.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49548) > >2014-07-22 12:31:37.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46875) > >2014-07-22 12:31:37.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50598) > >2014-07-22 12:31:40.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49601) > >2014-07-22 12:31:41.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:41.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46933) > >2014-07-22 12:31:41.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50658) > >2014-07-22 12:31:44.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49655) > >2014-07-22 12:31:45.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46987) > >2014-07-22 12:31:45.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50713) > >2014-07-22 12:31:48.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49708) > >2014-07-22 12:31:48.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:31:49.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47043) > >2014-07-22 12:31:49.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50767) > >2014-07-22 12:31:52.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49761) > >2014-07-22 12:31:53.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47099) > >2014-07-22 12:31:53.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50821) > >2014-07-22 12:31:56.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49814) > >2014-07-22 12:31:57.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47152) > >2014-07-22 12:31:57.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50875) > >2014-07-22 12:31:58.137 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:00.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49867) > >2014-07-22 12:32:01.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47207) > >2014-07-22 12:32:01.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50930) > >2014-07-22 12:32:04.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49920) > >2014-07-22 12:32:05.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47261) > >2014-07-22 12:32:05.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50984) > >2014-07-22 12:32:08.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49973) > >2014-07-22 12:32:09.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47316) > >2014-07-22 12:32:09.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51037) > >2014-07-22 12:32:11.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:12.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50026) > >2014-07-22 12:32:13.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47371) > >2014-07-22 12:32:13.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51092) > >2014-07-22 12:32:15.905 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:32:15.905 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:32:15.906 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:32:15.918 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:32:16.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50079) > >2014-07-22 12:32:17.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47424) > >2014-07-22 12:32:17.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51147) > >2014-07-22 12:32:18.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:20.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50132) > >2014-07-22 12:32:21.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47480) > >2014-07-22 12:32:21.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51201) > >2014-07-22 12:32:24.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50188) > >2014-07-22 12:32:25.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47536) > >2014-07-22 12:32:25.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51258) > >2014-07-22 12:32:28.138 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:28.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50241) > >2014-07-22 12:32:29.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47590) > >2014-07-22 12:32:29.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51312) > >2014-07-22 12:32:32.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50294) > >2014-07-22 12:32:33.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47645) > >2014-07-22 12:32:33.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51367) > >2014-07-22 12:32:36.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50347) > >2014-07-22 12:32:37.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47698) > >2014-07-22 12:32:37.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51421) > >2014-07-22 12:32:40.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50402) > >2014-07-22 12:32:41.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:41.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47754) > >2014-07-22 12:32:41.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51477) > >2014-07-22 12:32:44.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50455) > >2014-07-22 12:32:45.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47808) > >2014-07-22 12:32:45.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51531) > >2014-07-22 12:32:48.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50508) > >2014-07-22 12:32:48.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:32:49.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47864) > >2014-07-22 12:32:49.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51585) > >2014-07-22 12:32:52.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50561) > >2014-07-22 12:32:53.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47919) > >2014-07-22 12:32:53.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51639) > >2014-07-22 12:32:56.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50614) > >2014-07-22 12:32:57.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47972) > >2014-07-22 12:32:57.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51691) > >2014-07-22 12:32:58.157 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:00.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50667) > >2014-07-22 12:33:01.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48028) > >2014-07-22 12:33:01.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51747) > >2014-07-22 12:33:04.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50720) > >2014-07-22 12:33:05.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48081) > >2014-07-22 12:33:05.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51801) > >2014-07-22 12:33:08.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50775) > >2014-07-22 12:33:09.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48136) > >2014-07-22 12:33:09.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51858) > >2014-07-22 12:33:11.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:12.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50828) > >2014-07-22 12:33:13.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48191) > >2014-07-22 12:33:13.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51913) > >2014-07-22 12:33:16.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50881) > >2014-07-22 12:33:17.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48245) > >2014-07-22 12:33:17.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51967) > >2014-07-22 12:33:18.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:20.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50935) > >2014-07-22 12:33:21.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48304) > >2014-07-22 12:33:21.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52024) > >2014-07-22 12:33:24.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50988) > >2014-07-22 12:33:25.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48360) > >2014-07-22 12:33:25.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52079) > >2014-07-22 12:33:28.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:28.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51042) > >2014-07-22 12:33:29.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48417) > >2014-07-22 12:33:29.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52136) > >2014-07-22 12:33:32.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51095) > >2014-07-22 12:33:33.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48473) > >2014-07-22 12:33:33.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52192) > >2014-07-22 12:33:36.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51148) > >2014-07-22 12:33:37.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48527) > >2014-07-22 12:33:37.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52246) > >2014-07-22 12:33:40.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51201) > >2014-07-22 12:33:41.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:41.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48585) > >2014-07-22 12:33:41.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52302) > >2014-07-22 12:33:44.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51254) > >2014-07-22 12:33:45.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48639) > >2014-07-22 12:33:45.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52361) > >2014-07-22 12:33:48.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51308) > >2014-07-22 12:33:48.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:33:49.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48695) > >2014-07-22 12:33:49.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52415) > >2014-07-22 12:33:52.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51361) > >2014-07-22 12:33:53.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48751) > >2014-07-22 12:33:53.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52469) > >2014-07-22 12:33:56.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51414) > >2014-07-22 12:33:57.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48804) > >2014-07-22 12:33:57.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52523) > >2014-07-22 12:33:58.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:00.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51467) > >2014-07-22 12:34:01.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48859) > >2014-07-22 12:34:01.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52578) > >2014-07-22 12:34:04.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51520) > >2014-07-22 12:34:05.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48913) > >2014-07-22 12:34:05.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52632) > >2014-07-22 12:34:08.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51573) > >2014-07-22 12:34:09.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48968) > >2014-07-22 12:34:09.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52685) > >2014-07-22 12:34:11.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:12.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51626) > >2014-07-22 12:34:13.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49023) > >2014-07-22 12:34:13.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52740) > >2014-07-22 12:34:15.920 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:34:15.920 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:34:15.921 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:34:15.933 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:34:16.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51679) > >2014-07-22 12:34:17.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49076) > >2014-07-22 12:34:17.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52795) > >2014-07-22 12:34:18.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:20.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51731) > >2014-07-22 12:34:21.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49132) > >2014-07-22 12:34:21.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52849) > >2014-07-22 12:34:24.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51787) > >2014-07-22 12:34:25.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49188) > >2014-07-22 12:34:25.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52906) > >2014-07-22 12:34:28.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:28.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51840) > >2014-07-22 12:34:29.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49242) > >2014-07-22 12:34:29.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52960) > >2014-07-22 12:34:32.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51893) > >2014-07-22 12:34:33.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49297) > >2014-07-22 12:34:33.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53015) > >2014-07-22 12:34:36.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51946) > >2014-07-22 12:34:37.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49350) > >2014-07-22 12:34:37.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53069) > >2014-07-22 12:34:40.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52001) > >2014-07-22 12:34:41.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:41.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49406) > >2014-07-22 12:34:41.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53125) > >2014-07-22 12:34:44.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52054) > >2014-07-22 12:34:45.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49460) > >2014-07-22 12:34:45.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53179) > >2014-07-22 12:34:48.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52107) > >2014-07-22 12:34:48.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:34:49.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49516) > >2014-07-22 12:34:49.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53233) > >2014-07-22 12:34:52.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52160) > >2014-07-22 12:34:53.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49572) > >2014-07-22 12:34:53.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53287) > >2014-07-22 12:34:56.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52213) > >2014-07-22 12:34:57.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49626) > >2014-07-22 12:34:57.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53340) > >2014-07-22 12:34:58.215 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:00.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52266) > >2014-07-22 12:35:01.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49682) > >2014-07-22 12:35:01.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53396) > >2014-07-22 12:35:04.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52319) > >2014-07-22 12:35:05.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49736) > >2014-07-22 12:35:05.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53450) > >2014-07-22 12:35:08.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52374) > >2014-07-22 12:35:09.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49791) > >2014-07-22 12:35:09.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53507) > >2014-07-22 12:35:11.046 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:12.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52427) > >2014-07-22 12:35:13.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49846) > >2014-07-22 12:35:13.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53562) > >2014-07-22 12:35:16.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52480) > >2014-07-22 12:35:17.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49902) > >2014-07-22 12:35:17.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53619) > >2014-07-22 12:35:18.771 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:20.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52534) > >2014-07-22 12:35:21.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49961) > >2014-07-22 12:35:21.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53676) > >2014-07-22 12:35:24.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52588) > >2014-07-22 12:35:25.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50021) > >2014-07-22 12:35:25.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53732) > >2014-07-22 12:35:28.232 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:28.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52643) > >2014-07-22 12:35:29.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50078) > >2014-07-22 12:35:29.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53790) > >2014-07-22 12:35:32.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52696) > >2014-07-22 12:35:33.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50133) > >2014-07-22 12:35:33.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53846) > >2014-07-22 12:35:36.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52749) > >2014-07-22 12:35:37.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50187) > >2014-07-22 12:35:37.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53900) > >2014-07-22 12:35:40.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52801) > >2014-07-22 12:35:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:41.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50243) > >2014-07-22 12:35:41.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53954) > >2014-07-22 12:35:44.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52854) > >2014-07-22 12:35:45.685 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50299) > >2014-07-22 12:35:45.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54015) > >2014-07-22 12:35:48.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52908) > >2014-07-22 12:35:48.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:35:49.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50355) > >2014-07-22 12:35:49.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54069) > >2014-07-22 12:35:52.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52961) > >2014-07-22 12:35:53.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50411) > >2014-07-22 12:35:53.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54123) > >2014-07-22 12:35:56.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53014) > >2014-07-22 12:35:57.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50464) > >2014-07-22 12:35:57.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54177) > >2014-07-22 12:35:58.252 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:00.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53067) > >2014-07-22 12:36:01.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50519) > >2014-07-22 12:36:01.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54232) > >2014-07-22 12:36:04.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53120) > >2014-07-22 12:36:05.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50573) > >2014-07-22 12:36:05.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54286) > >2014-07-22 12:36:08.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53173) > >2014-07-22 12:36:09.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50628) > >2014-07-22 12:36:09.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54339) > >2014-07-22 12:36:11.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:12.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53226) > >2014-07-22 12:36:13.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50683) > >2014-07-22 12:36:13.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54394) > >2014-07-22 12:36:15.934 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:36:15.934 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:36:15.935 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:36:15.948 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:36:16.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53279) > >2014-07-22 12:36:17.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50737) > >2014-07-22 12:36:17.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54449) > >2014-07-22 12:36:18.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:20.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53332) > >2014-07-22 12:36:21.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50793) > >2014-07-22 12:36:21.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54503) > >2014-07-22 12:36:24.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53388) > >2014-07-22 12:36:25.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50849) > >2014-07-22 12:36:25.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54560) > >2014-07-22 12:36:28.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:28.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53441) > >2014-07-22 12:36:29.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50903) > >2014-07-22 12:36:29.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54614) > >2014-07-22 12:36:32.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53494) > >2014-07-22 12:36:33.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50958) > >2014-07-22 12:36:33.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54669) > >2014-07-22 12:36:36.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53547) > >2014-07-22 12:36:37.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51011) > >2014-07-22 12:36:37.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54723) > >2014-07-22 12:36:40.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53602) > >2014-07-22 12:36:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:41.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51067) > >2014-07-22 12:36:41.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54779) > >2014-07-22 12:36:44.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53655) > >2014-07-22 12:36:45.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51121) > >2014-07-22 12:36:45.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54833) > >2014-07-22 12:36:48.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:36:48.797 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 53708) > >2014-07-22 12:36:49.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51177) > >2014-07-22 12:36:49.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54887) > >2014-07-22 12:36:52.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53761) > >2014-07-22 12:36:53.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51233) > >2014-07-22 12:36:53.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54941) > >2014-07-22 12:36:56.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53815) > >2014-07-22 12:36:57.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51286) > >2014-07-22 12:36:57.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54994) > >2014-07-22 12:36:58.270 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:00.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53868) > >2014-07-22 12:37:01.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51341) > >2014-07-22 12:37:01.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55049) > >2014-07-22 12:37:04.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53921) > >2014-07-22 12:37:05.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51396) > >2014-07-22 12:37:05.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55104) > >2014-07-22 12:37:08.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53976) > >2014-07-22 12:37:09.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51451) > >2014-07-22 12:37:09.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55161) > >2014-07-22 12:37:11.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:12.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54029) > >2014-07-22 12:37:13.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51506) > >2014-07-22 12:37:13.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55216) > >2014-07-22 12:37:16.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54081) > >2014-07-22 12:37:17.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51560) > >2014-07-22 12:37:17.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55271) > >2014-07-22 12:37:18.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:20.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54135) > >2014-07-22 12:37:21.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51618) > >2014-07-22 12:37:21.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55327) > >2014-07-22 12:37:24.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54188) > >2014-07-22 12:37:25.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51675) > >2014-07-22 12:37:25.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55382) > >2014-07-22 12:37:28.286 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:28.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54242) > >2014-07-22 12:37:29.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51732) > >2014-07-22 12:37:29.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55439) > >2014-07-22 12:37:32.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54295) > >2014-07-22 12:37:33.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51788) > >2014-07-22 12:37:33.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55495) > >2014-07-22 12:37:36.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54348) > >2014-07-22 12:37:37.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51842) > >2014-07-22 12:37:37.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55549) > >2014-07-22 12:37:40.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54401) > >2014-07-22 12:37:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:41.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51898) > >2014-07-22 12:37:41.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55603) > >2014-07-22 12:37:44.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54454) > >2014-07-22 12:37:45.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51954) > >2014-07-22 12:37:45.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55663) > >2014-07-22 12:37:48.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:37:48.835 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 54508) > >2014-07-22 12:37:49.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52010) > >2014-07-22 12:37:49.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55718) > >2014-07-22 12:37:52.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54561) > >2014-07-22 12:37:53.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52066) > >2014-07-22 12:37:53.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55772) > >2014-07-22 12:37:56.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54614) > >2014-07-22 12:37:57.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52119) > >2014-07-22 12:37:57.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55826) > >2014-07-22 12:37:58.306 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:00.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54667) > >2014-07-22 12:38:01.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52174) > >2014-07-22 12:38:01.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55881) > >2014-07-22 12:38:04.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54720) > >2014-07-22 12:38:05.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52228) > >2014-07-22 12:38:05.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55935) > >2014-07-22 12:38:08.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54773) > >2014-07-22 12:38:09.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52283) > >2014-07-22 12:38:09.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55988) > >2014-07-22 12:38:11.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:12.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54826) > >2014-07-22 12:38:13.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52338) > >2014-07-22 12:38:13.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56043) > >2014-07-22 12:38:15.950 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:38:15.950 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:38:15.951 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:38:15.962 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:38:16.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54879) > >2014-07-22 12:38:17.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52391) > >2014-07-22 12:38:17.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56098) > >2014-07-22 12:38:18.772 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:20.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54932) > >2014-07-22 12:38:21.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52447) > >2014-07-22 12:38:21.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56152) > >2014-07-22 12:38:24.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54986) > >2014-07-22 12:38:25.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52503) > >2014-07-22 12:38:25.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56209) > >2014-07-22 12:38:28.310 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:28.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55041) > >2014-07-22 12:38:29.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52557) > >2014-07-22 12:38:29.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56264) > >2014-07-22 12:38:32.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55094) > >2014-07-22 12:38:33.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52612) > >2014-07-22 12:38:33.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56318) > >2014-07-22 12:38:36.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55147) > >2014-07-22 12:38:37.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52664) > >2014-07-22 12:38:37.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56372) > >2014-07-22 12:38:40.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55201) > >2014-07-22 12:38:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:41.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52720) > >2014-07-22 12:38:41.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56428) > >2014-07-22 12:38:44.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55255) > >2014-07-22 12:38:45.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52774) > >2014-07-22 12:38:45.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56482) > >2014-07-22 12:38:48.773 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:38:48.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55308) > >2014-07-22 12:38:49.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52829) > >2014-07-22 12:38:49.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56536) > >2014-07-22 12:38:52.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55361) > >2014-07-22 12:38:53.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52885) > >2014-07-22 12:38:53.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56590) > >2014-07-22 12:38:56.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55414) > >2014-07-22 12:38:57.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52938) > >2014-07-22 12:38:57.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56642) > >2014-07-22 12:38:58.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:00.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55467) > >2014-07-22 12:39:01.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52993) > >2014-07-22 12:39:01.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56696) > >2014-07-22 12:39:04.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55520) > >2014-07-22 12:39:05.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53048) > >2014-07-22 12:39:05.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56751) > >2014-07-22 12:39:08.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55575) > >2014-07-22 12:39:09.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53103) > >2014-07-22 12:39:09.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56808) > >2014-07-22 12:39:11.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:12.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55628) > >2014-07-22 12:39:13.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53158) > >2014-07-22 12:39:13.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56863) > >2014-07-22 12:39:16.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55681) > >2014-07-22 12:39:17.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53213) > >2014-07-22 12:39:17.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56918) > >2014-07-22 12:39:18.779 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:20.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55734) > >2014-07-22 12:39:21.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53269) > >2014-07-22 12:39:21.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56973) > >2014-07-22 12:39:24.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55788) > >2014-07-22 12:39:25.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53327) > >2014-07-22 12:39:25.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57029) > >2014-07-22 12:39:28.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:28.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55842) > >2014-07-22 12:39:29.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53384) > >2014-07-22 12:39:29.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57088) > >2014-07-22 12:39:32.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55895) > >2014-07-22 12:39:33.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53440) > >2014-07-22 12:39:33.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57143) > >2014-07-22 12:39:36.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55948) > >2014-07-22 12:39:37.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53493) > >2014-07-22 12:39:37.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57196) > >2014-07-22 12:39:40.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56001) > >2014-07-22 12:39:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:41.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53550) > >2014-07-22 12:39:41.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57251) > >2014-07-22 12:39:44.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56054) > >2014-07-22 12:39:45.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53606) > >2014-07-22 12:39:45.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57311) > >2014-07-22 12:39:48.780 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:39:48.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56108) > >2014-07-22 12:39:49.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53662) > >2014-07-22 12:39:49.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57366) > >2014-07-22 12:39:52.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56161) > >2014-07-22 12:39:53.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53718) > >2014-07-22 12:39:53.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57420) > >2014-07-22 12:39:56.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56214) > >2014-07-22 12:39:57.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53771) > >2014-07-22 12:39:57.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57473) > >2014-07-22 12:39:58.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:00.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56267) > >2014-07-22 12:40:01.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53826) > >2014-07-22 12:40:01.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57529) > >2014-07-22 12:40:04.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56320) > >2014-07-22 12:40:05.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53880) > >2014-07-22 12:40:05.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57583) > >2014-07-22 12:40:08.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56373) > >2014-07-22 12:40:09.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53935) > >2014-07-22 12:40:09.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57637) > >2014-07-22 12:40:11.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:12.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56426) > >2014-07-22 12:40:13.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53990) > >2014-07-22 12:40:13.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57692) > >2014-07-22 12:40:15.964 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:40:15.964 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:40:15.965 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:40:15.994 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:40:16.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56479) > >2014-07-22 12:40:17.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54043) > >2014-07-22 12:40:17.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57747) > >2014-07-22 12:40:18.803 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:20.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56531) > >2014-07-22 12:40:21.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54099) > >2014-07-22 12:40:21.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57801) > >2014-07-22 12:40:24.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56585) > >2014-07-22 12:40:25.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54155) > >2014-07-22 12:40:25.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57858) > >2014-07-22 12:40:28.361 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:28.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56640) > >2014-07-22 12:40:29.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54209) > >2014-07-22 12:40:29.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57913) > >2014-07-22 12:40:32.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56693) > >2014-07-22 12:40:33.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54264) > >2014-07-22 12:40:33.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57967) > >2014-07-22 12:40:36.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56746) > >2014-07-22 12:40:37.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54317) > >2014-07-22 12:40:37.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58021) > >2014-07-22 12:40:40.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56799) > >2014-07-22 12:40:41.047 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:41.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54373) > >2014-07-22 12:40:41.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58077) > >2014-07-22 12:40:44.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56854) > >2014-07-22 12:40:45.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54426) > >2014-07-22 12:40:45.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58131) > >2014-07-22 12:40:48.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:40:49.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56907) > >2014-07-22 12:40:49.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54482) > >2014-07-22 12:40:49.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58185) > >2014-07-22 12:40:52.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56960) > >2014-07-22 12:40:53.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54538) > >2014-07-22 12:40:53.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58240) > >2014-07-22 12:40:56.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57013) > >2014-07-22 12:40:57.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54591) > >2014-07-22 12:40:57.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58293) > >2014-07-22 12:40:58.376 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:00.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57066) > >2014-07-22 12:41:01.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54646) > >2014-07-22 12:41:02.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58348) > >2014-07-22 12:41:04.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57119) > >2014-07-22 12:41:05.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54701) > >2014-07-22 12:41:06.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58403) > >2014-07-22 12:41:08.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57174) > >2014-07-22 12:41:09.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54756) > >2014-07-22 12:41:10.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58458) > >2014-07-22 12:41:11.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:13.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57227) > >2014-07-22 12:41:13.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54811) > >2014-07-22 12:41:14.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58515) > >2014-07-22 12:41:16.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57280) > >2014-07-22 12:41:17.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54865) > >2014-07-22 12:41:18.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58569) > >2014-07-22 12:41:18.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:21.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57333) > >2014-07-22 12:41:21.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54922) > >2014-07-22 12:41:22.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58624) > >2014-07-22 12:41:24.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57387) > >2014-07-22 12:41:25.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54980) > >2014-07-22 12:41:26.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58681) > >2014-07-22 12:41:28.386 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:29.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57440) > >2014-07-22 12:41:29.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55037) > >2014-07-22 12:41:30.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58740) > >2014-07-22 12:41:33.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57494) > >2014-07-22 12:41:33.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55093) > >2014-07-22 12:41:34.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58795) > >2014-07-22 12:41:37.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57547) > >2014-07-22 12:41:37.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55146) > >2014-07-22 12:41:38.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58848) > >2014-07-22 12:41:41.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57600) > >2014-07-22 12:41:41.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:41.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55203) > >2014-07-22 12:41:42.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58903) > >2014-07-22 12:41:45.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57652) > >2014-07-22 12:41:45.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55259) > >2014-07-22 12:41:46.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58959) > >2014-07-22 12:41:48.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:41:49.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57706) > >2014-07-22 12:41:49.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55315) > >2014-07-22 12:41:50.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59018) > >2014-07-22 12:41:53.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57759) > >2014-07-22 12:41:53.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55371) > >2014-07-22 12:41:54.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59072) > >2014-07-22 12:41:57.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57812) > >2014-07-22 12:41:57.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55424) > >2014-07-22 12:41:58.047 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59125) > >2014-07-22 12:41:58.406 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:01.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57865) > >2014-07-22 12:42:01.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55479) > >2014-07-22 12:42:02.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59181) > >2014-07-22 12:42:05.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57918) > >2014-07-22 12:42:05.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55533) > >2014-07-22 12:42:06.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59235) > >2014-07-22 12:42:09.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57971) > >2014-07-22 12:42:09.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55588) > >2014-07-22 12:42:10.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59288) > >2014-07-22 12:42:11.048 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:13.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58024) > >2014-07-22 12:42:13.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55643) > >2014-07-22 12:42:14.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59343) > >2014-07-22 12:42:15.996 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:42:15.996 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:42:15.997 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:42:16.009 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:42:17.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58077) > >2014-07-22 12:42:17.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55696) > >2014-07-22 12:42:18.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59398) > >2014-07-22 12:42:18.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:21.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58130) > >2014-07-22 12:42:21.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55752) > >2014-07-22 12:42:22.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59452) > >2014-07-22 12:42:25.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58184) > >2014-07-22 12:42:25.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55808) > >2014-07-22 12:42:26.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59508) > >2014-07-22 12:42:28.408 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:29.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58239) > >2014-07-22 12:42:29.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55862) > >2014-07-22 12:42:30.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59565) > >2014-07-22 12:42:33.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58292) > >2014-07-22 12:42:33.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55917) > >2014-07-22 12:42:34.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59619) > >2014-07-22 12:42:37.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58345) > >2014-07-22 12:42:37.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55970) > >2014-07-22 12:42:38.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59673) > >2014-07-22 12:42:41.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:41.072 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 58398) > >2014-07-22 12:42:41.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56026) > >2014-07-22 12:42:42.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59728) > >2014-07-22 12:42:45.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58453) > >2014-07-22 12:42:45.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56080) > >2014-07-22 12:42:46.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59783) > >2014-07-22 12:42:48.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:42:49.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58506) > >2014-07-22 12:42:49.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56136) > >2014-07-22 12:42:50.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59837) > >2014-07-22 12:42:53.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58559) > >2014-07-22 12:42:53.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56192) > >2014-07-22 12:42:54.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59891) > >2014-07-22 12:42:57.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58612) > >2014-07-22 12:42:57.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56245) > >2014-07-22 12:42:58.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59944) > >2014-07-22 12:42:58.431 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:01.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58665) > >2014-07-22 12:43:01.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56300) > >2014-07-22 12:43:02.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59999) > >2014-07-22 12:43:05.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58718) > >2014-07-22 12:43:05.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56355) > >2014-07-22 12:43:06.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60054) > >2014-07-22 12:43:09.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58773) > >2014-07-22 12:43:09.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56410) > >2014-07-22 12:43:10.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60108) > >2014-07-22 12:43:11.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:13.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58826) > >2014-07-22 12:43:13.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56465) > >2014-07-22 12:43:14.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60165) > >2014-07-22 12:43:17.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58879) > >2014-07-22 12:43:17.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56519) > >2014-07-22 12:43:18.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60219) > >2014-07-22 12:43:18.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:21.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58932) > >2014-07-22 12:43:21.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56576) > >2014-07-22 12:43:22.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60274) > >2014-07-22 12:43:25.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58986) > >2014-07-22 12:43:25.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56634) > >2014-07-22 12:43:26.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60331) > >2014-07-22 12:43:28.448 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:29.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59039) > >2014-07-22 12:43:29.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56691) > >2014-07-22 12:43:30.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60389) > >2014-07-22 12:43:33.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59092) > >2014-07-22 12:43:33.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56747) > >2014-07-22 12:43:34.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60445) > >2014-07-22 12:43:37.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59145) > >2014-07-22 12:43:37.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56800) > >2014-07-22 12:43:38.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60498) > >2014-07-22 12:43:41.049 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:41.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59198) > >2014-07-22 12:43:41.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56857) > >2014-07-22 12:43:42.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60553) > >2014-07-22 12:43:45.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59251) > >2014-07-22 12:43:45.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56911) > >2014-07-22 12:43:46.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60607) > >2014-07-22 12:43:48.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:43:49.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59304) > >2014-07-22 12:43:49.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56969) > >2014-07-22 12:43:50.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60668) > >2014-07-22 12:43:53.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59358) > >2014-07-22 12:43:53.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57025) > >2014-07-22 12:43:54.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60722) > >2014-07-22 12:43:57.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59411) > >2014-07-22 12:43:57.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57078) > >2014-07-22 12:43:58.123 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60775) > >2014-07-22 12:43:58.463 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:01.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59464) > >2014-07-22 12:44:01.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57133) > >2014-07-22 12:44:02.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60831) > >2014-07-22 12:44:05.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59517) > >2014-07-22 12:44:05.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57187) > >2014-07-22 12:44:06.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60885) > >2014-07-22 12:44:09.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59570) > >2014-07-22 12:44:09.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57241) > >2014-07-22 12:44:10.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60938) > >2014-07-22 12:44:11.050 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:13.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59623) > >2014-07-22 12:44:13.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57296) > >2014-07-22 12:44:14.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60993) > >2014-07-22 12:44:16.012 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:44:16.012 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:44:16.012 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:44:16.024 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:44:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59676) > >2014-07-22 12:44:17.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57349) > >2014-07-22 12:44:18.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32815) > >2014-07-22 12:44:18.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:21.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59729) > >2014-07-22 12:44:21.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57405) > >2014-07-22 12:44:22.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32869) > >2014-07-22 12:44:25.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59783) > >2014-07-22 12:44:25.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57461) > >2014-07-22 12:44:26.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32922) > >2014-07-22 12:44:28.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:29.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59838) > >2014-07-22 12:44:29.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57516) > >2014-07-22 12:44:30.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32979) > >2014-07-22 12:44:33.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59891) > >2014-07-22 12:44:34.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57569) > >2014-07-22 12:44:34.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33033) > >2014-07-22 12:44:37.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59944) > >2014-07-22 12:44:38.002 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57622) > >2014-07-22 12:44:38.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33087) > >2014-07-22 12:44:41.051 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:41.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59997) > >2014-07-22 12:44:42.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57678) > >2014-07-22 12:44:42.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33141) > >2014-07-22 12:44:45.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60052) > >2014-07-22 12:44:46.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57732) > >2014-07-22 12:44:46.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33197) > >2014-07-22 12:44:48.794 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:44:49.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60105) > >2014-07-22 12:44:50.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57788) > >2014-07-22 12:44:50.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33251) > >2014-07-22 12:44:53.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60158) > >2014-07-22 12:44:54.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57844) > >2014-07-22 12:44:54.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33305) > >2014-07-22 12:44:57.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60211) > >2014-07-22 12:44:58.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57897) > >2014-07-22 12:44:58.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33358) > >2014-07-22 12:44:58.484 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:01.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60264) > >2014-07-22 12:45:02.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57953) > >2014-07-22 12:45:02.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33413) > >2014-07-22 12:45:05.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60317) > >2014-07-22 12:45:06.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58008) > >2014-07-22 12:45:06.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33467) > >2014-07-22 12:45:09.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60372) > >2014-07-22 12:45:10.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58068) > >2014-07-22 12:45:10.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33523) > >2014-07-22 12:45:11.084 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:13.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60425) > >2014-07-22 12:45:14.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58123) > >2014-07-22 12:45:14.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33580) > >2014-07-22 12:45:17.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60479) > >2014-07-22 12:45:18.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58177) > >2014-07-22 12:45:18.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33634) > >2014-07-22 12:45:18.796 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:21.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60532) > >2014-07-22 12:45:22.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58234) > >2014-07-22 12:45:22.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33689) > >2014-07-22 12:45:25.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60587) > >2014-07-22 12:45:26.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58292) > >2014-07-22 12:45:26.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33746) > >2014-07-22 12:45:28.514 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:29.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60643) > >2014-07-22 12:45:30.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58350) > >2014-07-22 12:45:30.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33804) > >2014-07-22 12:45:33.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60697) > >2014-07-22 12:45:34.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58414) > >2014-07-22 12:45:34.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33860) > >2014-07-22 12:45:37.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60756) > >2014-07-22 12:45:38.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58477) > >2014-07-22 12:45:38.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33919) > >2014-07-22 12:45:41.072 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:41.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60808) > >2014-07-22 12:45:42.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58534) > >2014-07-22 12:45:42.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33974) > >2014-07-22 12:45:45.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60861) > >2014-07-22 12:45:46.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58588) > >2014-07-22 12:45:46.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34028) > >2014-07-22 12:45:48.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:45:49.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60914) > >2014-07-22 12:45:50.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58646) > >2014-07-22 12:45:50.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34088) > >2014-07-22 12:45:53.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60968) > >2014-07-22 12:45:54.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58711) > >2014-07-22 12:45:54.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34143) > >2014-07-22 12:45:57.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32788) > >2014-07-22 12:45:58.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58778) > >2014-07-22 12:45:58.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34196) > >2014-07-22 12:45:58.540 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:01.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32848) > >2014-07-22 12:46:02.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58844) > >2014-07-22 12:46:02.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34258) > >2014-07-22 12:46:05.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32910) > >2014-07-22 12:46:06.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58906) > >2014-07-22 12:46:06.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34311) > >2014-07-22 12:46:09.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32967) > >2014-07-22 12:46:10.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58972) > >2014-07-22 12:46:10.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34363) > >2014-07-22 12:46:11.139 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:13.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33029) > >2014-07-22 12:46:14.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59047) > >2014-07-22 12:46:14.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34418) > >2014-07-22 12:46:16.027 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:46:16.027 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:46:16.028 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:46:16.039 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:46:17.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33096) > >2014-07-22 12:46:18.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59114) > >2014-07-22 12:46:18.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34474) > >2014-07-22 12:46:18.829 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:21.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33157) > >2014-07-22 12:46:22.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59172) > >2014-07-22 12:46:22.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34528) > >2014-07-22 12:46:25.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33217) > >2014-07-22 12:46:26.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59228) > >2014-07-22 12:46:26.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34583) > >2014-07-22 12:46:28.553 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:29.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33280) > >2014-07-22 12:46:30.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59286) > >2014-07-22 12:46:30.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34640) > >2014-07-22 12:46:33.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33347) > >2014-07-22 12:46:34.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59340) > >2014-07-22 12:46:34.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34694) > >2014-07-22 12:46:37.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33405) > >2014-07-22 12:46:38.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59396) > >2014-07-22 12:46:38.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34748) > >2014-07-22 12:46:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:41.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33475) > >2014-07-22 12:46:42.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59457) > >2014-07-22 12:46:42.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34802) > >2014-07-22 12:46:45.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33535) > >2014-07-22 12:46:46.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59511) > >2014-07-22 12:46:46.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34858) > >2014-07-22 12:46:48.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:46:49.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33594) > >2014-07-22 12:46:50.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59567) > >2014-07-22 12:46:50.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34912) > >2014-07-22 12:46:53.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33651) > >2014-07-22 12:46:54.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34966) > >2014-07-22 12:46:54.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59624) > >2014-07-22 12:46:57.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33707) > >2014-07-22 12:46:58.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35019) > >2014-07-22 12:46:58.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59678) > >2014-07-22 12:46:58.562 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:01.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33763) > >2014-07-22 12:47:02.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35074) > >2014-07-22 12:47:02.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59736) > >2014-07-22 12:47:05.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33817) > >2014-07-22 12:47:06.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35129) > >2014-07-22 12:47:06.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59793) > >2014-07-22 12:47:09.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33872) > >2014-07-22 12:47:10.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35183) > >2014-07-22 12:47:10.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59849) > >2014-07-22 12:47:11.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:13.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33925) > >2014-07-22 12:47:14.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35240) > >2014-07-22 12:47:14.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59905) > >2014-07-22 12:47:17.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33978) > >2014-07-22 12:47:18.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35294) > >2014-07-22 12:47:18.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59961) > >2014-07-22 12:47:18.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:21.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34031) > >2014-07-22 12:47:22.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35349) > >2014-07-22 12:47:22.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60016) > >2014-07-22 12:47:25.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34084) > >2014-07-22 12:47:26.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35406) > >2014-07-22 12:47:26.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60074) > >2014-07-22 12:47:28.569 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:29.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34138) > >2014-07-22 12:47:30.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35463) > >2014-07-22 12:47:30.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60131) > >2014-07-22 12:47:33.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34192) > >2014-07-22 12:47:34.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35520) > >2014-07-22 12:47:34.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60188) > >2014-07-22 12:47:37.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34245) > >2014-07-22 12:47:38.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35573) > >2014-07-22 12:47:38.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60241) > >2014-07-22 12:47:41.126 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:41.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34298) > >2014-07-22 12:47:42.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35628) > >2014-07-22 12:47:42.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60298) > >2014-07-22 12:47:45.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34351) > >2014-07-22 12:47:46.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35682) > >2014-07-22 12:47:46.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60352) > >2014-07-22 12:47:48.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:47:49.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34404) > >2014-07-22 12:47:50.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35742) > >2014-07-22 12:47:50.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60410) > >2014-07-22 12:47:53.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34458) > >2014-07-22 12:47:54.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35797) > >2014-07-22 12:47:54.450 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60466) > >2014-07-22 12:47:57.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34511) > >2014-07-22 12:47:58.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35850) > >2014-07-22 12:47:58.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60519) > >2014-07-22 12:47:58.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:01.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34564) > >2014-07-22 12:48:02.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35905) > >2014-07-22 12:48:02.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60573) > >2014-07-22 12:48:05.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34617) > >2014-07-22 12:48:06.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35960) > >2014-07-22 12:48:06.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60627) > >2014-07-22 12:48:09.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34670) > >2014-07-22 12:48:10.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36013) > >2014-07-22 12:48:10.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60682) > >2014-07-22 12:48:11.126 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:13.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34723) > >2014-07-22 12:48:14.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36068) > >2014-07-22 12:48:14.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60738) > >2014-07-22 12:48:16.041 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:48:16.041 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:48:16.042 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:48:16.055 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:48:17.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34776) > >2014-07-22 12:48:18.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36123) > >2014-07-22 12:48:18.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60793) > >2014-07-22 12:48:18.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:21.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34829) > >2014-07-22 12:48:22.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36177) > >2014-07-22 12:48:22.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60847) > >2014-07-22 12:48:25.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34883) > >2014-07-22 12:48:26.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36232) > >2014-07-22 12:48:26.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60903) > >2014-07-22 12:48:28.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:29.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34938) > >2014-07-22 12:48:30.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36289) > >2014-07-22 12:48:30.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60958) > >2014-07-22 12:48:33.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34990) > >2014-07-22 12:48:34.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36343) > >2014-07-22 12:48:34.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32779) > >2014-07-22 12:48:37.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35043) > >2014-07-22 12:48:38.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36396) > >2014-07-22 12:48:38.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32832) > >2014-07-22 12:48:41.126 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:41.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35096) > >2014-07-22 12:48:42.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36451) > >2014-07-22 12:48:42.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32888) > >2014-07-22 12:48:45.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35151) > >2014-07-22 12:48:46.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36506) > >2014-07-22 12:48:46.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32942) > >2014-07-22 12:48:48.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:48:49.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35204) > >2014-07-22 12:48:50.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36560) > >2014-07-22 12:48:50.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32998) > >2014-07-22 12:48:53.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35257) > >2014-07-22 12:48:54.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36614) > >2014-07-22 12:48:54.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33054) > >2014-07-22 12:48:57.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35309) > >2014-07-22 12:48:58.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36667) > >2014-07-22 12:48:58.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33107) > >2014-07-22 12:48:58.584 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:01.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35362) > >2014-07-22 12:49:02.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36722) > >2014-07-22 12:49:02.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33162) > >2014-07-22 12:49:05.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35415) > >2014-07-22 12:49:06.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36776) > >2014-07-22 12:49:06.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33216) > >2014-07-22 12:49:09.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35470) > >2014-07-22 12:49:10.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36831) > >2014-07-22 12:49:10.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33272) > >2014-07-22 12:49:11.126 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:13.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35523) > >2014-07-22 12:49:14.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36886) > >2014-07-22 12:49:14.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33327) > >2014-07-22 12:49:17.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35576) > >2014-07-22 12:49:18.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36942) > >2014-07-22 12:49:18.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33383) > >2014-07-22 12:49:18.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:21.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35629) > >2014-07-22 12:49:22.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36997) > >2014-07-22 12:49:22.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33438) > >2014-07-22 12:49:25.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35682) > >2014-07-22 12:49:26.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37052) > >2014-07-22 12:49:26.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33496) > >2014-07-22 12:49:28.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:29.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35736) > >2014-07-22 12:49:30.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37110) > >2014-07-22 12:49:30.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33552) > >2014-07-22 12:49:33.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35789) > >2014-07-22 12:49:34.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37168) > >2014-07-22 12:49:34.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33609) > >2014-07-22 12:49:37.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35843) > >2014-07-22 12:49:38.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37221) > >2014-07-22 12:49:38.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33662) > >2014-07-22 12:49:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:41.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35896) > >2014-07-22 12:49:42.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37276) > >2014-07-22 12:49:42.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33719) > >2014-07-22 12:49:45.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35949) > >2014-07-22 12:49:46.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37330) > >2014-07-22 12:49:46.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33773) > >2014-07-22 12:49:48.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:49:49.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36002) > >2014-07-22 12:49:50.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37384) > >2014-07-22 12:49:50.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33830) > >2014-07-22 12:49:53.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36055) > >2014-07-22 12:49:54.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37445) > >2014-07-22 12:49:54.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33887) > >2014-07-22 12:49:57.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36109) > >2014-07-22 12:49:58.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37498) > >2014-07-22 12:49:58.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33940) > >2014-07-22 12:49:58.620 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:01.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36162) > >2014-07-22 12:50:02.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37553) > >2014-07-22 12:50:02.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33995) > >2014-07-22 12:50:05.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36215) > >2014-07-22 12:50:06.460 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37608) > >2014-07-22 12:50:06.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34050) > >2014-07-22 12:50:09.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36268) > >2014-07-22 12:50:10.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37661) > >2014-07-22 12:50:10.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34105) > >2014-07-22 12:50:11.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:13.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36321) > >2014-07-22 12:50:14.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37716) > >2014-07-22 12:50:14.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34160) > >2014-07-22 12:50:16.057 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:50:16.057 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:50:16.058 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:50:16.070 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:50:17.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36374) > >2014-07-22 12:50:18.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37771) > >2014-07-22 12:50:18.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34215) > >2014-07-22 12:50:18.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:21.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36427) > >2014-07-22 12:50:22.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37825) > >2014-07-22 12:50:22.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34269) > >2014-07-22 12:50:25.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36482) > >2014-07-22 12:50:26.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37880) > >2014-07-22 12:50:26.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34325) > >2014-07-22 12:50:28.630 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:29.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36537) > >2014-07-22 12:50:30.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37937) > >2014-07-22 12:50:30.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34380) > >2014-07-22 12:50:33.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36590) > >2014-07-22 12:50:34.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37991) > >2014-07-22 12:50:34.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34434) > >2014-07-22 12:50:37.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36643) > >2014-07-22 12:50:38.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38044) > >2014-07-22 12:50:38.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34487) > >2014-07-22 12:50:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:41.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36696) > >2014-07-22 12:50:42.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38099) > >2014-07-22 12:50:42.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34543) > >2014-07-22 12:50:45.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36751) > >2014-07-22 12:50:46.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38155) > >2014-07-22 12:50:46.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34597) > >2014-07-22 12:50:48.817 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:50:49.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36804) > >2014-07-22 12:50:50.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38209) > >2014-07-22 12:50:50.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34653) > >2014-07-22 12:50:53.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36857) > >2014-07-22 12:50:54.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38263) > >2014-07-22 12:50:54.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34709) > >2014-07-22 12:50:57.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36910) > >2014-07-22 12:50:58.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38316) > >2014-07-22 12:50:58.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34762) > >2014-07-22 12:50:58.638 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:01.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36963) > >2014-07-22 12:51:02.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38371) > >2014-07-22 12:51:02.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34817) > >2014-07-22 12:51:05.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37016) > >2014-07-22 12:51:06.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38425) > >2014-07-22 12:51:06.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34871) > >2014-07-22 12:51:09.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37072) > >2014-07-22 12:51:10.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38481) > >2014-07-22 12:51:10.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34926) > >2014-07-22 12:51:11.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:13.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37125) > >2014-07-22 12:51:14.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38536) > >2014-07-22 12:51:14.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34981) > >2014-07-22 12:51:17.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37178) > >2014-07-22 12:51:18.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38592) > >2014-07-22 12:51:18.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35037) > >2014-07-22 12:51:18.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:21.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37231) > >2014-07-22 12:51:22.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38647) > >2014-07-22 12:51:22.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35092) > >2014-07-22 12:51:25.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37284) > >2014-07-22 12:51:26.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38702) > >2014-07-22 12:51:26.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35151) > >2014-07-22 12:51:28.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:29.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37338) > >2014-07-22 12:51:30.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38760) > >2014-07-22 12:51:30.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35209) > >2014-07-22 12:51:33.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37391) > >2014-07-22 12:51:34.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38817) > >2014-07-22 12:51:34.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35264) > >2014-07-22 12:51:37.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37445) > >2014-07-22 12:51:38.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38871) > >2014-07-22 12:51:38.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35317) > >2014-07-22 12:51:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:41.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37498) > >2014-07-22 12:51:42.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38926) > >2014-07-22 12:51:42.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35374) > >2014-07-22 12:51:45.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37551) > >2014-07-22 12:51:46.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38980) > >2014-07-22 12:51:46.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35428) > >2014-07-22 12:51:48.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:51:49.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37604) > >2014-07-22 12:51:50.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39034) > >2014-07-22 12:51:50.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35484) > >2014-07-22 12:51:53.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37656) > >2014-07-22 12:51:54.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39094) > >2014-07-22 12:51:54.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35542) > >2014-07-22 12:51:57.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37710) > >2014-07-22 12:51:58.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39148) > >2014-07-22 12:51:58.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35595) > >2014-07-22 12:51:58.672 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:01.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37763) > >2014-07-22 12:52:02.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39203) > >2014-07-22 12:52:02.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35650) > >2014-07-22 12:52:05.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37816) > >2014-07-22 12:52:06.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39258) > >2014-07-22 12:52:06.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35704) > >2014-07-22 12:52:09.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37869) > >2014-07-22 12:52:10.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39311) > >2014-07-22 12:52:10.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35759) > >2014-07-22 12:52:11.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:13.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37922) > >2014-07-22 12:52:14.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39366) > >2014-07-22 12:52:14.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35814) > >2014-07-22 12:52:16.072 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:52:16.072 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:52:16.073 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:52:16.090 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:52:17.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37975) > >2014-07-22 12:52:18.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39421) > >2014-07-22 12:52:18.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35869) > >2014-07-22 12:52:18.818 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:21.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38028) > >2014-07-22 12:52:22.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39474) > >2014-07-22 12:52:22.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35923) > >2014-07-22 12:52:25.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38082) > >2014-07-22 12:52:26.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39529) > >2014-07-22 12:52:26.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35980) > >2014-07-22 12:52:28.676 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:29.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38137) > >2014-07-22 12:52:30.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39586) > >2014-07-22 12:52:30.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36035) > >2014-07-22 12:52:33.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38190) > >2014-07-22 12:52:34.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39640) > >2014-07-22 12:52:34.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36089) > >2014-07-22 12:52:37.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38243) > >2014-07-22 12:52:38.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39693) > >2014-07-22 12:52:38.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36142) > >2014-07-22 12:52:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:41.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38296) > >2014-07-22 12:52:42.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39748) > >2014-07-22 12:52:42.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36198) > >2014-07-22 12:52:45.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38351) > >2014-07-22 12:52:46.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39805) > >2014-07-22 12:52:46.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36253) > >2014-07-22 12:52:48.819 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:52:49.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38404) > >2014-07-22 12:52:50.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39859) > >2014-07-22 12:52:50.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36309) > >2014-07-22 12:52:53.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38457) > >2014-07-22 12:52:54.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39913) > >2014-07-22 12:52:54.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36365) > >2014-07-22 12:52:57.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38510) > >2014-07-22 12:52:58.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39967) > >2014-07-22 12:52:58.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36419) > >2014-07-22 12:52:58.686 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:01.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38563) > >2014-07-22 12:53:02.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40022) > >2014-07-22 12:53:02.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36474) > >2014-07-22 12:53:05.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38616) > >2014-07-22 12:53:06.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40076) > >2014-07-22 12:53:06.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36528) > >2014-07-22 12:53:09.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38671) > >2014-07-22 12:53:10.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40131) > >2014-07-22 12:53:10.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36583) > >2014-07-22 12:53:11.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:13.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38724) > >2014-07-22 12:53:14.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40187) > >2014-07-22 12:53:14.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36639) > >2014-07-22 12:53:17.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38777) > >2014-07-22 12:53:18.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40243) > >2014-07-22 12:53:18.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36695) > >2014-07-22 12:53:18.819 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:21.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38830) > >2014-07-22 12:53:22.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40298) > >2014-07-22 12:53:22.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36749) > >2014-07-22 12:53:25.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38883) > >2014-07-22 12:53:26.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40353) > >2014-07-22 12:53:26.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36806) > >2014-07-22 12:53:28.703 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:29.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38937) > >2014-07-22 12:53:30.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40411) > >2014-07-22 12:53:30.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36865) > >2014-07-22 12:53:33.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38990) > >2014-07-22 12:53:34.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40468) > >2014-07-22 12:53:34.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36920) > >2014-07-22 12:53:37.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39044) > >2014-07-22 12:53:38.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40522) > >2014-07-22 12:53:38.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36973) > >2014-07-22 12:53:41.127 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:41.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39097) > >2014-07-22 12:53:42.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40577) > >2014-07-22 12:53:42.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37030) > >2014-07-22 12:53:45.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39150) > >2014-07-22 12:53:46.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40631) > >2014-07-22 12:53:46.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37084) > >2014-07-22 12:53:48.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:53:49.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39203) > >2014-07-22 12:53:50.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40685) > >2014-07-22 12:53:50.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37139) > >2014-07-22 12:53:53.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39256) > >2014-07-22 12:53:54.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40745) > >2014-07-22 12:53:54.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37197) > >2014-07-22 12:53:57.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39310) > >2014-07-22 12:53:58.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40799) > >2014-07-22 12:53:58.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37250) > >2014-07-22 12:53:58.722 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:01.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39363) > >2014-07-22 12:54:02.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40854) > >2014-07-22 12:54:02.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37305) > >2014-07-22 12:54:05.705 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39415) > >2014-07-22 12:54:06.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40908) > >2014-07-22 12:54:06.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37359) > >2014-07-22 12:54:09.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39468) > >2014-07-22 12:54:10.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40962) > >2014-07-22 12:54:10.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37414) > >2014-07-22 12:54:11.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:13.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39521) > >2014-07-22 12:54:14.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41017) > >2014-07-22 12:54:14.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37469) > >2014-07-22 12:54:16.092 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:54:16.092 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:54:16.093 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:54:16.104 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:54:17.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39574) > >2014-07-22 12:54:18.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41072) > >2014-07-22 12:54:18.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37524) > >2014-07-22 12:54:18.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:21.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39627) > >2014-07-22 12:54:22.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41127) > >2014-07-22 12:54:22.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37578) > >2014-07-22 12:54:25.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39681) > >2014-07-22 12:54:26.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41181) > >2014-07-22 12:54:26.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37634) > >2014-07-22 12:54:28.732 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:29.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39734) > >2014-07-22 12:54:30.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41238) > >2014-07-22 12:54:30.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37689) > >2014-07-22 12:54:33.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39789) > >2014-07-22 12:54:34.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41292) > >2014-07-22 12:54:34.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37743) > >2014-07-22 12:54:37.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39841) > >2014-07-22 12:54:38.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41345) > >2014-07-22 12:54:38.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37796) > >2014-07-22 12:54:41.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:41.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39894) > >2014-07-22 12:54:42.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41400) > >2014-07-22 12:54:42.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37852) > >2014-07-22 12:54:45.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39948) > >2014-07-22 12:54:46.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41457) > >2014-07-22 12:54:46.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37906) > >2014-07-22 12:54:48.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:54:49.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40002) > >2014-07-22 12:54:50.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41511) > >2014-07-22 12:54:50.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37962) > >2014-07-22 12:54:53.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40055) > >2014-07-22 12:54:54.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41565) > >2014-07-22 12:54:54.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38019) > >2014-07-22 12:54:57.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40108) > >2014-07-22 12:54:58.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41618) > >2014-07-22 12:54:58.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38072) > >2014-07-22 12:54:58.767 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:01.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40161) > >2014-07-22 12:55:02.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41673) > >2014-07-22 12:55:02.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38127) > >2014-07-22 12:55:05.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40214) > >2014-07-22 12:55:06.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41727) > >2014-07-22 12:55:06.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38181) > >2014-07-22 12:55:09.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40269) > >2014-07-22 12:55:10.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41782) > >2014-07-22 12:55:10.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38236) > >2014-07-22 12:55:11.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:13.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40322) > >2014-07-22 12:55:14.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41838) > >2014-07-22 12:55:14.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38292) > >2014-07-22 12:55:17.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40375) > >2014-07-22 12:55:18.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41893) > >2014-07-22 12:55:18.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38348) > >2014-07-22 12:55:18.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:21.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40428) > >2014-07-22 12:55:22.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41948) > >2014-07-22 12:55:22.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38405) > >2014-07-22 12:55:25.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40482) > >2014-07-22 12:55:26.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42002) > >2014-07-22 12:55:26.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38459) > >2014-07-22 12:55:28.788 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:29.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40535) > >2014-07-22 12:55:30.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42061) > >2014-07-22 12:55:30.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38518) > >2014-07-22 12:55:33.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40589) > >2014-07-22 12:55:34.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42118) > >2014-07-22 12:55:34.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38574) > >2014-07-22 12:55:37.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40643) > >2014-07-22 12:55:38.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42172) > >2014-07-22 12:55:38.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38627) > >2014-07-22 12:55:41.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:41.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40696) > >2014-07-22 12:55:42.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42226) > >2014-07-22 12:55:42.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38683) > >2014-07-22 12:55:45.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40749) > >2014-07-22 12:55:46.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42281) > >2014-07-22 12:55:46.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38738) > >2014-07-22 12:55:48.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:49.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40802) > >2014-07-22 12:55:50.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42335) > >2014-07-22 12:55:50.786 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38794) > >2014-07-22 12:55:53.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40855) > >2014-07-22 12:55:54.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42395) > >2014-07-22 12:55:54.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38852) > >2014-07-22 12:55:57.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40909) > >2014-07-22 12:55:58.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42449) > >2014-07-22 12:55:58.786 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:55:58.795 29190 INFO neutron.wsgi [req-e987d2ea-c18f-41f4-95b2-6ad4276dbaec None] (29190) accepted ('192.168.0.6', 38905) > >2014-07-22 12:56:01.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40962) > >2014-07-22 12:56:02.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42504) > >2014-07-22 12:56:02.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38960) > >2014-07-22 12:56:05.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41015) > >2014-07-22 12:56:06.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42558) > >2014-07-22 12:56:06.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39015) > >2014-07-22 12:56:09.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41068) > >2014-07-22 12:56:10.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42612) > >2014-07-22 12:56:10.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39070) > >2014-07-22 12:56:11.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:13.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41121) > >2014-07-22 12:56:14.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42667) > >2014-07-22 12:56:14.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39125) > >2014-07-22 12:56:16.106 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:56:16.106 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:56:16.107 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:56:16.118 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:56:17.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41174) > >2014-07-22 12:56:18.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42722) > >2014-07-22 12:56:18.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39180) > >2014-07-22 12:56:18.821 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:21.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41227) > >2014-07-22 12:56:22.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42776) > >2014-07-22 12:56:22.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39236) > >2014-07-22 12:56:25.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41281) > >2014-07-22 12:56:26.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42831) > >2014-07-22 12:56:26.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39290) > >2014-07-22 12:56:28.795 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:29.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41334) > >2014-07-22 12:56:30.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42888) > >2014-07-22 12:56:30.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39345) > >2014-07-22 12:56:33.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41389) > >2014-07-22 12:56:34.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42942) > >2014-07-22 12:56:34.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39399) > >2014-07-22 12:56:37.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41442) > >2014-07-22 12:56:38.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42995) > >2014-07-22 12:56:38.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39452) > >2014-07-22 12:56:41.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:41.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41495) > >2014-07-22 12:56:42.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43050) > >2014-07-22 12:56:42.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39508) > >2014-07-22 12:56:45.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41548) > >2014-07-22 12:56:46.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43106) > >2014-07-22 12:56:46.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39561) > >2014-07-22 12:56:48.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:49.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41603) > >2014-07-22 12:56:50.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43160) > >2014-07-22 12:56:50.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39617) > >2014-07-22 12:56:53.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41656) > >2014-07-22 12:56:54.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43214) > >2014-07-22 12:56:54.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39673) > >2014-07-22 12:56:57.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41709) > >2014-07-22 12:56:58.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43267) > >2014-07-22 12:56:58.807 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:56:58.838 29190 INFO neutron.wsgi [req-907967fe-5f2a-40ef-bb2a-d7170dd0f7a9 None] (29190) accepted ('192.168.0.6', 39726) > >2014-07-22 12:57:01.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41762) > >2014-07-22 12:57:02.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43322) > >2014-07-22 12:57:02.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39781) > >2014-07-22 12:57:05.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41815) > >2014-07-22 12:57:06.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43376) > >2014-07-22 12:57:06.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39835) > >2014-07-22 12:57:09.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41871) > >2014-07-22 12:57:10.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43431) > >2014-07-22 12:57:10.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39890) > >2014-07-22 12:57:11.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:13.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41924) > >2014-07-22 12:57:14.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43487) > >2014-07-22 12:57:14.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39946) > >2014-07-22 12:57:17.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41977) > >2014-07-22 12:57:18.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43541) > >2014-07-22 12:57:18.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:18.873 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 40002) > >2014-07-22 12:57:21.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42030) > >2014-07-22 12:57:22.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43598) > >2014-07-22 12:57:22.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40059) > >2014-07-22 12:57:25.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42083) > >2014-07-22 12:57:26.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43652) > >2014-07-22 12:57:26.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40113) > >2014-07-22 12:57:28.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:29.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42135) > >2014-07-22 12:57:30.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43710) > >2014-07-22 12:57:30.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40172) > >2014-07-22 12:57:33.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42189) > >2014-07-22 12:57:34.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43768) > >2014-07-22 12:57:34.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40228) > >2014-07-22 12:57:37.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42242) > >2014-07-22 12:57:38.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43822) > >2014-07-22 12:57:38.866 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40281) > >2014-07-22 12:57:41.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:41.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42296) > >2014-07-22 12:57:42.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43876) > >2014-07-22 12:57:42.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40337) > >2014-07-22 12:57:45.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42349) > >2014-07-22 12:57:46.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43931) > >2014-07-22 12:57:46.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40392) > >2014-07-22 12:57:48.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:49.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42402) > >2014-07-22 12:57:50.740 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43985) > >2014-07-22 12:57:50.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40448) > >2014-07-22 12:57:53.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42455) > >2014-07-22 12:57:54.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44040) > >2014-07-22 12:57:54.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40505) > >2014-07-22 12:57:57.879 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42508) > >2014-07-22 12:57:58.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44099) > >2014-07-22 12:57:58.838 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:57:58.883 29190 INFO neutron.wsgi [req-71b55075-76f6-4541-ac9a-a1375cae82e1 None] (29190) accepted ('192.168.0.6', 40559) > >2014-07-22 12:58:01.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42562) > >2014-07-22 12:58:02.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44154) > >2014-07-22 12:58:02.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40614) > >2014-07-22 12:58:05.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42615) > >2014-07-22 12:58:06.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44208) > >2014-07-22 12:58:06.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40668) > >2014-07-22 12:58:09.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42668) > >2014-07-22 12:58:10.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44262) > >2014-07-22 12:58:10.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40723) > >2014-07-22 12:58:11.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:13.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42721) > >2014-07-22 12:58:14.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44316) > >2014-07-22 12:58:14.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40778) > >2014-07-22 12:58:16.121 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 12:58:16.121 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 12:58:16.122 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 12:58:16.133 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 12:58:17.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42774) > >2014-07-22 12:58:18.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44371) > >2014-07-22 12:58:18.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:18.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40833) > >2014-07-22 12:58:21.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42827) > >2014-07-22 12:58:22.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44425) > >2014-07-22 12:58:22.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40889) > >2014-07-22 12:58:25.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42881) > >2014-07-22 12:58:26.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44480) > >2014-07-22 12:58:26.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40943) > >2014-07-22 12:58:28.845 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:29.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42934) > >2014-07-22 12:58:30.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44535) > >2014-07-22 12:58:30.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40998) > >2014-07-22 12:58:33.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42989) > >2014-07-22 12:58:34.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44591) > >2014-07-22 12:58:34.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41053) > >2014-07-22 12:58:37.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43042) > >2014-07-22 12:58:38.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44644) > >2014-07-22 12:58:38.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41106) > >2014-07-22 12:58:41.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:41.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43095) > >2014-07-22 12:58:42.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44699) > >2014-07-22 12:58:42.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41162) > >2014-07-22 12:58:45.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43148) > >2014-07-22 12:58:46.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44755) > >2014-07-22 12:58:46.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41216) > >2014-07-22 12:58:48.822 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:49.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43203) > >2014-07-22 12:58:50.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44810) > >2014-07-22 12:58:50.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41272) > >2014-07-22 12:58:53.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43256) > >2014-07-22 12:58:54.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44864) > >2014-07-22 12:58:54.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41328) > >2014-07-22 12:58:57.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43309) > >2014-07-22 12:58:58.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44917) > >2014-07-22 12:58:58.857 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:58:58.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41381) > >2014-07-22 12:59:01.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43362) > >2014-07-22 12:59:02.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44972) > >2014-07-22 12:59:02.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41436) > >2014-07-22 12:59:05.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43415) > >2014-07-22 12:59:06.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45026) > >2014-07-22 12:59:06.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41490) > >2014-07-22 12:59:09.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43470) > >2014-07-22 12:59:10.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45082) > >2014-07-22 12:59:10.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41545) > >2014-07-22 12:59:11.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:13.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43523) > >2014-07-22 12:59:14.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45138) > >2014-07-22 12:59:14.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41601) > >2014-07-22 12:59:17.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43576) > >2014-07-22 12:59:18.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45192) > >2014-07-22 12:59:18.823 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:18.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41657) > >2014-07-22 12:59:21.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43629) > >2014-07-22 12:59:22.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45249) > >2014-07-22 12:59:22.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41714) > >2014-07-22 12:59:25.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43682) > >2014-07-22 12:59:26.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45304) > >2014-07-22 12:59:26.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41768) > >2014-07-22 12:59:28.871 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:29.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43735) > >2014-07-22 12:59:30.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45362) > >2014-07-22 12:59:30.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41828) > >2014-07-22 12:59:33.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43789) > >2014-07-22 12:59:34.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45420) > >2014-07-22 12:59:34.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41883) > >2014-07-22 12:59:37.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43842) > >2014-07-22 12:59:38.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45473) > >2014-07-22 12:59:38.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41935) > >2014-07-22 12:59:41.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:41.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43895) > >2014-07-22 12:59:42.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45528) > >2014-07-22 12:59:42.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41991) > >2014-07-22 12:59:45.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43948) > >2014-07-22 12:59:46.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45583) > >2014-07-22 12:59:46.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42046) > >2014-07-22 12:59:48.826 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:49.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44001) > >2014-07-22 12:59:50.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45636) > >2014-07-22 12:59:50.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42102) > >2014-07-22 12:59:53.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44054) > >2014-07-22 12:59:54.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45690) > >2014-07-22 12:59:54.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42157) > >2014-07-22 12:59:57.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44107) > >2014-07-22 12:59:58.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45749) > >2014-07-22 12:59:58.890 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 12:59:58.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42212) > >2014-07-22 13:00:01.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44161) > >2014-07-22 13:00:02.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45805) > >2014-07-22 13:00:02.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42267) > >2014-07-22 13:00:05.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44214) > >2014-07-22 13:00:06.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45859) > >2014-07-22 13:00:06.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42321) > >2014-07-22 13:00:09.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44267) > >2014-07-22 13:00:10.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45913) > >2014-07-22 13:00:10.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42376) > >2014-07-22 13:00:11.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:13.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44320) > >2014-07-22 13:00:14.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45968) > >2014-07-22 13:00:14.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42431) > >2014-07-22 13:00:16.136 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:00:16.136 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:00:16.137 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:00:16.148 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:00:17.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44373) > >2014-07-22 13:00:18.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46023) > >2014-07-22 13:00:18.834 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:18.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42486) > >2014-07-22 13:00:21.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44426) > >2014-07-22 13:00:22.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46077) > >2014-07-22 13:00:22.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42542) > >2014-07-22 13:00:25.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44480) > >2014-07-22 13:00:26.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46132) > >2014-07-22 13:00:26.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42596) > >2014-07-22 13:00:28.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:29.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44533) > >2014-07-22 13:00:30.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46187) > >2014-07-22 13:00:31.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42651) > >2014-07-22 13:00:33.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44588) > >2014-07-22 13:00:34.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46243) > >2014-07-22 13:00:35.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42705) > >2014-07-22 13:00:37.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44640) > >2014-07-22 13:00:38.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46296) > >2014-07-22 13:00:39.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42758) > >2014-07-22 13:00:41.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:41.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44693) > >2014-07-22 13:00:42.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46351) > >2014-07-22 13:00:43.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42814) > >2014-07-22 13:00:46.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44746) > >2014-07-22 13:00:46.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46405) > >2014-07-22 13:00:47.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42868) > >2014-07-22 13:00:48.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:49.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44801) > >2014-07-22 13:00:50.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46461) > >2014-07-22 13:00:51.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42924) > >2014-07-22 13:00:53.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44854) > >2014-07-22 13:00:54.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46515) > >2014-07-22 13:00:55.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42980) > >2014-07-22 13:00:58.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44907) > >2014-07-22 13:00:58.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46568) > >2014-07-22 13:00:58.908 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:00:59.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43033) > >2014-07-22 13:01:02.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44960) > >2014-07-22 13:01:02.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46623) > >2014-07-22 13:01:03.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43088) > >2014-07-22 13:01:06.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45013) > >2014-07-22 13:01:06.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46677) > >2014-07-22 13:01:07.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43142) > >2014-07-22 13:01:10.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45068) > >2014-07-22 13:01:10.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46732) > >2014-07-22 13:01:11.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43197) > >2014-07-22 13:01:11.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:14.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45121) > >2014-07-22 13:01:14.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46787) > >2014-07-22 13:01:15.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43252) > >2014-07-22 13:01:18.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45174) > >2014-07-22 13:01:18.853 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:18.886 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 46842) > >2014-07-22 13:01:19.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43309) > >2014-07-22 13:01:22.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45227) > >2014-07-22 13:01:22.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46898) > >2014-07-22 13:01:23.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43365) > >2014-07-22 13:01:26.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45280) > >2014-07-22 13:01:26.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46953) > >2014-07-22 13:01:27.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43420) > >2014-07-22 13:01:28.925 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:30.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45333) > >2014-07-22 13:01:30.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47011) > >2014-07-22 13:01:31.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43478) > >2014-07-22 13:01:34.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45387) > >2014-07-22 13:01:34.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47068) > >2014-07-22 13:01:35.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43535) > >2014-07-22 13:01:38.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45440) > >2014-07-22 13:01:38.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47121) > >2014-07-22 13:01:39.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43588) > >2014-07-22 13:01:41.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:42.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45494) > >2014-07-22 13:01:42.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47176) > >2014-07-22 13:01:43.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43644) > >2014-07-22 13:01:46.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45547) > >2014-07-22 13:01:46.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47231) > >2014-07-22 13:01:47.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43699) > >2014-07-22 13:01:48.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:50.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45600) > >2014-07-22 13:01:50.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47285) > >2014-07-22 13:01:51.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43755) > >2014-07-22 13:01:54.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45653) > >2014-07-22 13:01:54.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47339) > >2014-07-22 13:01:55.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43811) > >2014-07-22 13:01:58.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45706) > >2014-07-22 13:01:58.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47398) > >2014-07-22 13:01:58.945 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:01:59.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43866) > >2014-07-22 13:02:02.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45760) > >2014-07-22 13:02:02.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47454) > >2014-07-22 13:02:03.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43921) > >2014-07-22 13:02:06.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45813) > >2014-07-22 13:02:06.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47508) > >2014-07-22 13:02:07.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43975) > >2014-07-22 13:02:10.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45866) > >2014-07-22 13:02:10.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47561) > >2014-07-22 13:02:11.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44030) > >2014-07-22 13:02:11.129 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:14.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45919) > >2014-07-22 13:02:14.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47617) > >2014-07-22 13:02:15.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44085) > >2014-07-22 13:02:16.149 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:02:16.149 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:02:16.150 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:02:16.162 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:02:18.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45972) > >2014-07-22 13:02:18.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:18.908 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 47672) > >2014-07-22 13:02:19.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44141) > >2014-07-22 13:02:22.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46025) > >2014-07-22 13:02:22.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47726) > >2014-07-22 13:02:23.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44196) > >2014-07-22 13:02:26.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46079) > >2014-07-22 13:02:26.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47781) > >2014-07-22 13:02:27.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44249) > >2014-07-22 13:02:28.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:30.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46132) > >2014-07-22 13:02:30.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47836) > >2014-07-22 13:02:31.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44304) > >2014-07-22 13:02:34.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46187) > >2014-07-22 13:02:34.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47892) > >2014-07-22 13:02:35.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44358) > >2014-07-22 13:02:38.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46240) > >2014-07-22 13:02:38.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47945) > >2014-07-22 13:02:39.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44411) > >2014-07-22 13:02:41.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:42.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46293) > >2014-07-22 13:02:42.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47999) > >2014-07-22 13:02:43.091 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44467) > >2014-07-22 13:02:46.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46346) > >2014-07-22 13:02:46.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48054) > >2014-07-22 13:02:47.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44521) > >2014-07-22 13:02:48.841 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:50.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46401) > >2014-07-22 13:02:50.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48110) > >2014-07-22 13:02:51.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44577) > >2014-07-22 13:02:54.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46454) > >2014-07-22 13:02:54.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48164) > >2014-07-22 13:02:55.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44633) > >2014-07-22 13:02:58.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46507) > >2014-07-22 13:02:58.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48217) > >2014-07-22 13:02:58.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:02:59.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44686) > >2014-07-22 13:03:02.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46560) > >2014-07-22 13:03:02.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48272) > >2014-07-22 13:03:03.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44741) > >2014-07-22 13:03:06.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46613) > >2014-07-22 13:03:06.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48326) > >2014-07-22 13:03:07.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44795) > >2014-07-22 13:03:10.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46668) > >2014-07-22 13:03:10.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48381) > >2014-07-22 13:03:11.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44850) > >2014-07-22 13:03:11.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:14.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46721) > >2014-07-22 13:03:14.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48436) > >2014-07-22 13:03:15.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44905) > >2014-07-22 13:03:18.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46774) > >2014-07-22 13:03:18.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:18.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48491) > >2014-07-22 13:03:19.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44963) > >2014-07-22 13:03:22.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46827) > >2014-07-22 13:03:22.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48547) > >2014-07-22 13:03:23.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45018) > >2014-07-22 13:03:26.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46879) > >2014-07-22 13:03:26.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48602) > >2014-07-22 13:03:27.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45073) > >2014-07-22 13:03:28.969 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:30.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46932) > >2014-07-22 13:03:30.950 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48660) > >2014-07-22 13:03:31.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45131) > >2014-07-22 13:03:34.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46985) > >2014-07-22 13:03:34.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48718) > >2014-07-22 13:03:35.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45188) > >2014-07-22 13:03:38.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47039) > >2014-07-22 13:03:38.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48771) > >2014-07-22 13:03:39.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45241) > >2014-07-22 13:03:41.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:42.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47093) > >2014-07-22 13:03:42.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48825) > >2014-07-22 13:03:43.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45297) > >2014-07-22 13:03:46.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47146) > >2014-07-22 13:03:46.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48880) > >2014-07-22 13:03:47.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45352) > >2014-07-22 13:03:48.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:50.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47199) > >2014-07-22 13:03:50.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48934) > >2014-07-22 13:03:51.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45410) > >2014-07-22 13:03:54.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47252) > >2014-07-22 13:03:54.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48988) > >2014-07-22 13:03:55.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45466) > >2014-07-22 13:03:58.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47305) > >2014-07-22 13:03:58.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49047) > >2014-07-22 13:03:58.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:03:59.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45523) > >2014-07-22 13:04:02.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47359) > >2014-07-22 13:04:02.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49103) > >2014-07-22 13:04:03.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45578) > >2014-07-22 13:04:06.142 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47412) > >2014-07-22 13:04:06.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49157) > >2014-07-22 13:04:07.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45632) > >2014-07-22 13:04:10.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47465) > >2014-07-22 13:04:10.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49210) > >2014-07-22 13:04:11.130 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:11.166 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.6', 45687) > >2014-07-22 13:04:14.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47518) > >2014-07-22 13:04:14.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49266) > >2014-07-22 13:04:15.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45742) > >2014-07-22 13:04:16.163 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:04:16.163 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:04:16.164 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:04:16.180 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:04:18.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47571) > >2014-07-22 13:04:18.843 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:18.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49321) > >2014-07-22 13:04:19.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45799) > >2014-07-22 13:04:22.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47624) > >2014-07-22 13:04:22.983 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49375) > >2014-07-22 13:04:23.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45854) > >2014-07-22 13:04:26.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47678) > >2014-07-22 13:04:27.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49430) > >2014-07-22 13:04:27.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45908) > >2014-07-22 13:04:28.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:30.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47731) > >2014-07-22 13:04:30.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49485) > >2014-07-22 13:04:31.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45963) > >2014-07-22 13:04:34.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47786) > >2014-07-22 13:04:35.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49541) > >2014-07-22 13:04:35.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46017) > >2014-07-22 13:04:38.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47839) > >2014-07-22 13:04:38.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49594) > >2014-07-22 13:04:39.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46070) > >2014-07-22 13:04:41.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:42.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47892) > >2014-07-22 13:04:43.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49648) > >2014-07-22 13:04:43.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46126) > >2014-07-22 13:04:46.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47945) > >2014-07-22 13:04:47.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49703) > >2014-07-22 13:04:47.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46182) > >2014-07-22 13:04:48.842 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:50.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48000) > >2014-07-22 13:04:50.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49759) > >2014-07-22 13:04:51.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46238) > >2014-07-22 13:04:54.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48053) > >2014-07-22 13:04:55.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49813) > >2014-07-22 13:04:55.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46294) > >2014-07-22 13:04:58.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48106) > >2014-07-22 13:04:59.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49866) > >2014-07-22 13:04:59.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:04:59.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46347) > >2014-07-22 13:05:02.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48159) > >2014-07-22 13:05:03.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49921) > >2014-07-22 13:05:03.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46402) > >2014-07-22 13:05:06.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48212) > >2014-07-22 13:05:07.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49975) > >2014-07-22 13:05:07.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46456) > >2014-07-22 13:05:10.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48267) > >2014-07-22 13:05:11.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50030) > >2014-07-22 13:05:11.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:11.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46511) > >2014-07-22 13:05:14.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48320) > >2014-07-22 13:05:15.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50085) > >2014-07-22 13:05:15.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46566) > >2014-07-22 13:05:18.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48373) > >2014-07-22 13:05:18.869 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:19.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50140) > >2014-07-22 13:05:19.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46624) > >2014-07-22 13:05:22.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48425) > >2014-07-22 13:05:23.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50194) > >2014-07-22 13:05:23.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46681) > >2014-07-22 13:05:26.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48480) > >2014-07-22 13:05:27.018 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50252) > >2014-07-22 13:05:27.215 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46738) > >2014-07-22 13:05:29.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:30.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48533) > >2014-07-22 13:05:31.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50309) > >2014-07-22 13:05:31.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46795) > >2014-07-22 13:05:34.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48586) > >2014-07-22 13:05:35.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50366) > >2014-07-22 13:05:35.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46853) > >2014-07-22 13:05:38.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48640) > >2014-07-22 13:05:39.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50420) > >2014-07-22 13:05:39.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46906) > >2014-07-22 13:05:41.131 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:42.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48693) > >2014-07-22 13:05:43.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50475) > >2014-07-22 13:05:43.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46962) > >2014-07-22 13:05:46.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48747) > >2014-07-22 13:05:47.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50530) > >2014-07-22 13:05:47.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47016) > >2014-07-22 13:05:48.867 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:50.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48800) > >2014-07-22 13:05:51.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50584) > >2014-07-22 13:05:51.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47072) > >2014-07-22 13:05:54.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48853) > >2014-07-22 13:05:55.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50638) > >2014-07-22 13:05:55.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47128) > >2014-07-22 13:05:58.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48906) > >2014-07-22 13:05:59.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50692) > >2014-07-22 13:05:59.065 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:05:59.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47182) > >2014-07-22 13:06:02.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48959) > >2014-07-22 13:06:03.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50753) > >2014-07-22 13:06:03.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47238) > >2014-07-22 13:06:06.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49013) > >2014-07-22 13:06:07.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50807) > >2014-07-22 13:06:07.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47292) > >2014-07-22 13:06:10.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49066) > >2014-07-22 13:06:11.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50860) > >2014-07-22 13:06:11.132 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:11.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47348) > >2014-07-22 13:06:14.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49119) > >2014-07-22 13:06:15.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50916) > >2014-07-22 13:06:15.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47403) > >2014-07-22 13:06:16.183 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:06:16.183 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:06:16.183 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:06:16.195 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:06:18.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49172) > >2014-07-22 13:06:18.918 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:19.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50971) > >2014-07-22 13:06:19.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47459) > >2014-07-22 13:06:22.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49225) > >2014-07-22 13:06:23.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51025) > >2014-07-22 13:06:23.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47514) > >2014-07-22 13:06:26.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49279) > >2014-07-22 13:06:27.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51080) > >2014-07-22 13:06:27.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47568) > >2014-07-22 13:06:29.045 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:30.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49331) > >2014-07-22 13:06:31.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51135) > >2014-07-22 13:06:31.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47623) > >2014-07-22 13:06:34.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49386) > >2014-07-22 13:06:35.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51191) > >2014-07-22 13:06:35.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47677) > >2014-07-22 13:06:38.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49439) > >2014-07-22 13:06:39.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51244) > >2014-07-22 13:06:39.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47732) > >2014-07-22 13:06:41.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:42.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49492) > >2014-07-22 13:06:43.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51298) > >2014-07-22 13:06:43.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47788) > >2014-07-22 13:06:46.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49545) > >2014-07-22 13:06:47.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51353) > >2014-07-22 13:06:47.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47842) > >2014-07-22 13:06:48.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:50.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49600) > >2014-07-22 13:06:51.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51409) > >2014-07-22 13:06:51.272 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47898) > >2014-07-22 13:06:54.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49653) > >2014-07-22 13:06:55.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51463) > >2014-07-22 13:06:55.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47954) > >2014-07-22 13:06:58.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49706) > >2014-07-22 13:06:59.055 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:06:59.084 29190 INFO neutron.wsgi [req-bda5f9bc-8871-451c-99ae-ff68e75e43a1 None] (29190) accepted ('192.168.0.7', 51516) > >2014-07-22 13:06:59.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48008) > >2014-07-22 13:07:02.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49759) > >2014-07-22 13:07:03.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51571) > >2014-07-22 13:07:03.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48062) > >2014-07-22 13:07:06.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49812) > >2014-07-22 13:07:07.081 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51625) > >2014-07-22 13:07:07.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48116) > >2014-07-22 13:07:10.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49867) > >2014-07-22 13:07:11.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51680) > >2014-07-22 13:07:11.133 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:11.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48171) > >2014-07-22 13:07:14.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49920) > >2014-07-22 13:07:15.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51735) > >2014-07-22 13:07:15.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48226) > >2014-07-22 13:07:18.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49973) > >2014-07-22 13:07:18.946 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:19.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51790) > >2014-07-22 13:07:19.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48284) > >2014-07-22 13:07:22.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50026) > >2014-07-22 13:07:23.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51844) > >2014-07-22 13:07:23.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48339) > >2014-07-22 13:07:26.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50079) > >2014-07-22 13:07:27.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51901) > >2014-07-22 13:07:27.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48394) > >2014-07-22 13:07:29.070 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:30.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50132) > >2014-07-22 13:07:31.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51958) > >2014-07-22 13:07:31.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48451) > >2014-07-22 13:07:34.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50185) > >2014-07-22 13:07:35.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52016) > >2014-07-22 13:07:35.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48509) > >2014-07-22 13:07:38.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50239) > >2014-07-22 13:07:39.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52069) > >2014-07-22 13:07:39.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48562) > >2014-07-22 13:07:41.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:42.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50292) > >2014-07-22 13:07:43.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52123) > >2014-07-22 13:07:43.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48618) > >2014-07-22 13:07:46.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50346) > >2014-07-22 13:07:47.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52179) > >2014-07-22 13:07:47.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48673) > >2014-07-22 13:07:48.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:50.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50399) > >2014-07-22 13:07:51.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52233) > >2014-07-22 13:07:51.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48729) > >2014-07-22 13:07:54.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50453) > >2014-07-22 13:07:55.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52287) > >2014-07-22 13:07:55.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48784) > >2014-07-22 13:07:58.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50506) > >2014-07-22 13:07:59.089 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:07:59.148 29190 INFO neutron.wsgi [req-8d85c205-e9cb-42ff-9388-65cf4961c676 None] (29190) accepted ('192.168.0.7', 52341) > >2014-07-22 13:07:59.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48838) > >2014-07-22 13:08:02.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50559) > >2014-07-22 13:08:03.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52402) > >2014-07-22 13:08:03.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48894) > >2014-07-22 13:08:06.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50613) > >2014-07-22 13:08:07.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52457) > >2014-07-22 13:08:07.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48948) > >2014-07-22 13:08:10.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50666) > >2014-07-22 13:08:11.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52510) > >2014-07-22 13:08:11.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:11.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49003) > >2014-07-22 13:08:14.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50719) > >2014-07-22 13:08:15.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52566) > >2014-07-22 13:08:15.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49058) > >2014-07-22 13:08:16.198 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:08:16.198 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:08:16.199 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:08:16.221 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:08:18.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50772) > >2014-07-22 13:08:18.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:19.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52622) > >2014-07-22 13:08:19.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49114) > >2014-07-22 13:08:22.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50825) > >2014-07-22 13:08:23.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52675) > >2014-07-22 13:08:23.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49169) > >2014-07-22 13:08:26.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50879) > >2014-07-22 13:08:27.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52730) > >2014-07-22 13:08:27.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49223) > >2014-07-22 13:08:29.098 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:30.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50932) > >2014-07-22 13:08:31.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52785) > >2014-07-22 13:08:31.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49278) > >2014-07-22 13:08:34.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50987) > >2014-07-22 13:08:35.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52841) > >2014-07-22 13:08:35.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49332) > >2014-07-22 13:08:38.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51040) > >2014-07-22 13:08:39.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52894) > >2014-07-22 13:08:39.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49385) > >2014-07-22 13:08:41.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:42.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51093) > >2014-07-22 13:08:43.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52948) > >2014-07-22 13:08:43.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49441) > >2014-07-22 13:08:46.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51146) > >2014-07-22 13:08:47.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53003) > >2014-07-22 13:08:47.361 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49495) > >2014-07-22 13:08:48.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:50.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51201) > >2014-07-22 13:08:51.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53059) > >2014-07-22 13:08:51.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49551) > >2014-07-22 13:08:54.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51254) > >2014-07-22 13:08:55.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53114) > >2014-07-22 13:08:55.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49607) > >2014-07-22 13:08:58.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51307) > >2014-07-22 13:08:59.104 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:08:59.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53167) > >2014-07-22 13:08:59.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49661) > >2014-07-22 13:09:02.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51360) > >2014-07-22 13:09:03.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53222) > >2014-07-22 13:09:03.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49715) > >2014-07-22 13:09:06.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51413) > >2014-07-22 13:09:07.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53276) > >2014-07-22 13:09:07.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49769) > >2014-07-22 13:09:10.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51468) > >2014-07-22 13:09:11.143 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:11.200 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.7', 53331) > >2014-07-22 13:09:11.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49825) > >2014-07-22 13:09:14.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51521) > >2014-07-22 13:09:15.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53386) > >2014-07-22 13:09:15.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49879) > >2014-07-22 13:09:18.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51574) > >2014-07-22 13:09:18.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:19.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53441) > >2014-07-22 13:09:19.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49936) > >2014-07-22 13:09:22.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51627) > >2014-07-22 13:09:23.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53494) > >2014-07-22 13:09:23.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49992) > >2014-07-22 13:09:26.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51680) > >2014-07-22 13:09:27.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53551) > >2014-07-22 13:09:27.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50047) > >2014-07-22 13:09:29.120 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:30.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51733) > >2014-07-22 13:09:31.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53608) > >2014-07-22 13:09:31.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50104) > >2014-07-22 13:09:34.374 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51786) > >2014-07-22 13:09:35.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53666) > >2014-07-22 13:09:35.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50162) > >2014-07-22 13:09:38.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51840) > >2014-07-22 13:09:39.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53720) > >2014-07-22 13:09:39.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50215) > >2014-07-22 13:09:41.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:42.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51892) > >2014-07-22 13:09:43.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53774) > >2014-07-22 13:09:43.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50271) > >2014-07-22 13:09:46.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51946) > >2014-07-22 13:09:47.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53830) > >2014-07-22 13:09:47.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50326) > >2014-07-22 13:09:48.894 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:50.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51999) > >2014-07-22 13:09:51.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53884) > >2014-07-22 13:09:51.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50382) > >2014-07-22 13:09:54.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52052) > >2014-07-22 13:09:55.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53938) > >2014-07-22 13:09:55.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50438) > >2014-07-22 13:09:58.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52105) > >2014-07-22 13:09:59.134 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:09:59.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53991) > >2014-07-22 13:09:59.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50492) > >2014-07-22 13:10:02.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52158) > >2014-07-22 13:10:03.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54052) > >2014-07-22 13:10:03.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50548) > >2014-07-22 13:10:06.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52212) > >2014-07-22 13:10:07.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54107) > >2014-07-22 13:10:07.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50602) > >2014-07-22 13:10:10.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52265) > >2014-07-22 13:10:11.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:11.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54160) > >2014-07-22 13:10:11.427 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50658) > >2014-07-22 13:10:14.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52318) > >2014-07-22 13:10:15.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54215) > >2014-07-22 13:10:15.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50712) > >2014-07-22 13:10:16.223 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:10:16.223 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:10:16.224 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:10:16.288 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:10:18.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52371) > >2014-07-22 13:10:18.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:19.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54272) > >2014-07-22 13:10:19.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50768) > >2014-07-22 13:10:22.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52424) > >2014-07-22 13:10:23.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54325) > >2014-07-22 13:10:23.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50823) > >2014-07-22 13:10:26.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52478) > >2014-07-22 13:10:27.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54380) > >2014-07-22 13:10:27.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50877) > >2014-07-22 13:10:29.144 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:30.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52531) > >2014-07-22 13:10:31.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54435) > >2014-07-22 13:10:31.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50932) > >2014-07-22 13:10:34.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52584) > >2014-07-22 13:10:35.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54491) > >2014-07-22 13:10:35.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50986) > >2014-07-22 13:10:38.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52639) > >2014-07-22 13:10:39.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54545) > >2014-07-22 13:10:39.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51039) > >2014-07-22 13:10:41.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:42.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52692) > >2014-07-22 13:10:43.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54599) > >2014-07-22 13:10:43.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51095) > >2014-07-22 13:10:46.439 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52745) > >2014-07-22 13:10:47.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54654) > >2014-07-22 13:10:47.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51149) > >2014-07-22 13:10:48.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:50.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52799) > >2014-07-22 13:10:51.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54710) > >2014-07-22 13:10:51.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51205) > >2014-07-22 13:10:54.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52853) > >2014-07-22 13:10:55.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54764) > >2014-07-22 13:10:55.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51261) > >2014-07-22 13:10:58.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52905) > >2014-07-22 13:10:59.154 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:10:59.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54817) > >2014-07-22 13:10:59.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51315) > >2014-07-22 13:11:02.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52958) > >2014-07-22 13:11:03.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54872) > >2014-07-22 13:11:03.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51369) > >2014-07-22 13:11:06.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53011) > >2014-07-22 13:11:07.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54926) > >2014-07-22 13:11:07.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51422) > >2014-07-22 13:11:10.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53066) > >2014-07-22 13:11:11.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:11.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54981) > >2014-07-22 13:11:11.463 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51478) > >2014-07-22 13:11:14.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53119) > >2014-07-22 13:11:15.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55036) > >2014-07-22 13:11:15.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51532) > >2014-07-22 13:11:18.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53172) > >2014-07-22 13:11:18.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:19.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55091) > >2014-07-22 13:11:19.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51589) > >2014-07-22 13:11:22.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53225) > >2014-07-22 13:11:23.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55145) > >2014-07-22 13:11:23.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51645) > >2014-07-22 13:11:26.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53278) > >2014-07-22 13:11:27.240 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55202) > >2014-07-22 13:11:27.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51700) > >2014-07-22 13:11:29.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:30.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53331) > >2014-07-22 13:11:31.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55258) > >2014-07-22 13:11:31.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51756) > >2014-07-22 13:11:34.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53384) > >2014-07-22 13:11:35.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55316) > >2014-07-22 13:11:35.480 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51815) > >2014-07-22 13:11:38.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53437) > >2014-07-22 13:11:39.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55370) > >2014-07-22 13:11:39.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51868) > >2014-07-22 13:11:41.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:42.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53491) > >2014-07-22 13:11:43.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55424) > >2014-07-22 13:11:43.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51924) > >2014-07-22 13:11:46.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53545) > >2014-07-22 13:11:47.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55479) > >2014-07-22 13:11:47.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51978) > >2014-07-22 13:11:48.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:50.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53598) > >2014-07-22 13:11:51.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55534) > >2014-07-22 13:11:51.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52035) > >2014-07-22 13:11:54.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53651) > >2014-07-22 13:11:55.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55589) > >2014-07-22 13:11:55.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52091) > >2014-07-22 13:11:58.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53704) > >2014-07-22 13:11:59.188 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:11:59.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55642) > >2014-07-22 13:11:59.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52144) > >2014-07-22 13:12:02.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53757) > >2014-07-22 13:12:03.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55703) > >2014-07-22 13:12:03.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52200) > >2014-07-22 13:12:06.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53811) > >2014-07-22 13:12:07.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55758) > >2014-07-22 13:12:07.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52254) > >2014-07-22 13:12:10.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53864) > >2014-07-22 13:12:11.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:11.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55811) > >2014-07-22 13:12:11.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52311) > >2014-07-22 13:12:14.487 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53917) > >2014-07-22 13:12:15.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55866) > >2014-07-22 13:12:15.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52365) > >2014-07-22 13:12:16.314 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:12:16.314 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:12:16.314 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:12:16.394 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:12:18.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53970) > >2014-07-22 13:12:18.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:19.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55923) > >2014-07-22 13:12:19.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52421) > >2014-07-22 13:12:22.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54023) > >2014-07-22 13:12:23.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55976) > >2014-07-22 13:12:23.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52476) > >2014-07-22 13:12:26.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54077) > >2014-07-22 13:12:27.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56031) > >2014-07-22 13:12:27.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52530) > >2014-07-22 13:12:29.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:30.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54129) > >2014-07-22 13:12:31.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56086) > >2014-07-22 13:12:31.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52585) > >2014-07-22 13:12:34.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54182) > >2014-07-22 13:12:35.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56142) > >2014-07-22 13:12:35.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52639) > >2014-07-22 13:12:38.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54237) > >2014-07-22 13:12:39.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56195) > >2014-07-22 13:12:39.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52692) > >2014-07-22 13:12:41.145 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:42.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54290) > >2014-07-22 13:12:43.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56249) > >2014-07-22 13:12:43.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52748) > >2014-07-22 13:12:46.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54343) > >2014-07-22 13:12:47.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56304) > >2014-07-22 13:12:47.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52802) > >2014-07-22 13:12:48.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:50.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54396) > >2014-07-22 13:12:51.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56360) > >2014-07-22 13:12:51.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52858) > >2014-07-22 13:12:54.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54451) > >2014-07-22 13:12:55.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56414) > >2014-07-22 13:12:55.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52914) > >2014-07-22 13:12:58.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54504) > >2014-07-22 13:12:59.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:12:59.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56467) > >2014-07-22 13:12:59.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52968) > >2014-07-22 13:13:02.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54557) > >2014-07-22 13:13:03.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56522) > >2014-07-22 13:13:03.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53022) > >2014-07-22 13:13:06.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54610) > >2014-07-22 13:13:07.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56576) > >2014-07-22 13:13:07.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53076) > >2014-07-22 13:13:10.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54665) > >2014-07-22 13:13:11.190 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:11.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56631) > >2014-07-22 13:13:11.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53132) > >2014-07-22 13:13:14.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54718) > >2014-07-22 13:13:15.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56686) > >2014-07-22 13:13:15.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53186) > >2014-07-22 13:13:18.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54771) > >2014-07-22 13:13:18.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:19.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56740) > >2014-07-22 13:13:19.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53243) > >2014-07-22 13:13:22.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54824) > >2014-07-22 13:13:23.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56794) > >2014-07-22 13:13:23.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53299) > >2014-07-22 13:13:26.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54877) > >2014-07-22 13:13:27.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56850) > >2014-07-22 13:13:27.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53354) > >2014-07-22 13:13:29.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:30.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54930) > >2014-07-22 13:13:31.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56908) > >2014-07-22 13:13:31.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53410) > >2014-07-22 13:13:34.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54983) > >2014-07-22 13:13:35.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56967) > >2014-07-22 13:13:35.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53469) > >2014-07-22 13:13:38.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55036) > >2014-07-22 13:13:39.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57020) > >2014-07-22 13:13:39.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53522) > >2014-07-22 13:13:41.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:42.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55090) > >2014-07-22 13:13:43.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57075) > >2014-07-22 13:13:43.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53578) > >2014-07-22 13:13:46.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55144) > >2014-07-22 13:13:47.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57130) > >2014-07-22 13:13:47.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53631) > >2014-07-22 13:13:48.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:50.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55197) > >2014-07-22 13:13:51.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57185) > >2014-07-22 13:13:51.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53688) > >2014-07-22 13:13:54.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55250) > >2014-07-22 13:13:55.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57240) > >2014-07-22 13:13:55.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53744) > >2014-07-22 13:13:58.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55303) > >2014-07-22 13:13:59.233 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:13:59.340 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57293) > >2014-07-22 13:13:59.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53798) > >2014-07-22 13:14:02.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55356) > >2014-07-22 13:14:03.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57349) > >2014-07-22 13:14:03.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53853) > >2014-07-22 13:14:06.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55410) > >2014-07-22 13:14:07.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57409) > >2014-07-22 13:14:07.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53908) > >2014-07-22 13:14:10.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55463) > >2014-07-22 13:14:11.146 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:11.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57463) > >2014-07-22 13:14:11.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53964) > >2014-07-22 13:14:14.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55516) > >2014-07-22 13:14:15.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57517) > >2014-07-22 13:14:15.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54018) > >2014-07-22 13:14:16.411 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:14:16.411 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:14:16.412 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:14:16.483 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:14:18.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55569) > >2014-07-22 13:14:18.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:19.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57574) > >2014-07-22 13:14:19.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54074) > >2014-07-22 13:14:22.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55622) > >2014-07-22 13:14:23.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57627) > >2014-07-22 13:14:23.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54129) > >2014-07-22 13:14:26.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55676) > >2014-07-22 13:14:27.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57682) > >2014-07-22 13:14:27.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54183) > >2014-07-22 13:14:29.243 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:30.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55729) > >2014-07-22 13:14:31.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57737) > >2014-07-22 13:14:31.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54238) > >2014-07-22 13:14:34.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55783) > >2014-07-22 13:14:35.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57791) > >2014-07-22 13:14:35.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54292) > >2014-07-22 13:14:38.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55838) > >2014-07-22 13:14:39.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57846) > >2014-07-22 13:14:39.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54345) > >2014-07-22 13:14:41.147 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:42.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55891) > >2014-07-22 13:14:43.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57900) > >2014-07-22 13:14:43.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54401) > >2014-07-22 13:14:46.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55944) > >2014-07-22 13:14:47.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57955) > >2014-07-22 13:14:47.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54455) > >2014-07-22 13:14:48.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:50.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55997) > >2014-07-22 13:14:51.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58010) > >2014-07-22 13:14:51.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54511) > >2014-07-22 13:14:54.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56052) > >2014-07-22 13:14:55.371 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58064) > >2014-07-22 13:14:55.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54567) > >2014-07-22 13:14:58.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56105) > >2014-07-22 13:14:59.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:14:59.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58117) > >2014-07-22 13:14:59.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54621) > >2014-07-22 13:15:02.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56158) > >2014-07-22 13:15:03.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58172) > >2014-07-22 13:15:03.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54676) > >2014-07-22 13:15:06.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56211) > >2014-07-22 13:15:07.378 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58226) > >2014-07-22 13:15:07.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54735) > >2014-07-22 13:15:10.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56266) > >2014-07-22 13:15:11.149 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:11.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58282) > >2014-07-22 13:15:11.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54791) > >2014-07-22 13:15:14.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56320) > >2014-07-22 13:15:15.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58336) > >2014-07-22 13:15:15.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54845) > >2014-07-22 13:15:18.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56373) > >2014-07-22 13:15:18.898 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:19.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58391) > >2014-07-22 13:15:19.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54902) > >2014-07-22 13:15:22.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56426) > >2014-07-22 13:15:23.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58445) > >2014-07-22 13:15:23.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54958) > >2014-07-22 13:15:26.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56479) > >2014-07-22 13:15:27.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58499) > >2014-07-22 13:15:27.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55013) > >2014-07-22 13:15:29.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:30.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56536) > >2014-07-22 13:15:31.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58558) > >2014-07-22 13:15:31.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55071) > >2014-07-22 13:15:34.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56589) > >2014-07-22 13:15:35.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58617) > >2014-07-22 13:15:35.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55129) > >2014-07-22 13:15:38.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56647) > >2014-07-22 13:15:39.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58676) > >2014-07-22 13:15:39.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55199) > >2014-07-22 13:15:41.159 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:42.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56701) > >2014-07-22 13:15:43.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58731) > >2014-07-22 13:15:43.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55255) > >2014-07-22 13:15:46.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56754) > >2014-07-22 13:15:47.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58785) > >2014-07-22 13:15:47.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55309) > >2014-07-22 13:15:48.899 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:50.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56808) > >2014-07-22 13:15:51.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58841) > >2014-07-22 13:15:51.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55365) > >2014-07-22 13:15:54.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56861) > >2014-07-22 13:15:55.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58894) > >2014-07-22 13:15:55.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55428) > >2014-07-22 13:15:58.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56915) > >2014-07-22 13:15:59.303 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:15:59.452 29190 INFO neutron.wsgi [req-b288acd4-9c17-47fe-ae56-884baa5a11d7 None] (29190) accepted ('192.168.0.7', 58946) > >2014-07-22 13:15:59.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55494) > >2014-07-22 13:16:02.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56980) > >2014-07-22 13:16:03.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59007) > >2014-07-22 13:16:03.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55564) > >2014-07-22 13:16:06.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57037) > >2014-07-22 13:16:07.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59067) > >2014-07-22 13:16:07.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55629) > >2014-07-22 13:16:10.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57094) > >2014-07-22 13:16:11.166 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:11.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59122) > >2014-07-22 13:16:11.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55696) > >2014-07-22 13:16:14.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57157) > >2014-07-22 13:16:15.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59176) > >2014-07-22 13:16:15.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55769) > >2014-07-22 13:16:16.487 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:16:16.487 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:16:16.487 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:16:16.563 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:16:18.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57224) > >2014-07-22 13:16:18.897 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:19.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59234) > >2014-07-22 13:16:19.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55841) > >2014-07-22 13:16:22.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57285) > >2014-07-22 13:16:23.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59287) > >2014-07-22 13:16:23.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55899) > >2014-07-22 13:16:26.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57343) > >2014-07-22 13:16:27.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59342) > >2014-07-22 13:16:27.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55956) > >2014-07-22 13:16:29.320 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:30.834 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57402) > >2014-07-22 13:16:31.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59397) > >2014-07-22 13:16:31.856 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56014) > >2014-07-22 13:16:34.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57467) > >2014-07-22 13:16:35.429 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59451) > >2014-07-22 13:16:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56068) > >2014-07-22 13:16:38.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57534) > >2014-07-22 13:16:39.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59506) > >2014-07-22 13:16:39.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56126) > >2014-07-22 13:16:41.176 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:42.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57600) > >2014-07-22 13:16:43.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59560) > >2014-07-22 13:16:43.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56183) > >2014-07-22 13:16:46.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57659) > >2014-07-22 13:16:47.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59615) > >2014-07-22 13:16:47.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56236) > >2014-07-22 13:16:48.915 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:50.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57715) > >2014-07-22 13:16:51.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59669) > >2014-07-22 13:16:51.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56293) > >2014-07-22 13:16:54.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57776) > >2014-07-22 13:16:55.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59724) > >2014-07-22 13:16:55.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56350) > >2014-07-22 13:16:58.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57833) > >2014-07-22 13:16:59.312 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:16:59.450 29190 INFO neutron.wsgi [req-3555967c-f7d0-4fbf-8944-74809b7d4bfd None] (29190) accepted ('192.168.0.7', 59777) > >2014-07-22 13:16:59.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56404) > >2014-07-22 13:17:02.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57889) > >2014-07-22 13:17:03.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59832) > >2014-07-22 13:17:03.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56458) > >2014-07-22 13:17:06.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57943) > >2014-07-22 13:17:07.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59886) > >2014-07-22 13:17:07.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56515) > >2014-07-22 13:17:10.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57998) > >2014-07-22 13:17:11.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:11.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59942) > >2014-07-22 13:17:11.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56574) > >2014-07-22 13:17:14.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58051) > >2014-07-22 13:17:15.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59996) > >2014-07-22 13:17:16.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56628) > >2014-07-22 13:17:18.901 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:19.033 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 58104) > >2014-07-22 13:17:19.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60051) > >2014-07-22 13:17:20.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56686) > >2014-07-22 13:17:22.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58157) > >2014-07-22 13:17:23.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60104) > >2014-07-22 13:17:24.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56741) > >2014-07-22 13:17:26.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58210) > >2014-07-22 13:17:27.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60159) > >2014-07-22 13:17:28.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56798) > >2014-07-22 13:17:29.336 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:30.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58263) > >2014-07-22 13:17:31.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60218) > >2014-07-22 13:17:32.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56856) > >2014-07-22 13:17:34.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58316) > >2014-07-22 13:17:35.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60277) > >2014-07-22 13:17:36.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56916) > >2014-07-22 13:17:38.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58369) > >2014-07-22 13:17:39.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60330) > >2014-07-22 13:17:40.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56971) > >2014-07-22 13:17:41.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:42.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58423) > >2014-07-22 13:17:43.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60385) > >2014-07-22 13:17:44.027 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57026) > >2014-07-22 13:17:46.991 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58477) > >2014-07-22 13:17:47.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60439) > >2014-07-22 13:17:48.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57082) > >2014-07-22 13:17:48.911 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:50.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58534) > >2014-07-22 13:17:51.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60495) > >2014-07-22 13:17:52.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57140) > >2014-07-22 13:17:55.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58586) > >2014-07-22 13:17:55.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60549) > >2014-07-22 13:17:56.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57196) > >2014-07-22 13:17:59.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58639) > >2014-07-22 13:17:59.347 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:17:59.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60602) > >2014-07-22 13:18:00.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57250) > >2014-07-22 13:18:03.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58693) > >2014-07-22 13:18:03.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60657) > >2014-07-22 13:18:04.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57304) > >2014-07-22 13:18:07.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58746) > >2014-07-22 13:18:07.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60717) > >2014-07-22 13:18:08.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57360) > >2014-07-22 13:18:10.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58800) > >2014-07-22 13:18:11.167 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:11.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60772) > >2014-07-22 13:18:12.043 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57416) > >2014-07-22 13:18:15.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58852) > >2014-07-22 13:18:15.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60826) > >2014-07-22 13:18:16.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57470) > >2014-07-22 13:18:16.567 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:18:16.567 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:18:16.568 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:18:16.580 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:18:18.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:19.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58906) > >2014-07-22 13:18:19.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60882) > >2014-07-22 13:18:20.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57527) > >2014-07-22 13:18:23.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58959) > >2014-07-22 13:18:23.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60936) > >2014-07-22 13:18:24.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57582) > >2014-07-22 13:18:27.006 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59014) > >2014-07-22 13:18:27.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60991) > >2014-07-22 13:18:28.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57637) > >2014-07-22 13:18:29.354 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:31.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59067) > >2014-07-22 13:18:31.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32813) > >2014-07-22 13:18:32.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57692) > >2014-07-22 13:18:35.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59120) > >2014-07-22 13:18:35.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32867) > >2014-07-22 13:18:36.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57746) > >2014-07-22 13:18:39.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59175) > >2014-07-22 13:18:39.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32922) > >2014-07-22 13:18:40.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57801) > >2014-07-22 13:18:41.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:43.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59228) > >2014-07-22 13:18:43.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32975) > >2014-07-22 13:18:44.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57855) > >2014-07-22 13:18:47.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59281) > >2014-07-22 13:18:47.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33029) > >2014-07-22 13:18:48.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57909) > >2014-07-22 13:18:48.932 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:51.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59334) > >2014-07-22 13:18:51.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33084) > >2014-07-22 13:18:52.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57965) > >2014-07-22 13:18:55.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59389) > >2014-07-22 13:18:55.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33140) > >2014-07-22 13:18:56.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58021) > >2014-07-22 13:18:59.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59442) > >2014-07-22 13:18:59.364 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:18:59.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33193) > >2014-07-22 13:19:00.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58075) > >2014-07-22 13:19:03.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59495) > >2014-07-22 13:19:03.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33248) > >2014-07-22 13:19:04.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58129) > >2014-07-22 13:19:07.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59548) > >2014-07-22 13:19:07.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33301) > >2014-07-22 13:19:08.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58183) > >2014-07-22 13:19:11.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59603) > >2014-07-22 13:19:11.168 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:11.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33357) > >2014-07-22 13:19:12.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58239) > >2014-07-22 13:19:15.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59656) > >2014-07-22 13:19:15.541 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33411) > >2014-07-22 13:19:16.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58293) > >2014-07-22 13:19:18.939 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:19.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59709) > >2014-07-22 13:19:19.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33466) > >2014-07-22 13:19:20.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58349) > >2014-07-22 13:19:23.050 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59762) > >2014-07-22 13:19:23.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33519) > >2014-07-22 13:19:24.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58406) > >2014-07-22 13:19:27.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59815) > >2014-07-22 13:19:27.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33574) > >2014-07-22 13:19:28.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58461) > >2014-07-22 13:19:29.412 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:31.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59868) > >2014-07-22 13:19:31.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33633) > >2014-07-22 13:19:32.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58518) > >2014-07-22 13:19:35.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59921) > >2014-07-22 13:19:35.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33692) > >2014-07-22 13:19:36.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58577) > >2014-07-22 13:19:39.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59974) > >2014-07-22 13:19:39.552 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33745) > >2014-07-22 13:19:40.101 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58632) > >2014-07-22 13:19:41.169 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:43.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60027) > >2014-07-22 13:19:43.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33800) > >2014-07-22 13:19:44.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58686) > >2014-07-22 13:19:47.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60081) > >2014-07-22 13:19:47.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33854) > >2014-07-22 13:19:48.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58740) > >2014-07-22 13:19:48.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:51.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60135) > >2014-07-22 13:19:51.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33910) > >2014-07-22 13:19:52.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58797) > >2014-07-22 13:19:55.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60188) > >2014-07-22 13:19:55.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33964) > >2014-07-22 13:19:56.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58853) > >2014-07-22 13:19:59.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60241) > >2014-07-22 13:19:59.427 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:19:59.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34017) > >2014-07-22 13:20:00.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58907) > >2014-07-22 13:20:03.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60294) > >2014-07-22 13:20:03.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34072) > >2014-07-22 13:20:04.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58961) > >2014-07-22 13:20:07.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60347) > >2014-07-22 13:20:07.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34128) > >2014-07-22 13:20:08.119 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59017) > >2014-07-22 13:20:11.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60401) > >2014-07-22 13:20:11.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:11.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34186) > >2014-07-22 13:20:12.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59073) > >2014-07-22 13:20:15.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60454) > >2014-07-22 13:20:15.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34240) > >2014-07-22 13:20:16.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59127) > >2014-07-22 13:20:16.582 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:20:16.582 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:20:16.583 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:20:16.595 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:20:18.942 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:19.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60507) > >2014-07-22 13:20:19.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34296) > >2014-07-22 13:20:20.126 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59183) > >2014-07-22 13:20:23.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60560) > >2014-07-22 13:20:23.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34350) > >2014-07-22 13:20:24.128 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59238) > >2014-07-22 13:20:27.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60614) > >2014-07-22 13:20:27.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34405) > >2014-07-22 13:20:28.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59292) > >2014-07-22 13:20:29.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:31.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60667) > >2014-07-22 13:20:31.580 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34460) > >2014-07-22 13:20:32.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59347) > >2014-07-22 13:20:35.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60720) > >2014-07-22 13:20:35.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34514) > >2014-07-22 13:20:36.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59401) > >2014-07-22 13:20:39.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60775) > >2014-07-22 13:20:39.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34569) > >2014-07-22 13:20:40.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59456) > >2014-07-22 13:20:41.170 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:43.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60828) > >2014-07-22 13:20:43.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34623) > >2014-07-22 13:20:44.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59510) > >2014-07-22 13:20:47.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60881) > >2014-07-22 13:20:47.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34677) > >2014-07-22 13:20:48.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59564) > >2014-07-22 13:20:48.977 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:51.131 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60934) > >2014-07-22 13:20:51.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34732) > >2014-07-22 13:20:52.147 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59620) > >2014-07-22 13:20:55.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60989) > >2014-07-22 13:20:55.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34788) > >2014-07-22 13:20:56.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59676) > >2014-07-22 13:20:59.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32809) > >2014-07-22 13:20:59.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:20:59.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34841) > >2014-07-22 13:21:00.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59730) > >2014-07-22 13:21:03.138 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32862) > >2014-07-22 13:21:03.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34896) > >2014-07-22 13:21:04.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59783) > >2014-07-22 13:21:07.140 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32915) > >2014-07-22 13:21:07.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34951) > >2014-07-22 13:21:08.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59837) > >2014-07-22 13:21:11.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32970) > >2014-07-22 13:21:11.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:11.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35007) > >2014-07-22 13:21:12.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59893) > >2014-07-22 13:21:15.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33023) > >2014-07-22 13:21:15.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35061) > >2014-07-22 13:21:16.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59947) > >2014-07-22 13:21:18.968 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:19.148 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33076) > >2014-07-22 13:21:19.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35116) > >2014-07-22 13:21:20.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60004) > >2014-07-22 13:21:23.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33129) > >2014-07-22 13:21:23.617 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35169) > >2014-07-22 13:21:24.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60059) > >2014-07-22 13:21:27.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33182) > >2014-07-22 13:21:27.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35224) > >2014-07-22 13:21:28.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60114) > >2014-07-22 13:21:29.450 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:31.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33235) > >2014-07-22 13:21:31.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35281) > >2014-07-22 13:21:32.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60173) > >2014-07-22 13:21:35.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33288) > >2014-07-22 13:21:35.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35341) > >2014-07-22 13:21:36.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60229) > >2014-07-22 13:21:39.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33341) > >2014-07-22 13:21:39.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35395) > >2014-07-22 13:21:40.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60285) > >2014-07-22 13:21:41.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:43.160 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33394) > >2014-07-22 13:21:43.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35449) > >2014-07-22 13:21:44.190 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60339) > >2014-07-22 13:21:47.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33448) > >2014-07-22 13:21:47.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35504) > >2014-07-22 13:21:48.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60393) > >2014-07-22 13:21:49.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:51.164 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33501) > >2014-07-22 13:21:51.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35560) > >2014-07-22 13:21:52.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60450) > >2014-07-22 13:21:55.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33555) > >2014-07-22 13:21:55.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35614) > >2014-07-22 13:21:56.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60506) > >2014-07-22 13:21:59.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33607) > >2014-07-22 13:21:59.487 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:21:59.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35667) > >2014-07-22 13:22:00.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60560) > >2014-07-22 13:22:03.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33660) > >2014-07-22 13:22:03.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35722) > >2014-07-22 13:22:04.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60614) > >2014-07-22 13:22:07.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33713) > >2014-07-22 13:22:07.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35777) > >2014-07-22 13:22:08.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60669) > >2014-07-22 13:22:11.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:11.228 29190 INFO neutron.wsgi [req-dd86013d-fb28-4631-8b3c-1bbb4f5d7d15 None] (29190) accepted ('192.168.0.8', 33766) > >2014-07-22 13:22:11.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35837) > >2014-07-22 13:22:12.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60726) > >2014-07-22 13:22:15.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33820) > >2014-07-22 13:22:15.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35891) > >2014-07-22 13:22:16.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60780) > >2014-07-22 13:22:16.597 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:22:16.597 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:22:16.597 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:22:16.609 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:22:19.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:19.198 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33873) > >2014-07-22 13:22:19.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35947) > >2014-07-22 13:22:20.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60836) > >2014-07-22 13:22:23.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33926) > >2014-07-22 13:22:23.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36001) > >2014-07-22 13:22:24.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60891) > >2014-07-22 13:22:27.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33980) > >2014-07-22 13:22:27.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36056) > >2014-07-22 13:22:28.221 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60945) > >2014-07-22 13:22:29.485 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:31.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34033) > >2014-07-22 13:22:31.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36111) > >2014-07-22 13:22:32.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 61000) > >2014-07-22 13:22:35.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34086) > >2014-07-22 13:22:35.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36165) > >2014-07-22 13:22:36.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32821) > >2014-07-22 13:22:39.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34141) > >2014-07-22 13:22:39.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36220) > >2014-07-22 13:22:40.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32876) > >2014-07-22 13:22:41.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:43.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34194) > >2014-07-22 13:22:43.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36274) > >2014-07-22 13:22:44.229 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32930) > >2014-07-22 13:22:47.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34247) > >2014-07-22 13:22:47.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36328) > >2014-07-22 13:22:48.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32984) > >2014-07-22 13:22:48.999 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:51.237 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34300) > >2014-07-22 13:22:51.678 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36383) > >2014-07-22 13:22:52.234 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33040) > >2014-07-22 13:22:55.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34356) > >2014-07-22 13:22:55.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36439) > >2014-07-22 13:22:56.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33096) > >2014-07-22 13:22:59.230 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34409) > >2014-07-22 13:22:59.511 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:22:59.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36492) > >2014-07-22 13:23:00.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33150) > >2014-07-22 13:23:03.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34462) > >2014-07-22 13:23:03.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36547) > >2014-07-22 13:23:04.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33204) > >2014-07-22 13:23:07.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34515) > >2014-07-22 13:23:07.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36601) > >2014-07-22 13:23:08.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33258) > >2014-07-22 13:23:11.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:11.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34570) > >2014-07-22 13:23:11.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36657) > >2014-07-22 13:23:12.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33314) > >2014-07-22 13:23:15.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34623) > >2014-07-22 13:23:15.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36711) > >2014-07-22 13:23:16.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33368) > >2014-07-22 13:23:19.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:19.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34676) > >2014-07-22 13:23:19.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36766) > >2014-07-22 13:23:20.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33425) > >2014-07-22 13:23:23.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34729) > >2014-07-22 13:23:23.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36819) > >2014-07-22 13:23:24.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33480) > >2014-07-22 13:23:27.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34782) > >2014-07-22 13:23:27.701 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36874) > >2014-07-22 13:23:28.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33535) > >2014-07-22 13:23:29.501 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:31.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34835) > >2014-07-22 13:23:31.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36931) > >2014-07-22 13:23:32.257 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33594) > >2014-07-22 13:23:35.269 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34888) > >2014-07-22 13:23:35.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36991) > >2014-07-22 13:23:36.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33650) > >2014-07-22 13:23:39.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34941) > >2014-07-22 13:23:39.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37045) > >2014-07-22 13:23:40.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33706) > >2014-07-22 13:23:41.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:43.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34994) > >2014-07-22 13:23:43.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37099) > >2014-07-22 13:23:44.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33759) > >2014-07-22 13:23:47.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35047) > >2014-07-22 13:23:47.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37154) > >2014-07-22 13:23:48.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33813) > >2014-07-22 13:23:49.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:51.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35100) > >2014-07-22 13:23:51.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37209) > >2014-07-22 13:23:52.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33870) > >2014-07-22 13:23:55.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35154) > >2014-07-22 13:23:55.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37264) > >2014-07-22 13:23:56.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33926) > >2014-07-22 13:23:59.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35207) > >2014-07-22 13:23:59.521 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:23:59.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37317) > >2014-07-22 13:24:00.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33980) > >2014-07-22 13:24:03.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35259) > >2014-07-22 13:24:03.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37372) > >2014-07-22 13:24:04.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34034) > >2014-07-22 13:24:07.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35312) > >2014-07-22 13:24:07.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37426) > >2014-07-22 13:24:08.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34088) > >2014-07-22 13:24:11.177 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:11.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35365) > >2014-07-22 13:24:11.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37486) > >2014-07-22 13:24:12.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34146) > >2014-07-22 13:24:15.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35419) > >2014-07-22 13:24:15.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37541) > >2014-07-22 13:24:16.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34200) > >2014-07-22 13:24:16.612 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:24:16.612 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:24:16.613 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:24:16.624 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:24:19.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:19.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35472) > >2014-07-22 13:24:19.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37597) > >2014-07-22 13:24:20.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34256) > >2014-07-22 13:24:23.291 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35525) > >2014-07-22 13:24:23.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37651) > >2014-07-22 13:24:24.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34311) > >2014-07-22 13:24:27.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35579) > >2014-07-22 13:24:27.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37706) > >2014-07-22 13:24:28.294 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34365) > >2014-07-22 13:24:29.529 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:31.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35632) > >2014-07-22 13:24:31.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37761) > >2014-07-22 13:24:32.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34420) > >2014-07-22 13:24:35.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35685) > >2014-07-22 13:24:35.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37815) > >2014-07-22 13:24:36.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34474) > >2014-07-22 13:24:39.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35740) > >2014-07-22 13:24:39.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37870) > >2014-07-22 13:24:40.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34529) > >2014-07-22 13:24:41.185 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:43.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35793) > >2014-07-22 13:24:43.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37924) > >2014-07-22 13:24:44.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34583) > >2014-07-22 13:24:47.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35846) > >2014-07-22 13:24:47.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37977) > >2014-07-22 13:24:48.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34637) > >2014-07-22 13:24:49.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:51.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35899) > >2014-07-22 13:24:51.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38032) > >2014-07-22 13:24:52.308 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34693) > >2014-07-22 13:24:55.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35954) > >2014-07-22 13:24:55.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38087) > >2014-07-22 13:24:56.310 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34749) > >2014-07-22 13:24:59.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36007) > >2014-07-22 13:24:59.530 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:24:59.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38141) > >2014-07-22 13:25:00.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34803) > >2014-07-22 13:25:03.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36060) > >2014-07-22 13:25:03.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38195) > >2014-07-22 13:25:04.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34857) > >2014-07-22 13:25:07.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36113) > >2014-07-22 13:25:07.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38249) > >2014-07-22 13:25:08.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34911) > >2014-07-22 13:25:11.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:11.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36168) > >2014-07-22 13:25:11.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38305) > >2014-07-22 13:25:12.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34967) > >2014-07-22 13:25:15.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36221) > >2014-07-22 13:25:15.764 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38359) > >2014-07-22 13:25:16.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35021) > >2014-07-22 13:25:19.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:19.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36275) > >2014-07-22 13:25:19.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38414) > >2014-07-22 13:25:20.323 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35079) > >2014-07-22 13:25:23.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36328) > >2014-07-22 13:25:23.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38467) > >2014-07-22 13:25:24.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35133) > >2014-07-22 13:25:27.342 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36381) > >2014-07-22 13:25:27.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38521) > >2014-07-22 13:25:28.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35187) > >2014-07-22 13:25:29.545 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:31.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36434) > >2014-07-22 13:25:31.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38579) > >2014-07-22 13:25:32.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35247) > >2014-07-22 13:25:35.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36487) > >2014-07-22 13:25:35.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38639) > >2014-07-22 13:25:36.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35303) > >2014-07-22 13:25:39.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36540) > >2014-07-22 13:25:39.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38693) > >2014-07-22 13:25:40.337 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35359) > >2014-07-22 13:25:41.194 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:43.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36593) > >2014-07-22 13:25:43.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38746) > >2014-07-22 13:25:44.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35413) > >2014-07-22 13:25:47.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36648) > >2014-07-22 13:25:47.784 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38801) > >2014-07-22 13:25:48.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35467) > >2014-07-22 13:25:49.000 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:51.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36701) > >2014-07-22 13:25:51.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38856) > >2014-07-22 13:25:52.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35524) > >2014-07-22 13:25:55.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36755) > >2014-07-22 13:25:55.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38911) > >2014-07-22 13:25:56.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35580) > >2014-07-22 13:25:59.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36808) > >2014-07-22 13:25:59.565 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:25:59.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38965) > >2014-07-22 13:26:00.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35634) > >2014-07-22 13:26:03.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36861) > >2014-07-22 13:26:03.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39019) > >2014-07-22 13:26:04.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35688) > >2014-07-22 13:26:07.375 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36914) > >2014-07-22 13:26:07.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39073) > >2014-07-22 13:26:08.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35742) > >2014-07-22 13:26:11.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:11.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36967) > >2014-07-22 13:26:11.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39133) > >2014-07-22 13:26:12.356 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35800) > >2014-07-22 13:26:15.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37021) > >2014-07-22 13:26:15.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39188) > >2014-07-22 13:26:16.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35854) > >2014-07-22 13:26:16.627 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:26:16.627 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:26:16.628 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:26:16.640 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:26:19.001 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:19.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37074) > >2014-07-22 13:26:19.807 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39244) > >2014-07-22 13:26:20.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35910) > >2014-07-22 13:26:23.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37127) > >2014-07-22 13:26:23.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39297) > >2014-07-22 13:26:24.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35965) > >2014-07-22 13:26:27.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37181) > >2014-07-22 13:26:27.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39353) > >2014-07-22 13:26:28.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36019) > >2014-07-22 13:26:29.570 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:31.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37234) > >2014-07-22 13:26:31.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39408) > >2014-07-22 13:26:32.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36074) > >2014-07-22 13:26:35.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37287) > >2014-07-22 13:26:35.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39462) > >2014-07-22 13:26:36.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36127) > >2014-07-22 13:26:39.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37340) > >2014-07-22 13:26:39.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39517) > >2014-07-22 13:26:40.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36182) > >2014-07-22 13:26:41.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:43.407 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37395) > >2014-07-22 13:26:43.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39571) > >2014-07-22 13:26:44.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36236) > >2014-07-22 13:26:47.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37448) > >2014-07-22 13:26:47.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39625) > >2014-07-22 13:26:48.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36290) > >2014-07-22 13:26:49.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:51.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37501) > >2014-07-22 13:26:51.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39680) > >2014-07-22 13:26:52.382 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36346) > >2014-07-22 13:26:55.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37555) > >2014-07-22 13:26:55.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39736) > >2014-07-22 13:26:56.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36402) > >2014-07-22 13:26:59.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37609) > >2014-07-22 13:26:59.571 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:26:59.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39790) > >2014-07-22 13:27:00.387 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36456) > >2014-07-22 13:27:03.421 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37662) > >2014-07-22 13:27:03.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39844) > >2014-07-22 13:27:04.390 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36510) > >2014-07-22 13:27:07.424 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37715) > >2014-07-22 13:27:07.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39898) > >2014-07-22 13:27:08.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36564) > >2014-07-22 13:27:11.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:11.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37770) > >2014-07-22 13:27:11.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39954) > >2014-07-22 13:27:12.395 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36620) > >2014-07-22 13:27:15.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37823) > >2014-07-22 13:27:15.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40008) > >2014-07-22 13:27:16.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36674) > >2014-07-22 13:27:19.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:19.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37876) > >2014-07-22 13:27:19.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40063) > >2014-07-22 13:27:20.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36731) > >2014-07-22 13:27:23.435 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37929) > >2014-07-22 13:27:23.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40116) > >2014-07-22 13:27:24.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36786) > >2014-07-22 13:27:27.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37982) > >2014-07-22 13:27:27.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40170) > >2014-07-22 13:27:28.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36840) > >2014-07-22 13:27:29.584 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:31.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38035) > >2014-07-22 13:27:31.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40228) > >2014-07-22 13:27:32.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36900) > >2014-07-22 13:27:35.445 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38088) > >2014-07-22 13:27:35.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40287) > >2014-07-22 13:27:36.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36955) > >2014-07-22 13:27:39.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38141) > >2014-07-22 13:27:39.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40342) > >2014-07-22 13:27:40.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37012) > >2014-07-22 13:27:41.201 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:43.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38194) > >2014-07-22 13:27:43.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40396) > >2014-07-22 13:27:44.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37066) > >2014-07-22 13:27:47.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38248) > >2014-07-22 13:27:47.863 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40451) > >2014-07-22 13:27:48.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37122) > >2014-07-22 13:27:49.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:51.455 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38300) > >2014-07-22 13:27:51.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40505) > >2014-07-22 13:27:52.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37176) > >2014-07-22 13:27:55.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38354) > >2014-07-22 13:27:55.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40561) > >2014-07-22 13:27:56.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37233) > >2014-07-22 13:27:59.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38407) > >2014-07-22 13:27:59.601 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:27:59.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40615) > >2014-07-22 13:28:00.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37287) > >2014-07-22 13:28:03.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38460) > >2014-07-22 13:28:03.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40669) > >2014-07-22 13:28:04.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37341) > >2014-07-22 13:28:07.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38513) > >2014-07-22 13:28:07.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40723) > >2014-07-22 13:28:08.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37395) > >2014-07-22 13:28:11.196 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:11.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38566) > >2014-07-22 13:28:11.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40781) > >2014-07-22 13:28:12.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37453) > >2014-07-22 13:28:15.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38620) > >2014-07-22 13:28:15.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40839) > >2014-07-22 13:28:16.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37507) > >2014-07-22 13:28:16.644 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:28:16.644 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:28:16.645 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:28:16.660 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:28:19.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:19.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38673) > >2014-07-22 13:28:19.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40895) > >2014-07-22 13:28:20.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37563) > >2014-07-22 13:28:23.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38726) > >2014-07-22 13:28:23.887 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40948) > >2014-07-22 13:28:24.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37618) > >2014-07-22 13:28:27.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38780) > >2014-07-22 13:28:27.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41004) > >2014-07-22 13:28:28.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37672) > >2014-07-22 13:28:29.609 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:31.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38833) > >2014-07-22 13:28:31.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41059) > >2014-07-22 13:28:32.447 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37727) > >2014-07-22 13:28:35.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38886) > >2014-07-22 13:28:35.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41113) > >2014-07-22 13:28:36.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37781) > >2014-07-22 13:28:39.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38939) > >2014-07-22 13:28:39.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41168) > >2014-07-22 13:28:40.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37836) > >2014-07-22 13:28:41.197 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:43.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38994) > >2014-07-22 13:28:43.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41222) > >2014-07-22 13:28:44.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37890) > >2014-07-22 13:28:47.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39047) > >2014-07-22 13:28:47.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41276) > >2014-07-22 13:28:48.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37946) > >2014-07-22 13:28:49.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:51.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39100) > >2014-07-22 13:28:51.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41331) > >2014-07-22 13:28:52.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38000) > >2014-07-22 13:28:55.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39154) > >2014-07-22 13:28:55.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41387) > >2014-07-22 13:28:56.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38056) > >2014-07-22 13:28:59.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39208) > >2014-07-22 13:28:59.610 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:28:59.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41441) > >2014-07-22 13:29:00.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38110) > >2014-07-22 13:29:03.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39261) > >2014-07-22 13:29:03.915 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41495) > >2014-07-22 13:29:04.468 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38164) > >2014-07-22 13:29:07.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39314) > >2014-07-22 13:29:07.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41549) > >2014-07-22 13:29:08.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38218) > >2014-07-22 13:29:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:11.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39369) > >2014-07-22 13:29:11.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41605) > >2014-07-22 13:29:12.473 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38274) > >2014-07-22 13:29:15.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39422) > >2014-07-22 13:29:15.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41659) > >2014-07-22 13:29:16.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38327) > >2014-07-22 13:29:19.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:19.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39475) > >2014-07-22 13:29:19.924 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41714) > >2014-07-22 13:29:20.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38384) > >2014-07-22 13:29:23.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39528) > >2014-07-22 13:29:23.927 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41767) > >2014-07-22 13:29:24.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38439) > >2014-07-22 13:29:27.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39581) > >2014-07-22 13:29:27.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41821) > >2014-07-22 13:29:28.484 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38493) > >2014-07-22 13:29:29.624 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:31.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39633) > >2014-07-22 13:29:31.930 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41878) > >2014-07-22 13:29:32.486 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38553) > >2014-07-22 13:29:35.526 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39686) > >2014-07-22 13:29:35.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41936) > >2014-07-22 13:29:36.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38608) > >2014-07-22 13:29:39.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39740) > >2014-07-22 13:29:39.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41993) > >2014-07-22 13:29:40.492 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38665) > >2014-07-22 13:29:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:43.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39793) > >2014-07-22 13:29:43.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42047) > >2014-07-22 13:29:44.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38719) > >2014-07-22 13:29:47.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39846) > >2014-07-22 13:29:47.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42101) > >2014-07-22 13:29:48.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38776) > >2014-07-22 13:29:49.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:51.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39900) > >2014-07-22 13:29:51.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42156) > >2014-07-22 13:29:52.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38830) > >2014-07-22 13:29:55.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39953) > >2014-07-22 13:29:55.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42212) > >2014-07-22 13:29:56.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38887) > >2014-07-22 13:29:59.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40006) > >2014-07-22 13:29:59.643 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:29:59.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42266) > >2014-07-22 13:30:00.506 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38941) > >2014-07-22 13:30:03.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40059) > >2014-07-22 13:30:03.948 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42320) > >2014-07-22 13:30:04.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38995) > >2014-07-22 13:30:07.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40112) > >2014-07-22 13:30:07.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42374) > >2014-07-22 13:30:08.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39049) > >2014-07-22 13:30:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:11.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40165) > >2014-07-22 13:30:11.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42429) > >2014-07-22 13:30:12.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39106) > >2014-07-22 13:30:15.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40219) > >2014-07-22 13:30:15.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42489) > >2014-07-22 13:30:16.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39161) > >2014-07-22 13:30:16.662 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:30:16.662 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:30:16.663 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:30:16.681 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:30:19.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:19.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40272) > >2014-07-22 13:30:19.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42545) > >2014-07-22 13:30:20.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39217) > >2014-07-22 13:30:23.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40325) > >2014-07-22 13:30:23.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42598) > >2014-07-22 13:30:24.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39272) > >2014-07-22 13:30:27.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40379) > >2014-07-22 13:30:27.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42654) > >2014-07-22 13:30:28.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39326) > >2014-07-22 13:30:29.652 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:31.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40432) > >2014-07-22 13:30:31.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42708) > >2014-07-22 13:30:32.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39381) > >2014-07-22 13:30:35.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40485) > >2014-07-22 13:30:35.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42762) > >2014-07-22 13:30:36.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39435) > >2014-07-22 13:30:39.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40538) > >2014-07-22 13:30:39.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42814) > >2014-07-22 13:30:40.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39490) > >2014-07-22 13:30:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:43.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40593) > >2014-07-22 13:30:43.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42870) > >2014-07-22 13:30:44.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39544) > >2014-07-22 13:30:47.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40646) > >2014-07-22 13:30:47.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42924) > >2014-07-22 13:30:48.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39600) > >2014-07-22 13:30:49.002 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:51.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40699) > >2014-07-22 13:30:51.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42979) > >2014-07-22 13:30:52.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39654) > >2014-07-22 13:30:55.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40752) > >2014-07-22 13:30:55.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43034) > >2014-07-22 13:30:56.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39710) > >2014-07-22 13:30:59.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40807) > >2014-07-22 13:30:59.654 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:30:59.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43089) > >2014-07-22 13:31:00.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39764) > >2014-07-22 13:31:03.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40860) > >2014-07-22 13:31:03.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43143) > >2014-07-22 13:31:04.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39818) > >2014-07-22 13:31:07.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40913) > >2014-07-22 13:31:07.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43197) > >2014-07-22 13:31:08.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39872) > >2014-07-22 13:31:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:31:11.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40968) > >2014-07-22 13:31:11.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43253) > >2014-07-22 13:31:12.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39928) > >2014-07-22 13:31:15.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41021) > >2014-07-22 13:31:15.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43307) > >2014-07-22 13:31:16.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39982) > >2014-07-22 13:31:19.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:31:19.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41074) > >2014-07-22 13:31:19.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43362) > >2014-07-22 13:31:20.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40038) > >2014-07-22 13:31:23.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41127) > >2014-07-22 13:31:23.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43415) > >2014-07-22 13:31:24.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40093) > >2014-07-22 13:31:27.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41180) > >2014-07-22 13:31:27.998 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43468) > >2014-07-22 13:31:28.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40147) > >2014-07-22 13:31:29.662 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:31:31.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41233) > >2014-07-22 13:31:32.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43525) > >2014-07-22 13:31:32.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40207) > >2014-07-22 13:31:35.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41286) > >2014-07-22 13:31:36.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43583) > >2014-07-22 13:31:36.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40262) > >2014-07-22 13:31:39.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41339) > >2014-07-22 13:31:40.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43640) > >2014-07-22 13:31:40.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40319) > >2014-07-22 13:31:41.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:31:43.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41392) > >2014-07-22 13:31:44.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43694) > >2014-07-22 13:31:44.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40373) > >2014-07-22 13:31:47.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41445) > >2014-07-22 13:31:48.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43748) > >2014-07-22 13:31:48.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40429) > >2014-07-22 13:31:49.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:31:51.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41499) > >2014-07-22 13:31:52.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43803) > >2014-07-22 13:31:52.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40483) > >2014-07-22 13:31:55.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41552) > >2014-07-22 13:31:56.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43858) > >2014-07-22 13:31:56.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40540) > >2014-07-22 13:31:59.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41606) > >2014-07-22 13:31:59.685 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:00.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43913) > >2014-07-22 13:32:00.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40594) > >2014-07-22 13:32:03.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41659) > >2014-07-22 13:32:04.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43967) > >2014-07-22 13:32:04.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40647) > >2014-07-22 13:32:07.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41712) > >2014-07-22 13:32:08.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44021) > >2014-07-22 13:32:08.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40701) > >2014-07-22 13:32:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:11.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41765) > >2014-07-22 13:32:12.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44075) > >2014-07-22 13:32:12.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40757) > >2014-07-22 13:32:15.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41818) > >2014-07-22 13:32:16.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44135) > >2014-07-22 13:32:16.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40813) > >2014-07-22 13:32:16.684 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:32:16.684 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:32:16.685 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:32:16.696 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:32:19.003 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:19.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41872) > >2014-07-22 13:32:20.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44192) > >2014-07-22 13:32:20.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40869) > >2014-07-22 13:32:23.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41925) > >2014-07-22 13:32:24.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44245) > >2014-07-22 13:32:24.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40924) > >2014-07-22 13:32:27.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41979) > >2014-07-22 13:32:28.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44301) > >2014-07-22 13:32:28.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40978) > >2014-07-22 13:32:29.691 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:31.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42032) > >2014-07-22 13:32:32.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44356) > >2014-07-22 13:32:32.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41033) > >2014-07-22 13:32:35.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42085) > >2014-07-22 13:32:36.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44410) > >2014-07-22 13:32:36.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41087) > >2014-07-22 13:32:39.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42138) > >2014-07-22 13:32:40.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44463) > >2014-07-22 13:32:40.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41142) > >2014-07-22 13:32:41.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:43.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42193) > >2014-07-22 13:32:44.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44519) > >2014-07-22 13:32:44.607 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41196) > >2014-07-22 13:32:47.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42246) > >2014-07-22 13:32:48.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44573) > >2014-07-22 13:32:48.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41252) > >2014-07-22 13:32:49.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:32:51.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42299) > >2014-07-22 13:32:52.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44628) > >2014-07-22 13:32:52.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41306) > >2014-07-22 13:32:55.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42352) > >2014-07-22 13:32:56.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44682) > >2014-07-22 13:32:56.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41362) > >2014-07-22 13:32:59.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42407) > >2014-07-22 13:32:59.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:00.055 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44738) > >2014-07-22 13:33:00.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41416) > >2014-07-22 13:33:03.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42460) > >2014-07-22 13:33:04.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44792) > >2014-07-22 13:33:04.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41470) > >2014-07-22 13:33:07.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42513) > >2014-07-22 13:33:08.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44846) > >2014-07-22 13:33:08.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41524) > >2014-07-22 13:33:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:11.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42568) > >2014-07-22 13:33:12.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44902) > >2014-07-22 13:33:12.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41580) > >2014-07-22 13:33:15.688 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42622) > >2014-07-22 13:33:16.063 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44956) > >2014-07-22 13:33:16.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41634) > >2014-07-22 13:33:19.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:19.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42675) > >2014-07-22 13:33:20.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45011) > >2014-07-22 13:33:20.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41691) > >2014-07-22 13:33:23.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42728) > >2014-07-22 13:33:24.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45064) > >2014-07-22 13:33:24.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41746) > >2014-07-22 13:33:27.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42781) > >2014-07-22 13:33:28.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45118) > >2014-07-22 13:33:28.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41800) > >2014-07-22 13:33:29.707 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:31.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42834) > >2014-07-22 13:33:32.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45174) > >2014-07-22 13:33:32.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41859) > >2014-07-22 13:33:35.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42886) > >2014-07-22 13:33:36.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45233) > >2014-07-22 13:33:36.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41915) > >2014-07-22 13:33:39.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42939) > >2014-07-22 13:33:40.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45290) > >2014-07-22 13:33:40.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41972) > >2014-07-22 13:33:41.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:43.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42992) > >2014-07-22 13:33:44.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45344) > >2014-07-22 13:33:44.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42026) > >2014-07-22 13:33:47.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43045) > >2014-07-22 13:33:48.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45398) > >2014-07-22 13:33:48.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42082) > >2014-07-22 13:33:49.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:33:51.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43099) > >2014-07-22 13:33:52.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45453) > >2014-07-22 13:33:52.656 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42136) > >2014-07-22 13:33:55.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43152) > >2014-07-22 13:33:56.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45508) > >2014-07-22 13:33:56.658 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42193) > >2014-07-22 13:33:59.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43206) > >2014-07-22 13:33:59.730 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:00.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45563) > >2014-07-22 13:34:00.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42247) > >2014-07-22 13:34:03.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43259) > >2014-07-22 13:34:04.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45617) > >2014-07-22 13:34:04.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42301) > >2014-07-22 13:34:07.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43312) > >2014-07-22 13:34:08.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45671) > >2014-07-22 13:34:08.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42355) > >2014-07-22 13:34:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:11.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43365) > >2014-07-22 13:34:12.100 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45725) > >2014-07-22 13:34:12.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42411) > >2014-07-22 13:34:15.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43418) > >2014-07-22 13:34:16.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45785) > >2014-07-22 13:34:16.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42467) > >2014-07-22 13:34:16.699 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:34:16.699 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:34:16.700 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:34:16.712 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:34:19.004 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:19.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43472) > >2014-07-22 13:34:20.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45842) > >2014-07-22 13:34:20.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42523) > >2014-07-22 13:34:23.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43525) > >2014-07-22 13:34:24.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45895) > >2014-07-22 13:34:24.676 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42578) > >2014-07-22 13:34:27.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43579) > >2014-07-22 13:34:28.109 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45950) > >2014-07-22 13:34:28.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42632) > >2014-07-22 13:34:29.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:31.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43632) > >2014-07-22 13:34:32.111 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46006) > >2014-07-22 13:34:32.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42687) > >2014-07-22 13:34:35.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43685) > >2014-07-22 13:34:36.114 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46060) > >2014-07-22 13:34:36.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42741) > >2014-07-22 13:34:39.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43738) > >2014-07-22 13:34:40.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46113) > >2014-07-22 13:34:40.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42796) > >2014-07-22 13:34:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:43.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43793) > >2014-07-22 13:34:44.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46169) > >2014-07-22 13:34:44.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42850) > >2014-07-22 13:34:47.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43846) > >2014-07-22 13:34:48.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46223) > >2014-07-22 13:34:48.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42906) > >2014-07-22 13:34:49.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:51.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43899) > >2014-07-22 13:34:52.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46277) > >2014-07-22 13:34:52.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42960) > >2014-07-22 13:34:55.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43952) > >2014-07-22 13:34:56.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46332) > >2014-07-22 13:34:56.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43016) > >2014-07-22 13:34:59.736 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:34:59.789 29190 INFO neutron.wsgi [req-24cff855-c44d-48f5-adb3-32e62069600a None] (29190) accepted ('192.168.0.8', 44007) > >2014-07-22 13:35:00.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46388) > >2014-07-22 13:35:00.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43070) > >2014-07-22 13:35:03.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44060) > >2014-07-22 13:35:04.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46442) > >2014-07-22 13:35:04.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43124) > >2014-07-22 13:35:07.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44113) > >2014-07-22 13:35:08.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46496) > >2014-07-22 13:35:08.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43178) > >2014-07-22 13:35:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:11.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44168) > >2014-07-22 13:35:12.136 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46552) > >2014-07-22 13:35:12.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43234) > >2014-07-22 13:35:15.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44221) > >2014-07-22 13:35:16.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46606) > >2014-07-22 13:35:16.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43287) > >2014-07-22 13:35:19.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:19.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44274) > >2014-07-22 13:35:20.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46663) > >2014-07-22 13:35:20.709 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43346) > >2014-07-22 13:35:23.779 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44326) > >2014-07-22 13:35:24.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46716) > >2014-07-22 13:35:24.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43403) > >2014-07-22 13:35:27.782 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44381) > >2014-07-22 13:35:28.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46772) > >2014-07-22 13:35:28.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43459) > >2014-07-22 13:35:29.745 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:31.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44434) > >2014-07-22 13:35:32.149 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46828) > >2014-07-22 13:35:32.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43517) > >2014-07-22 13:35:35.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44486) > >2014-07-22 13:35:36.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46887) > >2014-07-22 13:35:36.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43574) > >2014-07-22 13:35:39.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44539) > >2014-07-22 13:35:40.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46944) > >2014-07-22 13:35:40.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43631) > >2014-07-22 13:35:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:43.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44592) > >2014-07-22 13:35:44.156 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46998) > >2014-07-22 13:35:44.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43685) > >2014-07-22 13:35:47.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44645) > >2014-07-22 13:35:48.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47052) > >2014-07-22 13:35:48.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43741) > >2014-07-22 13:35:49.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:51.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44699) > >2014-07-22 13:35:52.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47107) > >2014-07-22 13:35:52.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43795) > >2014-07-22 13:35:55.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44752) > >2014-07-22 13:35:56.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47162) > >2014-07-22 13:35:56.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43852) > >2014-07-22 13:35:59.766 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:35:59.831 29190 INFO neutron.wsgi [req-b89f4b1f-7b8d-466e-9c5e-d1d5dec8317b None] (29190) accepted ('192.168.0.8', 44806) > >2014-07-22 13:36:00.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47217) > >2014-07-22 13:36:00.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43906) > >2014-07-22 13:36:03.806 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44859) > >2014-07-22 13:36:04.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47271) > >2014-07-22 13:36:04.753 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43960) > >2014-07-22 13:36:07.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44912) > >2014-07-22 13:36:08.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47325) > >2014-07-22 13:36:08.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44014) > >2014-07-22 13:36:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:11.809 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44965) > >2014-07-22 13:36:12.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47379) > >2014-07-22 13:36:12.759 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44070) > >2014-07-22 13:36:15.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45018) > >2014-07-22 13:36:16.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47439) > >2014-07-22 13:36:16.714 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:36:16.714 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:36:16.715 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:36:16.726 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:36:16.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44126) > >2014-07-22 13:36:19.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:19.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45072) > >2014-07-22 13:36:20.174 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47495) > >2014-07-22 13:36:20.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44182) > >2014-07-22 13:36:23.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45125) > >2014-07-22 13:36:24.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47548) > >2014-07-22 13:36:24.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44237) > >2014-07-22 13:36:27.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45179) > >2014-07-22 13:36:28.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47603) > >2014-07-22 13:36:28.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44291) > >2014-07-22 13:36:29.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:31.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45232) > >2014-07-22 13:36:32.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47659) > >2014-07-22 13:36:32.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44347) > >2014-07-22 13:36:35.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45285) > >2014-07-22 13:36:36.182 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47713) > >2014-07-22 13:36:36.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44401) > >2014-07-22 13:36:39.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45338) > >2014-07-22 13:36:40.184 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47766) > >2014-07-22 13:36:40.776 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44456) > >2014-07-22 13:36:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:43.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45393) > >2014-07-22 13:36:44.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47822) > >2014-07-22 13:36:44.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44510) > >2014-07-22 13:36:47.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45446) > >2014-07-22 13:36:48.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47876) > >2014-07-22 13:36:48.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44566) > >2014-07-22 13:36:49.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:51.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45499) > >2014-07-22 13:36:52.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47930) > >2014-07-22 13:36:52.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44620) > >2014-07-22 13:36:55.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45552) > >2014-07-22 13:36:56.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47985) > >2014-07-22 13:36:56.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44676) > >2014-07-22 13:36:59.774 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:36:59.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45607) > >2014-07-22 13:37:00.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48040) > >2014-07-22 13:37:00.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44731) > >2014-07-22 13:37:03.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45660) > >2014-07-22 13:37:04.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48094) > >2014-07-22 13:37:04.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44784) > >2014-07-22 13:37:07.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45713) > >2014-07-22 13:37:08.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48148) > >2014-07-22 13:37:08.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44838) > >2014-07-22 13:37:11.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:11.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45768) > >2014-07-22 13:37:12.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48204) > >2014-07-22 13:37:12.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44894) > >2014-07-22 13:37:15.869 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45821) > >2014-07-22 13:37:16.203 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48258) > >2014-07-22 13:37:16.797 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44948) > >2014-07-22 13:37:19.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:19.874 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45874) > >2014-07-22 13:37:20.204 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48313) > >2014-07-22 13:37:20.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45005) > >2014-07-22 13:37:23.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45927) > >2014-07-22 13:37:24.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48366) > >2014-07-22 13:37:24.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45060) > >2014-07-22 13:37:27.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45980) > >2014-07-22 13:37:28.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48420) > >2014-07-22 13:37:28.804 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45114) > >2014-07-22 13:37:29.791 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:31.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46033) > >2014-07-22 13:37:32.211 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48476) > >2014-07-22 13:37:32.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45172) > >2014-07-22 13:37:35.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46086) > >2014-07-22 13:37:36.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48535) > >2014-07-22 13:37:36.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45228) > >2014-07-22 13:37:39.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46139) > >2014-07-22 13:37:40.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48589) > >2014-07-22 13:37:40.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45285) > >2014-07-22 13:37:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:43.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46192) > >2014-07-22 13:37:44.219 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48646) > >2014-07-22 13:37:44.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45339) > >2014-07-22 13:37:47.897 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46245) > >2014-07-22 13:37:48.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48701) > >2014-07-22 13:37:48.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45395) > >2014-07-22 13:37:49.005 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:51.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46298) > >2014-07-22 13:37:52.224 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48755) > >2014-07-22 13:37:52.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45448) > >2014-07-22 13:37:55.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46352) > >2014-07-22 13:37:56.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48811) > >2014-07-22 13:37:56.828 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45505) > >2014-07-22 13:37:59.801 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:37:59.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46406) > >2014-07-22 13:38:00.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48867) > >2014-07-22 13:38:00.830 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45560) > >2014-07-22 13:38:03.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46459) > >2014-07-22 13:38:04.231 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48921) > >2014-07-22 13:38:04.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45613) > >2014-07-22 13:38:07.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46512) > >2014-07-22 13:38:08.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48975) > >2014-07-22 13:38:08.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45667) > >2014-07-22 13:38:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:11.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46565) > >2014-07-22 13:38:12.233 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49029) > >2014-07-22 13:38:12.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45723) > >2014-07-22 13:38:15.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46618) > >2014-07-22 13:38:16.236 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49084) > >2014-07-22 13:38:16.729 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:38:16.729 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:38:16.730 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:38:16.741 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:38:16.840 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45778) > >2014-07-22 13:38:19.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:19.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46672) > >2014-07-22 13:38:20.239 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49146) > >2014-07-22 13:38:20.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45835) > >2014-07-22 13:38:23.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46725) > >2014-07-22 13:38:24.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49199) > >2014-07-22 13:38:24.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45890) > >2014-07-22 13:38:27.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46779) > >2014-07-22 13:38:28.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49254) > >2014-07-22 13:38:28.847 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45944) > >2014-07-22 13:38:29.814 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:31.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46832) > >2014-07-22 13:38:32.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49310) > >2014-07-22 13:38:32.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45999) > >2014-07-22 13:38:35.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46885) > >2014-07-22 13:38:36.249 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49364) > >2014-07-22 13:38:36.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46053) > >2014-07-22 13:38:39.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46938) > >2014-07-22 13:38:40.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49417) > >2014-07-22 13:38:40.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46106) > >2014-07-22 13:38:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:43.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46993) > >2014-07-22 13:38:44.253 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49473) > >2014-07-22 13:38:44.859 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46162) > >2014-07-22 13:38:47.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47046) > >2014-07-22 13:38:48.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49527) > >2014-07-22 13:38:48.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46218) > >2014-07-22 13:38:49.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:51.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47099) > >2014-07-22 13:38:52.259 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49581) > >2014-07-22 13:38:52.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46272) > >2014-07-22 13:38:55.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47152) > >2014-07-22 13:38:56.261 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49636) > >2014-07-22 13:38:56.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46328) > >2014-07-22 13:38:59.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:38:59.945 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47207) > >2014-07-22 13:39:00.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49692) > >2014-07-22 13:39:00.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46383) > >2014-07-22 13:39:03.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47260) > >2014-07-22 13:39:04.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49746) > >2014-07-22 13:39:04.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46436) > >2014-07-22 13:39:07.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47313) > >2014-07-22 13:39:08.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49800) > >2014-07-22 13:39:08.877 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46490) > >2014-07-22 13:39:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:11.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47368) > >2014-07-22 13:39:12.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49856) > >2014-07-22 13:39:12.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46546) > >2014-07-22 13:39:15.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47421) > >2014-07-22 13:39:16.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49910) > >2014-07-22 13:39:16.883 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46600) > >2014-07-22 13:39:19.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:19.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47473) > >2014-07-22 13:39:20.275 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49965) > >2014-07-22 13:39:20.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46657) > >2014-07-22 13:39:23.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47526) > >2014-07-22 13:39:24.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50018) > >2014-07-22 13:39:24.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46712) > >2014-07-22 13:39:27.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47579) > >2014-07-22 13:39:28.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50072) > >2014-07-22 13:39:28.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46766) > >2014-07-22 13:39:29.836 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:31.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47632) > >2014-07-22 13:39:32.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50128) > >2014-07-22 13:39:32.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46824) > >2014-07-22 13:39:35.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47685) > >2014-07-22 13:39:36.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50187) > >2014-07-22 13:39:36.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46881) > >2014-07-22 13:39:39.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47738) > >2014-07-22 13:39:40.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50241) > >2014-07-22 13:39:40.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46936) > >2014-07-22 13:39:41.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:43.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47791) > >2014-07-22 13:39:44.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50298) > >2014-07-22 13:39:44.903 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46992) > >2014-07-22 13:39:47.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47844) > >2014-07-22 13:39:48.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50352) > >2014-07-22 13:39:48.905 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47048) > >2014-07-22 13:39:49.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:51.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47897) > >2014-07-22 13:39:52.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50406) > >2014-07-22 13:39:52.908 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47102) > >2014-07-22 13:39:55.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47951) > >2014-07-22 13:39:56.299 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50462) > >2014-07-22 13:39:56.912 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47159) > >2014-07-22 13:39:59.861 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:39:59.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48004) > >2014-07-22 13:40:00.301 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50516) > >2014-07-22 13:40:00.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47214) > >2014-07-22 13:40:03.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48058) > >2014-07-22 13:40:04.302 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50572) > >2014-07-22 13:40:04.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47267) > >2014-07-22 13:40:07.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48111) > >2014-07-22 13:40:08.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50626) > >2014-07-22 13:40:08.920 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47321) > >2014-07-22 13:40:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:40:11.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48164) > >2014-07-22 13:40:12.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50680) > >2014-07-22 13:40:12.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47377) > >2014-07-22 13:40:15.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48217) > >2014-07-22 13:40:16.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50734) > >2014-07-22 13:40:16.743 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:40:16.743 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:40:16.743 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:40:16.763 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:40:16.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47431) > >2014-07-22 13:40:19.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:40:20.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48270) > >2014-07-22 13:40:20.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50796) > >2014-07-22 13:40:20.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47489) > >2014-07-22 13:40:23.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48324) > >2014-07-22 13:40:24.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50850) > >2014-07-22 13:40:24.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47544) > >2014-07-22 13:40:27.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48378) > >2014-07-22 13:40:28.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50905) > >2014-07-22 13:40:28.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47598) > >2014-07-22 13:40:29.878 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:40:32.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48431) > >2014-07-22 13:40:32.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50961) > >2014-07-22 13:40:32.933 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47653) > >2014-07-22 13:40:36.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48483) > >2014-07-22 13:40:36.325 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51015) > >2014-07-22 13:40:36.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47707) > >2014-07-22 13:40:40.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48536) > >2014-07-22 13:40:40.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51068) > >2014-07-22 13:40:40.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47760) > >2014-07-22 13:40:41.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:40:44.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48591) > >2014-07-22 13:40:44.331 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51124) > >2014-07-22 13:40:44.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47816) > >2014-07-22 13:40:48.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48644) > >2014-07-22 13:40:48.334 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51178) > >2014-07-22 13:40:48.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47872) > >2014-07-22 13:40:49.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:40:52.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48697) > >2014-07-22 13:40:52.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51232) > >2014-07-22 13:40:52.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47926) > >2014-07-22 13:40:56.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48750) > >2014-07-22 13:40:56.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51287) > >2014-07-22 13:40:56.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47982) > >2014-07-22 13:40:59.853 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:00.021 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48805) > >2014-07-22 13:41:00.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51343) > >2014-07-22 13:41:00.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48036) > >2014-07-22 13:41:04.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48858) > >2014-07-22 13:41:04.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51397) > >2014-07-22 13:41:04.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48089) > >2014-07-22 13:41:08.025 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48911) > >2014-07-22 13:41:08.347 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51451) > >2014-07-22 13:41:08.956 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48143) > >2014-07-22 13:41:11.199 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:12.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48966) > >2014-07-22 13:41:12.349 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51507) > >2014-07-22 13:41:12.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48199) > >2014-07-22 13:41:16.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49019) > >2014-07-22 13:41:16.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51561) > >2014-07-22 13:41:16.960 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48253) > >2014-07-22 13:41:19.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:20.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49072) > >2014-07-22 13:41:20.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51616) > >2014-07-22 13:41:20.962 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48310) > >2014-07-22 13:41:24.035 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49125) > >2014-07-22 13:41:24.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51669) > >2014-07-22 13:41:24.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48365) > >2014-07-22 13:41:28.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49178) > >2014-07-22 13:41:28.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51723) > >2014-07-22 13:41:28.968 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48419) > >2014-07-22 13:41:29.895 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:32.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49230) > >2014-07-22 13:41:32.362 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51779) > >2014-07-22 13:41:32.971 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48477) > >2014-07-22 13:41:36.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49283) > >2014-07-22 13:41:36.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51837) > >2014-07-22 13:41:36.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48534) > >2014-07-22 13:41:40.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49336) > >2014-07-22 13:41:40.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51892) > >2014-07-22 13:41:40.976 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48588) > >2014-07-22 13:41:41.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:44.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49389) > >2014-07-22 13:41:44.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51949) > >2014-07-22 13:41:44.980 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48645) > >2014-07-22 13:41:48.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49442) > >2014-07-22 13:41:48.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52003) > >2014-07-22 13:41:48.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48701) > >2014-07-22 13:41:49.007 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:41:52.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49495) > >2014-07-22 13:41:52.377 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52057) > >2014-07-22 13:41:52.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48755) > >2014-07-22 13:41:56.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49549) > >2014-07-22 13:41:56.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52113) > >2014-07-22 13:41:56.987 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48812) > >2014-07-22 13:41:59.884 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:00.058 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49602) > >2014-07-22 13:42:00.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52167) > >2014-07-22 13:42:00.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48867) > >2014-07-22 13:42:04.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49656) > >2014-07-22 13:42:04.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52222) > >2014-07-22 13:42:04.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48920) > >2014-07-22 13:42:08.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49709) > >2014-07-22 13:42:08.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52276) > >2014-07-22 13:42:08.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48974) > >2014-07-22 13:42:11.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:12.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49762) > >2014-07-22 13:42:12.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52330) > >2014-07-22 13:42:12.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49030) > >2014-07-22 13:42:16.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49815) > >2014-07-22 13:42:16.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52383) > >2014-07-22 13:42:16.766 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:42:16.766 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:42:16.767 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:42:16.779 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:42:17.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49084) > >2014-07-22 13:42:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:20.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49868) > >2014-07-22 13:42:20.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52444) > >2014-07-22 13:42:21.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49142) > >2014-07-22 13:42:24.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49922) > >2014-07-22 13:42:24.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52498) > >2014-07-22 13:42:25.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49197) > >2014-07-22 13:42:28.087 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49976) > >2014-07-22 13:42:28.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52553) > >2014-07-22 13:42:29.010 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49251) > >2014-07-22 13:42:29.926 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:32.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50029) > >2014-07-22 13:42:32.400 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52608) > >2014-07-22 13:42:33.011 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49306) > >2014-07-22 13:42:36.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50082) > >2014-07-22 13:42:36.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52663) > >2014-07-22 13:42:37.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49360) > >2014-07-22 13:42:40.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50135) > >2014-07-22 13:42:40.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52716) > >2014-07-22 13:42:41.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49413) > >2014-07-22 13:42:41.200 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:44.103 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50188) > >2014-07-22 13:42:44.409 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52771) > >2014-07-22 13:42:45.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49469) > >2014-07-22 13:42:48.104 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50243) > >2014-07-22 13:42:48.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52825) > >2014-07-22 13:42:49.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:42:49.041 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.6', 49525) > >2014-07-22 13:42:52.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50296) > >2014-07-22 13:42:52.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52879) > >2014-07-22 13:42:53.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49579) > >2014-07-22 13:42:56.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50349) > >2014-07-22 13:42:56.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52934) > >2014-07-22 13:42:57.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49635) > >2014-07-22 13:42:59.892 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:00.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50404) > >2014-07-22 13:43:00.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52990) > >2014-07-22 13:43:01.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49690) > >2014-07-22 13:43:04.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50457) > >2014-07-22 13:43:04.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53044) > >2014-07-22 13:43:05.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49743) > >2014-07-22 13:43:08.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50510) > >2014-07-22 13:43:08.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53098) > >2014-07-22 13:43:09.030 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49796) > >2014-07-22 13:43:11.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:12.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50565) > >2014-07-22 13:43:12.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53154) > >2014-07-22 13:43:13.032 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49852) > >2014-07-22 13:43:16.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50618) > >2014-07-22 13:43:16.430 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53208) > >2014-07-22 13:43:17.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49906) > >2014-07-22 13:43:19.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:20.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50671) > >2014-07-22 13:43:20.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53263) > >2014-07-22 13:43:21.036 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49963) > >2014-07-22 13:43:24.135 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50724) > >2014-07-22 13:43:24.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53316) > >2014-07-22 13:43:25.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50018) > >2014-07-22 13:43:28.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50777) > >2014-07-22 13:43:28.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53370) > >2014-07-22 13:43:29.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50072) > >2014-07-22 13:43:29.900 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:32.144 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50830) > >2014-07-22 13:43:32.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53426) > >2014-07-22 13:43:33.042 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50130) > >2014-07-22 13:43:36.145 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50883) > >2014-07-22 13:43:36.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53485) > >2014-07-22 13:43:37.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50186) > >2014-07-22 13:43:40.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50936) > >2014-07-22 13:43:40.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53539) > >2014-07-22 13:43:41.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50240) > >2014-07-22 13:43:41.202 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:44.153 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 50989) > >2014-07-22 13:43:44.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53597) > >2014-07-22 13:43:45.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50298) > >2014-07-22 13:43:48.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51042) > >2014-07-22 13:43:48.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53651) > >2014-07-22 13:43:49.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:43:49.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50354) > >2014-07-22 13:43:52.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51095) > >2014-07-22 13:43:52.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53705) > >2014-07-22 13:43:53.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50408) > >2014-07-22 13:43:56.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51149) > >2014-07-22 13:43:56.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53760) > >2014-07-22 13:43:57.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50463) > >2014-07-22 13:43:59.921 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:00.169 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51202) > >2014-07-22 13:44:00.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53815) > >2014-07-22 13:44:01.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50519) > >2014-07-22 13:44:04.171 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51256) > >2014-07-22 13:44:04.464 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53870) > >2014-07-22 13:44:05.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50572) > >2014-07-22 13:44:08.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51309) > >2014-07-22 13:44:08.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53924) > >2014-07-22 13:44:09.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50626) > >2014-07-22 13:44:11.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:12.178 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51362) > >2014-07-22 13:44:12.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 53978) > >2014-07-22 13:44:13.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50682) > >2014-07-22 13:44:16.180 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51415) > >2014-07-22 13:44:16.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54032) > >2014-07-22 13:44:16.782 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:44:16.782 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:44:16.782 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:44:16.794 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:44:17.070 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50736) > >2014-07-22 13:44:19.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:20.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51468) > >2014-07-22 13:44:20.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54094) > >2014-07-22 13:44:21.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50794) > >2014-07-22 13:44:24.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51522) > >2014-07-22 13:44:24.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54148) > >2014-07-22 13:44:25.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50849) > >2014-07-22 13:44:28.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51576) > >2014-07-22 13:44:28.481 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54203) > >2014-07-22 13:44:29.077 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50903) > >2014-07-22 13:44:29.930 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:32.189 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51629) > >2014-07-22 13:44:32.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54258) > >2014-07-22 13:44:33.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 50958) > >2014-07-22 13:44:36.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51682) > >2014-07-22 13:44:36.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54313) > >2014-07-22 13:44:37.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51012) > >2014-07-22 13:44:40.195 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51735) > >2014-07-22 13:44:40.489 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54366) > >2014-07-22 13:44:41.086 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51065) > >2014-07-22 13:44:41.203 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:44.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51789) > >2014-07-22 13:44:44.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54423) > >2014-07-22 13:44:45.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51121) > >2014-07-22 13:44:48.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51844) > >2014-07-22 13:44:48.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54477) > >2014-07-22 13:44:49.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:44:49.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51177) > >2014-07-22 13:44:52.199 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51897) > >2014-07-22 13:44:52.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54531) > >2014-07-22 13:44:53.094 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51231) > >2014-07-22 13:44:56.202 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 51950) > >2014-07-22 13:44:56.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54586) > >2014-07-22 13:44:57.096 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51287) > >2014-07-22 13:44:59.953 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:00.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52005) > >2014-07-22 13:45:00.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54642) > >2014-07-22 13:45:01.098 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51343) > >2014-07-22 13:45:04.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52057) > >2014-07-22 13:45:04.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54696) > >2014-07-22 13:45:05.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51397) > >2014-07-22 13:45:08.209 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52110) > >2014-07-22 13:45:08.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54750) > >2014-07-22 13:45:09.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51455) > >2014-07-22 13:45:11.204 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:12.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52165) > >2014-07-22 13:45:12.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54806) > >2014-07-22 13:45:13.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51511) > >2014-07-22 13:45:16.227 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52219) > >2014-07-22 13:45:16.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54860) > >2014-07-22 13:45:17.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51565) > >2014-07-22 13:45:19.010 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:20.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52272) > >2014-07-22 13:45:20.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54915) > >2014-07-22 13:45:21.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51622) > >2014-07-22 13:45:24.242 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52326) > >2014-07-22 13:45:24.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 54968) > >2014-07-22 13:45:25.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51677) > >2014-07-22 13:45:28.245 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52383) > >2014-07-22 13:45:28.521 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55022) > >2014-07-22 13:45:29.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51731) > >2014-07-22 13:45:29.947 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:32.247 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52435) > >2014-07-22 13:45:32.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55078) > >2014-07-22 13:45:33.167 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51789) > >2014-07-22 13:45:36.254 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52489) > >2014-07-22 13:45:36.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55141) > >2014-07-22 13:45:37.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51861) > >2014-07-22 13:45:40.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52547) > >2014-07-22 13:45:40.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55196) > >2014-07-22 13:45:41.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51918) > >2014-07-22 13:45:41.214 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:44.293 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52600) > >2014-07-22 13:45:44.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55252) > >2014-07-22 13:45:45.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 51976) > >2014-07-22 13:45:48.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52653) > >2014-07-22 13:45:48.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55307) > >2014-07-22 13:45:49.013 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:45:49.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52033) > >2014-07-22 13:45:52.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52709) > >2014-07-22 13:45:52.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55361) > >2014-07-22 13:45:53.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52092) > >2014-07-22 13:45:56.318 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52775) > >2014-07-22 13:45:56.543 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55421) > >2014-07-22 13:45:57.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52158) > >2014-07-22 13:45:59.989 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:00.320 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52829) > >2014-07-22 13:46:00.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55477) > >2014-07-22 13:46:01.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52222) > >2014-07-22 13:46:04.328 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52894) > >2014-07-22 13:46:04.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55532) > >2014-07-22 13:46:05.287 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52289) > >2014-07-22 13:46:08.343 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 52958) > >2014-07-22 13:46:08.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55585) > >2014-07-22 13:46:09.304 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52354) > >2014-07-22 13:46:11.238 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:12.353 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53020) > >2014-07-22 13:46:12.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55639) > >2014-07-22 13:46:13.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52429) > >2014-07-22 13:46:16.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53079) > >2014-07-22 13:46:16.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55693) > >2014-07-22 13:46:16.797 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:46:16.797 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:46:16.798 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:46:16.810 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:46:17.314 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52497) > >2014-07-22 13:46:19.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:20.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53144) > >2014-07-22 13:46:20.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55751) > >2014-07-22 13:46:21.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52563) > >2014-07-22 13:46:24.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53211) > >2014-07-22 13:46:24.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55810) > >2014-07-22 13:46:25.359 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52622) > >2014-07-22 13:46:28.411 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53274) > >2014-07-22 13:46:28.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55865) > >2014-07-22 13:46:29.369 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52679) > >2014-07-22 13:46:29.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:32.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53340) > >2014-07-22 13:46:32.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55920) > >2014-07-22 13:46:33.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52734) > >2014-07-22 13:46:36.426 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53398) > >2014-07-22 13:46:36.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 55975) > >2014-07-22 13:46:37.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52787) > >2014-07-22 13:46:40.432 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53457) > >2014-07-22 13:46:40.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56028) > >2014-07-22 13:46:41.260 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:41.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52842) > >2014-07-22 13:46:44.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53514) > >2014-07-22 13:46:44.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56082) > >2014-07-22 13:46:45.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52901) > >2014-07-22 13:46:48.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53573) > >2014-07-22 13:46:48.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56137) > >2014-07-22 13:46:49.030 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:46:49.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 52960) > >2014-07-22 13:46:52.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53629) > >2014-07-22 13:46:52.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56191) > >2014-07-22 13:46:53.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53012) > >2014-07-22 13:46:56.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53682) > >2014-07-22 13:46:56.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56246) > >2014-07-22 13:46:57.433 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53070) > >2014-07-22 13:46:59.994 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:00.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53736) > >2014-07-22 13:47:00.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56301) > >2014-07-22 13:47:01.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53125) > >2014-07-22 13:47:04.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53790) > >2014-07-22 13:47:04.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56356) > >2014-07-22 13:47:05.442 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53182) > >2014-07-22 13:47:08.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53843) > >2014-07-22 13:47:08.598 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56410) > >2014-07-22 13:47:09.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53238) > >2014-07-22 13:47:11.249 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:12.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53898) > >2014-07-22 13:47:12.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56466) > >2014-07-22 13:47:13.469 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53294) > >2014-07-22 13:47:16.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 53951) > >2014-07-22 13:47:16.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56520) > >2014-07-22 13:47:17.475 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53349) > >2014-07-22 13:47:19.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:20.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54004) > >2014-07-22 13:47:20.613 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56575) > >2014-07-22 13:47:21.478 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53406) > >2014-07-22 13:47:24.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54057) > >2014-07-22 13:47:24.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56628) > >2014-07-22 13:47:25.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53462) > >2014-07-22 13:47:28.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54110) > >2014-07-22 13:47:28.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56682) > >2014-07-22 13:47:29.483 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53515) > >2014-07-22 13:47:29.990 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:32.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54163) > >2014-07-22 13:47:32.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56737) > >2014-07-22 13:47:33.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53575) > >2014-07-22 13:47:36.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54216) > >2014-07-22 13:47:36.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56795) > >2014-07-22 13:47:37.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53631) > >2014-07-22 13:47:40.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54269) > >2014-07-22 13:47:40.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56851) > >2014-07-22 13:47:41.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:41.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53688) > >2014-07-22 13:47:44.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54322) > >2014-07-22 13:47:44.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56907) > >2014-07-22 13:47:45.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53744) > >2014-07-22 13:47:48.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54374) > >2014-07-22 13:47:48.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 56963) > >2014-07-22 13:47:49.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:47:49.502 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53800) > >2014-07-22 13:47:52.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54427) > >2014-07-22 13:47:52.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57017) > >2014-07-22 13:47:53.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53853) > >2014-07-22 13:47:56.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54480) > >2014-07-22 13:47:56.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57071) > >2014-07-22 13:47:57.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53909) > >2014-07-22 13:48:00.008 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:00.511 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54534) > >2014-07-22 13:48:00.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57127) > >2014-07-22 13:48:01.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 53965) > >2014-07-22 13:48:04.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54587) > >2014-07-22 13:48:04.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57180) > >2014-07-22 13:48:05.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54019) > >2014-07-22 13:48:08.515 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54641) > >2014-07-22 13:48:08.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57235) > >2014-07-22 13:48:09.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54072) > >2014-07-22 13:48:11.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:12.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54694) > >2014-07-22 13:48:12.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57289) > >2014-07-22 13:48:13.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54128) > >2014-07-22 13:48:16.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54747) > >2014-07-22 13:48:16.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57343) > >2014-07-22 13:48:16.812 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:48:16.812 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:48:16.813 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:48:16.824 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:48:17.520 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54182) > >2014-07-22 13:48:19.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:20.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54800) > >2014-07-22 13:48:20.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57399) > >2014-07-22 13:48:21.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54239) > >2014-07-22 13:48:24.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54853) > >2014-07-22 13:48:24.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57458) > >2014-07-22 13:48:25.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54296) > >2014-07-22 13:48:28.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54908) > >2014-07-22 13:48:28.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57514) > >2014-07-22 13:48:29.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54349) > >2014-07-22 13:48:30.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:32.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 54961) > >2014-07-22 13:48:32.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57569) > >2014-07-22 13:48:33.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54404) > >2014-07-22 13:48:36.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55014) > >2014-07-22 13:48:36.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57624) > >2014-07-22 13:48:37.533 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54458) > >2014-07-22 13:48:40.537 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55067) > >2014-07-22 13:48:40.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57677) > >2014-07-22 13:48:41.240 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:41.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54514) > >2014-07-22 13:48:44.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55120) > >2014-07-22 13:48:44.664 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57731) > >2014-07-22 13:48:45.538 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54568) > >2014-07-22 13:48:48.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55175) > >2014-07-22 13:48:48.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57787) > >2014-07-22 13:48:49.017 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:48:49.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54624) > >2014-07-22 13:48:52.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55227) > >2014-07-22 13:48:52.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57841) > >2014-07-22 13:48:53.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54677) > >2014-07-22 13:48:56.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55280) > >2014-07-22 13:48:56.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57896) > >2014-07-22 13:48:57.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54733) > >2014-07-22 13:49:00.009 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:00.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55333) > >2014-07-22 13:49:00.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 57950) > >2014-07-22 13:49:01.548 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54788) > >2014-07-22 13:49:04.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55388) > >2014-07-22 13:49:04.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58006) > >2014-07-22 13:49:05.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54842) > >2014-07-22 13:49:08.560 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55442) > >2014-07-22 13:49:08.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58060) > >2014-07-22 13:49:09.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54895) > >2014-07-22 13:49:11.242 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:12.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55497) > >2014-07-22 13:49:12.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58115) > >2014-07-22 13:49:13.556 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 54951) > >2014-07-22 13:49:16.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55550) > >2014-07-22 13:49:16.680 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58169) > >2014-07-22 13:49:17.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55005) > >2014-07-22 13:49:19.018 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:20.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55603) > >2014-07-22 13:49:20.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58224) > >2014-07-22 13:49:21.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55062) > >2014-07-22 13:49:24.587 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55656) > >2014-07-22 13:49:24.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58277) > >2014-07-22 13:49:25.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55118) > >2014-07-22 13:49:28.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55709) > >2014-07-22 13:49:28.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58331) > >2014-07-22 13:49:29.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55171) > >2014-07-22 13:49:30.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:32.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55762) > >2014-07-22 13:49:32.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58386) > >2014-07-22 13:49:33.568 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55230) > >2014-07-22 13:49:36.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55815) > >2014-07-22 13:49:36.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58444) > >2014-07-22 13:49:37.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55285) > >2014-07-22 13:49:40.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55868) > >2014-07-22 13:49:40.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58498) > >2014-07-22 13:49:41.264 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:41.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55343) > >2014-07-22 13:49:44.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55920) > >2014-07-22 13:49:44.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58554) > >2014-07-22 13:49:45.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55399) > >2014-07-22 13:49:48.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 55973) > >2014-07-22 13:49:48.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58610) > >2014-07-22 13:49:49.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:49:49.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55455) > >2014-07-22 13:49:52.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56026) > >2014-07-22 13:49:52.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58664) > >2014-07-22 13:49:53.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55508) > >2014-07-22 13:49:56.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56079) > >2014-07-22 13:49:56.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58718) > >2014-07-22 13:49:57.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55564) > >2014-07-22 13:50:00.044 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:00.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56134) > >2014-07-22 13:50:00.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58774) > >2014-07-22 13:50:01.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55620) > >2014-07-22 13:50:04.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56187) > >2014-07-22 13:50:04.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58828) > >2014-07-22 13:50:05.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55674) > >2014-07-22 13:50:08.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56241) > >2014-07-22 13:50:08.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58883) > >2014-07-22 13:50:09.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55727) > >2014-07-22 13:50:11.293 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:12.602 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56294) > >2014-07-22 13:50:12.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58937) > >2014-07-22 13:50:13.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55783) > >2014-07-22 13:50:16.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56347) > >2014-07-22 13:50:16.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 58991) > >2014-07-22 13:50:16.827 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:50:16.827 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:50:16.828 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:50:16.840 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:50:17.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55837) > >2014-07-22 13:50:19.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:20.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56400) > >2014-07-22 13:50:20.719 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59047) > >2014-07-22 13:50:21.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55893) > >2014-07-22 13:50:24.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56453) > >2014-07-22 13:50:24.722 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59106) > >2014-07-22 13:50:25.595 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 55950) > >2014-07-22 13:50:28.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56508) > >2014-07-22 13:50:28.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59162) > >2014-07-22 13:50:29.600 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56003) > >2014-07-22 13:50:30.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:32.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56561) > >2014-07-22 13:50:32.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59217) > >2014-07-22 13:50:33.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56058) > >2014-07-22 13:50:36.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56614) > >2014-07-22 13:50:36.730 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59271) > >2014-07-22 13:50:37.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56113) > >2014-07-22 13:50:40.623 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56667) > >2014-07-22 13:50:40.733 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59325) > >2014-07-22 13:50:41.327 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:41.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56169) > >2014-07-22 13:50:44.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56720) > >2014-07-22 13:50:44.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59379) > >2014-07-22 13:50:45.610 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56223) > >2014-07-22 13:50:48.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56775) > >2014-07-22 13:50:48.737 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59435) > >2014-07-22 13:50:49.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:50:49.612 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56279) > >2014-07-22 13:50:52.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56828) > >2014-07-22 13:50:52.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59489) > >2014-07-22 13:50:53.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56332) > >2014-07-22 13:50:56.638 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56881) > >2014-07-22 13:50:56.743 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59544) > >2014-07-22 13:50:57.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56387) > >2014-07-22 13:51:00.054 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:00.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56934) > >2014-07-22 13:51:00.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59598) > >2014-07-22 13:51:01.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56442) > >2014-07-22 13:51:04.647 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 56989) > >2014-07-22 13:51:04.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59654) > >2014-07-22 13:51:05.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56496) > >2014-07-22 13:51:08.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57042) > >2014-07-22 13:51:08.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59708) > >2014-07-22 13:51:09.624 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56549) > >2014-07-22 13:51:11.339 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:12.653 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57097) > >2014-07-22 13:51:12.755 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59764) > >2014-07-22 13:51:13.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56605) > >2014-07-22 13:51:16.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57150) > >2014-07-22 13:51:16.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59818) > >2014-07-22 13:51:17.629 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56659) > >2014-07-22 13:51:19.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:20.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57203) > >2014-07-22 13:51:20.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59873) > >2014-07-22 13:51:21.631 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56716) > >2014-07-22 13:51:24.665 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57256) > >2014-07-22 13:51:24.761 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59926) > >2014-07-22 13:51:25.632 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56771) > >2014-07-22 13:51:28.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57309) > >2014-07-22 13:51:28.762 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 59980) > >2014-07-22 13:51:29.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56824) > >2014-07-22 13:51:30.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:32.671 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57363) > >2014-07-22 13:51:32.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60035) > >2014-07-22 13:51:33.640 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56882) > >2014-07-22 13:51:36.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57416) > >2014-07-22 13:51:36.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60093) > >2014-07-22 13:51:37.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56937) > >2014-07-22 13:51:40.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57469) > >2014-07-22 13:51:40.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60147) > >2014-07-22 13:51:41.368 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:41.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 56994) > >2014-07-22 13:51:44.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57522) > >2014-07-22 13:51:44.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60203) > >2014-07-22 13:51:45.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57051) > >2014-07-22 13:51:48.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57575) > >2014-07-22 13:51:48.780 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60260) > >2014-07-22 13:51:49.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:51:49.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57107) > >2014-07-22 13:51:52.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57628) > >2014-07-22 13:51:52.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60314) > >2014-07-22 13:51:53.654 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57160) > >2014-07-22 13:51:56.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57681) > >2014-07-22 13:51:56.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60368) > >2014-07-22 13:51:57.657 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57216) > >2014-07-22 13:52:00.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:00.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57735) > >2014-07-22 13:52:00.788 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60424) > >2014-07-22 13:52:01.661 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57272) > >2014-07-22 13:52:04.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57788) > >2014-07-22 13:52:04.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60478) > >2014-07-22 13:52:05.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57326) > >2014-07-22 13:52:08.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57842) > >2014-07-22 13:52:08.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60533) > >2014-07-22 13:52:09.667 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57379) > >2014-07-22 13:52:11.397 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:12.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57895) > >2014-07-22 13:52:12.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60587) > >2014-07-22 13:52:13.670 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57435) > >2014-07-22 13:52:16.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 57948) > >2014-07-22 13:52:16.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60641) > >2014-07-22 13:52:16.841 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:52:16.841 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:52:16.842 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:52:16.857 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:52:17.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57489) > >2014-07-22 13:52:19.019 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:20.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58001) > >2014-07-22 13:52:20.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60697) > >2014-07-22 13:52:21.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57545) > >2014-07-22 13:52:24.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58054) > >2014-07-22 13:52:24.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60753) > >2014-07-22 13:52:25.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57603) > >2014-07-22 13:52:28.711 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58109) > >2014-07-22 13:52:28.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60812) > >2014-07-22 13:52:29.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57656) > >2014-07-22 13:52:30.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:32.714 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58162) > >2014-07-22 13:52:32.811 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60867) > >2014-07-22 13:52:33.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57711) > >2014-07-22 13:52:36.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58215) > >2014-07-22 13:52:36.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60921) > >2014-07-22 13:52:37.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57765) > >2014-07-22 13:52:40.718 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58269) > >2014-07-22 13:52:40.818 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 60975) > >2014-07-22 13:52:41.425 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:41.686 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57821) > >2014-07-22 13:52:44.721 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58322) > >2014-07-22 13:52:44.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32796) > >2014-07-22 13:52:45.689 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57875) > >2014-07-22 13:52:48.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58377) > >2014-07-22 13:52:48.823 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32853) > >2014-07-22 13:52:49.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:52:49.692 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57932) > >2014-07-22 13:52:52.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58430) > >2014-07-22 13:52:52.825 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32907) > >2014-07-22 13:52:53.694 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 57985) > >2014-07-22 13:52:56.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58483) > >2014-07-22 13:52:56.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 32961) > >2014-07-22 13:52:57.697 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58041) > >2014-07-22 13:53:00.085 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:00.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58536) > >2014-07-22 13:53:00.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33017) > >2014-07-22 13:53:01.699 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58097) > >2014-07-22 13:53:04.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58591) > >2014-07-22 13:53:04.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33073) > >2014-07-22 13:53:05.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58151) > >2014-07-22 13:53:08.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58644) > >2014-07-22 13:53:08.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33127) > >2014-07-22 13:53:09.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58204) > >2014-07-22 13:53:11.434 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:12.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58699) > >2014-07-22 13:53:12.839 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33183) > >2014-07-22 13:53:13.706 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58260) > >2014-07-22 13:53:16.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58752) > >2014-07-22 13:53:16.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33237) > >2014-07-22 13:53:17.708 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58314) > >2014-07-22 13:53:19.020 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:20.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58805) > >2014-07-22 13:53:20.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33292) > >2014-07-22 13:53:21.710 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58371) > >2014-07-22 13:53:24.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58858) > >2014-07-22 13:53:24.846 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33345) > >2014-07-22 13:53:25.713 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58427) > >2014-07-22 13:53:28.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58910) > >2014-07-22 13:53:28.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33399) > >2014-07-22 13:53:29.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58480) > >2014-07-22 13:53:30.099 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:32.749 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 58963) > >2014-07-22 13:53:32.850 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33454) > >2014-07-22 13:53:33.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58538) > >2014-07-22 13:53:36.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59018) > >2014-07-22 13:53:36.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33512) > >2014-07-22 13:53:37.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58594) > >2014-07-22 13:53:40.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59089) > >2014-07-22 13:53:40.854 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33567) > >2014-07-22 13:53:41.464 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:41.726 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58656) > >2014-07-22 13:53:44.770 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59151) > >2014-07-22 13:53:44.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33628) > >2014-07-22 13:53:45.728 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58712) > >2014-07-22 13:53:48.772 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59207) > >2014-07-22 13:53:48.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33683) > >2014-07-22 13:53:49.021 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:49.731 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58770) > >2014-07-22 13:53:52.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59261) > >2014-07-22 13:53:52.861 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33740) > >2014-07-22 13:53:53.734 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58827) > >2014-07-22 13:53:56.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59315) > >2014-07-22 13:53:56.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33794) > >2014-07-22 13:53:57.736 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58886) > >2014-07-22 13:53:59.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59370) > >2014-07-22 13:53:59.644 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 13:53:59.902 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 13:53:59.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:53:59.937 29190 INFO neutron.wsgi [req-06267b26-c5db-47b6-ac4a-a944a821f8ac None] 192.168.0.8 - - [22/Jul/2014 13:53:59] "GET //v2.0/ports.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 202 0.302357 > >2014-07-22 13:54:00.119 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:00.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59384) > >2014-07-22 13:54:00.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33852) > >2014-07-22 13:54:01.738 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 58949) > >2014-07-22 13:54:04.785 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59444) > >2014-07-22 13:54:04.871 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33905) > >2014-07-22 13:54:05.744 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59005) > >2014-07-22 13:54:08.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59512) > >2014-07-22 13:54:08.873 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 33959) > >2014-07-22 13:54:09.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59060) > >2014-07-22 13:54:11.494 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:12.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59566) > >2014-07-22 13:54:12.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34014) > >2014-07-22 13:54:13.747 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59116) > >2014-07-22 13:54:16.790 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59619) > >2014-07-22 13:54:16.859 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:54:16.859 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:54:16.860 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:54:16.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34068) > >2014-07-22 13:54:16.881 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:54:17.750 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59170) > >2014-07-22 13:54:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:20.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59672) > >2014-07-22 13:54:20.880 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34124) > >2014-07-22 13:54:21.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59226) > >2014-07-22 13:54:24.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59728) > >2014-07-22 13:54:24.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34178) > >2014-07-22 13:54:25.754 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59283) > >2014-07-22 13:54:28.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59783) > >2014-07-22 13:54:28.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34239) > >2014-07-22 13:54:29.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59337) > >2014-07-22 13:54:30.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:32.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59836) > >2014-07-22 13:54:32.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34294) > >2014-07-22 13:54:33.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59392) > >2014-07-22 13:54:36.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59909) > >2014-07-22 13:54:36.886 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34349) > >2014-07-22 13:54:37.758 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59446) > >2014-07-22 13:54:40.810 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 59964) > >2014-07-22 13:54:40.889 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34403) > >2014-07-22 13:54:41.522 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:41.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59502) > >2014-07-22 13:54:44.813 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60017) > >2014-07-22 13:54:44.892 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34457) > >2014-07-22 13:54:45.763 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59556) > >2014-07-22 13:54:48.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60072) > >2014-07-22 13:54:48.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34513) > >2014-07-22 13:54:49.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:54:49.767 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59612) > >2014-07-22 13:54:52.817 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60125) > >2014-07-22 13:54:52.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34567) > >2014-07-22 13:54:53.769 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59665) > >2014-07-22 13:54:56.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60178) > >2014-07-22 13:54:56.900 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34621) > >2014-07-22 13:54:57.771 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59721) > >2014-07-22 13:55:00.128 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:00.822 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60231) > >2014-07-22 13:55:00.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34676) > >2014-07-22 13:55:01.774 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59776) > >2014-07-22 13:55:04.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60286) > >2014-07-22 13:55:04.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34732) > >2014-07-22 13:55:05.777 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59830) > >2014-07-22 13:55:08.827 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60339) > >2014-07-22 13:55:08.909 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34786) > >2014-07-22 13:55:09.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59883) > >2014-07-22 13:55:11.534 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:12.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60394) > >2014-07-22 13:55:12.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34842) > >2014-07-22 13:55:13.783 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59939) > >2014-07-22 13:55:16.832 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60447) > >2014-07-22 13:55:16.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34896) > >2014-07-22 13:55:17.787 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 59994) > >2014-07-22 13:55:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:20.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60500) > >2014-07-22 13:55:20.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 34951) > >2014-07-22 13:55:21.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60051) > >2014-07-22 13:55:24.836 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60553) > >2014-07-22 13:55:24.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35003) > >2014-07-22 13:55:25.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60107) > >2014-07-22 13:55:28.837 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60605) > >2014-07-22 13:55:28.921 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35057) > >2014-07-22 13:55:29.794 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60160) > >2014-07-22 13:55:30.142 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:32.842 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60658) > >2014-07-22 13:55:32.923 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35112) > >2014-07-22 13:55:33.796 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60218) > >2014-07-22 13:55:36.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60711) > >2014-07-22 13:55:36.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35170) > >2014-07-22 13:55:37.799 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60273) > >2014-07-22 13:55:40.843 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60764) > >2014-07-22 13:55:40.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35224) > >2014-07-22 13:55:41.560 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:41.801 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60330) > >2014-07-22 13:55:44.848 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60816) > >2014-07-22 13:55:44.931 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35279) > >2014-07-22 13:55:45.803 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60386) > >2014-07-22 13:55:48.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60869) > >2014-07-22 13:55:48.934 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35335) > >2014-07-22 13:55:49.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:55:49.805 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60443) > >2014-07-22 13:55:52.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60922) > >2014-07-22 13:55:52.936 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35391) > >2014-07-22 13:55:53.808 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60496) > >2014-07-22 13:55:56.852 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 60975) > >2014-07-22 13:55:56.938 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35445) > >2014-07-22 13:55:57.812 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60552) > >2014-07-22 13:56:00.162 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:00.857 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32795) > >2014-07-22 13:56:00.941 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35499) > >2014-07-22 13:56:01.814 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60607) > >2014-07-22 13:56:04.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32849) > >2014-07-22 13:56:04.940 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35555) > >2014-07-22 13:56:05.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60661) > >2014-07-22 13:56:08.864 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32902) > >2014-07-22 13:56:08.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35609) > >2014-07-22 13:56:09.819 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60715) > >2014-07-22 13:56:11.590 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:12.868 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 32956) > >2014-07-22 13:56:12.946 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35664) > >2014-07-22 13:56:13.821 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60771) > >2014-07-22 13:56:16.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33009) > >2014-07-22 13:56:16.885 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:56:16.885 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:56:16.886 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:56:16.899 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:56:16.949 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35718) > >2014-07-22 13:56:17.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60825) > >2014-07-22 13:56:19.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:20.876 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33062) > >2014-07-22 13:56:20.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35774) > >2014-07-22 13:56:21.826 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60881) > >2014-07-22 13:56:24.881 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33115) > >2014-07-22 13:56:24.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35827) > >2014-07-22 13:56:25.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60937) > >2014-07-22 13:56:28.884 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33169) > >2014-07-22 13:56:28.959 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35888) > >2014-07-22 13:56:29.831 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 60992) > >2014-07-22 13:56:30.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:32.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33223) > >2014-07-22 13:56:32.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35944) > >2014-07-22 13:56:33.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32814) > >2014-07-22 13:56:36.891 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33276) > >2014-07-22 13:56:36.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 35998) > >2014-07-22 13:56:37.833 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32867) > >2014-07-22 13:56:40.895 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33329) > >2014-07-22 13:56:40.967 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36052) > >2014-07-22 13:56:41.619 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:41.835 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32923) > >2014-07-22 13:56:44.898 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33382) > >2014-07-22 13:56:44.970 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36106) > >2014-07-22 13:56:45.838 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 32977) > >2014-07-22 13:56:48.902 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33437) > >2014-07-22 13:56:48.972 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36162) > >2014-07-22 13:56:49.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:56:49.841 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33033) > >2014-07-22 13:56:52.906 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33490) > >2014-07-22 13:56:52.975 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36216) > >2014-07-22 13:56:53.844 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33086) > >2014-07-22 13:56:56.910 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33543) > >2014-07-22 13:56:56.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36270) > >2014-07-22 13:56:57.845 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33142) > >2014-07-22 13:57:00.171 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:00.914 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33596) > >2014-07-22 13:57:00.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36325) > >2014-07-22 13:57:01.849 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33197) > >2014-07-22 13:57:04.917 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33651) > >2014-07-22 13:57:04.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36381) > >2014-07-22 13:57:05.851 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33251) > >2014-07-22 13:57:08.919 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33704) > >2014-07-22 13:57:08.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36435) > >2014-07-22 13:57:09.853 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33305) > >2014-07-22 13:57:11.634 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:12.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33759) > >2014-07-22 13:57:12.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36491) > >2014-07-22 13:57:13.855 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33361) > >2014-07-22 13:57:16.925 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33812) > >2014-07-22 13:57:16.989 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36545) > >2014-07-22 13:57:17.858 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33415) > >2014-07-22 13:57:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:20.928 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33865) > >2014-07-22 13:57:20.992 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36600) > >2014-07-22 13:57:21.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33472) > >2014-07-22 13:57:24.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33918) > >2014-07-22 13:57:24.993 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36653) > >2014-07-22 13:57:25.862 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33527) > >2014-07-22 13:57:28.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 33971) > >2014-07-22 13:57:28.996 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36707) > >2014-07-22 13:57:29.865 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33580) > >2014-07-22 13:57:30.184 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:32.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34024) > >2014-07-22 13:57:32.997 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36762) > >2014-07-22 13:57:33.867 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33638) > >2014-07-22 13:57:36.943 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34077) > >2014-07-22 13:57:36.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36820) > >2014-07-22 13:57:37.870 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33693) > >2014-07-22 13:57:40.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34130) > >2014-07-22 13:57:41.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36873) > >2014-07-22 13:57:41.659 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:41.872 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33750) > >2014-07-22 13:57:44.952 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34183) > >2014-07-22 13:57:45.003 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36927) > >2014-07-22 13:57:45.875 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33806) > >2014-07-22 13:57:48.954 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34236) > >2014-07-22 13:57:49.005 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 36984) > >2014-07-22 13:57:49.022 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:57:49.878 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33863) > >2014-07-22 13:57:52.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34289) > >2014-07-22 13:57:53.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37040) > >2014-07-22 13:57:53.882 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33916) > >2014-07-22 13:57:56.957 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34342) > >2014-07-22 13:57:57.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37094) > >2014-07-22 13:57:57.885 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 33972) > >2014-07-22 13:58:00.198 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:00.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34395) > >2014-07-22 13:58:01.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37148) > >2014-07-22 13:58:01.888 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34028) > >2014-07-22 13:58:04.963 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34449) > >2014-07-22 13:58:05.015 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37204) > >2014-07-22 13:58:05.890 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34082) > >2014-07-22 13:58:08.965 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34502) > >2014-07-22 13:58:09.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37258) > >2014-07-22 13:58:09.893 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34135) > >2014-07-22 13:58:11.684 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:12.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34556) > >2014-07-22 13:58:13.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37313) > >2014-07-22 13:58:13.894 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34191) > >2014-07-22 13:58:16.902 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 13:58:16.902 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 13:58:16.903 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 13:58:16.916 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 13:58:16.973 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34609) > >2014-07-22 13:58:17.023 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37367) > >2014-07-22 13:58:17.896 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34245) > >2014-07-22 13:58:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:20.974 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34663) > >2014-07-22 13:58:21.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37423) > >2014-07-22 13:58:21.899 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34301) > >2014-07-22 13:58:24.977 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34716) > >2014-07-22 13:58:25.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37476) > >2014-07-22 13:58:25.901 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34357) > >2014-07-22 13:58:28.979 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34770) > >2014-07-22 13:58:29.029 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37537) > >2014-07-22 13:58:29.904 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34412) > >2014-07-22 13:58:30.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:32.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34824) > >2014-07-22 13:58:33.031 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37593) > >2014-07-22 13:58:33.907 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34467) > >2014-07-22 13:58:36.984 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34877) > >2014-07-22 13:58:37.034 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37647) > >2014-07-22 13:58:37.911 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34521) > >2014-07-22 13:58:40.986 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34930) > >2014-07-22 13:58:41.037 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37700) > >2014-07-22 13:58:41.714 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:41.913 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34576) > >2014-07-22 13:58:44.988 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 34983) > >2014-07-22 13:58:45.039 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37755) > >2014-07-22 13:58:45.916 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34631) > >2014-07-22 13:58:48.990 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35036) > >2014-07-22 13:58:49.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:58:49.071 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.7', 37809) > >2014-07-22 13:58:49.918 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34687) > >2014-07-22 13:58:52.994 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35091) > >2014-07-22 13:58:53.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37865) > >2014-07-22 13:58:53.922 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34740) > >2014-07-22 13:58:56.995 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35144) > >2014-07-22 13:58:57.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37919) > >2014-07-22 13:58:57.926 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34796) > >2014-07-22 13:59:00.208 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:01.000 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35198) > >2014-07-22 13:59:01.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 37974) > >2014-07-22 13:59:01.929 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34851) > >2014-07-22 13:59:04.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35253) > >2014-07-22 13:59:05.049 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38030) > >2014-07-22 13:59:05.932 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34905) > >2014-07-22 13:59:09.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35305) > >2014-07-22 13:59:09.052 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38084) > >2014-07-22 13:59:09.935 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 34958) > >2014-07-22 13:59:11.728 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:13.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35360) > >2014-07-22 13:59:13.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38140) > >2014-07-22 13:59:13.937 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35014) > >2014-07-22 13:59:17.007 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35413) > >2014-07-22 13:59:17.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38194) > >2014-07-22 13:59:17.939 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35068) > >2014-07-22 13:59:19.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:21.013 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35466) > >2014-07-22 13:59:21.057 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38249) > >2014-07-22 13:59:21.942 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35125) > >2014-07-22 13:59:25.016 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35519) > >2014-07-22 13:59:25.060 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38302) > >2014-07-22 13:59:25.944 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35181) > >2014-07-22 13:59:29.019 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35572) > >2014-07-22 13:59:29.061 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38356) > >2014-07-22 13:59:29.947 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35234) > >2014-07-22 13:59:30.223 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:33.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35625) > >2014-07-22 13:59:33.064 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38411) > >2014-07-22 13:59:33.951 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35292) > >2014-07-22 13:59:37.026 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35678) > >2014-07-22 13:59:37.067 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38469) > >2014-07-22 13:59:37.953 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35347) > >2014-07-22 13:59:41.028 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35731) > >2014-07-22 13:59:41.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38524) > >2014-07-22 13:59:41.785 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:41.955 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35403) > >2014-07-22 13:59:45.033 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35784) > >2014-07-22 13:59:45.072 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38578) > >2014-07-22 13:59:45.958 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35458) > >2014-07-22 13:59:49.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 13:59:49.062 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 35837) > >2014-07-22 13:59:49.076 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38635) > >2014-07-22 13:59:49.961 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35517) > >2014-07-22 13:59:53.038 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35890) > >2014-07-22 13:59:53.078 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38691) > >2014-07-22 13:59:53.964 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35570) > >2014-07-22 13:59:57.041 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 35954) > >2014-07-22 13:59:57.080 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38745) > >2014-07-22 13:59:57.966 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35631) > >2014-07-22 14:00:00.241 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:01.045 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36007) > >2014-07-22 14:00:01.082 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38799) > >2014-07-22 14:00:01.969 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35687) > >2014-07-22 14:00:03.765 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36062) > >2014-07-22 14:00:03.767 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 14:00:03.828 29190 INFO neutron.wsgi [req-cdb5ffe5-db38-460f-af9b-2e7f14c03485 None] 192.168.0.8 - - [22/Jul/2014 14:00:03] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.062832 > >2014-07-22 14:00:04.304 29190 INFO neutron.wsgi [req-cdb5ffe5-db38-460f-af9b-2e7f14c03485 None] (29190) accepted ('192.168.0.8', 36072) > >2014-07-22 14:00:04.307 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:04.318 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:04.326 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:04.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:04.337 29190 INFO neutron.wsgi [req-ccd2b70c-b169-4eff-9636-6644e85dfd33 None] 192.168.0.8 - - [22/Jul/2014 14:00:04] "GET //v2.0/security-groups.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 1726 0.033003 > >2014-07-22 14:00:05.047 29190 INFO neutron.wsgi [req-ccd2b70c-b169-4eff-9636-6644e85dfd33 None] (29190) accepted ('192.168.0.8', 36088) > >2014-07-22 14:00:05.084 29190 INFO neutron.wsgi [req-ccd2b70c-b169-4eff-9636-6644e85dfd33 None] (29190) accepted ('192.168.0.7', 38865) > >2014-07-22 14:00:05.972 29190 INFO neutron.wsgi [req-ccd2b70c-b169-4eff-9636-6644e85dfd33 None] (29190) accepted ('192.168.0.6', 35755) > >2014-07-22 14:00:08.463 29190 INFO neutron.wsgi [req-ccd2b70c-b169-4eff-9636-6644e85dfd33 None] (29190) accepted ('192.168.0.8', 36151) > >2014-07-22 14:00:08.466 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:08.473 29190 INFO neutron.wsgi [req-f13147a6-b134-418a-a405-6fc3714dee7e None] 192.168.0.8 - - [22/Jul/2014 14:00:08] "GET //v2.0/floatingips.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 208 0.009337 > >2014-07-22 14:00:09.050 29190 INFO neutron.wsgi [req-f13147a6-b134-418a-a405-6fc3714dee7e None] (29190) accepted ('192.168.0.8', 36163) > >2014-07-22 14:00:09.086 29190 INFO neutron.wsgi [req-f13147a6-b134-418a-a405-6fc3714dee7e None] (29190) accepted ('192.168.0.7', 38924) > >2014-07-22 14:00:09.157 29190 INFO neutron.wsgi [req-f13147a6-b134-418a-a405-6fc3714dee7e None] (29190) accepted ('192.168.0.8', 36178) > >2014-07-22 14:00:09.160 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:09.168 29190 INFO neutron.wsgi [req-7a494bae-7a04-4534-9aa4-a98a44f3dc7e None] 192.168.0.8 - - [22/Jul/2014 14:00:09] "GET //v2.0/quotas/b71810e8d8c24a58ad77409322eebe15.json HTTP/1.1" 200 324 0.010165 > >2014-07-22 14:00:09.975 29190 INFO neutron.wsgi [req-7a494bae-7a04-4534-9aa4-a98a44f3dc7e None] (29190) accepted ('192.168.0.6', 35823) > >2014-07-22 14:00:11.816 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:13.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36230) > >2014-07-22 14:00:13.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 38983) > >2014-07-22 14:00:13.978 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35879) > >2014-07-22 14:00:16.939 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:00:16.939 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:00:16.940 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:00:16.968 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:00:17.053 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36283) > >2014-07-22 14:00:17.092 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39037) > >2014-07-22 14:00:17.981 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35933) > >2014-07-22 14:00:19.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:21.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36336) > >2014-07-22 14:00:21.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39093) > >2014-07-22 14:00:21.982 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 35989) > >2014-07-22 14:00:25.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36398) > >2014-07-22 14:00:25.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39150) > >2014-07-22 14:00:25.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36046) > >2014-07-22 14:00:29.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36454) > >2014-07-22 14:00:29.097 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39211) > >2014-07-22 14:00:29.985 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36106) > >2014-07-22 14:00:30.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:32.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36533) > >2014-07-22 14:00:32.180 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:32.188 29190 INFO neutron.wsgi [req-f9b490d4-73c8-456a-956b-c549e2a6e382 None] 192.168.0.8 - - [22/Jul/2014 14:00:32] "GET //v2.0/networks.json?shared=False&tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 205 0.015741 > >2014-07-22 14:00:32.486 29190 INFO neutron.wsgi [req-f9b490d4-73c8-456a-956b-c549e2a6e382 None] (29190) accepted ('192.168.0.8', 36539) > >2014-07-22 14:00:32.496 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] 192.168.0.8 - - [22/Jul/2014 14:00:32] "GET //v2.0/subnets.json HTTP/1.1" 200 204 0.009091 > >2014-07-22 14:00:33.062 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.8', 36554) > >2014-07-22 14:00:33.101 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.7', 39279) > >2014-07-22 14:00:33.993 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.6', 36180) > >2014-07-22 14:00:37.065 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.8', 36607) > >2014-07-22 14:00:37.103 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.7', 39333) > >2014-07-22 14:00:37.996 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.6', 36234) > >2014-07-22 14:00:41.067 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.8', 36660) > >2014-07-22 14:00:41.105 29190 INFO neutron.wsgi [req-1e586878-c60f-4290-9e90-4cd901391b87 None] (29190) accepted ('192.168.0.7', 39386) > >2014-07-22 14:00:41.820 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:41.999 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36289) > >2014-07-22 14:00:45.068 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36713) > >2014-07-22 14:00:45.108 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39440) > >2014-07-22 14:00:46.001 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36344) > >2014-07-22 14:00:49.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:49.074 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36765) > >2014-07-22 14:00:49.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39494) > >2014-07-22 14:00:50.004 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36400) > >2014-07-22 14:00:53.075 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36820) > >2014-07-22 14:00:53.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39550) > >2014-07-22 14:00:54.008 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36453) > >2014-07-22 14:00:57.079 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36875) > >2014-07-22 14:00:57.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39606) > >2014-07-22 14:00:58.009 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36517) > >2014-07-22 14:00:59.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36939) > >2014-07-22 14:00:59.653 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:00:59.659 29190 INFO neutron.wsgi [req-b18f4ac1-53f4-446c-988c-f449da8736ec None] 192.168.0.8 - - [22/Jul/2014 14:00:59] "GET //v2.0/floatingips.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 208 0.008868 > >2014-07-22 14:00:59.997 29190 INFO neutron.wsgi [req-b18f4ac1-53f4-446c-988c-f449da8736ec None] (29190) accepted ('192.168.0.8', 36953) > >2014-07-22 14:01:00.006 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:00.032 29190 INFO neutron.wsgi [req-8e5c2959-8208-4bf2-bb99-2ad53adfaf5c None] 192.168.0.8 - - [22/Jul/2014 14:01:00] "GET //v2.0/networks.json?shared=False&tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 205 0.033983 > >2014-07-22 14:01:00.065 29190 INFO neutron.wsgi [req-8e5c2959-8208-4bf2-bb99-2ad53adfaf5c None] (29190) accepted ('192.168.0.8', 36959) > >2014-07-22 14:01:00.069 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:00.077 29190 INFO neutron.wsgi [req-d1062436-4587-4ee6-ad9e-0d339d125a24 None] 192.168.0.8 - - [22/Jul/2014 14:01:00] "GET //v2.0/subnets.json HTTP/1.1" 200 204 0.011069 > >2014-07-22 14:01:00.251 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:01.083 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 36971) > >2014-07-22 14:01:01.117 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39676) > >2014-07-22 14:01:02.012 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36591) > >2014-07-22 14:01:05.084 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37038) > >2014-07-22 14:01:05.120 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39737) > >2014-07-22 14:01:06.014 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36652) > >2014-07-22 14:01:09.085 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37092) > >2014-07-22 14:01:09.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39791) > >2014-07-22 14:01:10.017 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36705) > >2014-07-22 14:01:11.840 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:13.088 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37147) > >2014-07-22 14:01:13.124 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39847) > >2014-07-22 14:01:14.020 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36761) > >2014-07-22 14:01:17.089 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37200) > >2014-07-22 14:01:17.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39901) > >2014-07-22 14:01:18.022 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36815) > >2014-07-22 14:01:19.024 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:21.090 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37253) > >2014-07-22 14:01:21.130 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 39956) > >2014-07-22 14:01:22.024 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 36872) > >2014-07-22 14:01:24.558 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37302) > >2014-07-22 14:01:24.563 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:24.569 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] 192.168.0.8 - - [22/Jul/2014 14:01:24] "GET //v2.0/subnets.json HTTP/1.1" 200 204 0.010537 > >2014-07-22 14:01:25.094 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.8', 37320) > >2014-07-22 14:01:25.134 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.7', 40010) > >2014-07-22 14:01:26.026 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.6', 36935) > >2014-07-22 14:01:29.097 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.8', 37373) > >2014-07-22 14:01:29.137 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.7', 40064) > >2014-07-22 14:01:30.028 29190 INFO neutron.wsgi [req-e755e603-ebc5-46f6-be09-7b857174948d None] (29190) accepted ('192.168.0.6', 36988) > >2014-07-22 14:01:30.259 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:33.099 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37426) > >2014-07-22 14:01:33.141 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40119) > >2014-07-22 14:01:34.040 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37046) > >2014-07-22 14:01:35.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37472) > >2014-07-22 14:01:35.692 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:35.704 29190 INFO neutron.wsgi [req-069f1cea-346b-4479-8c9f-52ec404676e2 None] 192.168.0.8 - - [22/Jul/2014 14:01:35] "GET //v2.0/networks/b42b4f0c-f62a-4e03-aef3-0634758fecac.json HTTP/1.1" 200 517 0.018873 > >2014-07-22 14:01:35.987 29190 INFO neutron.wsgi [req-069f1cea-346b-4479-8c9f-52ec404676e2 None] (29190) accepted ('192.168.0.8', 37483) > >2014-07-22 14:01:35.996 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:36.008 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] 192.168.0.8 - - [22/Jul/2014 14:01:36] "GET //v2.0/networks/b42b4f0c-f62a-4e03-aef3-0634758fecac.json HTTP/1.1" 200 517 0.019714 > >2014-07-22 14:01:37.101 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] (29190) accepted ('192.168.0.8', 37493) > >2014-07-22 14:01:37.145 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] (29190) accepted ('192.168.0.7', 40181) > >2014-07-22 14:01:38.043 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] (29190) accepted ('192.168.0.6', 37107) > >2014-07-22 14:01:41.105 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] (29190) accepted ('192.168.0.8', 37547) > >2014-07-22 14:01:41.148 29190 INFO neutron.wsgi [req-797893f6-ee5d-4ff2-ba01-b7fb892fc901 None] (29190) accepted ('192.168.0.7', 40234) > >2014-07-22 14:01:41.889 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:42.044 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37163) > >2014-07-22 14:01:45.106 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37605) > >2014-07-22 14:01:45.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40289) > >2014-07-22 14:01:46.046 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37218) > >2014-07-22 14:01:49.025 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:01:49.115 29190 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (29190) accepted ('192.168.0.8', 37658) > >2014-07-22 14:01:49.154 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40346) > >2014-07-22 14:01:50.048 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37277) > >2014-07-22 14:01:53.113 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37712) > >2014-07-22 14:01:53.157 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40400) > >2014-07-22 14:01:54.051 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37329) > >2014-07-22 14:01:57.116 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37765) > >2014-07-22 14:01:57.159 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40456) > >2014-07-22 14:01:58.054 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37385) > >2014-07-22 14:02:00.271 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:01.121 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37818) > >2014-07-22 14:02:01.162 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40510) > >2014-07-22 14:02:02.056 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37440) > >2014-07-22 14:02:05.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37871) > >2014-07-22 14:02:05.165 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40565) > >2014-07-22 14:02:06.059 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37495) > >2014-07-22 14:02:09.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37925) > >2014-07-22 14:02:09.168 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40620) > >2014-07-22 14:02:10.062 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37548) > >2014-07-22 14:02:11.929 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:13.134 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 37978) > >2014-07-22 14:02:13.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40674) > >2014-07-22 14:02:14.065 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37604) > >2014-07-22 14:02:16.989 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:02:16.989 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:02:16.990 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:02:17.042 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:02:17.137 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38032) > >2014-07-22 14:02:17.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40729) > >2014-07-22 14:02:18.066 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37658) > >2014-07-22 14:02:19.037 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:21.139 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38085) > >2014-07-22 14:02:21.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40785) > >2014-07-22 14:02:22.069 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37714) > >2014-07-22 14:02:25.143 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38138) > >2014-07-22 14:02:25.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40838) > >2014-07-22 14:02:26.071 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37770) > >2014-07-22 14:02:29.146 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38192) > >2014-07-22 14:02:29.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40894) > >2014-07-22 14:02:30.073 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37823) > >2014-07-22 14:02:30.279 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:33.151 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38246) > >2014-07-22 14:02:33.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 40955) > >2014-07-22 14:02:34.093 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37879) > >2014-07-22 14:02:37.155 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38300) > >2014-07-22 14:02:37.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41009) > >2014-07-22 14:02:38.095 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 37933) > >2014-07-22 14:02:41.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38356) > >2014-07-22 14:02:41.185 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41062) > >2014-07-22 14:02:41.955 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:42.015 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] (29190) accepted ('192.168.0.8', 38375) > >2014-07-22 14:02:42.023 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:42.037 29190 INFO neutron.wsgi [req-b5c88388-14ef-4b64-9dae-1658c3ad138b None] 192.168.0.8 - - [22/Jul/2014 14:02:42] "GET //v2.0/networks.json?shared=False&tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 561 0.021592 > >2014-07-22 14:02:42.098 29190 INFO neutron.wsgi [req-b5c88388-14ef-4b64-9dae-1658c3ad138b None] (29190) accepted ('192.168.0.6', 37997) > >2014-07-22 14:02:42.156 29190 INFO neutron.wsgi [req-b5c88388-14ef-4b64-9dae-1658c3ad138b None] (29190) accepted ('192.168.0.8', 38381) > >2014-07-22 14:02:42.161 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:42.175 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:42.179 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:42.183 29190 INFO neutron.wsgi [req-fa81f8d7-a922-4a4b-b2fb-fb8440971e9c None] 192.168.0.8 - - [22/Jul/2014 14:02:42] "GET //v2.0/subnets.json HTTP/1.1" 200 565 0.026759 > >2014-07-22 14:02:45.163 29190 INFO neutron.wsgi [req-fa81f8d7-a922-4a4b-b2fb-fb8440971e9c None] (29190) accepted ('192.168.0.8', 38428) > >2014-07-22 14:02:45.189 29190 INFO neutron.wsgi [req-fa81f8d7-a922-4a4b-b2fb-fb8440971e9c None] (29190) accepted ('192.168.0.7', 41123) > >2014-07-22 14:02:46.100 29190 INFO neutron.wsgi [req-fa81f8d7-a922-4a4b-b2fb-fb8440971e9c None] (29190) accepted ('192.168.0.6', 38069) > >2014-07-22 14:02:47.699 29190 INFO neutron.wsgi [req-fa81f8d7-a922-4a4b-b2fb-fb8440971e9c None] (29190) accepted ('192.168.0.8', 38477) > >2014-07-22 14:02:47.708 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:47.729 29190 INFO neutron.wsgi [req-db75f11c-1c6b-47d9-a777-7dd9eb8007a5 None] 192.168.0.8 - - [22/Jul/2014 14:02:47] "GET //v2.0/networks.json?shared=True HTTP/1.1" 200 520 0.028221 > >2014-07-22 14:02:47.898 29190 INFO neutron.wsgi [req-db75f11c-1c6b-47d9-a777-7dd9eb8007a5 None] (29190) accepted ('192.168.0.8', 38486) > >2014-07-22 14:02:47.903 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:47.948 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:02:47.957 29190 INFO neutron.wsgi [req-a5eebdd5-7888-4a11-b17c-26fa7e26b31e None] 192.168.0.8 - - [22/Jul/2014 14:02:47] "GET //v2.0/subnets.json HTTP/1.1" 200 565 0.058546 > >2014-07-22 14:02:49.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38505) > >2014-07-22 14:02:49.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41182) > >2014-07-22 14:02:50.102 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38129) > >2014-07-22 14:02:53.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38560) > >2014-07-22 14:02:53.194 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41237) > >2014-07-22 14:02:54.105 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38182) > >2014-07-22 14:02:57.173 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38613) > >2014-07-22 14:02:57.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41291) > >2014-07-22 14:02:58.107 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38236) > >2014-07-22 14:03:01.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38666) > >2014-07-22 14:03:01.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41345) > >2014-07-22 14:03:02.110 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38289) > >2014-07-22 14:03:05.181 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38720) > >2014-07-22 14:03:05.212 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41400) > >2014-07-22 14:03:06.112 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38350) > >2014-07-22 14:03:08.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38799) > >2014-07-22 14:03:08.604 29190 INFO neutron.wsgi [req-7fea3624-5d6c-4577-882b-4eb1fbde712f None] 192.168.0.8 - - [22/Jul/2014 14:03:08] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.002535 > >2014-07-22 14:03:08.647 29190 INFO neutron.wsgi [req-7fea3624-5d6c-4577-882b-4eb1fbde712f None] (29190) accepted ('192.168.0.8', 38805) > >2014-07-22 14:03:08.664 29190 INFO neutron.wsgi [req-f95ee9b7-2c65-44ba-baf6-0ac3245acf84 None] 192.168.0.8 - - [22/Jul/2014 14:03:08] "GET //v2.0/subnets.json HTTP/1.1" 200 565 0.016069 > >2014-07-22 14:03:09.182 29190 INFO neutron.wsgi [req-f95ee9b7-2c65-44ba-baf6-0ac3245acf84 None] (29190) accepted ('192.168.0.8', 38821) > >2014-07-22 14:03:09.203 29190 INFO neutron.wsgi [req-f95ee9b7-2c65-44ba-baf6-0ac3245acf84 None] (29190) accepted ('192.168.0.7', 41471) > >2014-07-22 14:03:10.113 29190 INFO neutron.wsgi [req-f95ee9b7-2c65-44ba-baf6-0ac3245acf84 None] (29190) accepted ('192.168.0.6', 38412) > >2014-07-22 14:03:13.187 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38877) > >2014-07-22 14:03:13.205 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41526) > >2014-07-22 14:03:14.115 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38465) > >2014-07-22 14:03:17.192 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38930) > >2014-07-22 14:03:17.208 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41580) > >2014-07-22 14:03:18.118 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38519) > >2014-07-22 14:03:19.040 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:21.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 38983) > >2014-07-22 14:03:21.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41635) > >2014-07-22 14:03:22.122 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38576) > >2014-07-22 14:03:25.196 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39036) > >2014-07-22 14:03:25.214 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41688) > >2014-07-22 14:03:26.125 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38632) > >2014-07-22 14:03:29.201 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39089) > >2014-07-22 14:03:29.216 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41742) > >2014-07-22 14:03:30.127 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38685) > >2014-07-22 14:03:30.294 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:33.206 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39142) > >2014-07-22 14:03:33.218 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41797) > >2014-07-22 14:03:34.129 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38743) > >2014-07-22 14:03:37.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39195) > >2014-07-22 14:03:37.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41855) > >2014-07-22 14:03:38.132 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38798) > >2014-07-22 14:03:41.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39250) > >2014-07-22 14:03:41.225 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 41909) > >2014-07-22 14:03:41.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39276) > >2014-07-22 14:03:41.355 29190 INFO neutron.wsgi [req-3ae2add6-b737-4d8d-be36-669e4f96acff None] 192.168.0.8 - - [22/Jul/2014 14:03:41] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.002647 > >2014-07-22 14:03:41.637 29190 INFO neutron.wsgi [req-3ae2add6-b737-4d8d-be36-669e4f96acff None] (29190) accepted ('192.168.0.8', 39285) > >2014-07-22 14:03:41.645 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:41.657 29190 INFO neutron.wsgi [req-a73533be-2e66-4ecd-8a18-0a7931f8698a None] 192.168.0.8 - - [22/Jul/2014 14:03:41] "GET //v2.0/ports.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 202 0.019673 > >2014-07-22 14:03:41.967 29190 INFO neutron.wsgi [req-a73533be-2e66-4ecd-8a18-0a7931f8698a None] (29190) accepted ('192.168.0.8', 39300) > >2014-07-22 14:03:41.975 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:41.985 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:41.991 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:41.995 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:42.000 29190 INFO neutron.wsgi [req-0a1855f9-c744-4727-b5dc-f3665a8f6623 None] 192.168.0.8 - - [22/Jul/2014 14:03:42] "GET //v2.0/subnets.json HTTP/1.1" 200 565 0.031910 > >2014-07-22 14:03:42.133 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 38879) > >2014-07-22 14:03:42.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39309) > >2014-07-22 14:03:42.278 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:42.288 29190 INFO neutron.wsgi [req-6f443ae6-9ee1-433e-9ddf-ec0c52d154ad None] 192.168.0.8 - - [22/Jul/2014 14:03:42] "GET /v2.0/networks.json?id=9982501d-b181-473c-8e18-f40771f037a8 HTTP/1.1" 200 561 0.016461 > >2014-07-22 14:03:45.215 29190 INFO neutron.wsgi [req-6f443ae6-9ee1-433e-9ddf-ec0c52d154ad None] (29190) accepted ('192.168.0.8', 39351) > >2014-07-22 14:03:45.239 29190 INFO neutron.wsgi [req-6f443ae6-9ee1-433e-9ddf-ec0c52d154ad None] (29190) accepted ('192.168.0.7', 41983) > >2014-07-22 14:03:46.137 29190 INFO neutron.wsgi [req-6f443ae6-9ee1-433e-9ddf-ec0c52d154ad None] (29190) accepted ('192.168.0.6', 38958) > >2014-07-22 14:03:46.386 29190 INFO neutron.wsgi [req-6f443ae6-9ee1-433e-9ddf-ec0c52d154ad None] (29190) accepted ('192.168.0.8', 39367) > >2014-07-22 14:03:46.394 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:46.453 29190 INFO neutron.wsgi [req-449a2138-8d95-4cd3-a47a-5a6200e18984 None] 192.168.0.8 - - [22/Jul/2014 14:03:46] "GET /v2.0/ports.json?device_id=b75c136e-b941-49d7-a748-7039718b6456 HTTP/1.1" 200 202 0.066539 > >2014-07-22 14:03:46.548 29190 INFO neutron.wsgi [req-449a2138-8d95-4cd3-a47a-5a6200e18984 None] (29190) accepted ('192.168.0.8', 39373) > >2014-07-22 14:03:46.556 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:03:46.564 29190 INFO neutron.wsgi [req-076a94ff-2b17-427b-a264-be7954875ab5 None] 192.168.0.8 - - [22/Jul/2014 14:03:46] "GET //v2.0/ports.json?tenant_id=b71810e8d8c24a58ad77409322eebe15 HTTP/1.1" 200 202 0.015283 > >2014-07-22 14:03:46.975 29190 INFO neutron.wsgi [req-076a94ff-2b17-427b-a264-be7954875ab5 None] (29190) accepted ('192.168.0.8', 39389) > >2014-07-22 14:03:46.979 29190 INFO neutron.wsgi [req-9f0794fb-d6aa-464b-b131-e3927120269c None] 192.168.0.8 - - [22/Jul/2014 14:03:46] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.003055 > >2014-07-22 14:03:49.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39442) > >2014-07-22 14:03:49.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42063) > >2014-07-22 14:03:49.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39463) > >2014-07-22 14:03:49.418 29190 INFO neutron.wsgi [req-eda5ba70-dfcf-4bdf-a1de-2ffc3dcf2e63 None] 192.168.0.8 - - [22/Jul/2014 14:03:49] "GET /v2.0/networks.json?id=9982501d-b181-473c-8e18-f40771f037a8 HTTP/1.1" 200 561 0.021604 > >2014-07-22 14:03:49.885 29190 INFO neutron.wsgi [req-eda5ba70-dfcf-4bdf-a1de-2ffc3dcf2e63 None] (29190) accepted ('192.168.0.8', 39467) > >2014-07-22 14:03:49.928 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 14:03:50.298 29190 INFO neutron.wsgi [req-eda5ba70-dfcf-4bdf-a1de-2ffc3dcf2e63 None] (29190) accepted ('192.168.0.6', 39037) > >2014-07-22 14:03:50.299 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 14:03:50.320 29190 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.0.95 >2014-07-22 14:03:50.470 29190 ERROR neutron.openstack.common.rpc.common [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] Failed to publish message to topic 'notifications.info': [Errno 32] Broken pipe >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in _publish >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common publisher = cls(self.conf, self.channel, topic, **kwargs) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 392, in __init__ >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common super(NotifyPublisher, self).__init__(conf, channel, topic, **kwargs) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 368, in __init__ >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common **options) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in __init__ >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self.reconnect(channel) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 395, in reconnect >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common super(NotifyPublisher, self).reconnect(channel) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in reconnect >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common routing_key=self.routing_key) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 83, in __init__ >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self.revive(self._channel) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 214, in revive >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self.declare() >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/messaging.py", line 100, in declare >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self.exchange.declare() >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/entity.py", line 163, in declare >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common nowait=nowait, passive=passive, >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/channel.py", line 595, in exchange_declare >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self._send_method((40, 10), args) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/abstract_channel.py", line 58, in _send_method >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common self.channel_id, method_sig, args, content, >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 224, in write_method >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common write_frame(1, channel, payload) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/transport.py", line 160, in write_frame >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common pack('>BHI%dsB' % size, frame_type, channel, size, payload, 0xce), >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 309, in sendall >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common tail = self.send(data, flags) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/eventlet/greenio.py", line 295, in send >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common total_sent += fd.send(data[total_sent:], flags) >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common error: [Errno 32] Broken pipe >2014-07-22 14:03:50.470 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:03:50.471 29190 INFO neutron.openstack.common.rpc.common [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:03:50.481 29190 INFO neutron.openstack.common.rpc.common [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:03:50.516 29190 INFO neutron.quota [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] Loaded quota_driver: <neutron.db.quota_db.DbQuotaDriver object at 0xedcc7d0>. >2014-07-22 14:03:50.845 29190 INFO neutron.wsgi [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] 192.168.0.8 - - [22/Jul/2014 14:03:50] "POST /v2.0/ports.json HTTP/1.1" 201 914 0.959110 > >2014-07-22 14:03:52.026 29190 INFO neutron.wsgi [req-5e9bfd85-c2d4-40f8-8550-8b845015a447 None] (29190) accepted ('192.168.0.8', 39509) > >2014-07-22 14:03:52.048 29190 INFO neutron.wsgi [req-1c4be386-e9ee-4907-b8fd-01d47e606b2c None] 192.168.0.8 - - [22/Jul/2014 14:03:52] "GET /v2.0/ports.json?device_id=b75c136e-b941-49d7-a748-7039718b6456 HTTP/1.1" 200 935 0.013794 > >2014-07-22 14:03:52.535 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.8', 39522) > >2014-07-22 14:03:52.588 29190 INFO neutron.wsgi [req-0b8462d4-36a5-4d27-a1dc-870bd51c7707 None] 192.168.0.8 - - [22/Jul/2014 14:03:52] "GET /v2.0/floatingips.json?fixed_ip_address=10.0.0.2&port_id=ff459604-bd0e-479c-9aa9-7fd92b651fda HTTP/1.1" 200 208 0.052434 > >2014-07-22 14:03:53.220 29190 INFO neutron.wsgi [req-0b8462d4-36a5-4d27-a1dc-870bd51c7707 None] (29190) accepted ('192.168.0.8', 39537) > >2014-07-22 14:03:53.251 29190 INFO neutron.wsgi [req-0b8462d4-36a5-4d27-a1dc-870bd51c7707 None] (29190) accepted ('192.168.0.7', 42127) > >2014-07-22 14:03:54.238 29190 INFO neutron.wsgi [req-ed830a0d-332a-46d3-9016-194f355e013a None] (29190) accepted ('192.168.0.6', 39101) > >2014-07-22 14:03:54.695 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39551) > >2014-07-22 14:03:54.717 29190 INFO neutron.wsgi [req-4a00a33d-20de-43d6-b548-da3f78cbb38e None] 192.168.0.8 - - [22/Jul/2014 14:03:54] "GET /v2.0/ports.json?device_id=b75c136e-b941-49d7-a748-7039718b6456 HTTP/1.1" 200 935 0.020451 > >2014-07-22 14:03:57.224 29190 INFO neutron.wsgi [req-4a00a33d-20de-43d6-b548-da3f78cbb38e None] (29190) accepted ('192.168.0.8', 39593) > >2014-07-22 14:03:57.253 29190 INFO neutron.wsgi [req-4a00a33d-20de-43d6-b548-da3f78cbb38e None] (29190) accepted ('192.168.0.7', 42182) > >2014-07-22 14:03:58.146 29190 INFO neutron.wsgi [req-4a00a33d-20de-43d6-b548-da3f78cbb38e None] (29190) accepted ('192.168.0.6', 39158) > >2014-07-22 14:03:58.592 29190 INFO neutron.wsgi [req-4a00a33d-20de-43d6-b548-da3f78cbb38e None] (29190) accepted ('192.168.0.8', 39613) > >2014-07-22 14:03:58.596 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] 192.168.0.8 - - [22/Jul/2014 14:03:58] "GET //v2.0/extensions.json HTTP/1.1" 200 3894 0.002822 > >2014-07-22 14:04:01.227 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] (29190) accepted ('192.168.0.8', 39660) > >2014-07-22 14:04:01.255 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] (29190) accepted ('192.168.0.7', 42240) > >2014-07-22 14:04:02.148 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] (29190) accepted ('192.168.0.6', 39215) > >2014-07-22 14:04:05.229 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] (29190) accepted ('192.168.0.8', 39713) > >2014-07-22 14:04:05.257 29190 INFO neutron.wsgi [req-49e7ee26-661c-4a79-8fad-ad4131210dce None] (29190) accepted ('192.168.0.7', 42293) > >2014-07-22 14:04:06.150 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39268) > >2014-07-22 14:04:09.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39767) > >2014-07-22 14:04:09.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42347) > >2014-07-22 14:04:10.152 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39327) > >2014-07-22 14:04:10.367 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39799) > >2014-07-22 14:04:10.375 29190 INFO neutron.wsgi [req-4a8b2aea-77c1-4479-8037-7f789b7def3f None] 192.168.0.8 - - [22/Jul/2014 14:04:10] "GET //v2.0/quotas/b71810e8d8c24a58ad77409322eebe15.json HTTP/1.1" 200 324 0.006697 > >2014-07-22 14:04:10.554 29190 INFO neutron.wsgi [req-4a8b2aea-77c1-4479-8037-7f789b7def3f None] (29190) accepted ('192.168.0.8', 39808) > >2014-07-22 14:04:10.569 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] 192.168.0.8 - - [22/Jul/2014 14:04:10] "GET /v2.0/ports.json?device_id=b75c136e-b941-49d7-a748-7039718b6456 HTTP/1.1" 200 202 0.013580 > >2014-07-22 14:04:13.236 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] (29190) accepted ('192.168.0.8', 39854) > >2014-07-22 14:04:13.261 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] (29190) accepted ('192.168.0.7', 42405) > >2014-07-22 14:04:14.155 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] (29190) accepted ('192.168.0.6', 39388) > >2014-07-22 14:04:17.044 29190 ERROR neutron.openstack.common.rpc.common [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] Failed to consume message from queue: Socket closed >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:04:17.044 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:04:17.045 29190 INFO neutron.openstack.common.rpc.common [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:04:17.058 29190 INFO neutron.openstack.common.rpc.common [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:04:17.237 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] (29190) accepted ('192.168.0.8', 39916) > >2014-07-22 14:04:17.262 29190 INFO neutron.wsgi [req-e30feda4-fdfc-40c5-b19c-c062a2952cfb None] (29190) accepted ('192.168.0.7', 42462) > >2014-07-22 14:04:18.158 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39441) > >2014-07-22 14:04:21.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 39969) > >2014-07-22 14:04:21.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42515) > >2014-07-22 14:04:22.161 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39496) > >2014-07-22 14:04:22.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:04:25.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40022) > >2014-07-22 14:04:25.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42569) > >2014-07-22 14:04:26.163 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39551) > >2014-07-22 14:04:29.244 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40076) > >2014-07-22 14:04:29.270 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42624) > >2014-07-22 14:04:30.166 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39604) > >2014-07-22 14:04:33.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40129) > >2014-07-22 14:04:33.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42683) > >2014-07-22 14:04:34.170 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39661) > >2014-07-22 14:04:35.325 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:04:37.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40183) > >2014-07-22 14:04:37.274 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42739) > >2014-07-22 14:04:38.172 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39716) > >2014-07-22 14:04:41.251 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40236) > >2014-07-22 14:04:41.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42792) > >2014-07-22 14:04:42.175 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39769) > >2014-07-22 14:04:45.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40289) > >2014-07-22 14:04:45.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42845) > >2014-07-22 14:04:46.177 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39825) > >2014-07-22 14:04:47.751 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:04:49.255 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40341) > >2014-07-22 14:04:49.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42900) > >2014-07-22 14:04:50.179 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39881) > >2014-07-22 14:04:52.328 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:04:53.258 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40396) > >2014-07-22 14:04:53.283 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 42955) > >2014-07-22 14:04:54.183 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39937) > >2014-07-22 14:04:57.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40449) > >2014-07-22 14:04:57.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43009) > >2014-07-22 14:04:58.186 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 39991) > >2014-07-22 14:05:01.262 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40502) > >2014-07-22 14:05:01.286 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43064) > >2014-07-22 14:05:02.188 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40047) > >2014-07-22 14:05:05.265 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40556) > >2014-07-22 14:05:05.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43118) > >2014-07-22 14:05:05.355 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:06.191 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40102) > >2014-07-22 14:05:09.267 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40610) > >2014-07-22 14:05:09.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43174) > >2014-07-22 14:05:10.193 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40155) > >2014-07-22 14:05:13.278 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40665) > >2014-07-22 14:05:13.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43229) > >2014-07-22 14:05:14.197 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40210) > >2014-07-22 14:05:17.280 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40717) > >2014-07-22 14:05:17.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43283) > >2014-07-22 14:05:17.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:18.200 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40265) > >2014-07-22 14:05:21.284 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40770) > >2014-07-22 14:05:21.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43338) > >2014-07-22 14:05:22.207 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40321) > >2014-07-22 14:05:22.340 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:25.289 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40825) > >2014-07-22 14:05:25.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43394) > >2014-07-22 14:05:26.210 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40384) > >2014-07-22 14:05:29.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40878) > >2014-07-22 14:05:29.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43448) > >2014-07-22 14:05:30.213 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40437) > >2014-07-22 14:05:33.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40931) > >2014-07-22 14:05:33.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43502) > >2014-07-22 14:05:34.217 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40497) > >2014-07-22 14:05:35.385 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:37.296 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 40984) > >2014-07-22 14:05:37.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43559) > >2014-07-22 14:05:38.220 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40552) > >2014-07-22 14:05:41.298 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41037) > >2014-07-22 14:05:41.322 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43612) > >2014-07-22 14:05:42.222 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40605) > >2014-07-22 14:05:45.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41090) > >2014-07-22 14:05:45.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43666) > >2014-07-22 14:05:46.226 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40662) > >2014-07-22 14:05:47.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:49.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41143) > >2014-07-22 14:05:49.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43724) > >2014-07-22 14:05:50.228 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40720) > >2014-07-22 14:05:52.330 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:05:53.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41196) > >2014-07-22 14:05:53.330 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43781) > >2014-07-22 14:05:54.232 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40775) > >2014-07-22 14:05:57.311 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41249) > >2014-07-22 14:05:57.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43838) > >2014-07-22 14:05:58.235 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40832) > >2014-07-22 14:06:01.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41302) > >2014-07-22 14:06:01.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43892) > >2014-07-22 14:06:02.238 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40888) > >2014-07-22 14:06:05.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41355) > >2014-07-22 14:06:05.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 43945) > >2014-07-22 14:06:05.402 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:06.241 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40943) > >2014-07-22 14:06:09.316 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41409) > >2014-07-22 14:06:09.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44001) > >2014-07-22 14:06:10.243 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 40996) > >2014-07-22 14:06:13.327 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41462) > >2014-07-22 14:06:13.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44054) > >2014-07-22 14:06:14.246 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41051) > >2014-07-22 14:06:17.060 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:06:17.060 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:06:17.061 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:06:17.079 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:06:17.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41516) > >2014-07-22 14:06:17.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44111) > >2014-07-22 14:06:17.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:18.248 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41106) > >2014-07-22 14:06:21.332 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41569) > >2014-07-22 14:06:21.350 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44165) > >2014-07-22 14:06:22.250 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41161) > >2014-07-22 14:06:22.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:25.335 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41622) > >2014-07-22 14:06:25.352 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44219) > >2014-07-22 14:06:26.252 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41216) > >2014-07-22 14:06:29.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41675) > >2014-07-22 14:06:29.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44274) > >2014-07-22 14:06:30.256 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41269) > >2014-07-22 14:06:33.339 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41728) > >2014-07-22 14:06:33.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44333) > >2014-07-22 14:06:34.260 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41326) > >2014-07-22 14:06:35.432 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:37.344 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41782) > >2014-07-22 14:06:37.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44388) > >2014-07-22 14:06:38.263 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41381) > >2014-07-22 14:06:41.346 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41835) > >2014-07-22 14:06:41.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44441) > >2014-07-22 14:06:42.264 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41434) > >2014-07-22 14:06:45.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41888) > >2014-07-22 14:06:45.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44494) > >2014-07-22 14:06:46.266 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41490) > >2014-07-22 14:06:47.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:49.354 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41941) > >2014-07-22 14:06:49.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44549) > >2014-07-22 14:06:50.268 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41548) > >2014-07-22 14:06:52.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:06:53.357 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 41996) > >2014-07-22 14:06:53.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44605) > >2014-07-22 14:06:54.271 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41602) > >2014-07-22 14:06:57.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42049) > >2014-07-22 14:06:57.379 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44659) > >2014-07-22 14:06:58.273 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41656) > >2014-07-22 14:07:01.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42102) > >2014-07-22 14:07:01.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44714) > >2014-07-22 14:07:02.277 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41712) > >2014-07-22 14:07:05.364 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42156) > >2014-07-22 14:07:05.383 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44768) > >2014-07-22 14:07:05.461 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:06.279 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41767) > >2014-07-22 14:07:09.366 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42210) > >2014-07-22 14:07:09.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44824) > >2014-07-22 14:07:10.281 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41820) > >2014-07-22 14:07:13.368 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42265) > >2014-07-22 14:07:13.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44879) > >2014-07-22 14:07:14.282 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41874) > >2014-07-22 14:07:17.372 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42318) > >2014-07-22 14:07:17.393 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44933) > >2014-07-22 14:07:17.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:18.285 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41929) > >2014-07-22 14:07:21.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42371) > >2014-07-22 14:07:21.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 44988) > >2014-07-22 14:07:22.288 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 41985) > >2014-07-22 14:07:22.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:25.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42424) > >2014-07-22 14:07:25.398 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45042) > >2014-07-22 14:07:26.290 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42040) > >2014-07-22 14:07:29.381 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42477) > >2014-07-22 14:07:29.402 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45097) > >2014-07-22 14:07:30.292 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42093) > >2014-07-22 14:07:33.385 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42530) > >2014-07-22 14:07:33.404 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45151) > >2014-07-22 14:07:34.295 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42151) > >2014-07-22 14:07:35.489 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:37.388 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42583) > >2014-07-22 14:07:37.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45209) > >2014-07-22 14:07:38.297 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42206) > >2014-07-22 14:07:41.392 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42636) > >2014-07-22 14:07:41.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45262) > >2014-07-22 14:07:42.300 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42259) > >2014-07-22 14:07:45.397 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42689) > >2014-07-22 14:07:45.412 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45316) > >2014-07-22 14:07:46.303 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42317) > >2014-07-22 14:07:47.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:49.401 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42742) > >2014-07-22 14:07:49.415 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45373) > >2014-07-22 14:07:50.305 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42374) > >2014-07-22 14:07:52.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:07:53.405 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42795) > >2014-07-22 14:07:53.418 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45431) > >2014-07-22 14:07:54.307 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42430) > >2014-07-22 14:07:57.408 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42848) > >2014-07-22 14:07:57.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45487) > >2014-07-22 14:07:58.309 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42487) > >2014-07-22 14:08:01.413 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42901) > >2014-07-22 14:08:01.441 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45542) > >2014-07-22 14:08:02.312 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42543) > >2014-07-22 14:08:05.417 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 42954) > >2014-07-22 14:08:05.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45595) > >2014-07-22 14:08:05.507 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:06.315 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42598) > >2014-07-22 14:08:09.419 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43008) > >2014-07-22 14:08:09.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45651) > >2014-07-22 14:08:10.317 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42651) > >2014-07-22 14:08:13.423 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43061) > >2014-07-22 14:08:13.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45704) > >2014-07-22 14:08:14.319 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42705) > >2014-07-22 14:08:17.082 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:08:17.082 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:08:17.083 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:08:17.095 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:08:17.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43115) > >2014-07-22 14:08:17.451 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45761) > >2014-07-22 14:08:17.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:18.321 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42760) > >2014-07-22 14:08:21.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43168) > >2014-07-22 14:08:21.453 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45815) > >2014-07-22 14:08:22.324 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42815) > >2014-07-22 14:08:22.335 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:25.436 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43222) > >2014-07-22 14:08:25.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45870) > >2014-07-22 14:08:26.326 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42870) > >2014-07-22 14:08:29.438 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43275) > >2014-07-22 14:08:29.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45924) > >2014-07-22 14:08:30.329 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42923) > >2014-07-22 14:08:33.443 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43328) > >2014-07-22 14:08:33.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 45983) > >2014-07-22 14:08:34.333 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 42980) > >2014-07-22 14:08:35.537 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:37.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43382) > >2014-07-22 14:08:37.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46039) > >2014-07-22 14:08:38.336 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43035) > >2014-07-22 14:08:41.449 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43435) > >2014-07-22 14:08:41.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46092) > >2014-07-22 14:08:42.338 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43088) > >2014-07-22 14:08:45.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43488) > >2014-07-22 14:08:45.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46145) > >2014-07-22 14:08:46.341 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43144) > >2014-07-22 14:08:47.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:49.456 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43541) > >2014-07-22 14:08:49.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46200) > >2014-07-22 14:08:50.345 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43200) > >2014-07-22 14:08:52.331 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:08:53.458 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43596) > >2014-07-22 14:08:53.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46256) > >2014-07-22 14:08:54.348 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43254) > >2014-07-22 14:08:57.461 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43649) > >2014-07-22 14:08:57.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46310) > >2014-07-22 14:08:58.351 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43308) > >2014-07-22 14:09:01.466 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43703) > >2014-07-22 14:09:01.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46364) > >2014-07-22 14:09:02.355 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43364) > >2014-07-22 14:09:05.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43756) > >2014-07-22 14:09:05.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46418) > >2014-07-22 14:09:05.562 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:06.358 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43419) > >2014-07-22 14:09:09.471 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43811) > >2014-07-22 14:09:09.496 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46475) > >2014-07-22 14:09:10.360 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43472) > >2014-07-22 14:09:13.472 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43866) > >2014-07-22 14:09:13.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46530) > >2014-07-22 14:09:14.363 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43527) > >2014-07-22 14:09:17.476 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43919) > >2014-07-22 14:09:17.500 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46584) > >2014-07-22 14:09:17.753 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:18.365 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43582) > >2014-07-22 14:09:21.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 43972) > >2014-07-22 14:09:21.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46639) > >2014-07-22 14:09:22.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:22.373 29190 INFO neutron.wsgi [req-679462b1-c60a-4f38-b2f4-146aba3eee27 None] (29190) accepted ('192.168.0.6', 43638) > >2014-07-22 14:09:25.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44025) > >2014-07-22 14:09:25.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46693) > >2014-07-22 14:09:26.370 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43693) > >2014-07-22 14:09:29.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44078) > >2014-07-22 14:09:29.508 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46747) > >2014-07-22 14:09:30.373 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43746) > >2014-07-22 14:09:33.491 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44131) > >2014-07-22 14:09:33.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46801) > >2014-07-22 14:09:34.376 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43805) > >2014-07-22 14:09:35.592 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:37.493 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44184) > >2014-07-22 14:09:37.514 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46859) > >2014-07-22 14:09:38.380 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43860) > >2014-07-22 14:09:41.495 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44237) > >2014-07-22 14:09:41.517 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46912) > >2014-07-22 14:09:42.384 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43913) > >2014-07-22 14:09:45.499 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44290) > >2014-07-22 14:09:45.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 46966) > >2014-07-22 14:09:46.386 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 43970) > >2014-07-22 14:09:47.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:49.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44343) > >2014-07-22 14:09:49.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47021) > >2014-07-22 14:09:50.389 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44026) > >2014-07-22 14:09:52.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:09:53.504 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44396) > >2014-07-22 14:09:53.525 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47081) > >2014-07-22 14:09:54.391 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44083) > >2014-07-22 14:09:57.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44449) > >2014-07-22 14:09:57.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47137) > >2014-07-22 14:09:58.394 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44139) > >2014-07-22 14:10:01.509 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44502) > >2014-07-22 14:10:01.528 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47192) > >2014-07-22 14:10:02.396 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44196) > >2014-07-22 14:10:05.512 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44555) > >2014-07-22 14:10:05.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47245) > >2014-07-22 14:10:05.607 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:06.399 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44251) > >2014-07-22 14:10:09.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44608) > >2014-07-22 14:10:09.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47300) > >2014-07-22 14:10:10.403 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44304) > >2014-07-22 14:10:13.518 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44662) > >2014-07-22 14:10:13.536 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47354) > >2014-07-22 14:10:14.406 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44359) > >2014-07-22 14:10:17.096 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:10:17.096 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:10:17.097 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:10:17.109 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:10:17.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44715) > >2014-07-22 14:10:17.539 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47410) > >2014-07-22 14:10:17.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:18.410 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44414) > >2014-07-22 14:10:21.523 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44769) > >2014-07-22 14:10:21.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47465) > >2014-07-22 14:10:22.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:22.414 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44469) > >2014-07-22 14:10:25.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44823) > >2014-07-22 14:10:25.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47520) > >2014-07-22 14:10:26.416 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44524) > >2014-07-22 14:10:29.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44876) > >2014-07-22 14:10:29.545 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47574) > >2014-07-22 14:10:30.420 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44577) > >2014-07-22 14:10:33.530 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44929) > >2014-07-22 14:10:33.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47628) > >2014-07-22 14:10:34.422 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44633) > >2014-07-22 14:10:35.636 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:37.532 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 44983) > >2014-07-22 14:10:37.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47689) > >2014-07-22 14:10:38.425 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44689) > >2014-07-22 14:10:41.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45036) > >2014-07-22 14:10:41.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47742) > >2014-07-22 14:10:42.428 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44742) > >2014-07-22 14:10:45.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45088) > >2014-07-22 14:10:45.565 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47795) > >2014-07-22 14:10:46.431 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44798) > >2014-07-22 14:10:47.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:49.546 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45141) > >2014-07-22 14:10:49.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47850) > >2014-07-22 14:10:50.434 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44854) > >2014-07-22 14:10:52.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:10:53.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45196) > >2014-07-22 14:10:53.571 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47906) > >2014-07-22 14:10:54.437 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44908) > >2014-07-22 14:10:57.549 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45249) > >2014-07-22 14:10:57.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 47960) > >2014-07-22 14:10:58.440 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 44962) > >2014-07-22 14:11:01.551 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45302) > >2014-07-22 14:11:01.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48014) > >2014-07-22 14:11:02.444 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45018) > >2014-07-22 14:11:05.554 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45355) > >2014-07-22 14:11:05.577 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48067) > >2014-07-22 14:11:05.661 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:06.446 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45073) > >2014-07-22 14:11:09.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45410) > >2014-07-22 14:11:09.579 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48124) > >2014-07-22 14:11:10.448 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45126) > >2014-07-22 14:11:13.559 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45465) > >2014-07-22 14:11:13.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48179) > >2014-07-22 14:11:14.452 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45181) > >2014-07-22 14:11:17.562 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45518) > >2014-07-22 14:11:17.584 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48233) > >2014-07-22 14:11:17.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:18.454 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45236) > >2014-07-22 14:11:21.564 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45571) > >2014-07-22 14:11:21.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48288) > >2014-07-22 14:11:22.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:22.457 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45292) > >2014-07-22 14:11:25.567 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45624) > >2014-07-22 14:11:25.590 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48342) > >2014-07-22 14:11:26.459 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45347) > >2014-07-22 14:11:29.570 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45676) > >2014-07-22 14:11:29.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48396) > >2014-07-22 14:11:30.462 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45400) > >2014-07-22 14:11:33.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45729) > >2014-07-22 14:11:33.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48450) > >2014-07-22 14:11:34.465 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45459) > >2014-07-22 14:11:35.689 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:37.575 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45782) > >2014-07-22 14:11:37.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48508) > >2014-07-22 14:11:38.467 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45514) > >2014-07-22 14:11:41.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45835) > >2014-07-22 14:11:41.601 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48561) > >2014-07-22 14:11:42.470 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45567) > >2014-07-22 14:11:45.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45888) > >2014-07-22 14:11:45.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48615) > >2014-07-22 14:11:46.474 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45624) > >2014-07-22 14:11:47.754 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:49.582 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45941) > >2014-07-22 14:11:49.604 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48670) > >2014-07-22 14:11:50.477 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45680) > >2014-07-22 14:11:52.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:11:53.585 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 45994) > >2014-07-22 14:11:53.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48729) > >2014-07-22 14:11:54.479 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45737) > >2014-07-22 14:11:57.588 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46047) > >2014-07-22 14:11:57.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48786) > >2014-07-22 14:11:58.482 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45793) > >2014-07-22 14:12:01.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46100) > >2014-07-22 14:12:01.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48841) > >2014-07-22 14:12:02.485 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45850) > >2014-07-22 14:12:05.593 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46153) > >2014-07-22 14:12:05.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48893) > >2014-07-22 14:12:05.705 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:06.488 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45905) > >2014-07-22 14:12:09.596 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46205) > >2014-07-22 14:12:09.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 48947) > >2014-07-22 14:12:10.490 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 45958) > >2014-07-22 14:12:13.599 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46259) > >2014-07-22 14:12:13.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49001) > >2014-07-22 14:12:14.494 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46013) > >2014-07-22 14:12:17.111 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:12:17.111 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:12:17.111 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:12:17.123 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:12:17.603 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46312) > >2014-07-22 14:12:17.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49057) > >2014-07-22 14:12:17.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:18.497 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46068) > >2014-07-22 14:12:21.605 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46366) > >2014-07-22 14:12:21.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49112) > >2014-07-22 14:12:22.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:22.498 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46123) > >2014-07-22 14:12:25.608 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46420) > >2014-07-22 14:12:25.630 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49167) > >2014-07-22 14:12:26.501 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46178) > >2014-07-22 14:12:29.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46473) > >2014-07-22 14:12:29.634 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49221) > >2014-07-22 14:12:30.503 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46231) > >2014-07-22 14:12:33.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46526) > >2014-07-22 14:12:33.636 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49275) > >2014-07-22 14:12:34.505 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46287) > >2014-07-22 14:12:35.734 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:37.616 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46579) > >2014-07-22 14:12:37.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49335) > >2014-07-22 14:12:38.507 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46343) > >2014-07-22 14:12:41.619 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46633) > >2014-07-22 14:12:41.642 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49389) > >2014-07-22 14:12:42.510 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46395) > >2014-07-22 14:12:45.620 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46686) > >2014-07-22 14:12:45.644 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49442) > >2014-07-22 14:12:46.513 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46451) > >2014-07-22 14:12:47.760 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:49.622 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46739) > >2014-07-22 14:12:49.645 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49497) > >2014-07-22 14:12:50.516 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46507) > >2014-07-22 14:12:52.345 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:12:53.625 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46794) > >2014-07-22 14:12:53.648 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49553) > >2014-07-22 14:12:54.519 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46561) > >2014-07-22 14:12:57.626 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46847) > >2014-07-22 14:12:57.650 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49607) > >2014-07-22 14:12:58.522 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46615) > >2014-07-22 14:13:01.628 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46900) > >2014-07-22 14:13:01.652 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49661) > >2014-07-22 14:13:02.524 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46671) > >2014-07-22 14:13:05.633 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 46953) > >2014-07-22 14:13:05.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49715) > >2014-07-22 14:13:05.763 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:06.527 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46726) > >2014-07-22 14:13:09.635 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47008) > >2014-07-22 14:13:09.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49772) > >2014-07-22 14:13:10.529 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46779) > >2014-07-22 14:13:13.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47063) > >2014-07-22 14:13:13.660 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49827) > >2014-07-22 14:13:14.531 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46834) > >2014-07-22 14:13:17.639 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47116) > >2014-07-22 14:13:17.662 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49881) > >2014-07-22 14:13:17.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:18.534 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46889) > >2014-07-22 14:13:21.641 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47169) > >2014-07-22 14:13:21.666 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49936) > >2014-07-22 14:13:22.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:22.535 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 46946) > >2014-07-22 14:13:25.643 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47222) > >2014-07-22 14:13:25.669 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 49990) > >2014-07-22 14:13:26.540 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47000) > >2014-07-22 14:13:29.646 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47275) > >2014-07-22 14:13:29.672 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50044) > >2014-07-22 14:13:30.542 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47053) > >2014-07-22 14:13:33.649 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47328) > >2014-07-22 14:13:33.674 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50098) > >2014-07-22 14:13:34.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47112) > >2014-07-22 14:13:35.793 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:37.651 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47381) > >2014-07-22 14:13:37.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50156) > >2014-07-22 14:13:38.547 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47167) > >2014-07-22 14:13:41.655 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47434) > >2014-07-22 14:13:41.681 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50209) > >2014-07-22 14:13:42.550 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47220) > >2014-07-22 14:13:45.659 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47487) > >2014-07-22 14:13:45.684 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50263) > >2014-07-22 14:13:46.553 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47277) > >2014-07-22 14:13:47.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:49.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47540) > >2014-07-22 14:13:49.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50318) > >2014-07-22 14:13:50.555 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47333) > >2014-07-22 14:13:52.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:13:53.668 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47593) > >2014-07-22 14:13:53.691 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50376) > >2014-07-22 14:13:54.557 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47390) > >2014-07-22 14:13:57.673 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47646) > >2014-07-22 14:13:57.693 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50434) > >2014-07-22 14:13:58.561 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47446) > >2014-07-22 14:14:01.675 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47699) > >2014-07-22 14:14:01.696 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50489) > >2014-07-22 14:14:02.563 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47503) > >2014-07-22 14:14:05.679 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47752) > >2014-07-22 14:14:05.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50542) > >2014-07-22 14:14:05.808 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:06.566 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47558) > >2014-07-22 14:14:09.683 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47805) > >2014-07-22 14:14:09.702 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50597) > >2014-07-22 14:14:10.569 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47611) > >2014-07-22 14:14:13.687 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47859) > >2014-07-22 14:14:13.703 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50651) > >2014-07-22 14:14:14.572 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47666) > >2014-07-22 14:14:17.125 29190 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:14:17.125 29190 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:14:17.125 29190 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:14:17.137 29190 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:14:17.690 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47912) > >2014-07-22 14:14:17.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50707) > >2014-07-22 14:14:17.755 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:18.573 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47721) > >2014-07-22 14:14:21.698 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 47966) > >2014-07-22 14:14:21.715 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50762) > >2014-07-22 14:14:22.332 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:22.574 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47777) > >2014-07-22 14:14:25.700 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48020) > >2014-07-22 14:14:25.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50817) > >2014-07-22 14:14:26.576 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47830) > >2014-07-22 14:14:29.704 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48073) > >2014-07-22 14:14:29.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50871) > >2014-07-22 14:14:30.578 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47883) > >2014-07-22 14:14:33.707 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48126) > >2014-07-22 14:14:33.724 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50925) > >2014-07-22 14:14:34.581 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47939) > >2014-07-22 14:14:35.837 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:37.712 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48179) > >2014-07-22 14:14:37.727 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 50985) > >2014-07-22 14:14:38.583 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 47995) > >2014-07-22 14:14:41.716 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48233) > >2014-07-22 14:14:41.741 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51039) > >2014-07-22 14:14:42.586 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48048) > >2014-07-22 14:14:45.717 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48286) > >2014-07-22 14:14:45.745 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51092) > >2014-07-22 14:14:46.589 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48104) > >2014-07-22 14:14:47.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:49.720 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48339) > >2014-07-22 14:14:49.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51147) > >2014-07-22 14:14:50.591 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48160) > >2014-07-22 14:14:52.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:14:53.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48393) > >2014-07-22 14:14:53.748 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51202) > >2014-07-22 14:14:54.592 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48215) > >2014-07-22 14:14:57.725 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48447) > >2014-07-22 14:14:57.751 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51257) > >2014-07-22 14:14:58.594 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48269) > >2014-07-22 14:15:01.729 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48500) > >2014-07-22 14:15:01.752 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51311) > >2014-07-22 14:15:02.597 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48326) > >2014-07-22 14:15:05.732 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48553) > >2014-07-22 14:15:05.756 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51365) > >2014-07-22 14:15:05.879 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:06.606 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48382) > >2014-07-22 14:15:09.735 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48608) > >2014-07-22 14:15:09.757 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51422) > >2014-07-22 14:15:10.609 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48436) > >2014-07-22 14:15:13.739 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48663) > >2014-07-22 14:15:13.760 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51476) > >2014-07-22 14:15:14.611 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48494) > >2014-07-22 14:15:17.742 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48716) > >2014-07-22 14:15:17.756 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:17.762 29190 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (29190) accepted ('192.168.0.7', 51529) > >2014-07-22 14:15:18.614 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48548) > >2014-07-22 14:15:21.746 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48769) > >2014-07-22 14:15:21.766 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51584) > >2014-07-22 14:15:22.333 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:22.615 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48605) > >2014-07-22 14:15:25.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48823) > >2014-07-22 14:15:25.768 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51638) > >2014-07-22 14:15:26.618 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48659) > >2014-07-22 14:15:29.773 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48876) > >2014-07-22 14:15:29.789 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51692) > >2014-07-22 14:15:30.621 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48711) > >2014-07-22 14:15:33.775 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48931) > >2014-07-22 14:15:33.792 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51744) > >2014-07-22 14:15:34.627 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48770) > >2014-07-22 14:15:35.896 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:37.778 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 48984) > >2014-07-22 14:15:37.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51802) > >2014-07-22 14:15:38.637 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48825) > >2014-07-22 14:15:41.781 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49037) > >2014-07-22 14:15:41.795 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51855) > >2014-07-22 14:15:42.663 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48877) > >2014-07-22 14:15:45.793 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49089) > >2014-07-22 14:15:45.798 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51907) > >2014-07-22 14:15:46.677 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48933) > >2014-07-22 14:15:47.757 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:49.802 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49142) > >2014-07-22 14:15:49.815 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 51963) > >2014-07-22 14:15:50.791 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 48989) > >2014-07-22 14:15:52.334 29190 WARNING neutron.openstack.common.db.sqlalchemy.session [-] Database server has gone away: (2006, 'MySQL server has gone away') >2014-07-22 14:15:53.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49193) > >2014-07-22 14:15:53.816 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52019) > >2014-07-22 14:15:54.682 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49043) > >2014-07-22 14:15:57.820 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52075) > >2014-07-22 14:15:57.829 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49245) > >2014-07-22 14:15:58.723 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49099) > >2014-07-22 14:16:01.824 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.7', 52127) > >2014-07-22 14:16:01.860 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.8', 49297) > >2014-07-22 14:16:05.544 29190 INFO neutron.wsgi [-] (29190) accepted ('192.168.0.6', 49152) > >2014-07-22 14:16:45.028 3419 INFO neutron.common.config [-] Logging enabled! >2014-07-22 14:16:45.034 3419 INFO neutron.common.config [-] Config paste file: /usr/share/neutron/api-paste.ini >2014-07-22 14:16:53.041 3419 INFO neutron.manager [-] Loading core plugin: neutron.plugins.ml2.plugin.Ml2Plugin >2014-07-22 14:16:55.819 3419 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'gre', 'vxlan'] >2014-07-22 14:16:55.863 3419 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed >2014-07-22 14:16:55.993 3419 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet-external': []} >2014-07-22 14:16:56.090 3419 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete >2014-07-22 14:16:56.186 3419 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-22 14:16:56.187 3419 INFO neutron.plugins.ml2.managers [-] Registered types: ['flat', 'vlan', 'local', 'gre', 'vxlan'] >2014-07-22 14:16:56.187 3419 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] >2014-07-22 14:16:56.187 3419 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] >2014-07-22 14:16:56.576 3419 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] >2014-07-22 14:16:56.577 3419 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] >2014-07-22 14:16:56.811 3419 WARNING neutron.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-07-22 14:16:58.046 3419 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' >2014-07-22 14:16:58.046 3419 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete >2014-07-22 14:16:58.047 3419 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vlan' >2014-07-22 14:16:58.088 3419 INFO neutron.plugins.ml2.drivers.type_vlan [-] VlanTypeDriver initialization complete >2014-07-22 14:16:58.089 3419 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'local' >2014-07-22 14:16:58.089 3419 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' >2014-07-22 14:16:58.089 3419 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(10, 100000)] >2014-07-22 14:17:04.008 3419 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'vxlan' >2014-07-22 14:17:04.008 3419 INFO neutron.plugins.ml2.drivers.type_tunnel [-] vxlan ID ranges: [(10, 100)] >2014-07-22 14:17:04.014 3419 INFO neutron.plugins.ml2.managers [-] Initializing mechanism driver 'openvswitch' >2014-07-22 14:17:04.015 3419 INFO neutron.plugins.ml2.managers [-] Initializing mechanism driver 'l2population' >2014-07-22 14:17:04.191 3419 INFO neutron.plugins.ml2.plugin [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Modular L2 Plugin initialization complete >2014-07-22 14:17:04.192 3419 WARNING neutron.agent.securitygroups_rpc [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Driver configuration don't match with enable_security_group >2014-07-22 14:17:04.193 3419 INFO neutron.manager [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading Plugin: neutron.services.l3_router.l3_router_plugin.L3RouterPlugin >2014-07-22 14:17:04.813 3419 INFO neutron.openstack.common.rpc.common [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:17:04.858 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Initializing extension manager. >2014-07-22 14:17:04.859 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: __init__.py >2014-07-22 14:17:04.859 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: __init__.pyc >2014-07-22 14:17:04.859 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: __init__.pyo >2014-07-22 14:17:04.860 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: agent.py >2014-07-22 14:17:04.861 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: agent >2014-07-22 14:17:04.862 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: agent.pyc >2014-07-22 14:17:04.862 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: agent.pyo >2014-07-22 14:17:04.862 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: allowedaddresspairs.py >2014-07-22 14:17:04.864 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: allowed-address-pairs >2014-07-22 14:17:04.864 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: allowedaddresspairs.pyc >2014-07-22 14:17:04.865 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: allowedaddresspairs.pyo >2014-07-22 14:17:04.865 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: dhcpagentscheduler.py >2014-07-22 14:17:04.866 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: dhcp_agent_scheduler >2014-07-22 14:17:04.867 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: dhcpagentscheduler.pyc >2014-07-22 14:17:04.871 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: dhcpagentscheduler.pyo >2014-07-22 14:17:04.871 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: external_net.py >2014-07-22 14:17:04.873 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: external-net >2014-07-22 14:17:04.873 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: external_net.pyc >2014-07-22 14:17:04.873 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: external_net.pyo >2014-07-22 14:17:04.874 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extra_dhcp_opt.py >2014-07-22 14:17:04.875 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: extra_dhcp_opt >2014-07-22 14:17:04.875 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extra_dhcp_opt.pyc >2014-07-22 14:17:04.876 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extra_dhcp_opt.pyo >2014-07-22 14:17:04.876 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extraroute.py >2014-07-22 14:17:04.877 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: extraroute >2014-07-22 14:17:04.878 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extraroute.pyc >2014-07-22 14:17:04.878 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: extraroute.pyo >2014-07-22 14:17:04.878 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: firewall.py >2014-07-22 14:17:05.012 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension fwaas not supported by any of loaded plugins >2014-07-22 14:17:05.012 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: firewall.pyc >2014-07-22 14:17:05.012 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: firewall.pyo >2014-07-22 14:17:05.013 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: flavor.py >2014-07-22 14:17:05.051 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension flavor not supported by any of loaded plugins >2014-07-22 14:17:05.052 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: flavor.pyc >2014-07-22 14:17:05.052 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: flavor.pyo >2014-07-22 14:17:05.052 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3.py >2014-07-22 14:17:05.055 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: router >2014-07-22 14:17:05.055 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3.pyc >2014-07-22 14:17:05.056 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3.pyo >2014-07-22 14:17:05.056 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3_ext_gw_mode.py >2014-07-22 14:17:05.068 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: ext-gw-mode >2014-07-22 14:17:05.068 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3_ext_gw_mode.pyc >2014-07-22 14:17:05.069 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3_ext_gw_mode.pyo >2014-07-22 14:17:05.069 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3agentscheduler.py >2014-07-22 14:17:05.071 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: l3_agent_scheduler >2014-07-22 14:17:05.071 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3agentscheduler.pyc >2014-07-22 14:17:05.071 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: l3agentscheduler.pyo >2014-07-22 14:17:05.072 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: lbaas_agentscheduler.py >2014-07-22 14:17:05.115 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension lbaas_agent_scheduler not supported by any of loaded plugins >2014-07-22 14:17:05.116 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: lbaas_agentscheduler.pyc >2014-07-22 14:17:05.116 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: lbaas_agentscheduler.pyo >2014-07-22 14:17:05.116 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: loadbalancer.py >2014-07-22 14:17:05.120 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension lbaas not supported by any of loaded plugins >2014-07-22 14:17:05.121 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: loadbalancer.pyc >2014-07-22 14:17:05.121 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: loadbalancer.pyo >2014-07-22 14:17:05.121 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: metering.py >2014-07-22 14:17:05.138 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension metering not supported by any of loaded plugins >2014-07-22 14:17:05.138 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: metering.pyc >2014-07-22 14:17:05.138 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: metering.pyo >2014-07-22 14:17:05.139 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: multiprovidernet.py >2014-07-22 14:17:05.140 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: multi-provider >2014-07-22 14:17:05.140 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: multiprovidernet.pyc >2014-07-22 14:17:05.141 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: multiprovidernet.pyo >2014-07-22 14:17:05.141 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portbindings.py >2014-07-22 14:17:05.142 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: binding >2014-07-22 14:17:05.142 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portbindings.pyc >2014-07-22 14:17:05.143 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portbindings.pyo >2014-07-22 14:17:05.143 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portsecurity.py >2014-07-22 14:17:05.162 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension port-security not supported by any of loaded plugins >2014-07-22 14:17:05.163 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portsecurity.pyc >2014-07-22 14:17:05.163 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: portsecurity.pyo >2014-07-22 14:17:05.163 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: providernet.py >2014-07-22 14:17:05.164 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: provider >2014-07-22 14:17:05.165 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: providernet.pyc >2014-07-22 14:17:05.165 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: providernet.pyo >2014-07-22 14:17:05.165 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: quotasv2.py >2014-07-22 14:17:05.188 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: quotas >2014-07-22 14:17:05.189 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: quotasv2.pyc >2014-07-22 14:17:05.189 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: quotasv2.pyo >2014-07-22 14:17:05.189 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routedserviceinsertion.py >2014-07-22 14:17:05.228 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension routed-service-insertion not supported by any of loaded plugins >2014-07-22 14:17:05.229 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routedserviceinsertion.pyc >2014-07-22 14:17:05.229 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routedserviceinsertion.pyo >2014-07-22 14:17:05.229 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routerservicetype.py >2014-07-22 14:17:05.241 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension router-service-type not supported by any of loaded plugins >2014-07-22 14:17:05.242 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routerservicetype.pyc >2014-07-22 14:17:05.242 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: routerservicetype.pyo >2014-07-22 14:17:05.242 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: securitygroup.py >2014-07-22 14:17:05.246 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loaded extension: security-group >2014-07-22 14:17:05.247 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: securitygroup.pyc >2014-07-22 14:17:05.247 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: securitygroup.pyo >2014-07-22 14:17:05.247 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: servicetype.py >2014-07-22 14:17:05.262 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension service-type not supported by any of loaded plugins >2014-07-22 14:17:05.263 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: servicetype.pyc >2014-07-22 14:17:05.263 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: servicetype.pyo >2014-07-22 14:17:05.263 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: vpnaas.py >2014-07-22 14:17:05.294 3419 WARNING neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension vpnaas not supported by any of loaded plugins >2014-07-22 14:17:05.295 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: vpnaas.pyc >2014-07-22 14:17:05.295 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Loading extension file: vpnaas.pyo >2014-07-22 14:17:05.296 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension 'agent' provides no backward compatibility map for extended attributes >2014-07-22 14:17:05.296 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension 'Allowed Address Pairs' provides no backward compatibility map for extended attributes >2014-07-22 14:17:05.297 3419 INFO neutron.api.extensions [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Extension 'Neutron Extra Route' provides no backward compatibility map for extended attributes >2014-07-22 14:17:05.319 3419 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware >2014-07-22 14:17:05.319 3419 WARNING keystoneclient.middleware.auth_token [-] Configuring admin URI using auth fragments. This is deprecated, use 'identity_uri' instead. >2014-07-22 14:17:05.320 3419 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-gYNJPt as cache directory for signing certificate >2014-07-22 14:17:05.523 3419 INFO neutron.service [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Neutron service started, listening on 192.168.0.7:9696 >2014-07-22 14:17:05.529 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) wsgi starting up on http://192.168.0.7:9696/ > >2014-07-22 14:17:05.538 3419 INFO neutron.openstack.common.rpc.common [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:17:05.749 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.6', 49984) > >2014-07-22 14:17:05.973 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.8', 50344) > >2014-07-22 14:17:06.637 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.7', 52954) > >2014-07-22 14:17:09.769 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.6', 50051) > >2014-07-22 14:17:09.978 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.8', 50409) > >2014-07-22 14:17:10.638 3419 INFO neutron.wsgi [req-f9774cf6-c955-4ff3-8a2b-9ffd4cf5a2be None] (3419) accepted ('192.168.0.7', 53015) > >2014-07-22 14:17:13.773 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50117) > >2014-07-22 14:17:14.004 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50476) > >2014-07-22 14:17:14.641 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53082) > >2014-07-22 14:17:17.781 3419 INFO neutron.wsgi [req-cde1e9a5-db8a-4b17-a9b1-56ee80cf138a None] (3419) accepted ('192.168.0.6', 50180) > >2014-07-22 14:17:18.010 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50553) > >2014-07-22 14:17:18.644 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53147) > >2014-07-22 14:17:21.779 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50240) > >2014-07-22 14:17:22.012 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50618) > >2014-07-22 14:17:22.646 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53209) > >2014-07-22 14:17:25.780 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50310) > >2014-07-22 14:17:26.016 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50690) > >2014-07-22 14:17:26.648 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53271) > >2014-07-22 14:17:29.788 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50382) > >2014-07-22 14:17:30.017 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50767) > >2014-07-22 14:17:30.652 3419 INFO neutron.wsgi [req-35554bf1-e202-441a-973c-b9fb9157cdf8 None] (3419) accepted ('192.168.0.7', 53331) > >2014-07-22 14:17:33.802 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50453) > >2014-07-22 14:17:34.026 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50841) > >2014-07-22 14:17:34.652 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53392) > >2014-07-22 14:17:37.805 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50523) > >2014-07-22 14:17:38.040 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 50916) > >2014-07-22 14:17:38.655 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53456) > >2014-07-22 14:17:41.807 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50598) > >2014-07-22 14:17:42.042 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51000) > >2014-07-22 14:17:42.657 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53518) > >2014-07-22 14:17:45.818 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50675) > >2014-07-22 14:17:46.054 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51086) > >2014-07-22 14:17:46.658 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53582) > >2014-07-22 14:17:49.844 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50748) > >2014-07-22 14:17:50.059 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51164) > >2014-07-22 14:17:50.660 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53645) > >2014-07-22 14:17:53.869 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50815) > >2014-07-22 14:17:54.068 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51234) > >2014-07-22 14:17:54.663 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53707) > >2014-07-22 14:17:57.876 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50879) > >2014-07-22 14:17:58.068 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51302) > >2014-07-22 14:17:58.666 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53773) > >2014-07-22 14:18:01.900 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 50940) > >2014-07-22 14:18:02.076 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51373) > >2014-07-22 14:18:02.668 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53833) > >2014-07-22 14:18:05.904 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51007) > >2014-07-22 14:18:06.080 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51438) > >2014-07-22 14:18:06.669 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53895) > >2014-07-22 14:18:09.907 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51066) > >2014-07-22 14:18:10.086 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51501) > >2014-07-22 14:18:10.672 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 53954) > >2014-07-22 14:18:13.913 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51128) > >2014-07-22 14:18:14.109 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51565) > >2014-07-22 14:18:14.675 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54015) > >2014-07-22 14:18:17.917 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51190) > >2014-07-22 14:18:18.093 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51627) > >2014-07-22 14:18:18.676 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54075) > >2014-07-22 14:18:22.097 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51689) > >2014-07-22 14:18:22.231 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51246) > >2014-07-22 14:18:22.679 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54134) > >2014-07-22 14:18:26.655 3419 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (3419) accepted ('192.168.0.8', 51752) > >2014-07-22 14:18:26.682 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54197) > >2014-07-22 14:18:28.179 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51305) > >2014-07-22 14:18:30.103 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51815) > >2014-07-22 14:18:30.707 3419 INFO neutron.wsgi [req-2f633aa6-50ef-4b22-8146-f065ea310776 None] (3419) accepted ('192.168.0.7', 54257) > >2014-07-22 14:18:32.283 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51364) > >2014-07-22 14:18:34.105 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51877) > >2014-07-22 14:18:34.686 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54316) > >2014-07-22 14:18:36.386 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51425) > >2014-07-22 14:18:38.107 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 51938) > >2014-07-22 14:18:38.686 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54382) > >2014-07-22 14:18:41.249 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51488) > >2014-07-22 14:18:42.110 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52010) > >2014-07-22 14:18:42.689 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54457) > >2014-07-22 14:18:45.251 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51551) > >2014-07-22 14:18:46.112 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52073) > >2014-07-22 14:18:46.691 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54518) > >2014-07-22 14:18:49.263 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51610) > >2014-07-22 14:18:50.114 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52137) > >2014-07-22 14:18:50.694 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54579) > >2014-07-22 14:18:53.270 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51670) > >2014-07-22 14:18:54.118 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52199) > >2014-07-22 14:18:54.695 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54640) > >2014-07-22 14:18:57.277 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51734) > >2014-07-22 14:18:58.121 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52265) > >2014-07-22 14:18:58.701 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54709) > >2014-07-22 14:19:01.284 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51797) > >2014-07-22 14:19:02.125 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52328) > >2014-07-22 14:19:02.703 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54769) > >2014-07-22 14:19:05.297 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51857) > >2014-07-22 14:19:05.535 3419 ERROR neutron.openstack.common.rpc.common [-] Failed to consume message from queue: Socket closed >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common Traceback (most recent call last): >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in ensure >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common return method(*args, **kwargs) >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/neutron/openstack/common/rpc/impl_kombu.py", line 659, in _consume >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common return self.connection.drain_events(timeout=timeout) >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 281, in drain_events >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common return self.transport.drain_events(self.connection, **kwargs) >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 94, in drain_events >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common return connection.drain_events(**kwargs) >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 266, in drain_events >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common chanmap, None, timeout=timeout, >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 328, in _wait_multiple >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common channel, method_sig, args, content = read_timeout(timeout) >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 292, in read_timeout >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common return self.method_reader.read_method() >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common File "/usr/lib/python2.7/site-packages/amqp/method_framing.py", line 192, in read_method >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common raise m >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common IOError: Socket closed >2014-07-22 14:19:05.535 3419 TRACE neutron.openstack.common.rpc.common >2014-07-22 14:19:05.537 3419 INFO neutron.openstack.common.rpc.common [-] Reconnecting to AMQP server on 192.168.0.99:5672 >2014-07-22 14:19:05.600 3419 INFO neutron.openstack.common.rpc.common [-] Connected to AMQP server on 192.168.0.99:5672 >2014-07-22 14:19:06.129 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52391) > >2014-07-22 14:19:06.705 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54832) > >2014-07-22 14:19:09.299 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51918) > >2014-07-22 14:19:10.131 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52455) > >2014-07-22 14:19:10.708 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54893) > >2014-07-22 14:19:13.304 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 51978) > >2014-07-22 14:19:14.136 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52519) > >2014-07-22 14:19:14.710 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 54954) > >2014-07-22 14:19:17.311 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52038) > >2014-07-22 14:19:18.138 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52582) > >2014-07-22 14:19:18.739 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55015) > >2014-07-22 14:19:21.307 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52098) > >2014-07-22 14:19:22.142 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52647) > >2014-07-22 14:19:22.720 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55084) > >2014-07-22 14:19:25.309 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52158) > >2014-07-22 14:19:26.146 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52710) > >2014-07-22 14:19:26.723 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55144) > >2014-07-22 14:19:29.312 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52217) > >2014-07-22 14:19:30.150 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52772) > >2014-07-22 14:19:30.725 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55203) > >2014-07-22 14:19:33.315 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52276) > >2014-07-22 14:19:34.152 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52834) > >2014-07-22 14:19:34.727 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55262) > >2014-07-22 14:19:37.318 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52335) > >2014-07-22 14:19:38.156 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52896) > >2014-07-22 14:19:38.730 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55322) > >2014-07-22 14:19:41.322 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52395) > >2014-07-22 14:19:42.160 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 52958) > >2014-07-22 14:19:42.732 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55382) > >2014-07-22 14:19:45.324 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52454) > >2014-07-22 14:19:46.163 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53022) > >2014-07-22 14:19:46.734 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55442) > >2014-07-22 14:19:49.327 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52513) > >2014-07-22 14:19:50.167 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53084) > >2014-07-22 14:19:50.734 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55502) > >2014-07-22 14:19:53.334 3419 INFO neutron.wsgi [req-809aac76-b3bd-4fef-926f-44474c40247e None] (3419) accepted ('192.168.0.6', 52572) > >2014-07-22 14:19:54.170 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53147) > >2014-07-22 14:19:54.738 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55562) > >2014-07-22 14:19:57.333 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52631) > >2014-07-22 14:19:58.172 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53210) > >2014-07-22 14:19:58.740 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55622) > >2014-07-22 14:20:01.337 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52690) > >2014-07-22 14:20:02.176 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53271) > >2014-07-22 14:20:02.742 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55681) > >2014-07-22 14:20:05.340 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52749) > >2014-07-22 14:20:06.179 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53333) > >2014-07-22 14:20:06.744 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55741) > >2014-07-22 14:20:09.343 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52808) > >2014-07-22 14:20:10.181 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53396) > >2014-07-22 14:20:10.744 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55800) > >2014-07-22 14:20:13.346 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52867) > >2014-07-22 14:20:14.183 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53459) > >2014-07-22 14:20:14.748 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55860) > >2014-07-22 14:20:17.349 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52926) > >2014-07-22 14:20:18.185 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53521) > >2014-07-22 14:20:18.755 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55920) > >2014-07-22 14:20:21.353 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 52985) > >2014-07-22 14:20:22.187 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53584) > >2014-07-22 14:20:22.757 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 55980) > >2014-07-22 14:20:25.357 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53044) > >2014-07-22 14:20:26.191 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53648) > >2014-07-22 14:20:26.759 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56040) > >2014-07-22 14:20:29.358 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53103) > >2014-07-22 14:20:30.193 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53710) > >2014-07-22 14:20:30.762 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56099) > >2014-07-22 14:20:33.361 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53162) > >2014-07-22 14:20:34.196 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53772) > >2014-07-22 14:20:34.765 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56158) > >2014-07-22 14:20:37.363 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53223) > >2014-07-22 14:20:38.199 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53835) > >2014-07-22 14:20:38.774 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56222) > >2014-07-22 14:20:41.377 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53283) > >2014-07-22 14:20:42.201 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53902) > >2014-07-22 14:20:42.767 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56290) > >2014-07-22 14:20:45.369 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.6', 53346) > >2014-07-22 14:20:46.203 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.8', 53966) > >2014-07-22 14:20:46.770 3419 INFO neutron.wsgi [-] (3419) accepted ('192.168.0.7', 56354) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1121760
: 919940 |
919947