Fix an incorrect policy rule in Admin > Instances

Change-Id: I765ae0c36d19c88138fbea9545a2ca4791377ffb
Closes-Bug: #1703066
(cherry picked from commit 69c81b16e0)
This commit is contained in:
Rob Cresswell 2017-07-13 19:27:22 +01:00 committed by Ying Zuo
parent 56810d347f
commit 9aa0915eb8
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")),)