Description of configuration options for glance
Configuration option = Default value Description
[DEFAULT]
allowed_direct_url_schemes = (ListOpt) A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file].
glance_api_insecure = False (BoolOpt) Allow to perform insecure SSL (https) requests to glance
glance_api_servers = $glance_host:$glance_port (ListOpt) A list of the glance api servers available to nova. Prefix with https:// for ssl-based glance api servers. ([hostname|ip]:port)
glance_host = $my_ip (StrOpt) Default glance hostname or IP address
glance_num_retries = 0 (IntOpt) Number of retries when downloading an image from glance
glance_port = 9292 (IntOpt) Default glance port
glance_protocol = http (StrOpt) Default protocol to use when connecting to glance. Set to https for SSL.
osapi_glance_link_prefix = None (StrOpt) Base URL that will be presented to users in links to glance resources
[image_file_url]
filesystems = (ListOpt) List of file systems that are configured in this file in the image_file_url:<list entry name> sections