Update help message for node tasks
Help message must provide correct task names. This patch changes post_deployment task to post_deployment_start and pre_deployment to pre_deployment_end. Closes-bug: #1551904 Change-Id: If317092bc1562a74e0f2702b73c7c3fb88a11164
This commit is contained in:
@@ -255,10 +255,10 @@ class NodeAction(Action):
|
||||
"""Execute deployment tasks
|
||||
fuel node --node 2 --tasks hiera netconfig
|
||||
fuel node --node 2 --skip hiera netconfig
|
||||
fuel node --node 2 --skip rsync --end pre_deployment
|
||||
fuel node --node 2 --skip rsync --end pre_deployment_end
|
||||
fuel node --node 2 --end netconfig
|
||||
fuel node --node 2 --start hiera --end neutron
|
||||
fuel node --node 2 --start post_deployment
|
||||
fuel node --node 2 --start post_deployment_start
|
||||
"""
|
||||
node_collection = NodeCollection.init_with_ids(params.node)
|
||||
env_id_to_start = self.get_env_id(node_collection)
|
||||
|
||||
Reference in New Issue
Block a user