Merge "Fix an incorrect policy rule in Admin > Instances" into stable/ocata

This commit is contained in:
Jenkins 2017-07-18 16:24:47 +00:00 committed by Gerrit Code Review
commit eb3a1a1ede
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ class Instances(horizon.Panel):
slug = 'instances'
permissions = ('openstack.services.compute',)
policy_rules = ((("compute", "context_is_admin"),
("compute", "compute:get_all")),)
("compute", "os_compute_api:servers:detail")),)