diff options
Diffstat (limited to 'lib/hyperstack/provisioning_orchestrator.rb')
| -rw-r--r-- | lib/hyperstack/provisioning_orchestrator.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hyperstack/provisioning_orchestrator.rb b/lib/hyperstack/provisioning_orchestrator.rb index 8abfec8..7dbb10e 100644 --- a/lib/hyperstack/provisioning_orchestrator.rb +++ b/lib/hyperstack/provisioning_orchestrator.rb @@ -30,7 +30,6 @@ module HyperstackVM @state_store.save(state) @ssh_runner.ensure_trusted_host(state['public_ip']) - @provisioner.decommission_litellm(state['public_ip']) if @config.guest_bootstrap_enabled? && state['bootstrapped_at'].nil? @provisioner.bootstrap_guest(state['public_ip']) |
