Skip to content

Instantly share code, notes, and snippets.

@neki06
Created October 5, 2017 15:29
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 neki06/1bdd5247daef4c790be7fd1127dd71d2 to your computer and use it in GitHub Desktop.
Save neki06/1bdd5247daef4c790be7fd1127dd71d2 to your computer and use it in GitHub Desktop.
2017-10-05 15:21:53.839 7 DEBUG barbican.tasks.keystone_consumer [-] Creating KeystoneEventConsumer task processor __init__ /var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/tasks/keystone_consumer.py:40
2017-10-05 15:21:53.839 7 DEBUG barbican.model.repositories [-] Getting session... get_session /var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/model/repositories.py:355
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources [-] Could not retrieve information needed to process task 'Project cleanup via Keystone notifications'.
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources Traceback (most recent call last):
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources File "/var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/tasks/resources.py", line 93, in process
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources entity = self.retrieve_entity(*args, **kwargs)
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources File "/var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/tasks/keystone_consumer.py", line 67, in retrieve_entity
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources suppress_exception=True)
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources File "/var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/model/repositories.py", line 588, in find_by_external_project_id
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources session = self.get_session(session)
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources File "/var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/model/repositories.py", line 356, in get_session
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources return session or get_session()
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources File "/var/lib/kolla/venv/local/lib/python2.7/site-packages/barbican/model/repositories.py", line 158, in get_session
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources return _SESSION_FACTORY()
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources TypeError: 'NoneType' object is not callable
2017-10-05 15:21:53.839 7 ERROR barbican.tasks.resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment