Bug Fix - Drydock Operator Prepare Nodes
The parameter that we should pass in should be 'prepare_nodes' instead of 'prepare_site' Change-Id: Ib80e4405da2e0c57f67300643c2edfa5262784c6
This commit is contained in:
parent
ab6ab4e842
commit
29463d5aa2
@ -29,7 +29,7 @@ class DrydockPrepareNodesOperator(DrydockBaseOperator):
|
||||
def do_execute(self):
|
||||
|
||||
# Trigger DryDock to execute task
|
||||
self.create_task('prepare_site')
|
||||
self.create_task('prepare_nodes')
|
||||
|
||||
# Retrieve query interval and timeout
|
||||
q_interval = self.dc['physical_provisioner.prepare_node_interval']
|
||||
|
Loading…
x
Reference in New Issue
Block a user