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:
parent
a594e63c7f
commit
e2dad9128a
@ -12,3 +12,15 @@ rpc_transport = none
|
|||||||
|
|
||||||
# No authentication for dev
|
# No authentication for dev
|
||||||
auth_strategy = noauth
|
auth_strategy = noauth
|
||||||
|
|
||||||
|
[conductor]
|
||||||
|
cache_clean_up_interval = 0
|
||||||
|
|
||||||
|
[deploy]
|
||||||
|
# Disable image caching
|
||||||
|
iso_master_path = ''
|
||||||
|
|
||||||
|
[pxe]
|
||||||
|
# Disable image caching
|
||||||
|
instance_master_path = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user