Merge "Fix typo and indent error in isolated_hosts_filter.py"

This commit is contained in:
Jenkins
2013-09-05 13:41:11 +00:00
committed by Gerrit Code Review

View File

@@ -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):