Commit 9a089ef5 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: drop allocation_scope/open categories

typo
parent f0a794c0
compute_node = state_object["object"]
allocation_scope = compute_node.getAllocationScope()
if allocation_scope.startsWith('open'):
if allocation_scope.startswith('open'):
# ensure sub allocation scope are not used anymore
assert allocation_scope == 'open', allocation_scope
# Public compute_node capacity is handle by an alarm
......
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