diff --git a/openstack_dashboard/dashboards/project/images/panel.py b/openstack_dashboard/dashboards/project/images/panel.py index ae7e9d5fcd..e9dd223eb5 100644 --- a/openstack_dashboard/dashboards/project/images/panel.py +++ b/openstack_dashboard/dashboards/project/images/panel.py @@ -22,3 +22,4 @@ class Images(horizon.Panel): name = _("Images") slug = 'images' permissions = ('openstack.services.image',) + policy_rules = (('image', 'get_images'),)