From 76bb5bb5d8316f6f4c8957a19b4d23a6b6b04259 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Mon, 28 Aug 2017 18:52:11 -0700 Subject: [PATCH] [Trivialfix]Fix typos in zun Fix the typos in zun. Change-Id: I97e73a79212b86c33e261ab4b847ad20c815d8af --- specs/container-snapshot.rst | 2 +- specs/cpuset-container.rst | 2 +- specs/pci-device-model.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/container-snapshot.rst b/specs/container-snapshot.rst index b6617d601..c1bcad4d3 100644 --- a/specs/container-snapshot.rst +++ b/specs/container-snapshot.rst @@ -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 diff --git a/specs/cpuset-container.rst b/specs/cpuset-container.rst index bba4f5fa5..c629da0d7 100644 --- a/specs/cpuset-container.rst +++ b/specs/cpuset-container.rst @@ -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. diff --git a/specs/pci-device-model.rst b/specs/pci-device-model.rst index eb035a325..653735444 100644 --- a/specs/pci-device-model.rst +++ b/specs/pci-device-model.rst @@ -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 ===================