Commit f7a5add8 authored by Romain Courteaud's avatar Romain Courteaud

slapos_pdm: use UpgradeDecision_processUpgrade

parent 06bb786f
...@@ -2,7 +2,7 @@ portal = context.getPortalObject() ...@@ -2,7 +2,7 @@ portal = context.getPortalObject()
portal.portal_catalog.searchAndActivate( portal.portal_catalog.searchAndActivate(
portal_type='Upgrade Decision', portal_type='Upgrade Decision',
simulation_state='started', simulation_state='started',
method_id='requestUpgrade', method_id='UpgradeDecision_processUpgrade',
activate_kw={'tag': tag } activate_kw={'tag': tag }
) )
......
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