Replace curly quotes with straight quotes
Change-Id: I3896bb9c44abc0c0c5585726cd1c21d97dbec8a7
This commit is contained in:
parent
84dd0dc361
commit
d52b59aff0
@ -173,7 +173,7 @@ addresses:
|
|||||||
auto_remove:
|
auto_remove:
|
||||||
description: |
|
description: |
|
||||||
enable auto-removal of the container on daemon side
|
enable auto-removal of the container on daemon side
|
||||||
when the container’s process exits.
|
when the container's process exits.
|
||||||
in: body
|
in: body
|
||||||
type: boolean
|
type: boolean
|
||||||
binary:
|
binary:
|
||||||
|
@ -86,7 +86,7 @@ Create zun-uwsgi.ini file::
|
|||||||
enable-threads = true
|
enable-threads = true
|
||||||
# Set the number of threads usually with the returns of command nproc
|
# Set the number of threads usually with the returns of command nproc
|
||||||
threads = 8
|
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
|
add-header = Connection: close
|
||||||
# Set uid and gip to a appropriate user on your server. In many
|
# Set uid and gip to a appropriate user on your server. In many
|
||||||
# installations ``zun`` will be correct.
|
# installations ``zun`` will be correct.
|
||||||
|
@ -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
|
Kuryr driver is used for Zun container networking. Kuryr implements a
|
||||||
libnetwork remote network driver and maps its calls to OpenStack Neutron.
|
libnetwork remote network driver and maps its calls to OpenStack Neutron.
|
||||||
It works as a translator between libnetwork’s Container Network Model (CNM)
|
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.
|
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
|
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.
|
identify the new requirements for Kuryr and Zun for the SR-IOV support.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user