Hi Mike,

Thanks, we resolved it by removing unwanted roles but your solution looks more appropriate.

Samuel

On Thu, Aug 16, 2018 at 6:39 AM, Mike Carden <mike.carden@gmail.com> wrote:
On Saturday July 14, Samuel Monderer said (in part):
Unable to establish connection to
https://192.168.50.30:13989/v2/action_executions: ('Connection aborted.',
BadStatusLine("''",))

Did you ever solve this? We ran into the same error this week and have an answer.

In /etc/mistral/mistral.conf, change the rpc_response_timeout to 600, then sudo systemctl restart openstack-mistral*

Then in /etc/haproxy/haproxy.cfg add two lines to the `listen mistral` section:

timeout client 10m
timeout server 10m

And restart the service with `sudo systemctl restart haproxy'

-- 
MC


_______________________________________________
users mailing list
users@lists.rdoproject.org
http://lists.rdoproject.org/mailman/listinfo/users

To unsubscribe: users-unsubscribe@lists.rdoproject.org