Comment 6 for bug 1744151

Revision history for this message
Alan Pevec (apevec) wrote :

The stack trace is in
https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset017-master/b7194c8/subnode-2/var/log/containers/httpd/barbican-api/barbican_wsgi_main_error.log.txt.gz

[Tue Jan 23 13:55:16.998828 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers [req-21ab4f6f-cc46-43e9-b8bb-c8be5695d356 956af803575c49d8a8616287474c66a9 - - default default] Secret creation failure seen - please contact site administrator.: AttributeError: 'NoneType' object has no attribute 'to_dict_fields'
[Tue Jan 23 13:55:16.998853 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers Traceback (most recent call last):
[Tue Jan 23 13:55:16.998865 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/api/controllers/__init__.py", line 103, in handler
[Tue Jan 23 13:55:16.998877 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers return fn(inst, *args, **kwargs)
[Tue Jan 23 13:55:16.998894 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/api/controllers/__init__.py", line 89, in enforcer
[Tue Jan 23 13:55:16.998906 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers return fn(inst, *args, **kwargs)
[Tue Jan 23 13:55:16.998917 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/api/controllers/__init__.py", line 151, in content_types_enforcer
[Tue Jan 23 13:55:16.998929 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers return fn(inst, *args, **kwargs)
[Tue Jan 23 13:55:16.998940 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/api/controllers/secrets.py", line 441, in on_post
[Tue Jan 23 13:55:16.998952 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers transport_key_id=data.get('transport_key_id'))
[Tue Jan 23 13:55:16.998963 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/plugin/resources.py", line 100, in store_secret
[Tue Jan 23 13:55:16.998974 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers project_id=project_model.id)
[Tue Jan 23 13:55:16.998985 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/plugin/interface/secret_store.py", line 539, in _check_plugins_configured
[Tue Jan 23 13:55:16.998997 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers return plugin_related_function(self, *args, **kwargs)
[Tue Jan 23 13:55:16.999008 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/plugin/interface/secret_store.py", line 573, in get_plugin_store
[Tue Jan 23 13:55:16.999020 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers self, project_id=project_id, existing_plugin_name=plugin_name)
[Tue Jan 23 13:55:16.999031 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/plugin/util/multiple_backends.py", line 259, in get_applicable_store_plugins
[Tue Jan 23 13:55:16.999043 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers 'store_plugin')
[Tue Jan 23 13:55:16.999066 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers File "/usr/lib/python2.7/site-packages/barbican/plugin/util/multiple_backends.py", line 277, in _get_applicable_plugins_for_type
[Tue Jan 23 13:55:16.999079 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers store_dict = get_global_default_secret_store().to_dict_fields()
[Tue Jan 23 13:55:16.999090 2018] [:error] [pid 22] 2018-01-23 13:55:16.995 22 ERROR barbican.api.controllers AttributeError: 'NoneType' object has no attribute 'to_dict_fields'