Commit 97b3b241 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

feat: enable IPoWDM service requests and update E2E path computation URL

parent 29da50b1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"