From c4d33554c04b603abad1da21aecafab5dbf6e613 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 4 Dec 2017 15:26:13 +0100 Subject: [PATCH] Remove usage of ironic::drivers::ipmi::retry_timeout This parameter is deprecated. The replacement parameter has a bigger default value of 60 seconds, which we probably should use (the previous one had a default of 10). Change-Id: I987a15326fd6c462cbfc84815ef4ea8efc9c870a --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index d7864d083..7cabdf8d5 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -598,7 +598,6 @@ ironic::drivers::agent::deploy_logs_storage_backend: 'local' ironic::drivers::agent::deploy_logs_local_path: '/var/log/ironic/deploy/' # Ironic power and management drivers tuning -ironic::drivers::ipmi::retry_timeout: 15 ironic::drivers::ilo::default_boot_mode: 'bios' # Rabbit