Merge "Adds Policy Rules to Project Images panel" into stable/newton

This commit is contained in:
Jenkins 2016-11-02 07:50:00 +00:00 committed by Gerrit Code Review
commit 4dad136a16
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'),)