Merge "Correcting url in action_plan policy"

This commit is contained in:
Zuul 2018-06-18 10:12:27 +00:00 committed by Gerrit Code Review
commit 02b72f4a38
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ rules = [
description='Start an action plans.',
operations=[
{
'path': '/v1/action_plans/{action_plan_uuid}/action',
'path': '/v1/action_plans/{action_plan_uuid}/start',
'method': 'POST'
}
]