trivial: Double quote check_str for consistency
This is a follow up to comments made in an earlier review: https://review.opendev.org/c/openstack/glance/+/804585/4/glance/policies/image.py Change-Id: Idfaaccde42f43fab1953012a83ec0f259412ba10
This commit is contained in:
parent
cb3369002a
commit
fb3d3fa8d3
@ -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