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:
Lance Bragstad 2021-08-19 17:17:13 +00:00
parent cb3369002a
commit fb3d3fa8d3

View File

@ -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=[