Fix typo in Octavia driver
TrivialFix Change-Id: I73c0e5e34014f2869a97d4f31937659d2759b479
This commit is contained in:
parent
50b93766ef
commit
b6b372470a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user