Added algorithm factories to the config option list

This commit is contained in:
Anton Beloglazov 2012-09-14 11:10:46 +10:00
parent cf0051cb1a
commit b5fc97a4d3

View File

@ -46,13 +46,13 @@ REQUIRED_FIELDS = [
'compute_user',
'compute_password',
'sleep_command',
'algorithm_underload_detection',
'algorithm_underload_detection_factory',
'algorithm_underload_detection_parameters',
'algorithm_overload_detection',
'algorithm_overload_detection_factory',
'algorithm_overload_detection_parameters',
'algorithm_vm_selection',
'algorithm_vm_selection_factory',
'algorithm_vm_selection_parameters',
'algorithm_vm_placement',
'algorithm_vm_placement_factory',
'algorithm_vm_placement_parameters',
]