Skip to content

Commit fc95ae2

Browse files
committed
Tweak config defaults
1 parent c324054 commit fc95ae2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

etc/kayobe/kolla/config/nova/nova-compute.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pci]
2+
report_in_placement = True
23
{% raw %}
34
{% set gpu_list = [] %}
45
{% for gpu_type in gpu_group_map | dict2items | default([]) %}

etc/kayobe/kolla/config/nova/nova-scheduler.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
# https://docs.openstack.org/nova/latest/configuration/sample-config.html
66
enabled_filters = ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter
77
available_filters = nova.scheduler.filters.all_filters
8-
# A strong bias to prevent non-GPU workloads from scheduling onto the GPU node
9-
# unless there is nothing else available within the system
10-
pci_weight_multiplier = 100.0

0 commit comments

Comments
 (0)