From 98dc0ddb14fa3ad423736a29ed45e59dbd4e13a1 Mon Sep 17 00:00:00 2001 From: Yuriy Zveryanskyy Date: Fri, 5 May 2017 16:54:24 +0300 Subject: [PATCH] Fix docstrings in conductor manager Remove NodeCleaningFailure exception from docstrings of two methods, they are not raise it. Change-Id: I7885d359a613c9ef9f82953cfef67176f94ea59e --- ironic/conductor/manager.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ironic/conductor/manager.py b/ironic/conductor/manager.py index 8a6769e44c..d9a4699971 100644 --- a/ironic/conductor/manager.py +++ b/ironic/conductor/manager.py @@ -706,8 +706,6 @@ class ConductorManager(base_manager.BaseConductorManager): :param task: A TaskManager object :param skip_current_step: True to skip the current clean step; False to include it. - :raises: NodeCleaningFailure if an internal error occurred when - getting the next clean steps :returns: index of the next clean step; None if there are no clean steps to execute. @@ -811,8 +809,6 @@ class ConductorManager(base_manager.BaseConductorManager): async task :raises: NodeLocked if node is locked by another conductor. :raises: NodeNotFound if the node no longer appears in the database - :raises: NodeCleaningFailure if an internal error occurred when - getting the next clean steps """ LOG.debug("RPC continue_node_clean called for node %s.", node_id)