e2dad9128a
When running out of a local tox environment, don't try to cache images, or cleanup cached images. Change-Id: If153923d340455497018bf0021bab86a4c8ae69b
27 lines
528 B
Plaintext
27 lines
528 B
Plaintext
[DEFAULT]
|
|
# Disable all but fake hardware types and interfaces
|
|
enabled_hardware_types = fake-hardware
|
|
enabled_boot_interfaces = fake
|
|
enabled_deploy_interfaces = fake
|
|
enabled_management_interfaces = fake
|
|
enabled_vendor_interfaces = fake
|
|
default_network_interface = noop
|
|
|
|
# Enable single-process Ironic
|
|
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 = ''
|
|
|