Reviewed: https://review.opendev.org/685593 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6d5fdb4ef4dc3e5f40298e751d966ca54b2ae902 Submitter: Zuul Branch: master
commit 6d5fdb4ef4dc3e5f40298e751d966ca54b2ae902 Author: LuyaoZhong <[email protected]> Date: Sun Sep 29 08:54:41 2019 +0000 make virtual pmem feature compatible with python3 convert floating-point number to integer when generating vpmem xml. Co-Authored-By: Eric Fried <[email protected]> Change-Id: I6e94150820bf31a8404ef257db2b64b0d2ee9763 Closes-Bug: 1845905 ** 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/1845905 Title: vpmem - libvirt.libvirtError: XML error: Invalid value for element or attribute 'maxMemory' Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) train series: In Progress Bug description: The result of Python3 divide operation is float point. This resulted in an invalid value for 'maxMemory' entry of libvirt domain xml which expects an integer. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1845905/+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

