summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-18 07:15:09 +0000
committerGerrit Code Review <review@openstack.org>2020-09-18 07:15:09 +0000
commit8e56056f8074b6773cf613031136e901501d9d15 (patch)
treed2999c9db16821582df393ddf3ad1168bd8bac32
parent6c8f1e811c4622a320ada3b6dadb59d8840fdbb6 (diff)
parent977ce4d79cb8e704aa6b5b1d2d983a9509168e8d (diff)
downloadglance-8e56056f8074b6773cf613031136e901501d9d15.tar.gz
Merge "Fix a failure to parse json file" into stable/ussuri
-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"]
}