summaryrefslogtreecommitdiff
path: root/install-files
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-08-05 10:29:20 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-08-19 03:32:37 +0000
commit79803b299f71e5f92ad26c6c6c6eb16da8bbcc42 (patch)
treeefd85a14abd3eccd699011eb470bb4aaa17cb581 /install-files
parentf1933ce91007adc01578383366270c0e5f12913e (diff)
downloaddefinitions-79803b299f71e5f92ad26c6c6c6eb16da8bbcc42.tar.gz
openstack: use baremetal filters
Use baremetal filters when we are scheduling baremetal, as suggested on the Ironic install guide [1]. [1]: http://docs.openstack.org/developer/ironic/deploy/install-guide.html Change-Id: Ic6a82812748a98397b705e2428b06f77841d7437
Diffstat (limited to 'install-files')
-rw-r--r--install-files/openstack/usr/share/openstack/nova/nova.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-files/openstack/usr/share/openstack/nova/nova.conf b/install-files/openstack/usr/share/openstack/nova/nova.conf
index 9fc10493..f2db93fc 100644
--- a/install-files/openstack/usr/share/openstack/nova/nova.conf
+++ b/install-files/openstack/usr/share/openstack/nova/nova.conf
@@ -1602,7 +1602,7 @@ scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFi
# Flag to decide whether to use
# baremetal_scheduler_default_filters or not. (boolean value)
-#scheduler_use_baremetal_filters=false
+scheduler_use_baremetal_filters={{ SCHEDULER_USE_BAREMETAL_FILTERS }}
#