Merge "Fix confusing logs on tenant network configuration"
This commit is contained in:
commit
81932975e4
@ -823,6 +823,9 @@ def is_smartnic_port(port_data):
|
||||
if isinstance(port_data, dict):
|
||||
return port_data.get('is_smartnic', False)
|
||||
|
||||
if isinstance(port_data, objects.Portgroup):
|
||||
return False
|
||||
|
||||
LOG.warning('Unknown port data type: %(type)s', {'type': type(port_data)})
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user