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
This commit is contained in:
Calvin 2016-10-11 15:12:43 -07:00
parent b068f70401
commit 3a56958bd3
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'),)