Commit aa159a61 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

E2E Orchestrator component:

- Corrected vlink optical service endpoints
parent 27392e76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ def compose_optical_service(vlink_request : Dict) -> Dict:
        ServiceTypeEnum.SERVICETYPE_OPTICAL_CONNECTIVITY,
        context_id=json_context_id(DEFAULT_CONTEXT_NAME),
        endpoint_ids=[
            optical_border_endpoint_ids[1], optical_border_endpoint_ids[2]
            optical_border_endpoint_ids[0], optical_border_endpoint_ids[-1]
        ],
        constraints=constraints,
    )