trove/trove
Peter Stachowski d558e5c2e0 Stop caching client to fix long-running test fails
If a node is really slow then a single test can take longer than an
hour. It will then fail as the client it has cached will now have an
expired token. To alleviate this, the caching of the clients was removed
(since the time saved on caching the clients is probably negligible
anyway).

Checking the client code was also cleaned up for a number of tests.

The cluster tests were modified, however the code was reverted as
there is no way to test it at present (they will not run as they
haven't been modified to work with the new neutron set up).  This
will be fixed in a separate changereq (since they are currently not
being tested in the gate, this should not hold up development).

Change-Id: I63d5b78084486b806bff38068260e42128c0d0ed
Closes-Bug: 1647002
2016-12-09 17:14:35 +00:00
..
backup Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
cluster Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
cmd Merge "Fix RPC Versioning" 2016-11-16 20:09:43 +00:00
common Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
conductor Fix RPC Versioning 2016-10-07 09:38:08 -04:00
configuration Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
datastore Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
db Multi-Region Support 2016-11-04 15:36:16 +00:00
dns Port designate code to Python 3 2016-05-02 22:31:05 +02:00
extensions Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent Merge "Fix mountpoint detection" 2016-12-07 17:53:34 +00:00
instance Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
limits Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
locale/fr/LC_MESSAGES Imported Translations from Zanata 2016-07-20 06:29:25 +00:00
module Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
network Multi-Region Support 2016-11-04 15:36:16 +00:00
quota Quota Management 2016-09-01 17:37:37 -04:00
taskmanager Merge "Fix error case where server.fault is missing" 2016-11-18 21:02:18 +00:00
templates Fix typos in description 2016-10-03 16:56:49 +07:00
tests Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +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