From c4cbfea8e33b68262540be12e72934649c423ec3 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sun, 12 Jul 2015 21:31:51 -0700 Subject: [PATCH] Correct reference to VC as vCenter VC is an abbreviation commonly used, but incorrect for documentation. The proper product name is vCenter and not VC. TrivialFix Change-Id: I53b883adf44ab749e6803730b2d5855a81dcf95f --- etc/metadefs/compute-vmware-flavor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/metadefs/compute-vmware-flavor.json b/etc/metadefs/compute-vmware-flavor.json index ae4addc89c..5d77b7a3f5 100644 --- a/etc/metadefs/compute-vmware-flavor.json +++ b/etc/metadefs/compute-vmware-flavor.json @@ -12,7 +12,7 @@ "properties": { "vmware:hw_version": { "title": "VMware Hardware Version", - "description": "Specifies the hardware version VMware uses to create images. If the hardware version needs to be compatible with a cluster version, for backward compatibility or other circumstances, the vmware:hw_version key specifies a virtual machine hardware version. In the event that a cluster has mixed host version types, the key will enable the VC to place the cluster on the correct host.", + "description": "Specifies the hardware version VMware uses to create images. If the hardware version needs to be compatible with a cluster version, for backward compatibility or other circumstances, the vmware:hw_version key specifies a virtual machine hardware version. In the event that a cluster has mixed host version types, the key will enable the vCenter to place the cluster on the correct host.", "type": "string" } }