Merge "Fix typo and indent error in isolated_hosts_filter.py"
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user