From d52b59aff01d1ec9dec07136fc5dcc3d7f458b9b Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 24 Jan 2018 11:00:55 +0800 Subject: [PATCH] Replace curly quotes with straight quotes Change-Id: I3896bb9c44abc0c0c5585726cd1c21d97dbec8a7 --- api-ref/source/parameters.yaml | 2 +- doc/source/contributor/mod-wsgi.rst | 2 +- specs/container-SRIOV-networking.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 2961b7706..a654dfdd7 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -173,7 +173,7 @@ addresses: auto_remove: description: | enable auto-removal of the container on daemon side - when the container’s process exits. + when the container's process exits. in: body type: boolean binary: diff --git a/doc/source/contributor/mod-wsgi.rst b/doc/source/contributor/mod-wsgi.rst index 5a88a243e..9ffba2086 100644 --- a/doc/source/contributor/mod-wsgi.rst +++ b/doc/source/contributor/mod-wsgi.rst @@ -86,7 +86,7 @@ Create zun-uwsgi.ini file:: enable-threads = true # Set the number of threads usually with the returns of command nproc threads = 8 - # Make sure the client doesn’t try to re-use the connection. + # Make sure the client doesn't try to re-use the connection. add-header = Connection: close # Set uid and gip to a appropriate user on your server. In many # installations ``zun`` will be correct. diff --git a/specs/container-SRIOV-networking.rst b/specs/container-SRIOV-networking.rst index 0daf0eab6..6f1a25da2 100644 --- a/specs/container-SRIOV-networking.rst +++ b/specs/container-SRIOV-networking.rst @@ -33,8 +33,8 @@ These two dependencies are addressed under separated blueprint[1][2]. Kuryr driver is used for Zun container networking. Kuryr implements a libnetwork remote network driver and maps its calls to OpenStack Neutron. -It works as a translator between libnetwork’s Container Network Model (CNM) -and Neutron’s networking model. Kuryr also acts as a libnetwork IPAM driver. +It works as a translator between libnetwork's Container Network Model (CNM) +and Neutron's networking model. Kuryr also acts as a libnetwork IPAM driver. This design will try to use the existing functions provided by Kuryr and identify the new requirements for Kuryr and Zun for the SR-IOV support.