Commit 1aac8bf6 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Cédric Le Ninivin

slapos_slap_tool: use update successor list with list

parent df5d60e2
...@@ -1047,7 +1047,8 @@ class SlapTool(BaseTool): ...@@ -1047,7 +1047,8 @@ class SlapTool(BaseTool):
_getSoftwareInstanceForComputePartition(compute_node_id, _getSoftwareInstanceForComputePartition(compute_node_id,
compute_partition_id) compute_partition_id)
software_instance_document._updateSucessorList(instance_reference_xml) instance_reference_list = loads(instance_reference_xml)
software_instance_document._updateSucessorList(instance_reference_list)
#################################################### ####################################################
# Internals methods # Internals methods
......
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