Cant create PR, Please add QEMU as a virtual server manufacture #210
Labels
No labels
help wanted
need testing
status: accepted
status: discussing
type: bug
type: documentation
type: duplicate
type: enhancement
type:hardware
type: invalid
type: major feature
type: minor feature
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/netbox-agent#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in virtualmachine.py
change from this:
'VirtualBox' in bios[0]['Version'] or \ 'VMware' in system[0]['Manufacturer']: return True
to this:
'VirtualBox' in bios[0]['Version'] or \ 'QEMU' in system[0]['Manufacturer']or \ 'VMware' in system[0]['Manufacturer']: return True
We have been running with that last months and so far no issues with it
Thanks @KivraChristoffer its done
Could you please also add it to 2.9 branch ?