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
This commit is contained in:
Jose Castro Leon 2018-10-31 13:36:22 +01:00 committed by Renat Akhmerov
parent 8e59d27ba1
commit 7e0f4eeed3

View File

@ -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.",