Skip to content

Commit

Permalink
enable dms instance delete in cli (#499)
Browse files Browse the repository at this point in the history
enable dms instance delete in cli

Enable feature

Reviewed-by: RusselSand
  • Loading branch information
anton-sidelnikov authored Dec 2, 2024
1 parent ac6afe9 commit c554fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ openstack.dms.v1 =
dms_instance_list = otcextensions.osclient.dms.v1.instance:ListDMSInstance
dms_instance_show = otcextensions.osclient.dms.v1.instance:ShowDMSInstance
dms_instance_create = otcextensions.osclient.dms.v1.instance:CreateDMSInstance
dms_instance_delete = otcextensions.osclient.dms.v1.instance:DeleteDMSInstance
dms_instance_set = otcextensions.osclient.dms.v1.instance:UpdateDMSInstance
dms_instance_restart = otcextensions.osclient.dms.v1.instance:RestartDMSInstance
dms_instance_topic_list = otcextensions.osclient.dms.v1.topic:ListDMSInstanceTopic
Expand Down

0 comments on commit c554fa0

Please sign in to comment.