From 288d7dcb94a1f976d0fafce8aeddc9883cc8f3b0 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 17 Oct 2017 13:23:51 +0000 Subject: [PATCH] Remove nova configuration options which are not necessary in pike Following the pike release, we do not need to use the baremetal scheduler filters in nova, as scheduling is done using resource classes. --- .../kolla-openstack/templates/nova.conf.j2 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ansible/roles/kolla-openstack/templates/nova.conf.j2 b/ansible/roles/kolla-openstack/templates/nova.conf.j2 index 53043e119..772261a59 100644 --- a/ansible/roles/kolla-openstack/templates/nova.conf.j2 +++ b/ansible/roles/kolla-openstack/templates/nova.conf.j2 @@ -1,22 +1,5 @@ # {{ ansible_managed }} -[DEFAULT] -{% if kolla_enable_ironic | bool %} -# Taken from the ironic configuration guide. - -# Flag to decide whether to use baremetal_scheduler_default_filters or not. -# (boolean value) -scheduler_use_baremetal_filters=True - -# Determines if the Scheduler tracks changes to instances to help with -# its filtering decisions (boolean value) -scheduler_tracks_instance_changes=False - -# For ironic, this should be set to a number >= the number of ironic nodes -# to more evenly distribute instances across the nodes. -scheduler_host_subset_size=9999999 -{% endif %} - {% if kolla_extra_nova %} ####################### # Extra configuration