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
This commit is contained in:
Jay Faulkner 2024-07-03 15:56:15 -07:00
parent a594e63c7f
commit e2dad9128a

View File

@ -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 = ''