Merge "Fix typo and indent error in isolated_hosts_filter.py"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.