Commit e0a6f29e authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: set compute node default allocation scope to open by default

parent 04589702
compute_node = state_change['object']
portal = compute_node.getPortalObject()
compute_node.edit(
allocation_scope='open',
upgrade_scope='auto',
capacity_scope='open'
)
......
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