Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/save-hypervisor-version-as-string. Description: The hypervisor_version reported by vmwareapi, powervm, hyperv and the fake driver all use strings as their version number. Currently, the hypervisor_version is being saved as an integer in the compute_nodes table. It would be consistent and more convenient to store it as a string, which would avoid the need to convert it to int. Related discussion can be found on: https://bugs.launchpad.net/nova/+bug/1207058 Related mailing list discussion: http://lists.openstack.org/pipermail/openstack-dev/2013-August/013197.html Specification URL (additional information): None