Commit b88dce16 authored by Romain Courteaud's avatar Romain Courteaud

Speed up instance allocation

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