From 7d9c28ab17fec88a93be202bd74f3715195c29e4 Mon Sep 17 00:00:00 2001 From: Mauricio Harley Date: Fri, 3 Mar 2023 14:02:21 +0100 Subject: [PATCH] Fixed typo in the release notes Change-Id: I5d651e85d984a6a854481087ccfd4d716a245068 --- releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml b/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml index 443e735a..b82e0ca1 100644 --- a/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml +++ b/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml @@ -3,8 +3,8 @@ features: > The Barbican API has been extended to allow secrets to have one or more consumers. This extension has been documented here: https://docs.openstack.org/barbican/latest/api/reference/secret_consumers.html - + This functionality has now been exposed in the barbican client. - Users may add, remove or delete consumers by calling new mechods on the + Users may add, remove or delete consumers by calling new methods on the SecretManager. In addition, new CLI options have been provided to add, remove and list consumers. See the documentation for details.