
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
2.7 KiB
2.7 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
configurations_page_size = 20 |
(IntOpt) Page size for listing configurations. |
databases_page_size = 20 |
(IntOpt) Page size for listing databases. |
default_datastore = None |
(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance create request. |
default_neutron_networks = |
(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call. |
default_password_length = 36 |
(IntOpt) Character length of generated passwords. |
executor_thread_pool_size = 64 |
(IntOpt) Size of executor thread pool. |
expected_filetype_suffixes = json |
(ListOpt) Filetype endings not to be reattached to an ID by the utils method correct_id_with_req. |
host = 0.0.0.0 |
(IPOpt) Host to listen for RPC messages. |
memcached_servers = None |
(ListOpt) Memcached servers or None for in process cache. |
pybasedir =
/usr/lib/python/site-packages/trove/trove |
(StrOpt) Directory where the Trove python module is installed. |
pydev_path = None |
(StrOpt) Set path to pydevd library, used if pydevd is not found in python sys.path. |
taskmanager_queue = taskmanager |
(StrOpt) Message queue name the Taskmanager will listen to. |
template_path = /etc/trove/templates/ |
(StrOpt) Path which leads to datastore templates. |
timeout_wait_for_service = 120 |
(IntOpt) Maximum time (in seconds) to wait for a service to become alive. |
usage_timeout = 900 |
(IntOpt) Maximum time (in seconds) to wait for a Guest to become active. |
[keystone_authtoken] | |
memcached_servers = None |
(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process. |