From 6482a8683ec0ebf2d0055728e5130903903bc41c Mon Sep 17 00:00:00 2001 From: yaoning Date: Mon, 14 Aug 2023 10:44:01 +0800 Subject: [PATCH] Rename trove instances.edit to instances.update In Ifc919667e83573bd6c3b7aff205fe08e82667457, instances.edit method in troveclient rename to instances.update Change-Id: I7bad94f133258a4d2ecff664b9c4f452d3f67b86 Signed-off-by: yaoning --- mistral_extra/actions/openstack/mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral_extra/actions/openstack/mapping.json b/mistral_extra/actions/openstack/mapping.json index f32e7ab..6219bbd 100644 --- a/mistral_extra/actions/openstack/mapping.json +++ b/mistral_extra/actions/openstack/mapping.json @@ -819,7 +819,7 @@ "instances_configuration": "instances.configuration", "instances_create": "instances.create", "instances_delete": "instances.delete", - "instances_edit": "instances.edit", + "instances_update": "instances.update", "instances_eject_replica_source": "instances.eject_replica_source", "instances_find": "instances.find", "instances_findall": "instances.findall",