trove/trove
Victor Stinner 61614653d6 Port more unit tests to Python 3
* Replace string.find(a, b) with a.find(b)
* NamedTemporaryFile: open file in text mode rather than opening it
  in binary mode.
* Module.process_contents(): if contents is a Unicode string, first
  encode it to UTF-8 before hashing the content to MD5.
* ClusterController: replace dict.items()[0] with next(iter(dict.items()))
* tox: run the following tests on Python 3.4

  - mysql/test_common.py
  - taskmanager/test_models.py
  - module/test_module_models.py
  - test_cluster_controller.py

Partially implements: blueprint trove-python3
Change-Id: I5372520f9717b4f0279c4b436ca88c160ddf894b
2016-05-30 10:47:26 +02:00
..
backup Implement DBaaS Ceilometer Notifications 2016-02-27 00:16:28 +00:00
cluster Port more unit tests to Python 3 2016-05-30 10:47:26 +02:00
cmd [Trivial] Remove unnecessary executable flag for files 2016-04-29 19:14:35 +08:00
common Fixed PXC configuration detach does not work 2016-05-23 20:21:26 +00:00
conductor Merge "Trivial: Remove unused logging import" 2016-05-12 18:52:43 +00:00
configuration Merge "Trivial: Remove unused logging import" 2016-05-12 18:52:43 +00:00
datastore Port designate code to Python 3 2016-05-02 22:31:05 +02:00
db Merge "Schema migrations fail for postgresql backend" 2016-05-14 06:57:28 +00:00
dns Port designate code to Python 3 2016-05-02 22:31:05 +02:00
extensions Add db-models and RootController for Postgres 2016-05-12 17:13:26 -04:00
flavor Fixes hacking rules 2015-05-29 07:27:59 +00:00
guestagent Port more unit tests to Python 3 2016-05-30 10:47:26 +02:00
instance Fix grammatical mistakes, "it's" to "its" 2016-05-06 13:28:38 -04: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 Port more unit tests to Python 3 2016-05-30 10:47:26 +02:00
network Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
quota Trivial: Remove unused logging import 2016-04-23 19:32:00 +08:00
taskmanager Merge "Trivial: Remove unused logging import" 2016-05-12 18:52:43 +00:00
templates Merge "Fix MariaDB config groups" 2016-05-13 21:26:52 +00:00
tests Port more unit tests to Python 3 2016-05-30 10:47:26 +02: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