Adds Policy Rules to Project Images panel

Currently the panel is missing appropriate poilcy rules
This patch adds the rules

Change-Id: I4fa8d588cd4a57ecb0cef935dc5544d2b012aeb3
Partial-bug:#1534495
(cherry picked from commit 3a56958bd3)
This commit is contained in:
Calvin 2016-10-11 15:12:43 -07:00 committed by Rob Cresswell
parent 26ad5c905c
commit 8d536a5e9c
1 changed files with 1 additions and 0 deletions

View File

@ -22,3 +22,4 @@ class Images(horizon.Panel):
name = _("Images")
slug = 'images'
permissions = ('openstack.services.image',)
policy_rules = (('image', 'get_images'),)