summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMauricio Harley <mharley@redhat.com>2023-03-03 14:02:21 +0100
committerMauricio Harley <mharley@redhat.com>2023-03-03 14:47:50 +0100
commit7d9c28ab17fec88a93be202bd74f3715195c29e4 (patch)
tree84347f83694ca5bde2166301ae5f262946aff4dd /releasenotes
parentad14b64a7a1a3d4d1315891c486a12e0a4567846 (diff)
downloadpython-barbicanclient-7d9c28ab17fec88a93be202bd74f3715195c29e4.tar.gz
Fixed typo in the release notesHEADmaster
Change-Id: I5d651e85d984a6a854481087ccfd4d716a245068
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml b/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
index 443e735..b82e0ca 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.