re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
16 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
|
(Boolean) Allow users to add additional/custom properties to images. Glance defines a standard set of properties (in its schema) that
appear on every image. These properties are also known as
By default, this configuration option is set to Possible values:
Related options:
|
|
(Integer) Maximum number of results that could be returned by a request. As described in the help text of NOTE: Setting this to a very large value may slow down database queries and increase response times. Setting this to a very low value may result in poor user experience. Possible values:
Related options:
|
|
(Integer) Set the number of incoming connection requests. Provide a positive integer value to limit the number of requests in the backlog queue. The default queue size is 4096. An incoming connection to a TCP listener socket is queued before a connection can be established with the server. Setting the backlog for a TCP socket ensures a limited queue size for incoming traffic. Possible values:
Related options:
|
|
(String) IP address to bind the glance servers to. Provide an IP address to bind the glance server to. The default value
is Edit this option to enable the server to listen on one particular IP address on the network card. This facilitates selection of a particular network interface for the server. Possible values:
Related options:
|
|
(Port number) Port number on which the server will listen. Provide a valid port number to bind the server's socket to. This port is then set to identify processes and forward network messages that arrive at the server. The default bind_port value for the API server is 9292 and for the registry server is 9191. Possible values:
Related options:
|
|
(String) Python module path of data access API. Specifies the path to the API to use for accessing the data model. This option determines how the image catalog data will be accessed. Possible values:
If this option is set to Setting this option to NOTE: In v2 OpenStack Images API, the registry service is optional.
In order to use the Registry API in v2, the option
Finally, when this configuration option is set to
Related options:
|
|
(String) Digest algorithm to use for digital signature. Provide a string value representing the digest algorithm to use for
generating digital signatures. By default, To get a list of the available algorithms supported by the version of
OpenSSL on your platform, run the command:
NOTE: Possible values:
Relation options:
|
executor_thread_pool_size = 64 |
(Integer) Size of executor thread pool. |
|
(Integer) Maximum number of locations allowed on an image. Any negative value is interpreted as unlimited. Related options:
|
|
(Integer) Maximum number of image members per image. This limits the maximum of users an image can be shared with. Any negative value is interpreted as unlimited. Related options:
|
|
(Integer) Maximum number of properties allowed on an image. This enforces an upper limit on the number of additional properties an image can have. Any negative value is interpreted as unlimited. NOTE: This won't have any impact if additional properties are
disabled. Please refer to
Related options:
|
|
(Integer) Maximum number of tags allowed on an image. Any negative value is interpreted as unlimited. Related options:
|
|
(Integer) The default number of results to return for a request. Responses to certain API requests, like list images, may return
multiple items. The number of results returned can be explicitly
controlled by specifying the NOTES:
Possible values:
Related options:
|
|
(String) AES key for encrypting store location metadata. Provide a string value representing the AES cipher to use for encrypting Glance store metadata. NOTE: The AES key to use must be set to a random string of length 16, 24 or 32 bytes. Possible values:
Related options:
|
|
(String) Absolute path to the directory where JSON metadefs files are stored. Glance Metadata Definitions ("metadefs") are served from the database, but are stored in files in the JSON format. The files in this directory are used to initialize the metadefs in the database. Additionally, when metadefs are exported from the database, the files are written to this directory. NOTE: If you plan to export metadefs, make sure that this directory has write permissions set for the user being used to run the glance-api service. Possible values:
Related options:
|
|
(String) The location of the property protection file. Provide a valid path to the property protection file which contains the rules for property protections and the roles/policies associated with them. A property protection file, when set, restricts the Glance image properties to be created, read, updated and/or deleted by a specific set of users that are identified by either roles or policies. If this configuration option is not set, by default, property protections won't be enforced. If a value is specified and the file is not found, the glance-api service will fail to start. More information on property protections can be found at: http://docs.openstack.org/developer/glance/property-protections.html Possible values:
Related options:
|
|
(String) Rule format for property protection. Provide the desired way to set property protection on Glance image
properties. The two permissible values are If the value is Possible values:
Related options:
|
|
(Boolean) Show direct image location when returning an image. This configuration option indicates whether to show the direct image
location when returning image details to the user. The direct image
location is where the image data is stored in backend storage. This
image location is shown under the image property
When multiple image locations exist for an image, the best location
is displayed based on the location strategy indicated by the
configuration option NOTES:
Possible values:
Related options:
|
|
(String) Maximum amount of image storage per tenant. This enforces an upper limit on the cumulative storage consumed by all images of a tenant across all stores. This is a per-tenant limit. The default unit for this configuration option is Bytes. However,
storage units can be specified using case-sensitive literals
Possible values:
Related options:
|
|
(Integer) Number of Glance worker processes to start. Provide a non-negative integer value to set the number of child
process workers to service requests. By default, the number of CPUs
available is set as the value for Each worker process is made to listen on the port set in the configuration file and contains a greenthread pool of size 1000. NOTE: Setting the number of workers to zero, triggers the creation of a single API process with a greenthread pool of size 1000. Possible values:
Related options:
|
[glance_store] | |
|
(String) Path to the rootwrap configuration file to use for running commands as root. The cinder store requires root privileges to operate the image volumes (for connecting to iSCSI/FC volumes and reading/writing the volume data, etc.). The configuration file should allow the required commands by cinder store and os-brick library. Possible values:
Related options:
|
[image_format] | |
container_formats =
ami, ari, aki, bare, ovf, ova, docker |
(List) Supported values for the 'container_format' image attribute |
disk_formats =
ami, ari, aki, vhd, vhdx, vmdk, raw, qcow2, vdi, iso |
(List) Supported values for the 'disk_format' image attribute |
[task] | |
|
(String) Task executor to be used to run task scripts. Provide a string value representing the executor to use for task
executions. By default,
Possible values:
Related Options:
|
task_time_to_live = 48 |
(Integer) Time in hours for which a task lives after, either succeeding or failing |
|
(String) Absolute path to the work directory to use for asynchronous task operations. The directory set here will be used to operate over images - normally before they are imported in the destination store. NOTE: When providing a value for A rough estimation can be done by multiplying the number of
Possible values:
Related Options:
|