Change action_execution to action_executions in url

Change-Id: I14ab5578cd6d4e027833f798871bd68e67627e5e
This commit is contained in:
pengyuesheng 2019-05-20 11:22:21 +08:00
parent 399b9dff68
commit 7dc4afb3b9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def get_single_action_execution_data(request, **kwargs):
)
except Exception:
msg = _('Unable to get action execution "%s".') % action_execution_id
redirect = reverse('horizon:mistral:action_execution:index')
redirect = reverse('horizon:mistral:action_executions:index')
exceptions.handle(request, msg, redirect=redirect)
return action_execution