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:
parent
94c47c251e
commit
aa5814c7ff
@ -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