Correct error in policy action name

It is "resource" not "resources".

Change-Id: I211439cd5be761398ebe8253ebc6a93f5237f1ce
Closes-Bug: 1671084
(cherry picked from commit 678aee340b)
This commit is contained in:
Richard Jones 2017-03-09 16:24:35 +11:00 committed by Rob Cresswell
parent 94c47c251e
commit aa5814c7ff
1 changed files with 1 additions and 1 deletions

View File

@ -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):