Merge "Fix count_record policy to use the right deprecation variable"

This commit is contained in:
Zuul 2021-09-17 02:10:22 +00:00 committed by Gerrit Code Review
commit 8cc817fedc

View File

@ -57,7 +57,7 @@ rules = [
name="count_records", name="count_records",
check_str=base.SYSTEM_OR_PROJECT_READER, check_str=base.SYSTEM_OR_PROJECT_READER,
scope_types=['system', 'project'], scope_types=['system', 'project'],
deprecated_rule=deprecated_find_records deprecated_rule=deprecated_count_records
) )
] ]