Reviewed: https://review.opendev.org/706730 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=560987f920c7080050e5291206559a57885819be Submitter: Zuul Branch: master
commit 560987f920c7080050e5291206559a57885819be Author: jichenjc <[email protected]> Date: Mon Feb 10 03:31:38 2020 +0000 set default value to 0 instead of '' hypervisor_version of z/VM driver returned '' but in fact it is defined as fields.IntegerField() which means it should be int value by default. Closes-Bug: 1862750 Change-Id: Ib4f2ecbbb731943eda996d525ddaafd2260fd1a3 ** 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/1862750 Title: zvm virt driver default hypervisor_version is incorrect Status in OpenStack Compute (nova): Fix Released Bug description: hypervisor_version of z/VM driver returned '' but in fact it is defined as fields.IntegerField() which means it should be int value by default. so in case some error occured, the '' will be reported and may lead to other potential issue To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1862750/+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

