Fix typo in Octavia driver

TrivialFix

Change-Id: I73c0e5e34014f2869a97d4f31937659d2759b479
This commit is contained in:
asarfaty 2019-12-15 11:21:28 +02:00
parent 50b93766ef
commit b6b372470a

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