summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2020-05-02 14:35:12 +0900
committerMargarita Shakhova <shakhova.margarita@gmail.com>2020-09-17 08:36:14 +0000
commit977ce4d79cb8e704aa6b5b1d2d983a9509168e8d (patch)
tree19e5aabbd2eb17f9601bc849b5c7e023cc258eae
parent7ba0762dd80fd35ae97523b15493be76c79e31bb (diff)
downloadglance-977ce4d79cb8e704aa6b5b1d2d983a9509168e8d.tar.gz
Fix a failure to parse json file
Change-Id: I53454c05710ebc45381315a20e10e627cbb65650 Signed-off-by: Takashi Natsume <takanattie@gmail.com> Closes-Bug: #1876419 (cherry picked from commit ed3bb4e1fb07c2817b4b7ad2e3e069f78bd839ba)
-rw-r--r--etc/metadefs/compute-vmware.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/metadefs/compute-vmware.json b/etc/metadefs/compute-vmware.json
index ad1d76a9c..460bec825 100644
--- a/etc/metadefs/compute-vmware.json
+++ b/etc/metadefs/compute-vmware.json
@@ -209,7 +209,7 @@
},
"hw_vif_multiqueue_enabled": {
"title": "Multiqueue Enabled",
- j "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
+ "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
"type": "string",
"enum": ["true", "false"]
}