Fix unit of hw_rng:rate_period

Replace seconds with milliseconds
in the description of hw_rng:rate_period[1].

[1]https://libvirt.org/formatdomain.html#elementsRng

Change-Id: I53848359704d68dd84c5be8106f4e259937b8092
Related-Bug:#1843542
This commit is contained in:
zengjia 2019-09-20 02:27:10 +00:00
parent 53fbfc8c63
commit c11ebf46e7
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
},
"hw_rng:rate_period": {
"title": "Random number generator read period.",
"description": "Duration of the read period in seconds.",
"description": "Duration of the read period in milliseconds.",
"type": "integer"
}
}
}
}