From e2dad9128a0726f242db27d7ba888f4b30f63095 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 3 Jul 2024 15:56:15 -0700 Subject: [PATCH] Localdev: disable caching and related periodic When running out of a local tox environment, don't try to cache images, or cleanup cached images. Change-Id: If153923d340455497018bf0021bab86a4c8ae69b --- tools/ironic.conf.localdev | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/ironic.conf.localdev b/tools/ironic.conf.localdev index 894cb54c3c..c94d4b9ad8 100644 --- a/tools/ironic.conf.localdev +++ b/tools/ironic.conf.localdev @@ -12,3 +12,15 @@ rpc_transport = none # No authentication for dev auth_strategy = noauth + +[conductor] +cache_clean_up_interval = 0 + +[deploy] +# Disable image caching +iso_master_path = '' + +[pxe] +# Disable image caching +instance_master_path = '' +