nova/nova/virt/vmwareapi
Eric Fried 828e8047e5 Consolidate [image_cache] conf options
Blueprint image-precache-support added a conf section called
[image_cache], so it makes sense to move all the existing image
cache-related conf options into it.

Old:
[DEFAULT]image_cache_manager_interval
[DEFAULT]image_cache_subdirectory_name
[DEFAULT]remove_unused_base_images
[DEFAULT]remove_unused_original_minimum_age_seconds
[libvirt]remove_unused_resized_minimum_age_seconds

New:
[image_cache]manager_interval
[image_cache]subdirectory_name
[image_cache]remove_unused_base_images
[image_cache]remove_unused_original_minimum_age_seconds
[image_cache]remove_unused_resized_minimum_age_seconds

Change-Id: I3c49825ac0d70152b6c8ee4c8ca01546265f4b80
Partial-Bug: #1847302
2019-11-13 11:09:03 -06:00
..
__init__.py VMware: delete the driver VMwareESXDriver 2014-10-20 23:45:58 -07:00
constants.py VMware: add missing os types in vSphere sdk 6.5 2018-08-15 13:59:14 +00:00
driver.py Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
ds_util.py VMware: implement get_inventory() driver method 2017-12-12 10:11:12 +02:00
error_util.py VMware: clean up exceptions 2015-07-15 08:16:46 -07:00
host.py VMware: save VC reads for information that is static 2018-06-11 22:32:34 -07:00
imagecache.py Consolidate [image_cache] conf options 2019-11-13 11:09:03 -06:00
images.py Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
network_util.py hacking: Resolve W605 (invalid escape sequence) 2019-06-24 14:24:06 -05:00
vif.py Allow driver to specify switch&port for faster lookup 2018-11-20 02:30:58 -08:00
vim_util.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
vm_util.py Remove unused methods 2019-09-04 15:26:59 +09:00
vmops.py Consolidate [image_cache] conf options 2019-11-13 11:09:03 -06:00
volumeops.py VMware: Factor out relocate_vm() 2017-09-20 13:43:09 +03:00