Files
openstack-manuals/doc/config-reference/source/tables/nova-glance.rst
Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

2.2 KiB

Description of glance configuration options
Configuration option = Default value Description
[DEFAULT]
osapi_glance_link_prefix = None (String) Base URL that will be presented to users in links to glance resources
[glance]
allowed_direct_url_schemes = (List) A list of url scheme that can be downloaded directly via the direct_url. Currently supported schemes: [file].
api_insecure = False (Boolean) Allow to perform insecure SSL (https) requests to glance
api_servers = None (List) A list of the glance api servers endpoints available to nova. These should be fully qualified urls of the form "scheme://hostname:port[/path]" (i.e. "http://10.0.1.0:9292" or "https://my.glance.server/image")
host = $my_ip (String) DEPRECATED: Glance server hostname or IP address. Use the "api_servers" option instead.
num_retries = 0 (Integer) Number of retries when uploading / downloading an image to / from glance.
port = 9292 (Integer) DEPRECATED: Glance server port. Use the "api_servers" option instead.
protocol = http (String) DEPRECATED: Protocol to use when connecting to glance. Set to https for SSL. Use the "api_servers" option instead.
verify_glance_signatures = False (Boolean) Require Nova to perform signature verification on each image downloaded from Glance.
[image_file_url]
filesystems = (List) List of file systems that are configured in this file in the image_file_url:<list entry name> sections