omit the twice occured words in orchestrator.py

Change-Id: I50fb7b96cb0ee6bee670fd3b85007e99ef0aabc9
This commit is contained in:
melissaml 2018-11-14 17:56:51 +08:00
parent 8e8b7d6c7b
commit 3470f89519
1 changed files with 4 additions and 4 deletions

View File

@ -227,7 +227,7 @@ class DestroyNodes(BaseAction):
if not target_nodes:
self.task.add_status_msg(
msg="No nodes in scope, no work to to do.",
msg="No nodes in scope, no work to do.",
error=False,
ctx='NA',
ctx_type='NA')
@ -513,7 +513,7 @@ class VerifyNodes(BaseAction):
else:
# no target nodes
self.task.add_status_msg(
msg="No nodes in scope, no work to to do.",
msg="No nodes in scope, no work to do.",
error=False,
ctx='NA',
ctx_type='NA')
@ -555,7 +555,7 @@ class PrepareNodes(BaseAction):
if not target_nodes:
self.task.add_status_msg(
msg="No nodes in scope, no work to to do.",
msg="No nodes in scope, no work to do.",
error=False,
ctx='NA',
ctx_type='NA')
@ -898,7 +898,7 @@ class DeployNodes(BaseAction):
if not target_nodes:
self.task.add_status_msg(
msg="No nodes in scope, no work to to do.",
msg="No nodes in scope, no work to do.",
error=False,
ctx='NA',
ctx_type='NA')