Fix a typo

Change-Id: I368d0dadec33b23f5fd8e682c54edeb0787561f2
This commit is contained in:
chenaidong1
2017-05-04 11:30:54 +08:00
parent 2ba7f781dd
commit 3c68890cc3

View File

@@ -723,7 +723,7 @@ class SchedulerReportClient(object):
# TODO(cdent): When we're happy that all placement
# servers support microversion 1.7 we can remove this
# call and the associated code.
LOG.debug('Falling back to placement API microverison 1.2 '
LOG.debug('Falling back to placement API microversion 1.2 '
'for resource class management.')
return self._get_or_create_resource_class(name)
else: