Pass cluster_id
This commit is contained in:
parent
1427bdcadf
commit
e659481c61
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module Clusters
|
|||
if provider.make_creating(operation_id)
|
||||
WaitForClusterCreationWorker.perform_in(
|
||||
Clusters::Gcp::VerifyProvisionStatusService::INITIAL_INTERVAL,
|
||||
provider.id)
|
||||
provider.cluster_id)
|
||||
else
|
||||
provider.make_errored!("Failed to update provider record; #{provider.errors}")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue