[Trivialfix]Fix typos in zun

Fix the typos in zun.

Change-Id: I97e73a79212b86c33e261ab4b847ad20c815d8af
This commit is contained in:
shangxiaobj 2017-08-28 18:52:11 -07:00
parent 6a6199500e
commit 76bb5bb5d8
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Proposed change
2. Extend docker driver to enable “docker commit” command to create a
new image.
3. The new image should be accessable from other hosts. There are two
3. The new image should be accessible from other hosts. There are two
options to support this:
a) upload the image to glance
b) upload the image to docker hub

View File

@ -54,7 +54,7 @@ specified, the behavior will be defaulted to "shared".
The logic of 'what' cpusets should be picked up for a given requests lies
in the control of the zun code and is not exposed to the user.
5. The cpu-policy parameter is specified in conjuction with the vcpus field
5. The cpu-policy parameter is specified in conjunction with the vcpus field
for container creation. The number of vcpus shall determine the number of
cpusets requested for dedicated usage.

View File

@ -27,7 +27,7 @@ devices. Virtual PCI devices are assigned to the same or different containers.
Since release Ocata, Openstack Nova enables flavor-based PCI-passthough device
management. This design will not depend on the Nova's implementation of PCI-
passthough work. However the design and implementation in Zun will refer to
the existing of Nova work and try to be consistant with Nova's implementation.
the existing of Nova work and try to be consistent with Nova's implementation.
Problem description
===================