trove/trove
Doug Hellmann 7e4e25f12f update pylint to 1.9.2
The older version of pylint being used does not work correctly under
python 3. In order to be able to update the pylint job to run under
python 3, we need to update the tool.

This patch updates to the latest version at this time. It also updates
and pins astroid, which was previously capped. Using a pin instead of
a cap should let us avoid issues with new releases while being
specific about which version to actually use.

Disable not-callable because that appears to be a new rule that is
confused by the use of properties to access things that are set to
callables.

Co-Authored-By: Fan Zhang <zh.f@outlook.com>
Co-Authored-By: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
Change-Id: I65705804b222dcd30a653fe10be3d823fa6143ff
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-17 16:14:54 +02:00
..
backup Fix replication failure when Swift isn't available 2018-08-02 11:44:02 +02:00
cluster Merge "Add extended properties support for mongo cluster." 2018-08-08 03:26:44 +00:00
cmd Enable mutable config in trove 2018-08-23 09:39:00 +00:00
common update pylint to 1.9.2 2018-09-17 16:14:54 +02:00
conductor report_root should always use context.user 2018-02-07 17:05:54 +08:00
configuration Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
datastore Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
db update pylint to 1.9.2 2018-09-17 16:14:54 +02:00
dns Handle log message interpolation by the logger part 6 2017-03-16 11:27:35 +01:00
extensions Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent update pylint to 1.9.2 2018-09-17 16:14:54 +02:00
hacking Remove log translations 2018-01-24 17:21:26 +00:00
instance Fix replication failure when Swift isn't available 2018-08-02 11:44:02 +02:00
limits Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
module Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
network Remove log translations 2018-01-24 17:21:26 +00:00
quota Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
taskmanager update pylint to 1.9.2 2018-09-17 16:14:54 +02:00
templates Fix PostgreSQL non-dynamic configration tests 2018-02-26 17:02:55 +08:00
tests Merge "Enable mutable config in trove" 2018-08-23 14:26:53 +00:00
volume_type Associate datastore, version with volume-type 2016-12-19 14:24:09 -05: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 Add functionality to define different Message and Notification destination 2018-01-05 10:31:49 +08:00
version.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
versions.py Allow host URL for versions to be configurable 2018-02-07 11:31:45 +08:00

README

This is the trove code itself