Commit b88dce16 authored by Romain Courteaud's avatar Romain Courteaud

Speed up instance allocation

parent b0f30d5d
......@@ -22,7 +22,7 @@
<key> <string>activate_script_name</string> </key>
<value>
<list>
<string>SoftwareInstance_triggerAlarm</string>
<string>Instance_triggerAllocationAlarm</string>
</list>
</value>
</item>
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SoftwareInstance_validate</string> </value>
<value> <string>Instance_validate</string> </value>
</item>
<item>
<key> <string>method_id</string> </key>
......
......@@ -64,7 +64,7 @@ if software_instance.getValidationState() == \'validated\':\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SoftwareInstance_triggerAlarm</string> </value>
<value> <string>Instance_triggerAllocationAlarm</string> </value>
</item>
</dictionary>
</pickle>
......
157
\ No newline at end of file
158
\ No newline at end of file
864
\ No newline at end of file
865
\ 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