2.2 KiB
2.2 KiB
| 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 |