From 6b4cc9a4a671c170135a25313e035f64d9b041ae Mon Sep 17 00:00:00 2001 From: Jose Castro Leon Date: Fri, 10 Aug 2018 15:45:21 +0200 Subject: [PATCH] Removes non needed parameter passed in magnum client creation Magnum client instantiation does not need the user_id parameter coming from the context to do the operations. Change-Id: I70070aee03671bf04ba4b933039b2c3fbf07c16f Closes-Bug: #1786480 --- mistral/actions/openstack/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mistral/actions/openstack/actions.py b/mistral/actions/openstack/actions.py index ab3036e53..f594151dc 100644 --- a/mistral/actions/openstack/actions.py +++ b/mistral/actions/openstack/actions.py @@ -733,7 +733,6 @@ class MagnumAction(base.OpenStackAction): magnum_url=magnum_url, auth_token=context.auth_token, project_id=context.project_id, - user_id=context.user_id, auth_url=auth_url, insecure=context.insecure )