Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
= admin (ListOpt) Roles to add to an admin user.
= api-paste.ini (StrOpt) File name for the paste.deploy config for trove-api.
= 0.0.0.0 (StrOpt) IP address the API server will listen on.
= 8779 (IntOpt) Port the API server will listen on.
= None (StrOpt) Exclude IP addresses that match this regular expression.
= trove.db.sqlalchemy.api (StrOpt) API Implementation for Trove database access.
= True (BoolOpt) Require user hostnames to be valid IP addresses.
= 200 (IntOpt) Maximum number of HTTP 'DELETE' requests (per minute).
= 200 (IntOpt) Maximum number of HTTP 'GET' requests (per minute).
= 200 (IntOpt) Maximum number of management HTTP 'POST' requests (per minute).
= 200 (IntOpt) Maximum number of HTTP 'POST' requests (per minute).
= 200 (IntOpt) Maximum number of HTTP 'PUT' requests (per minute).
= /etc/trove/conf.d (StrOpt) Path to folder on the Guest where config files will be injected during instance creation.
= 20 (IntOpt) Page size for listing instances.
= 16384 (IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).
= RegionOne (StrOpt) Region name of this node. Used when searching catalog.
= LOCAL_DEV (StrOpt) The region this service is located.
= 600 (IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.
= None (IntOpt) Number of workers for the API service. The default will be the number of CPUs available.
= http://0.0.0.0:5000/v2.0 (StrOpt) Trove authentication URL.
= None (IntOpt) Number of workers for the Conductor service. The default will be the number of CPUs available.
= SecGroup (StrOpt) Prefix to use when creating Security Groups.
= 0.0.0.0/0 (StrOpt) CIDR to use when creating Security Group Rules.
= True (BoolOpt) Whether Trove should add Security Groups on create.
= 20 (IntOpt) Page size for listing users.