Fix a typo in base.py

TrivialFix

Change-Id: I48998c290462e7eb27f99eda383628f893befc0c
This commit is contained in:
gecong1973 2016-10-13 09:17:53 +08:00
parent 95928b4680
commit 118f1496f3
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ def rule_actions_manager():
'ironic_inspector.rules.actions',
invoke_on_load=True)
for act in _ACTIONS_MGR:
# a trick to detect if function was overriden
# a trick to detect if function was overridden
if "rollback" in act.obj.__class__.__dict__:
LOG.warning(_LW('Defining "rollback" for introspection rules '
'actions is deprecated (action "%s")'),