From cce1076cc57f826b06fc37790dcd25d2da0dca66 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Nov 16 2018 15:26:06 +0000 Subject: removed duplicate or from glance --- diff --git a/services/glance/policy.yaml b/services/glance/policy.yaml index deb7808..01b826e 100644 --- a/services/glance/policy.yaml +++ b/services/glance/policy.yaml @@ -3,7 +3,7 @@ # project or domain, and has permission to modify objects inside it, but not on the cloud # as a whole # We add here a check for if the image is public, allowing a member to use public images on the cloud -member_or_public: "(rule:_member_role and (project_id:%(project_id)s or or True:%(is_public)s))" +member_or_public: "(rule:_member_role and (project_id:%(project_id)s or True:%(is_public)s))" # This rule is specific for a user's own objects