From 7e0f4eeed351c66b0355605f917553adcd9f7cea Mon Sep 17 00:00:00 2001 From: Jose Castro Leon Date: Wed, 31 Oct 2018 13:36:22 +0100 Subject: [PATCH] Add back the secrets_store action into mapping.json This action is not included in the mapping.json and it is required to retrieve secrets from barbican in the workflows Change-Id: I68f2a75a30cbafba1dc5cc2ca222483c7b92dca1 Closes-Bug: #1800820 --- mistral/actions/openstack/mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mistral/actions/openstack/mapping.json b/mistral/actions/openstack/mapping.json index 710442b9d..2829df8c8 100644 --- a/mistral/actions/openstack/mapping.json +++ b/mistral/actions/openstack/mapping.json @@ -1001,7 +1001,8 @@ "secrets_get": "secrets.get", "secrets_list": "secrets.list", "secrets_total": "secrets.total", - "secrets_retrieve": "secrets_retrieve" + "secrets_retrieve": "secrets_retrieve", + "secrets_store": "secrets_store" }, "mistral": { "_comment": "It uses mistralclient.v2.",