Description of images configuration options
Configuration option = Default value Description
[DEFAULT]
= (ListOpt) A list of url schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file].
= False (BoolOpt) Allow to perform insecure SSL (https) requests to glance
= $glance_host:$glance_port (ListOpt) A list of the glance API servers available to cinder ([hostname|ip]:port)
= False (BoolOpt) Enables or disables negotiation of SSL layer compression. In some cases disabling compression can improve data throughput, such as when high network bandwidth is available and you use compressed image formats like qcow2.
= 1 (IntOpt) Version of the glance API to use
= None (StrOpt) Location of ca certificates file to use for glance client requests.
= checksum, container_format, disk_format, image_name, image_id, min_disk, min_ram, name, size (ListOpt) Default core properties of image
= $my_ip (StrOpt) Default glance host name or IP
= 0 (IntOpt) Number retries when downloading an image from glance
= 9292 (IntOpt) Default glance port
= None (IntOpt) http/https timeout value for glance operations. If no value (None) is supplied here, the glanceclient default value is used.
= $state_path/conversion (StrOpt) Directory used for temporary storage during image conversion
= False (BoolOpt) If set to True, upload-to-image in raw format will create a cloned volume and register its location to the image service, instead of uploading the volume content. The cinder backend and locations support must be enabled in the image service, and glance_api_version must be set to 2.
= False (BoolOpt) If set to True, the image volume created by upload-to-image will be placed in the internal tenant. Otherwise, the image volume is created in the current context's tenant.
= False (BoolOpt) Enable the image volume cache for this backend.
= 0 (IntOpt) Max number of entries allowed in the image volume cache. 0 => unlimited.
= 0 (IntOpt) Max size of the image volume cache for this backend in GB. 0 => unlimited.
= False (BoolOpt) Do we attach/detach volumes in cinder using multipath for volume to image and image to volume transfers?