There was an error while loading. Please reload this page.
1 parent ac6afe9 commit c554fa0Copy full SHA for c554fa0
1 file changed
setup.cfg
@@ -216,6 +216,7 @@ openstack.dms.v1 =
216
dms_instance_list = otcextensions.osclient.dms.v1.instance:ListDMSInstance
217
dms_instance_show = otcextensions.osclient.dms.v1.instance:ShowDMSInstance
218
dms_instance_create = otcextensions.osclient.dms.v1.instance:CreateDMSInstance
219
+ dms_instance_delete = otcextensions.osclient.dms.v1.instance:DeleteDMSInstance
220
dms_instance_set = otcextensions.osclient.dms.v1.instance:UpdateDMSInstance
221
dms_instance_restart = otcextensions.osclient.dms.v1.instance:RestartDMSInstance
222
dms_instance_topic_list = otcextensions.osclient.dms.v1.topic:ListDMSInstanceTopic
0 commit comments