Fix a typo

TrivialFix

Change-Id: Iae6b6dc072ea46496c4185598efd0d62c01625f4
This commit is contained in:
gengchc2
2016-12-02 16:37:18 +08:00
parent ced76bc2f0
commit d1ff5ab695
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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