Identify vbox host adaptor using 'oracle' not 'sun'
This commit is contained in:
parent
19c231d7f7
commit
ee4bcb5b80
@ -137,7 +137,7 @@ def ports(request, drone):
|
|||||||
for port in port_config_list.port:
|
for port in port_config_list.port:
|
||||||
print('%d.%s (%s)' % (port.port_id.id, port.name, port.description))
|
print('%d.%s (%s)' % (port.port_id.id, port.name, port.description))
|
||||||
# use a vhost port as default X/Y port
|
# use a vhost port as default X/Y port
|
||||||
if ('vhost' in port.name or 'sun' in port.description.lower()):
|
if ('vhost' in port.name or 'oracle' in port.description.lower()):
|
||||||
if ports.x_num < 0:
|
if ports.x_num < 0:
|
||||||
ports.x_num = port.port_id.id
|
ports.x_num = port.port_id.id
|
||||||
elif ports.y_num < 0:
|
elif ports.y_num < 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user