Merge "Adds property to selectively enable image caching."
This commit is contained in:
@@ -409,9 +409,12 @@ global_opts = [
|
|||||||
cfg.ListOpt('isolated_hosts',
|
cfg.ListOpt('isolated_hosts',
|
||||||
default=[],
|
default=[],
|
||||||
help='Host reserved for specific images'),
|
help='Host reserved for specific images'),
|
||||||
cfg.BoolOpt('cache_images',
|
cfg.StrOpt('cache_images',
|
||||||
default=True,
|
default='all',
|
||||||
help='Cache glance images locally'),
|
help='Cache glance images locally. `all` will cache all'
|
||||||
|
' images, `some` will only cache images that have the'
|
||||||
|
' image_property `cache_in_nova=True`, and `none` turns'
|
||||||
|
' off caching entirely'),
|
||||||
cfg.BoolOpt('use_cow_images',
|
cfg.BoolOpt('use_cow_images',
|
||||||
default=True,
|
default=True,
|
||||||
help='Whether to use cow images'),
|
help='Whether to use cow images'),
|
||||||
|
|||||||
Reference in New Issue
Block a user