Merge "Add deletion of actionplan to osc plugin"

This commit is contained in:
Zuul 2019-01-14 11:38:15 +00:00 committed by Gerrit Code Review
commit 1186c7c34f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ openstack.infra_optim.v1 =
optimize_audit_delete = watcherclient.v1.audit_shell:DeleteAudit
optimize_actionplan_show = watcherclient.v1.action_plan_shell:ShowActionPlan
optimize_actionplan_delete = watcherclient.v1.action_plan_shell:DeleteActionPlan
optimize_actionplan_list = watcherclient.v1.action_plan_shell:ListActionPlan
optimize_actionplan_update = watcherclient.v1.action_plan_shell:UpdateActionPlan
optimize_actionplan_start = watcherclient.v1.action_plan_shell:StartActionPlan