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