Regression about errors with session usage

Bug #1693266 reported by Thomas Herve
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mistralclient
New
Undecided
Unassigned

Bug Description

When using sessions, we don't get proper error reporting anymore, as the error is not caught. We can test it using OSC:

$ mistral execution-create my_workflow '{"names2": ["foo"]}'
ERROR (app) Invalid input [name=my_workflow, class=DirectWorkflowSpec, missing=['names'], unexpected=[u'names2']]

$ openstack workflow execution create my_workflow '{"names2": ["foo"]}'
Bad Request (HTTP 400)

ResourceManager needs to be fixed to handle errors from http_client calls.

This affects Heat as it uses sessions.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.