Fix typos in instance_manager.py & base.py

TrivialFix

Change-Id: I9796139eb99ea9422cae02ab7628a31b17b83333
This commit is contained in:
zhangyanxian 2016-09-21 08:51:59 +00:00 committed by mark mcclain
parent 59e25b504d
commit 317194c483
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ class InstanceGroupManager(container.ResourceContainer):
# zero managed instances report alive
if not alive:
self.log.debug(
'Alive check failed for all instnaces after %s attempts.',
'Alive check failed for all instances after %s attempts.',
cfg.CONF.max_retries)
return [], self.instances

View File

@ -349,7 +349,7 @@ class TestTenant(object):
break
else:
LOG.debug(
'Still waiting for auto-creted router. %s/%s',
'Still waiting for auto-created router. %s/%s',
i, CONF.appliance_active_timeout)
time.sleep(1)
else: