From fcab2304a524166363276a68d7437712fb32f278 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Sun, 27 Aug 2017 19:57:19 -0700 Subject: [PATCH] [Trivialfix]Fix typos Fix the typo in barbican. Change-Id: I3dd24c557f258d5d15370b59838d0be390d3a7dd --- releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml b/releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml index 74163007e..1170826a3 100644 --- a/releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml +++ b/releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml @@ -8,10 +8,10 @@ features: - New feature to support multiple secret store plugin backends. This feature is not enabled by default. To use this feature, the relevant feature flag needs to be enabled and supporting configuration needs to be added in the - service configuration. Once enabled, a project adminstrator will be able + service configuration. Once enabled, a project administrator will be able to specify one of the available secret store backends as a preferred secret store for their project secrets. This secret store preference applies only to new secrets (key material) created or stored within that project. Existing secrets are not impacted. See http://docs.openstack.org/developer/barbican/setup/plugin_backends.html for instructions on how to setup Barbican multiple backends, and the API - documentation for further details. \ No newline at end of file + documentation for further details.