Correct error in policy action name
It is "resource" not "resources". Change-Id: I211439cd5be761398ebe8253ebc6a93f5237f1ce Closes-Bug: 1671084
This commit is contained in:
parent
e0081eedcb
commit
678aee340b
@ -40,7 +40,7 @@ class StackTopologyTab(tabs.Tab):
|
||||
(("orchestration", "stacks:template"),
|
||||
("orchestration", "stacks:lookup"),
|
||||
("orchestration", "stacks:show"),
|
||||
("orchestration", "resources:index"),),
|
||||
("orchestration", "resource:index"),),
|
||||
request)
|
||||
|
||||
def get_context_data(self, request):
|
||||
|
Loading…
Reference in New Issue
Block a user