Commit f0a794c0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: drop allocation_scope/open categories

parent 5807f4a3
......@@ -4,7 +4,7 @@ from zExceptions import Unauthorized
if REQUEST is not None:
raise Unauthorized
if compute_node.getAllocationScope() not in ['open/public', 'open/subscription']:
if compute_node.getAllocationScope() != 'open':
# Don't update non public compute_node
return
......
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