File: add-scheduler-config-to-scheduler-group-c83bc770e67ac115.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (35 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
upgrade:
  - |
    All general scheduler configuration options have been added to the
    ``scheduler`` group.

    - ``scheduler_driver`` (now ``driver``)
    - ``scheduler_host_manager`` (now ``host_manager``)
    - ``scheduler_driver_task_period`` (now ``periodic_task_interval``)
    - ``scheduler_max_attempts`` (now ``max_attempts``)

    In addition, all filter scheduler configuration options have been added to
    the ``filter_scheduler`` group.

    - ``scheduler_host_subset_size`` (now ``host_subset_size``)
    - ``scheduler_max_instances_per_host`` (now ``max_instances_per_host``)
    - ``scheduler_tracks_instance_changes`` (now ``track_instance_changes``)
    - ``scheduler_available_filters`` (now ``available_filters``)
    - ``scheduler_default_filters`` (now ``enabled_filters``)
    - ``baremetal_scheduler_default_filters`` (now
      ``baremetal_enabled_filters``)
    - ``scheduler_use_baremetal_filters`` (now ``use_baremetal_filters``)
    - ``scheduler_weight_classes`` (now ``weight_classes``)
    - ``ram_weight_multiplier``
    - ``disk_weight_multipler``
    - ``io_ops_weight_multipler``
    - ``soft_affinity_weight_multiplier``
    - ``soft_anti_affinity_weight_multiplier``
    - ``isolated_images``
    - ``isolated_hosts``
    - ``restrict_isolated_hosts_to_isolated_images``
    - ``aggregate_image_properties_isolation_namespace``
    - ``aggregate_image_properties_isolation_separator``

    These options should no longer be included in the ``DEFAULT`` group.