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:
parent
b068f70401
commit
3a56958bd3
@ -22,3 +22,4 @@ class Images(horizon.Panel):
|
||||
name = _("Images")
|
||||
slug = 'images'
|
||||
permissions = ('openstack.services.image',)
|
||||
policy_rules = (('image', 'get_images'),)
|
||||
|
Loading…
Reference in New Issue
Block a user