Change log level from info to debug

Modify the log level to debug as the message in this case
is more suited for debug level.

Change-Id: I9cf6498d405fea7dd7fc14cef894527285889d30
This commit is contained in:
Nader Lahouti 2017-06-06 16:10:46 -07:00
parent fc46b04ad7
commit a0c46007f4
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class AristaDriver(driver_api.MechanismDriver):
device_owner.startswith('baremetal')]):
return True
LOG.info(_LI('Unsupported device owner: %s'), device_owner)
LOG.debug('Unsupported device owner: %s', device_owner)
def _network_owner_tenant(self, context, network_id, tenant_id):
tid = tenant_id