Skip to content
Snippets Groups Projects
Verified Commit ba37f1e5 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

update ip_trunk endpoint signature

parent 5d91a8c7
Branches
Tags
1 merge request!25update ip_trunk endpoint signature
MIT License MIT License
Copyright (c) 2022 GÉANT Vereniging Copyright (c) 2023 GÉANT Vereniging
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -55,7 +55,7 @@ def provision_ip_trunk(params: IPTrunkProvisioningParams) \ ...@@ -55,7 +55,7 @@ def provision_ip_trunk(params: IPTrunkProvisioningParams) \
'wfo_trunk_json': params.subscription, 'wfo_trunk_json': params.subscription,
'dry_run': str(params.dry_run), 'dry_run': str(params.dry_run),
'verb': 'deploy', 'verb': 'deploy',
'object': params.object, 'config_object': params.object,
'commit_comment': f'IPtrunk ' 'commit_comment': f'IPtrunk '
f"{params.subscription['iptrunk']['geant_s_sid']} " f"{params.subscription['iptrunk']['geant_s_sid']} "
f"({params.subscription['subscription_id']}) - " f"({params.subscription['subscription_id']}) - "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment