Merge "trivial: Double quote check_str for consistency"
This commit is contained in:
commit
56cc683055
@ -147,7 +147,7 @@ image_policies = [
|
||||
|
||||
policy.DocumentedRuleDefault(
|
||||
name="delete_image_location",
|
||||
check_str='role:admin',
|
||||
check_str="role:admin",
|
||||
scope_types=['system', 'project'],
|
||||
description='Deletes the location of given image',
|
||||
operations=[
|
||||
|
Loading…
Reference in New Issue
Block a user