Fix an incorrect policy rule in Admin > Instances
Change-Id: I765ae0c36d19c88138fbea9545a2ca4791377ffb Closes-Bug: #1703066
This commit is contained in:
parent
146229c176
commit
69c81b16e0
@ -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")),)
|
||||
|
Loading…
Reference in New Issue
Block a user