Reviewed: https://review.opendev.org/683051 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=976120cb20da46258df87b8fa43ba0f8ee6dc675 Submitter: Zuul Branch: master
commit 976120cb20da46258df87b8fa43ba0f8ee6dc675 Author: Takashi NATSUME <[email protected]> Date: Thu Sep 19 16:38:25 2019 +0900 Fix unit of hw_rng:rate_period Replace seconds with milliseconds in the description of hw_rng:rate_period. * https://libvirt.org/formatdomain.html#elementsRng Change-Id: I285f68c81b0587c6a197d4791b09234a1697f5e7 Closes-Bug: #1843542 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1843542 Title: Flavor property "hw_rng:rate_period" should be milliseconds Status in OpenStack Compute (nova): Fix Released Bug description: Error in "doc/source/user/flavors.rst" In "Random-number generator" section Currently reads: "RATE-PERIOD: (integer) Duration of the read period in seconds." Should read: "RATE-PERIOD: (integer) Duration of the read period in milliseconds." Please see: https://libvirt.org/formatdomain.html#elementsRng for reference. Either the documentation needs to be updated of the nova needs to convert the given value into milliseconds before passing it to libvirt. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1843542/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

