Commit f39eaa43 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

slapos_slap_tool: use update successor list with list

parent 8e3d6ee4
......@@ -1068,7 +1068,8 @@ class SlapTool(BaseTool):
_getSoftwareInstanceForComputePartition(compute_node_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
......
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