Bug: #2105: Proof of Concept still using port 8080 (non-Karaf) instead of port 8181.
[groupbasedpolicy.git] / util / testOfOverlay / odl_gbp.py
index 2a349b0f6a817a839c580f174d78aa7c45ab7221..2b71060928b8ff7e26160d86c189e60d808da9f8 100644 (file)
@@ -4,9 +4,9 @@ from requests.auth import HTTPBasicAuth
 
 USERNAME='admin'
 PASSWORD='admin'
-REGISTER_EP_URL="http://%s:8080/restconf/operations/endpoint:register-endpoint"
-REGISTER_TENANTS_URL="http://%s:8080/restconf/config/policy:tenants"
-REGISTER_NODES_URL="http://%s:8080/restconf/config/opendaylight-inventory:nodes"
+REGISTER_EP_URL="http://%s:8181/restconf/operations/endpoint:register-endpoint"
+REGISTER_TENANTS_URL="http://%s:8181/restconf/config/policy:tenants"
+REGISTER_NODES_URL="http://%s:8181/restconf/config/opendaylight-inventory:nodes"
 
 endpointGroups = {}