fix typo in code comment

continue_node_clean will actually be invoked

Change-Id: Iecd5efac5567979e9f97b6f3c07ddc126e30c2da
This commit is contained in:
shenjiatong 2019-06-03 08:21:12 +08:00
parent 73845b3655
commit 5c4efd3b66
1 changed files with 1 additions and 1 deletions

View File

@ -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).