From 5c4efd3b66f90f19fbd9d942d554006583660ec8 Mon Sep 17 00:00:00 2001 From: shenjiatong Date: Mon, 3 Jun 2019 08:21:12 +0800 Subject: [PATCH] fix typo in code comment continue_node_clean will actually be invoked Change-Id: Iecd5efac5567979e9f97b6f3c07ddc126e30c2da --- ironic/conductor/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/conductor/manager.py b/ironic/conductor/manager.py index 8dd59caece..6f02db8223 100644 --- a/ironic/conductor/manager.py +++ b/ironic/conductor/manager.py @@ -1330,7 +1330,7 @@ class ConductorManager(base_manager.BaseConductorManager): # Prepare is asynchronous, the deploy driver will need to # set node.driver_internal_info['clean_steps'] and # node.clean_step and then make an RPC call to - # continue_node_cleaning to start cleaning. + # continue_node_clean to start cleaning. # For manual cleaning, the target provision state is MANAGEABLE, # whereas for automated cleaning, it is AVAILABLE (the default).