Commit 3ceef26a authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio: compatibility with slapgrid

Client uses Person_requestComputer, so, allow this script on the compute node token
parent eea34b61
......@@ -9,7 +9,7 @@ request_method = "POST"
slapos_master_web_url = web_site.getLayoutProperty(
"configuration_slapos_master_web_url", web_site.absolute_url())
request_url = "%s/%s" % (slapos_master_web_url, "Person_requestComputeNode")
request_url = "%s/%s" % (slapos_master_web_url, "Person_requestComputer")
access_token = portal.access_token_module.newContent(
portal_type="One Time Restricted Access Token",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment