omit the twice occured words in orchestrator.py
Change-Id: I50fb7b96cb0ee6bee670fd3b85007e99ef0aabc9
This commit is contained in:
parent
8e8b7d6c7b
commit
3470f89519
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user