Add deletion of actionplan to osc plugin

Change-Id: I3674f6945adb9a7e9b1ffa9e8ea81ddeaa893c67
This commit is contained in:
Alexander Chadin 2019-01-14 13:26:10 +03:00
parent 69f0493968
commit 02498f85f6
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,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