From 0059b271a600af6391e73d76a6c21b172d08f890 Mon Sep 17 00:00:00 2001 From: Quentin GROLLEAU Date: Mon, 2 Jul 2018 17:40:34 +0200 Subject: [PATCH] Fixing region filter for getting workflow endpoint Change-Id: Ia823fa3795dad57f07d03cdc35743ce2d25ac9f1 Closes-Bug: 1779705 --- mistralclient/osc/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mistralclient/osc/plugin.py b/mistralclient/osc/plugin.py index f1869b42..eff2deb4 100644 --- a/mistralclient/osc/plugin.py +++ b/mistralclient/osc/plugin.py @@ -39,6 +39,7 @@ def make_client(instance): mistral_url = instance.get_endpoint_for_service_type( 'workflowv2', + region_name=instance.region_name, interface='publicURL' )