From f6ec559cac46ebe1e4edd2166328794d201b802b Mon Sep 17 00:00:00 2001 From: Dominic Schlegel Date: Mon, 21 Oct 2019 09:14:09 +0200 Subject: [PATCH] adjust doc string to correct key Change-Id: I194d17b64a953ed0497da02b9ec079a536965668 --- mistral/actions/openstack/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral/actions/openstack/actions.py b/mistral/actions/openstack/actions.py index 06046b0c0..66a18a11d 100644 --- a/mistral/actions/openstack/actions.py +++ b/mistral/actions/openstack/actions.py @@ -704,7 +704,7 @@ class BarbicanAction(base.OpenStackAction): :type client: barbicanclient.client :param secret_ref: Full HATEOAS reference to a Secret - :type name: string + :type secret_ref: string """ return client.secrets.get(secret_ref).payload