55167764ae
re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
2.6 KiB
2.6 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
|
(String) This string is prepended to the normal URL that is returned in links to Glance resources. If it is empty (the default), the URLs are returned unchanged. Possible values:
|
[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") |
debug = False |
(Boolean) Enable or disable debug logging with glanceclient. |
num_retries = 0 |
(Integer) Number of retries when uploading / downloading an image to / from glance. |
|
(Boolean) DEPRECATED: This flag allows reverting to glance v1 if for some reason glance v2 doesn't work in your environment. This will only exist in Newton, and a fully working Glance v2 will be a hard requirement in Ocata.
|
verify_glance_signatures = False |
(Boolean) Require Nova to perform signature verification on each image downloaded from Glance. |
[image_file_url] | |
filesystems = |
(List) DEPRECATED: List of file systems that are configured in this file in the image_file_url:<list entry name> sections The feature to download images from glance via filesystem is not used and will be removed in the future. |