Skip to content

Commit

Permalink
fix function
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Nov 7, 2024
1 parent 2b4b6ec commit 8f496c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/ibmcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def _get_vpn_ids(resource_group_id):
vpn_ids = []
for vpn_obj in vpn_objs:
vpn_ids.append(vpn_obj["id"])
return vpn_obj
return vpn_ids

def _get_pgw_ids(resource_group_id):
cmd = f"ibmcloud is public-gateways --resource-group-id {resource_group_id} --output json"
Expand Down

0 comments on commit 8f496c8

Please sign in to comment.