From 97b3b24170931556219f3954a4a45d7a19458c05 Mon Sep 17 00:00:00 2001 From: armingol Date: Tue, 9 Jun 2026 07:58:45 +0000 Subject: [PATCH] feat: enable IPoWDM service requests and update E2E path computation URL --- src/planner/e2e_optical_planner/e2e_optical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/planner/e2e_optical_planner/e2e_optical.py b/src/planner/e2e_optical_planner/e2e_optical.py index a11068e..2c4f35e 100644 --- a/src/planner/e2e_optical_planner/e2e_optical.py +++ b/src/planner/e2e_optical_planner/e2e_optical.py @@ -31,7 +31,7 @@ def e2e_optical_planner(intent, ip: str, action: str = "create") -> dict: logging.debug("DELETE REQUEST RECEIVED FOR E2EOptical: %s", intent) return None - url = f"http://{ip}/restconf/e2epathcomp/v0/e2e_path_computation" + url = f"http://{ip}/tfs-api/e2e_path_computation" headers = { "Content-Type": "application/json", "Accept": "application/json" -- GitLab