Skip to content

Commit f3fc3be

Browse files
committed
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
1 parent 61f854f commit f3fc3be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nova/virt/vmwareapi/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
'centos6Guest',
9191
'centos6_64Guest',
9292
'centos7_64Guest',
93+
'centos7Guest',
9394
'coreos64Guest',
9495
'darwin10_64Guest',
9596
'darwin10Guest',
@@ -141,6 +142,7 @@
141142
'oracleLinux6Guest',
142143
'oracleLinux6_64Guest',
143144
'oracleLinux7_64Guest',
145+
'oracleLinux7Guest',
144146
'os2Guest',
145147
'other24xLinux64Guest',
146148
'other24xLinuxGuest',

0 commit comments

Comments
 (0)