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