trove/trove
Amrith Kumar a0bc0dcb7d initial chkin of pylint
this is a pylint wrapper for Trove's tox tests. This commit includes a
basic infrastructure for running pylint through tox.

It also fixes some very obvious import errors that are flagged by the
tool. One is to handle missing imports for _ and _LE.

There is one instance where an exception is being raised but
trove.common.exception isn't imported, and another where an exception
is being incorrectly thrown.

A short readme is also provided.

Change-Id: I0a38f5efde3cb491f1f6c27f6c6500ab29987968
Partial-Bug: #1621636
2016-09-14 13:56:24 -04:00
..
backup Add --incremental flag to backup-create 2016-09-06 21:55:01 +00:00
cluster Merge "Cluster code looks for wrong field in request for volume type" 2016-09-14 16:35:48 +00:00
cmd Merge "Reference to unknown CONF in fakemode.py" 2016-09-10 15:31:18 +00:00
common initial chkin of pylint 2016-09-14 13:56:24 -04:00
conductor Implement Instance Upgrade 2016-09-08 11:32:14 -04:00
configuration Update #noqa for out 79 character 2016-09-11 19:58:33 -07:00
datastore initial chkin of pylint 2016-09-14 13:56:24 -04:00
db Merge "Persist error messages and display on 'show'" 2016-07-16 19:44:36 +00:00
dns Port designate code to Python 3 2016-05-02 22:31:05 +02:00
extensions Merge "Quota Management" 2016-09-13 20:47:05 +00:00
flavor Display more flavor information in trove flavor-list command 2016-08-29 04:43:06 -07:00
guestagent initial chkin of pylint 2016-09-14 13:56:24 -04:00
instance Add command to delete BUILD instances and clusters 2016-09-13 10:00:04 -04:00
limits Drop use of 'oslo' namespace package 2015-05-06 20:01:57 +00:00
locale/fr/LC_MESSAGES Imported Translations from Zanata 2016-07-20 06:29:25 +00:00
module Merge "Module re-apply does not reflect updated values" 2016-09-13 23:01:52 +00:00
network Switch to the oslo_log library 2015-07-23 19:31:58 +03:00
quota Quota Management 2016-09-01 17:37:37 -04:00
taskmanager Allow for invalid packet sequence in keepalive 2016-09-13 21:24:05 +00:00
templates Merge "Implement configuration management for DB2" 2016-09-12 23:39:47 +00:00
tests Merge "Add support for modules in cluster create/grow" 2016-09-14 11:00:21 +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