Commit eb4ac7a2 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: do not stop but delete directly

Services were already in degraded mode due to allocation/propagation being forbidden
parent ddb2bd35
...@@ -17,7 +17,7 @@ The slapos team ...@@ -17,7 +17,7 @@ The slapos team
return context.RegularisationRequest_checkToTriggerNextEscalationStep( return context.RegularisationRequest_checkToTriggerNextEscalationStep(
delay_period_in_days=ndays, delay_period_in_days=ndays,
current_service_relative_url='service_module/slapos_crm_acknowledgement', current_service_relative_url='service_module/slapos_crm_acknowledgement',
next_service_relative_url='service_module/slapos_crm_stop_reminder', next_service_relative_url='service_module/slapos_crm_delete_reminder',
title=subject, title=subject,
text_content=body, text_content=body,
comment='Stopping reminder.', comment='Stopping reminder.',
......
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