Commit cbb0bd63 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapgrid: fix only-cp call

parent 0c9ffad7
......@@ -613,7 +613,7 @@ stderr_logfile_backups=1
"""Return the computer partitions that should be processed.
"""
cp_list = self.getComputerPartitionList()
cp_id_list = [cp.get("computer_partition_id", "") for cp in cp_list]
cp_id_list = [cp.get("compute_partition_id", "") for cp in cp_list]
required_cp_id_set = check_required_only_partitions(
cp_id_list, self.computer_partition_filter_list)
busy_cp_list = self.FilterComputerPartitionList(cp_list)
......
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