Skip to content
Snippets Groups Projects
Commit 180fff86 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-release CI/CD pipeline fixes

parent 9d1e415c
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!137Pre-release CI/CD fixes - Service - PathComp
...@@ -131,8 +131,8 @@ class ServiceServiceServicerImpl(ServiceServiceServicer): ...@@ -131,8 +131,8 @@ class ServiceServiceServicerImpl(ServiceServiceServicer):
constraint.endpoint_location.endpoint_id.CopyFrom(closer_endpoint_id) constraint.endpoint_location.endpoint_id.CopyFrom(closer_endpoint_id)
service_endpoint_ids = [ service_endpoint_ids = [
endpoint.endpoint_id.endpoint_uuid endpoint_id.endpoint_uuid
for endpoint in service.service_endpoint_ids for endpoint_id in service.service_endpoint_ids
] ]
if closer_endpoint_id not in service_endpoint_ids: if closer_endpoint_id not in service_endpoint_ids:
service.service_endpoint_ids.append(closer_endpoint_id) service.service_endpoint_ids.append(closer_endpoint_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment