From d1ff5ab69543548bd6e5370f2ab7217aa3351b67 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Fri, 2 Dec 2016 16:37:18 +0800 Subject: [PATCH] Fix a typo TrivialFix Change-Id: Iae6b6dc072ea46496c4185598efd0d62c01625f4 --- specs/mitaka/approved/virt-image-props-boot-override.rst | 2 +- specs/newton/approved/virt-image-props-boot-override.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/mitaka/approved/virt-image-props-boot-override.rst b/specs/mitaka/approved/virt-image-props-boot-override.rst index 10eb42142..981e2dba2 100644 --- a/specs/mitaka/approved/virt-image-props-boot-override.rst +++ b/specs/mitaka/approved/virt-image-props-boot-override.rst @@ -62,7 +62,7 @@ a dict of parameters. The keys in this dict will match those permitted by the nova.objects.ImageMetaProps object fields. In the Nova compute manager, the metadata properties from the image will be -augmented / overriden with the properties provided via the boot API. This +augmented / overridden with the properties provided via the boot API. This merged set of properties will be recorded as the image system metadata for the instance. In this way no changes will be required to downstream code in the virt drivers. The virt drivers will automatically see the per-instance diff --git a/specs/newton/approved/virt-image-props-boot-override.rst b/specs/newton/approved/virt-image-props-boot-override.rst index 10eb42142..981e2dba2 100644 --- a/specs/newton/approved/virt-image-props-boot-override.rst +++ b/specs/newton/approved/virt-image-props-boot-override.rst @@ -62,7 +62,7 @@ a dict of parameters. The keys in this dict will match those permitted by the nova.objects.ImageMetaProps object fields. In the Nova compute manager, the metadata properties from the image will be -augmented / overriden with the properties provided via the boot API. This +augmented / overridden with the properties provided via the boot API. This merged set of properties will be recorded as the image system metadata for the instance. In this way no changes will be required to downstream code in the virt drivers. The virt drivers will automatically see the per-instance