Skip to content

Commit

Permalink
Remove extra nova filters
Browse files Browse the repository at this point in the history
The default service filters supposed to be enough,
no need for these options.
  • Loading branch information
afazekas committed Apr 24, 2024
1 parent 422da85 commit ef02d65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,3 @@ data:
[ml2]
type_drivers = geneve,vxlan,vlan,flat
tenant_network_types = geneve,flat
# yamllint disable rule:line-length
nova:
schedulerServiceTemplate:
customServiceConfig: |
[filter_scheduler]
enabled_filters = AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,DifferentHostFilter,SameHostFilter,AllHostsFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter
5 changes: 0 additions & 5 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,3 @@ data:
max_header_size = 38
[ml2_type_vlan]
network_vlan_ranges = tenant:1000:2000,datacentre:218:218
nova:
customServiceConfig: |
[filter_scheduler]
enabled_filters = AggregateInstanceExtraSpecsFilter, AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,DifferentHostFilter,SameHostFilter,AllHostsFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter

0 comments on commit ef02d65

Please sign in to comment.