Merge "Fix typo in ironic/conductor/manager.py"

This commit is contained in:
Jenkins 2015-12-18 13:32:55 +00:00 committed by Gerrit Code Review
commit 6cb7a2ad98

View File

@ -1335,7 +1335,7 @@ class ConductorManager(base_manager.BaseConductorManager):
"""
# NOTE(dtantsur): we allow deleting a node in maintenance mode even if
# we would disallow it otherwise. That's done for recoveting hopelessly
# we would disallow it otherwise. That's done for recovering hopelessly
# broken nodes (e.g. with broken BMC).
with task_manager.acquire(context, node_id,
purpose='node deletion') as task: