From ba076b53790def1e500c3ca57d76cd7df31f8303 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 19 Jun 2017 15:20:54 +0100 Subject: [PATCH] Add the baremetal_introspection action for aborting Change-Id: I6979a049a6753821da7e0b05916e3129dfa1e086 --- mistral/actions/openstack/mapping.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mistral/actions/openstack/mapping.json b/mistral/actions/openstack/mapping.json index 8284fb47d..b0b3263e0 100644 --- a/mistral/actions/openstack/mapping.json +++ b/mistral/actions/openstack/mapping.json @@ -1068,6 +1068,7 @@ }, "baremetal_introspection": { "_comment": "It uses ironic_inspector_client.v1.", + "abort": "abort", "introspect": "introspect", "get_status": "get_status", "get_data": "get_data",