Fix Chinese quotes

Change-Id: Ie5377f0512261e1112264688b4c92abab9650f8e
This commit is contained in:
zhangdebo 2018-11-24 16:17:11 +08:00
parent 503e9b904f
commit 62b91dcddb
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ Upgrade from Newton to Ocata
The barbican-api-paste.ini configuration file for the paste pipeline was The barbican-api-paste.ini configuration file for the paste pipeline was
updated to add the http_proxy_to_wsgi middleware. It can be used to help updated to add the http_proxy_to_wsgi middleware. It can be used to help
barbican respond with the correct URL refs when its put behind a TLS proxy barbican respond with the correct URL refs when it's put behind a TLS proxy
(such as HAProxy). This middleware is disabled by default, but can be enabled (such as HAProxy). This middleware is disabled by default, but can be enabled
via a configuration option in the oslo_middleware group. via a configuration option in the oslo_middleware group.
@ -54,7 +54,7 @@ Upgrade from Liberty to Mitaka
============================== ==============================
The Metadata API requires an update to the Database Schema. Existing The Metadata API requires an update to the Database Schema. Existing
deployments that are being upgraded to Mitaka should use the barbican-manage deployments that are being upgraded to Mitaka should use the barbican-manage'
utility to update the schema. utility to update the schema.
If you are upgrading from previous version of barbican that uses the PKCS#11 If you are upgrading from previous version of barbican that uses the PKCS#11

View File

@ -44,7 +44,7 @@ used for creating events in CADF format.
.. note:: .. note::
Audit middleware filter should be included after Keystone middlewares keystone_authtoken Audit middleware filter should be included after Keystone middleware's keystone_authtoken
middleware in request pipeline. This is needed so that audit middleware can utilize middleware in request pipeline. This is needed so that audit middleware can utilize
environment variables set by keystone_authtoken middleware. environment variables set by keystone_authtoken middleware.