Correct error in policy action name

It is "resource" not "resources".

Change-Id: I211439cd5be761398ebe8253ebc6a93f5237f1ce
Closes-Bug: 1671084
This commit is contained in:
Richard Jones 2017-03-09 16:24:35 +11:00
parent e0081eedcb
commit 678aee340b

View File

@ -40,7 +40,7 @@ class StackTopologyTab(tabs.Tab):
(("orchestration", "stacks:template"), (("orchestration", "stacks:template"),
("orchestration", "stacks:lookup"), ("orchestration", "stacks:lookup"),
("orchestration", "stacks:show"), ("orchestration", "stacks:show"),
("orchestration", "resources:index"),), ("orchestration", "resource:index"),),
request) request)
def get_context_data(self, request): def get_context_data(self, request):