Commit 03ade160 authored by Romain Courteaud's avatar Romain Courteaud

Solve slapos promises.

parent aab9319c
......@@ -66,6 +66,7 @@ alarm_to_solve_list = [\'promise_certificate_autority_tool\',\n
for alarm in context.portal_alarms.contentValues():\n
alarm_id = alarm.getId()\n
if alarm_id.startswith("promise_vifib") or \\\n
alarm_id.startswith("promise_slapos") or \\\n
alarm_id in alarm_to_solve_list:\n
alarm.solve()\n
</string> </value>
......
38
\ No newline at end of file
39
\ No newline at end of file
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