Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Last active July 13, 2017 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtaleric/1494e85bd25dd68e7673b67af5b9ae6a to your computer and use it in GitHub Desktop.
Save jtaleric/1494e85bd25dd68e7673b67af5b9ae6a to your computer and use it in GitHub Desktop.
Jul 13 13:09:46 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:430: SAWarning: An exception raised during a Session persistence operation cannot be raised due to an additional ROLLBACK exception; the exception is: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'SELECT standardattributes.revision_number AS standardattributes_revision_number \nFROM standardattributes \nWHERE standardattributes.id = %(param_1)s'] [parameters: {u'param_1': 202728}]
Jul 13 13:09:46 localhost neutron-server: "the exception is: %s" % captured_exception)
Jul 13 13:09:46 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:446: SAWarning: Session's state has been changed on a non-active transaction - this state will be discarded.
Jul 13 13:09:46 localhost neutron-server: "Session's state has been changed on "
[root@overcloud-controller-1 heat-admin]# cat /var/log/messages | egrep "SELECT standardattributes.revision"
Jul 13 09:42:29 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:430: SAWarning: An exception raised during a Session persistence operation cannot be raised due to an additional ROLLBACK exception; the exception is: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'SELECT standardattributes.revision_number AS standardattributes_revision_number \nFROM standardattributes \nWHERE standardattributes.id = %(param_1)s'] [parameters: {u'param_1': 165576}]
Jul 13 09:42:29 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:430: SAWarning: An exception raised during a Session persistence operation cannot be raised due to an additional ROLLBACK exception; the exception is: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'SELECT standardattributes.revision_number AS standardattributes_revision_number \nFROM standardattributes \nWHERE standardattributes.id = %(param_1)s'] [parameters: {u'param_1': 165573}]
[root@overcloud-controller-2 heat-admin]# cat /var/log/messages | egrep "SELECT standardattributes.revision"
Jul 13 13:09:46 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:430: SAWarning: An exception raised during a Session persistence operation cannot be raised due to an additional ROLLBACK exception; the exception is: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'SELECT standardattributes.revision_number AS standardattributes_revision_number \nFROM standardattributes \nWHERE standardattributes.id = %(param_1)s'] [parameters: {u'param_1': 202728}]
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation [req-30136d64-0cc3-4c59-9f36-306c1c0965f1 2ee7202d6d374956a173d4355cd68795 d0264e0362d24060aa25ce28dc1aae49 - default default] POST failed.: DBError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/pecan/core.py", line 678, in __call__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.invoke_controller(controller, args, kwargs, state)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/pecan/core.py", line 569, in invoke_controller
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation result = controller(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 94, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 90, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 129, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 125, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 70, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 152, in post
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return self.create(resources)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 170, in create
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return {key: creator(*creator_args, **creator_kwargs)}
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 665, in inner
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(self, context, *args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 164, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return method(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 94, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 90, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 129, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 125, in wrapped
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 803, in create_network
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation result, mech_context = self._create_network_db(context, network)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 796, in _create_network_db
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.mechanism_manager.create_network_precommit(mech_context)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/contextlib.py", line 24, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.gen.next()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1029, in _transaction_scope
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation yield resource
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/contextlib.py", line 24, in __exit__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.gen.next()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 636, in _session
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.session.rollback()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 777, in rollback
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.transaction.rollback()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 423, in rollback
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation transaction._rollback_impl()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 461, in _rollback_impl
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation t[1].rollback()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1563, in rollback
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self._do_rollback()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1601, in _do_rollback
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.connection._rollback_impl()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in _rollback_impl
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self.dispatch.rollback(self)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation fn(*args, **kw)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 495, in pop_exc_tx
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation conn.info.pop(ROLLBACK_CAUSE_KEY, None)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 425, in info
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return self.connection.info
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 318, in connection
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation self._handle_dbapi_exception(e, None, None, None, None)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation util.raise_from_cause(newraise, exc_info)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation reraise(type(exception), exception, tb=exc_tb)
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 316, in connection
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation return self._revalidate_connection()
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 391, in _revalidate_connection
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation "Can't reconnect until invalid "
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation DBError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.918 97613 ERROR neutron.pecan_wsgi.hooks.translation
2017-07-13 17:09:46.920 97613 DEBUG neutron.pecan_wsgi.hooks.notifier [req-30136d64-0cc3-4c59-9f36-306c1c0965f1 2ee7202d6d374956a173d4355cd68795 d0264e0362d24060aa25ce28dc1aae49 - default default] No notification will be sent due to unsuccessful status code: 500 after /usr/lib/python2.7/site-packages/neutron/pecan_wsgi/hooks/notifier.py:74
2017-07-13 17:09:46.922 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:physical_network'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.932 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:segmentation_id'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.935 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:network_type'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.943 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:physical_network'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.950 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:segmentation_id'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.954 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:network_type'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.960 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:physical_network'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.965 97614 DEBUG neutron.wsgi [-] (97614) accepted ('172.16.0.19', 56022) server /usr/lib/python2.7/site-packages/eventlet/wsgi.py:883
2017-07-13 17:09:46.967 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:segmentation_id'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors [req-db221611-b494-4667-9b7a-d11fdb112025 7916979888894257859b03401f1a8d22 d0264e0362d24060aa25ce28dc1aae49 - default default] An error occurred during processing the request: POST /v2.0/networks.json HTTP/1.0^M
Accept: application/json^M
Accept-Encoding: gzip, deflate^M
Content-Length: 50^M
Content-Type: application/json^M
Host: 192.168.24.100:9696^M
User-Agent: python-neutronclient^M
X-Auth-Token: *****
X-Domain-Id: None^M
X-Domain-Name: None^M
X-Forwarded-Proto: http^M
X-Identity-Status: Confirmed^M
X-Is-Admin-Project: True^M
X-Project-Domain-Id: default^M
X-Project-Domain-Name: Default^M
X-Project-Id: d0264e0362d24060aa25ce28dc1aae49^M
X-Project-Name: c_rally_11095898_xsBbJoC3^M
X-Role: _member_^M
X-Roles: _member_^M
X-Service-Catalog: [{"endpoints": [{"adminURL": "http://172.16.0.13:8778/placement", "region": "regionOne", "internalURL": "http://172.16.0.13:8778/placement", "publicURL": "http://192.168.24.100:8778/placement"}], "type": "placement", "name": "placement"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8977", "region": "regionOne", "internalURL": "http://172.16.0.13:8977", "publicURL": "http://192.168.24.100:8977"}], "type": "event", "name": "panko"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8004/v1/d0264e0362d24060aa25ce28dc1aae49", "region": "regionOne", "internalURL": "http://172.16.0.13:8004/v1/d0264e0362d24060aa25ce28dc1aae49", "publicURL": "http://192.168.24.100:8004/v1/d0264e0362d24060aa25ce28dc1aae49"}], "type": "orchestration", "name": "heat"}, {"endpoints": [{"adminURL": "http://172.18.0.18:8080", "region": "regionOne", "internalURL": "http://172.18.0.18:8080/v1/AUTH_d0264e0362d24060aa25ce28dc1aae49", "publicURL": "http://192.168.24.100:8080/v1/AUTH_d0264e0362d24060aa25ce28dc1aae49"}], "type": "object-store", "name": "swift"}, {"endpoints": [{"adminURL": "http://172.16.0.13:9292", "region": "regionOne", "internalURL": "http://172.16.0.13:9292", "publicURL": "http://192.168.24.100:9292"}], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8776/v1/d0264e0362d24060aa25ce28dc1aae49", "region": "regionOne", "internalURL": "http://172.16.0.13:8776/v1/d0264e0362d24060aa25ce28dc1aae49", "publicURL": "http://192.168.24.100:8776/v1/d0264e0362d24060aa25ce28dc1aae49"}], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://192.168.24.54:35357", "region": "regionOne", "internalURL": "http://172.16.0.13:5000", "publicURL": "http://192.168.24.100:5000"}], "type": "identity", "name": "keystone"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8776/v2/d0264e0362d24060aa25ce28dc1aae49", "region": "regionOne", "internalURL": "http://172.16.0.13:8776/v2/d0264e0362d24060aa25ce28dc1aae49", "publicURL": "http://192.168.24.100:8776/v2/d0264e0362d24060aa25ce28dc1aae49"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8000/v1", "region": "regionOne", "internalURL": "http://172.16.0.13:8000/v1", "publicURL": "http://192.168.24.100:8000/v1"}], "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"adminURL": "http://172.16.0.13:9696", "region": "regionOne", "internalURL": "http://172.16.0.13:9696", "publicURL": "http://192.168.24.100:9696"}], "type": "network", "name": "neutron"}, {"endpoints": [], "type": "metering", "name": "ceilometer"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8042", "region": "regionOne", "internalURL": "http://172.16.0.13:8042", "publicURL": "http://192.168.24.100:8042"}], "type": "alarming", "name": "aodh"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8041", "region": "regionOne", "internalURL": "http://172.16.0.13:8041", "publicURL": "http://192.168.24.100:8041"}], "type": "metric", "name": "gnocchi"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8776/v3/d0264e0362d24060aa25ce28dc1aae49", "region": "regionOne", "internalURL": "http://172.16.0.13:8776/v3/d0264e0362d24060aa25ce28dc1aae49", "publicURL": "http://192.168.24.100:8776/v3/d0264e0362d24060aa25ce28dc1aae49"}], "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"adminURL": "http://172.16.0.13:8774/v2.1", "region": "regionOne", "internalURL": "http://172.16.0.13:8774/v2.1", "publicURL": "http://192.168.24.100:8774/v2.1"}], "type": "compute", "name": "nova"}]^M
X-Tenant: c_rally_11095898_xsBbJoC3^M
X-Tenant-Id: d0264e0362d24060aa25ce28dc1aae49^M
X-Tenant-Name: c_rally_11095898_xsBbJoC3^M
X-User: c_rally_11095898_lsS9bD4A^M
X-User-Domain-Id: default^M
X-User-Domain-Name: Default^M
X-User-Id: 7916979888894257859b03401f1a8d22^M
X-User-Name: c_rally_11095898_lsS9bD4A^M
^M
{"network": {"name": "s_rally_11095898_JZWAU9mX"}}: DBConnectionError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'DELETE FROM reservations WHERE reservations.id = %(id)s'] [parameters: {'id': u'7faa3910-e19a-4a4e-9033-19c2c0eecfd7'}]
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors Traceback (most recent call last):
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors response = req.get_response(self.application)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/request.py", line 1316, in send
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors application, catch_exc_info=False)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/request.py", line 1280, in call_application
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors app_iter = application(self.environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/dec.py", line 131, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors resp = self.call_func(req, *args, **self.kwargs)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/dec.py", line 196, in call_func
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return self.func(req, *args, **kwargs)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 335, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors response = req.get_response(self._app)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/request.py", line 1316, in send
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors application, catch_exc_info=False)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/request.py", line 1280, in call_application
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors app_iter = application(self.environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/dec.py", line 145, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return resp(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/dec.py", line 145, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return resp(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/routes/middleware.py", line 141, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors response = self.app(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/webob/dec.py", line 145, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return resp(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pecan/middleware/recursive.py", line 56, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return self.application(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pecan/core.py", line 835, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return super(Pecan, self).__call__(environ, start_response)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pecan/core.py", line 731, in __call__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors state
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pecan/core.py", line 860, in handle_hooks
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return super(Pecan, self).handle_hooks(hooks, *args, **kw)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pecan/core.py", line 342, in handle_hooks
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors result = getattr(hook, hook_type)(*args)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/hooks/quota_enforcement.py", line 74, in after
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors neutron_context, reservation.reservation_id)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/quota/__init__.py", line 237, in commit_reservation
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self.get_driver().commit_reservation(context, reservation_id)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/db/quota/driver.py", line 235, in commit_reservation
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors set_dirty=False)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 164, in wrapped
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return method(*args, **kwargs)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 979, in wrapper
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return fn(*args, **kwargs)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/db/quota/api.py", line 207, in remove_reservation
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors reservation.delete()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/objects/base.py", line 674, in delete
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self._get_composite_keys()))
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/neutron/objects/db/api.py", line 83, in delete_object
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors context.session.delete(db_obj)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 502, in __exit__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self.rollback()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 60, in __exit__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors compat.reraise(exc_type, exc_value, exc_tb)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 499, in __exit__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self.commit()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 392, in commit
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self._prepare_impl()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 372, in _prepare_impl
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self.session.flush()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2027, in flush
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self._flush(objects)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2145, in _flush
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors transaction.rollback(_capture_exception=True)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 60, in __exit__
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors compat.reraise(exc_type, exc_value, exc_tb)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 2109, in _flush
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors flush_context.execute()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 373, in execute
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors rec.execute(self)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 561, in execute
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors uow
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 249, in delete_obj
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors cached_connections, mapper, table, delete)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 892, in _emit_delete_statements
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors c = connection.execute(statement, del_objects)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return meth(self, multiparams, params)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors return connection._execute_clauseelement(self, multiparams, params)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1010, in _execute_clauseelement
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors compiled_sql, distilled_params
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors context)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors util.raise_from_cause(newraise, exc_info)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors reraise(type(exception), exception, tb=exc_tb)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors context)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors cursor.execute(statement, parameters)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/cursors.py", line 166, in execute
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors result = self._query(query)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/cursors.py", line 322, in _query
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors conn.query(q)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 856, in query
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors self._affected_rows = self._read_query_result(unbuffered=unbuffered)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 1057, in _read_query_result
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors result.read()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 1340, in read
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors first_packet = self.connection._read_packet()
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 987, in _read_packet
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors packet_header = self._read_bytes(4)
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 1033, in _read_bytes
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors CR.CR_SERVER_LOST, "Lost connection to MySQL server during query")
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors DBConnectionError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'DELETE FROM reservations WHERE reservations.id = %(id)s'] [parameters: {'id': u'7faa3910-e19a-4a4e-9033-19c2c0eecfd7'}]
2017-07-13 17:09:46.924 97613 ERROR oslo_middleware.catch_errors
2017-07-13 17:09:46.970 97619 DEBUG neutron.policy [req-71c38634-892f-48c0-82da-7cddb214d705 389e39771cb94e7a830ba5a8b2766a5d d0264e0362d24060aa25ce28dc1aae49 - default default] Enforcing rules: [u'get_network:provider:network_type'] log_rule_list /usr/lib/python2.7/site-packages/neutron/policy.py:335
2017-07-13 17:09:46.971 97613 INFO neutron.wsgi [req-db221611-b494-4667-9b7a-d11fdb112025 7916979888894257859b03401f1a8d22 d0264e0362d24060aa25ce28dc1aae49 - default default] 172.16.0.19 "POST /v2.0/networks.json HTTP/1.1" status: 500 len: 380 time: 17.6352620
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters [req-92e3169c-01ba-439a-b635-4e1a35d4767a c45da7eaa95e48de9a8e608277bf8366 d0264e0362d24060aa25ce28dc1aae49 - default default] DB exception wrapped.: InvalidRequestError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters Traceback (most recent call last):
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 316, in connection
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters return self._revalidate_connection()
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 391, in _revalidate_connection
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters "Can't reconnect until invalid "
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters InvalidRequestError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.972 97613 ERROR oslo_db.sqlalchemy.exc_filters
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation [req-92e3169c-01ba-439a-b635-4e1a35d4767a c45da7eaa95e48de9a8e608277bf8366 d0264e0362d24060aa25ce28dc1aae49 - default default] POST failed.: DBError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/pecan/core.py", line 678, in __call__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.invoke_controller(controller, args, kwargs, state)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/pecan/core.py", line 569, in invoke_controller
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation result = controller(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 94, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 90, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 129, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 125, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/utils.py", line 70, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 152, in post
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return self.create(resources)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/pecan_wsgi/controllers/resource.py", line 170, in create
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return {key: creator(*creator_args, **creator_kwargs)}
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 665, in inner
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(self, context, *args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 164, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return method(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 94, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 90, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 150, in wrapper
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 129, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/db/api.py", line 125, in wrapped
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 803, in create_network
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation result, mech_context = self._create_network_db(context, network)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/plugin.py", line 796, in _create_network_db
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.mechanism_manager.create_network_precommit(mech_context)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/contextlib.py", line 35, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.gen.throw(type, value, traceback)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1029, in _transaction_scope
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation yield resource
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/contextlib.py", line 35, in __exit__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.gen.throw(type, value, traceback)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 636, in _session
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.session.rollback()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 777, in rollback
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.transaction.rollback()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 423, in rollback
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation transaction._rollback_impl()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 461, in _rollback_impl
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation t[1].rollback()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1563, in rollback
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self._do_rollback()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1601, in _do_rollback
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.connection._rollback_impl()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in _rollback_impl
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self.dispatch.rollback(self)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation fn(*args, **kw)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 495, in pop_exc_tx
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation conn.info.pop(ROLLBACK_CAUSE_KEY, None)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 425, in info
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return self.connection.info
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 318, in connection
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation self._handle_dbapi_exception(e, None, None, None, None)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation util.raise_from_cause(newraise, exc_info)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation reraise(type(exception), exception, tb=exc_tb)
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 316, in connection
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation return self._revalidate_connection()
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 391, in _revalidate_connection
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation "Can't reconnect until invalid "
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation DBError: Can't reconnect until invalid transaction is rolled back
2017-07-13 17:09:46.972 97613 ERROR neutron.pecan_wsgi.hooks.translation
2017-07-13 17:09:46.974 97613 DEBUG neutron.pecan_wsgi.hooks.notifier [req-92e3169c-01ba-439a-b635-4e1a35d4767a c45da7eaa95e48de9a8e608277bf8366 d0264e0362d24060aa25ce28dc1aae49 - default default] No notification will
Jul 13 13:09:43 localhost os-collect-config: /var/lib/os-collect-config/local-data not found. Skipping
Jul 13 13:09:43 localhost os-collect-config: No local metadata found (['/var/lib/os-collect-config/local-data'])
Jul 13 13:09:46 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:430: SAWarning: An exception raised during a Session persistence operation cannot be raised due to an additional ROLLBACK exception; the exception is: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') [SQL: u'SELECT standardattributes.revision_number AS standardattributes_revision_number \nFROM standardattributes \nWHERE standardattributes.id = %(param_1)s'] [parameters: {u'param_1': 202728}]
Jul 13 13:09:46 localhost neutron-server: "the exception is: %s" % captured_exception)
Jul 13 13:09:46 localhost neutron-server: /usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py:446: SAWarning: Session's state has been changed on a non-active transaction - this state will be discarded.
Jul 13 13:09:46 localhost neutron-server: "Session's state has been changed on "
Jul 13 13:09:46 localhost neutron-server: Traceback (most recent call last):
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 457, in fire_timers
Jul 13 13:09:46 localhost neutron-server: timer()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 58, in __call__
Jul 13 13:09:46 localhost neutron-server: cb(*args, **kw)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
Jul 13 13:09:46 localhost neutron-server: result = function(*args, **kwargs)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 271, in inner
Jul 13 13:09:46 localhost neutron-server: return f(*args, **kwargs)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 98, in dispatch_events
Jul 13 13:09:46 localhost neutron-server: obj = self._obj_class.get_object(context, id=resource_id)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/neutron/objects/base.py", line 441, in get_object
Jul 13 13:09:46 localhost neutron-server: return cls._load_object(context, db_obj)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 504, in __exit__
Jul 13 13:09:46 localhost neutron-server: self.rollback()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 423, in rollback
Jul 13 13:09:46 localhost neutron-server: transaction._rollback_impl()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/session.py", line 461, in _rollback_impl
Jul 13 13:09:46 localhost neutron-server: t[1].rollback()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1563, in rollback
Jul 13 13:09:46 localhost neutron-server: self._do_rollback()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1601, in _do_rollback
Jul 13 13:09:46 localhost neutron-server: self.connection._rollback_impl()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 662, in _rollback_impl
Jul 13 13:09:46 localhost neutron-server: self.dispatch.rollback(self)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__
Jul 13 13:09:46 localhost neutron-server: fn(*args, **kw)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/exc_filters.py", line 495, in pop_exc_tx
Jul 13 13:09:46 localhost neutron-server: conn.info.pop(ROLLBACK_CAUSE_KEY, None)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 425, in info
Jul 13 13:09:46 localhost neutron-server: return self.connection.info
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 318, in connection
Jul 13 13:09:46 localhost neutron-server: self._handle_dbapi_exception(e, None, None, None, None)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception
Jul 13 13:09:46 localhost neutron-server: util.raise_from_cause(newraise, exc_info)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
Jul 13 13:09:46 localhost neutron-server: reraise(type(exception), exception, tb=exc_tb)
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 316, in connection
Jul 13 13:09:46 localhost neutron-server: return self._revalidate_connection()
Jul 13 13:09:46 localhost neutron-server: File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/base.py", line 391, in _revalidate_connection
Jul 13 13:09:46 localhost neutron-server: "Can't reconnect until invalid "
Jul 13 13:09:46 localhost neutron-server: DBError: Can't reconnect until invalid transaction is rolled back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment