trove/trove
jiansong 6dce5f4f19 Handle readfp deprecation
In py3.4 notice method readfp will removed in the future,so use
method readfile to replace it.This warning is only in py3 and
above.Py2,configparse do not have.Actually in py3,This function
is finally pointed to the readfile function

warnings.warn(
            "This method will be removed in future versions.  "
            "Use 'parser.read_file()' instead.",
            DeprecationWarning, stacklevel=2
        )
self.read_file(fp, source=filename)

Change-Id: I22a2dca71008469a8c8b7afcc0934f3b4adcdae4
2017-03-02 07:26:27 +00:00
..
backup Handle log message interpolation by the logger in backup/ 2017-02-14 15:38:43 +01:00
cluster Handle log message interpolation by the logger in cluster/ 2017-02-14 15:50:26 +01:00
cmd secure oslo_messaging.rpc 2017-01-11 07:56:35 -05:00
common Handle readfp deprecation 2017-03-02 07:26:27 +00:00
conductor secure oslo_messaging.rpc 2017-01-11 07:56:35 -05:00
configuration Merge "Add configuration support for clusters" 2017-02-05 06:46:47 +00:00
datastore Fix module-instances command 2017-02-27 18:42:34 +00:00
db Fix module-instances command 2017-02-27 18:42:34 +00:00
dns Add i18n translation to extenstions 1/3 2016-12-20 12:15:19 +00:00
extensions Merge "Add i18n translation to extensions 3/3" 2017-01-30 06:19:17 +00:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent Install Redis 3.2.6 by compilation 2017-02-16 17:10:06 +00:00
hacking Add translation_checks for i18n 2017-01-29 03:04:10 +00:00
instance Fix module-instances command 2017-02-27 18:42:34 +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 module-reapply command 2017-02-27 18:43:32 +00:00
network Add i18n translation to others 2/3 2016-12-20 09:25:41 -06:00
quota Quota Management 2016-09-01 17:37:37 -04:00
taskmanager Add support for module-reapply command 2017-02-27 18:43:32 +00:00
templates Install Redis 3.2.6 by compilation 2017-02-16 17:10:06 +00:00
tests Merge "Add support for module-reapply command" 2017-03-01 16:52:13 +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 secure oslo_messaging.rpc 2017-01-11 07:56:35 -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