Fixes spelling error

Closes-Bug: #1284257

Change-Id: I3c5ff9b7e8830023f54d09d74c1a9d3c9a4b82f5
This commit is contained in:
Matthew Weeks 2014-02-28 11:31:43 -08:00
parent 66f66566d8
commit 16dc5b9b52
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class NeutronManager(object):
# NOTE(jkoelker) Testing for the subclass with the __subclasshook__
# breaks tach monitoring. It has been removed
# intentianally to allow v2 plugins to be monitored
# intentionally to allow v2 plugins to be monitored
# for performance metrics.
plugin_provider = cfg.CONF.core_plugin
LOG.info(_("Loading core plugin: %s"), plugin_provider)