Skip to content

Commit

Permalink
vsphere: default guestid to other linux
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Aug 9, 2024
1 parent a0dd58f commit 18cfce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvirt/providers/vsphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ def get_guestid(image):
elif 'debian' in image.lower():
guestid = 'debian10_64Guest'
else:
guestid = 'rhel7_64Guest'
guestid = 'genericLinuxGuest'
return guestid

def reserve_dns(self, name, nets=[], domain=None, ip=None, alias=[], force=False, primary=False):
Expand Down

0 comments on commit 18cfce0

Please sign in to comment.