trove/trove
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
..
backup Implement DBaaS Ceilometer Notifications 2016-02-27 00:16:28 +00:00
cluster Implement Cassandra clustering 2016-03-02 20:22:21 -05:00
cmd Moved CORS middleware configuration into set_defaults 2016-03-14 10:48:40 -07:00
common Add variables for quota configuration 2016-04-22 20:12:47 +00:00
conductor Implement DBaaS Ceilometer Notifications 2016-02-27 00:16:28 +00:00
configuration Python3: Add support for iteritems and iterkeys 2016-04-05 14:32:47 +00:00
datastore Corrected error message for unsupported datastore flavors 2015-10-12 07:09:01 -07:00
db Python3: Add support for iteritems and iterkeys 2016-04-05 14:32:47 +00:00
dns Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
extensions Merge "Python3: Add support for httplib, urlparse" 2016-04-18 10:02:18 +00:00
flavor Fixes hacking rules 2015-05-29 07:27:59 +00:00
guestagent Merge "Python3: Add support for iter.next" 2016-04-19 00:26:51 +00:00
instance Merge "Server support for instance module feature" 2016-03-15 21:39:56 +00:00
limits Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
locale Imported Translations from Zanata 2016-04-19 06:12:05 +00:00
module Server support for instance module feature 2016-03-15 12:21:55 -04:00
network Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
quota Port test_template unit test to Python 3 2016-04-11 12:09:42 +02:00
taskmanager Python 3: avoid sets.Set and string.letters 2016-04-20 15:40:25 +02:00
templates Merge "Mysql replicas need to set binlog_format" 2016-04-21 16:53:03 +00:00
tests Add variables for quota configuration 2016-04-22 20:12:47 +00:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
rpc.py Notification serialization of context 2015-06-10 16:39:33 -05:00
version.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
versions.py Removes XML api from trove 2014-03-10 00:16:49 +00:00

README

This is the trove code itself