From 64bbd161a9918ff0ea0d7e9d4d9203d672c3f640 Mon Sep 17 00:00:00 2001 From: Jake Liu Date: Mon, 2 Sep 2013 20:07:18 -0400 Subject: [PATCH] Fix typo and indent error in isolated_hosts_filter.py Fix typo and indent error in isolated_hosts_filter.py Change-Id: Ifb08047623e1da3dd818bc316216d1df1ec6007d --- nova/scheduler/filters/isolated_hosts_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/scheduler/filters/isolated_hosts_filter.py b/nova/scheduler/filters/isolated_hosts_filter.py index 12f533a59..6caaf5d4c 100644 --- a/nova/scheduler/filters/isolated_hosts_filter.py +++ b/nova/scheduler/filters/isolated_hosts_filter.py @@ -36,7 +36,7 @@ CONF.register_opts(isolated_opts) class IsolatedHostsFilter(filters.BaseHostFilter): """Keep specified images to selected hosts.""" - # The configurtaion values do not change within a request + # The configuration values do not change within a request run_filter_once_per_request = True def host_passes(self, host_state, filter_properties):