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

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'
}
]