Reviewed: https://review.openstack.org/591771 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f3fc3beaefd0030d03232879d3e8835aab9b976d Submitter: Zuul Branch: master
commit f3fc3beaefd0030d03232879d3e8835aab9b976d Author: xhzhf <[email protected]> Date: Tue Aug 14 23:01:12 2018 +0800 VMware: add missing os types in vSphere sdk 6.5 add missing os types according to https://pubs.vmware.com/vsphere-6-5/index.jsp? topic=%2Fcom.vmware.wssdk.apiref.doc%2Fvim.vm.GuestOsDescriptor. GuestOsIdentifier.html Closes-Bug: #1786142 Change-Id: I1840a436361327d6d4020ba0214ede92c57c326a ** 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/1786142 Title: [vmware] VALID_OS_TYPES missing os type (centos7Guest and oracleLinux7Guest) Status in OpenStack Compute (nova): Fix Released Bug description: Description =========== If you review the link https://pubs.vmware.com/vsphere-6-5/index.jsp. Navigate to VirtualMachineGuestOsIdentifier, you will find that VALID_OS_TYPES in VMware driver codes miss centos7Guest and oracleLinux7Guest. I know VALID_OS_TYPES is from /usr/lib/vmware/hostd/vimLocale/en/gos.vmsg in ESXi, but we should cover all os types defined in vSphere SDK. Steps to reproduce ================== Environment =========== Logs & Configs ============== To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1786142/+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

