re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
4.4 KiB
Configuration option = Default value | Description |
---|---|
[glance_store] | |
|
(String) Directory to which the filesystem backend store writes images. Upon start up, Glance creates the directory if it doesn't already
exist and verifies write access to the user under which
NOTE: This directory is used only when filesystem store is used as a
storage backend. Either Possible values:
Related options:
|
|
(Multi-valued) List of directories and their priorities to which the filesystem backend store writes images. The filesystem store can be configured to store images in multiple
directories as opposed to using a single directory specified by the
More information on configuring filesystem store with multiple store directories can be found at http://docs.openstack.org/developer/glance/configuring.html NOTE: This directory is used only when filesystem store is used as a
storage backend. Either Possible values:
Related options:
|
|
(Integer) File access permissions for the image files. Set the intended file access permissions for image data. This provides a way to enable other services, e.g. Nova, to consume images directly from the filesystem store. The users running the services that are intended to be given access to could be made a member of the group that owns the files created. Assigning a value less then or equal to zero for this configuration option signifies that no changes be made to the default permissions. This value will be decoded as an octal digit. For more information, please refer the documentation at http://docs.openstack.org/developer/glance/configuring.html Possible values:
Related options:
|
|
(String) Filesystem store metadata file. The path to a file which contains the metadata to be returned with
any location associated with the filesystem store. The file must contain
a valid JSON object. The object should contain the keys Possible values:
Related options:
|