Merge "Fix typo in Octavia driver"

This commit is contained in:
Zuul 2019-12-16 09:23:18 +00:00 committed by Gerrit Code Review
commit 4a72526225

View File

@ -130,7 +130,7 @@ class NSXOctaviaDriver(driver_base.ProviderDriver):
project_id = db_lb.project_id
if not project_id:
LOG.warning("Could bot find the tenant id for %(type)s "
LOG.warning("Could not find the tenant id for %(type)s "
"%(obj)s", {'type': obj_type, 'obj': obj_dict})
return project_id