Skip to content

Commit

Permalink
fix unset defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Jan 9, 2025
1 parent 7057938 commit 76fc865
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kolla/node_custom_config/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ workers = 10
[filter_scheduler]
# Override default filters (just remove filters not relevant to baremetal-only)
# default: RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,BlazarFilter
{% if nova_enabled_filters is defined %}
enabled_filters = {{ nova_enabled_filters }}
{% endif %}
# https://docs.openstack.org/ironic/rocky/install/configure-compute.html
# > Enables querying of individual hosts for instance information.
# Not possible for bare metal nodes, so set it to False.
Expand Down Expand Up @@ -138,6 +140,3 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
{% endif %}
virt_type = {{ nova_compute_virt_type }}
{% endif %}
#{% if nova_libvirt_cpu_mode %}
#cpu_mode = {{ nova_libvirt_cpu_mode }}
#{% endif %}

0 comments on commit 76fc865

Please sign in to comment.