trove/trove/common
Peter Stachowski 9e3860d54c Add variables for quota configuration
Many configuration values are hard-coded in the Trove devstack
plugin, however they would be better served letting the
user/developer decide what limits to impose.

The following variables were added to facilitate this:

TROVE_MAX_ACCEPTED_VOLUME_SIZE
TROVE_MAX_INSTANCES_PER_TENANT
TROVE_MAX_VOLUMES_PER_TENANT
TROVE_AGENT_CALL_LOW_TIMEOUT
TROVE_AGENT_CALL_HIGH_TIMEOUT
TROVE_RESIZE_TIME_OUT
TROVE_USAGE_TIMEOUT
TROVE_STATE_CHANGE_WAIT_TIME

These values are only inserted if they are set. If not set,
the Trove defaults are used instead.

Change-Id: I2c568fdfa05064682f372b996a5aebcdd4e93ef3
2016-04-22 20:12:47 +00:00
..
rpc Remove openstack.common package 2015-07-23 19:54:04 +03:00
schemas Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
strategies Python3: Add support for iteritems and iterkeys 2016-04-05 14:32:47 +00:00
__init__.py Remove copyright from empty files 2014-01-16 13:13:23 +04:00
api.py Server support for instance module feature 2016-03-15 12:21:55 -04:00
apischema.py Merge "Server support for instance module feature" 2016-03-15 21:39:56 +00:00
auth.py Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
base_exception.py Use oslo.log library instead of system logging module 2015-08-04 17:29:20 +03:00
base_wsgi.py Python3: Add support for iteritems and iterkeys 2016-04-05 14:32:47 +00:00
cfg.py Add variables for quota configuration 2016-04-22 20:12:47 +00:00
configurations.py Vertica configuration groups 2016-03-15 19:00:18 -04:00
context.py Implement DBaaS Ceilometer Notifications 2016-02-27 00:16:28 +00:00
crypto_utils.py encrypt_data(): don't encode IV to base64 2016-04-01 15:36:55 +02:00
debug_utils.py Using LOG.warning replace LOG.warn 2015-12-30 14:35:43 +00:00
exception.py Add better validation to cluster shrink 2016-03-16 15:20:55 -04:00
extensions.py Python3: Add support for iteritems and iterkeys 2016-04-05 14:32:47 +00:00
i18n.py Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
instance.py Implement Guest Log File Retrieval 2016-01-26 17:16:02 +00:00
limits.py Python3: Add support for httplib, urlparse 2016-01-31 04:20:01 -08:00
local.py Remove openstack.common package 2015-07-23 19:54:04 +03:00
models.py Fixes hacking rules 2015-05-29 07:27:59 +00:00
notification.py Fixed kwargs being defaulted to CONF values 2016-04-16 23:53:15 +00:00
pagination.py Fix pagination function 2016-03-17 08:15:35 +00:00
pastedeploy.py Trivial: Remove vim header from source files 2015-12-30 17:30:49 +08:00
profile.py Using LOG.warning replace LOG.warn 2015-12-30 14:35:43 +00:00
remote.py Fixed kwargs being defaulted to CONF values 2016-04-16 23:53:15 +00:00
serializable_notification.py Implement DBaaS Ceilometer Notifications 2016-02-27 00:16:28 +00:00
single_tenant_remote.py Enable deploying Trove instances into single tenant 2015-09-22 10:36:39 -07:00
stream_codecs.py Port test_template unit test to Python 3 2016-04-11 12:09:42 +02:00
template.py Vertica configuration groups 2016-03-15 19:00:18 -04:00
utils.py Merge "Port more common unit tests to Python 3" 2016-04-19 23:17:43 +00:00
views.py Remove extraneous vim configuration comments 2014-02-27 15:05:21 +08:00
wsgi.py Server support for instance module feature 2016-03-15 12:21:55 -04:00
xmlutils.py Trivial: Remove vim header from source files 2015-12-30 17:30:49 +08:00