From d7e19225fff1449fd61aed4a576312fa3d8f766e Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Thu, 4 Sep 2025 22:49:02 +0200 Subject: [PATCH] Remove services_find and services_list Since we removed coordination from mistral, we cant do service list anymore. Change-Id: Id3f63c500061472aa5a001b2ce12f566e3d22c61 Signed-off-by: Arnaud M --- mistral_extra/actions/openstack/mapping.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/mistral_extra/actions/openstack/mapping.json b/mistral_extra/actions/openstack/mapping.json index e410fcf..f4b5f2d 100644 --- a/mistral_extra/actions/openstack/mapping.json +++ b/mistral_extra/actions/openstack/mapping.json @@ -1006,8 +1006,6 @@ "members_get": "members.get", "members_list": "members.list", "members_update": "members.update", - "services_find": "services.find", - "services_list": "services.list", "tasks_find": "tasks.find", "tasks_get": "tasks.get", "tasks_list": "tasks.list",