Comment 0 for bug 1717265

Revision history for this message
Dougal Matthews (d0ugal) wrote : tripleo.plan_management.v1.publish_ui_logs_to_swift ERRORs

On a fresh environment today (created with quickstart and using devmode) I noticed that the UI log workflow fails to execute.

2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor [req-1f29021f-02f6-4701-a1e3-a04009f8c6c5 f6766a837fd141caab9b9f1b46294f83 b2369236c0e04741a97f3eb99248c8e7 - default default] Failed to run action [action_ex_id=512304ab-98d1-4b80-9234-338231ac91f5, action_cls='<class 'mistral.actions.action_factory.PublishUILogToSwiftAction'>', attributes='{}', params='{u'logging_data': u'', u'logging_container': u'tripleo-ui-logs'}']
 : UnauthorizedException
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor Traceback (most recent call last):
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor File "/usr/lib/python2.7/site-packages/mistral/executors/default_executor.py", line 109, in run_action
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor result = action.run(context.ctx())
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor File "/usr/lib/python2.7/site-packages/tripleo_common/actions/logging_to_swift.py", line 125, in run
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor swift = self.get_object_client(context)
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor File "/usr/lib/python2.7/site-packages/tripleo_common/actions/base.py", line 38, in get_object_client
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor obj_ep = keystone_utils.get_endpoint_for_project(context, 'swift')
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor File "/usr/lib/python2.7/site-packages/tripleo_common/utils/keystone.py", line 47, in get_endpoint_for_project
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor service_catalog = obtain_service_catalog(ctx)
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor File "/usr/lib/python2.7/site-packages/tripleo_common/utils/keystone.py", line 111, in obtain_service_catalog
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor raise exception.UnauthorizedException()
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor UnauthorizedException
2017-09-14 13:00:02.748 20437 ERROR mistral.executors.default_executor