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
This commit is contained in:
Jose Castro Leon 2018-08-10 15:45:21 +02:00
parent 7b5bffe7c0
commit 6b4cc9a4a6
1 changed files with 0 additions and 1 deletions

View File

@ -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
)