Skip to content

Instantly share code, notes, and snippets.

Created July 6, 2015 13:32
Show Gist options
  • Save anonymous/48992116a8764bf2120a to your computer and use it in GitHub Desktop.
Save anonymous/48992116a8764bf2120a to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "aodh/tests/test_bin.py", line 165, in test_v2
self.assertEqual(200, response.status)
AttributeError: 'NoneType' object has no attribute 'status'
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination [req-1dfecca4-fe22-45f3-93ec-e7d85eed4ee4 - - - - -] Error connecting to coordination backend.
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination Traceback (most recent call last):
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination File "aodh/coordination.py", line 74, in start
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination self._coordinator.start()
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination File "aodh/tests/test_coordination.py", line 73, in start
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination raise tooz.coordination.ToozError('error')
2015-07-06 17:28:40.640 84871 ERROR aodh.coordination ToozError: error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment