python-troveclient/troveclient/v1
Steve Martinelli eed19c835f move old apiclient code out of openstack/common
As part of the first community-wide goal [1], teams were asked
to remove the openstack/common package of their projects
if one existed. This was a byproduct of the old oslo-incubator
form of syncing common functionality.

The package, apiclient, was moved to a top level location
and cliutils was moved to the common module. There are no oslo
specific libraries, the recommended solution is to move it
in tree and maintain it there.

Specifically in this patch, I also rearranged some of the
imports to make them match up with the hacking guidelines
while I was re-ordering them for the refactor anyway.

Lastly, the apiclient/fake_client.py was deleted since it
was not used.

[1] http://governance.openstack.org/goals/ocata/remove-incubated-oslo-code.html

Change-Id: Ib7b691240b819c9c91b100ca47ffaba75b281c78
2016-11-10 10:02:08 -05:00
..
__init__.py Remove copyright from empty files 2014-02-04 11:14:58 +04:00
accounts.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
backups.py Implement scheduled backups 2016-08-25 16:57:54 -04:00
client.py Expose Quota.update API 2016-08-25 13:49:08 +00:00
clusters.py Add command to delete BUILD instances and clusters 2016-08-17 19:05:07 +00:00
configurations.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 11:55:09 +05:30
databases.py Add instance name as parameter to CLI 2014-12-08 14:29:06 -05:00
datastores.py Add visibility filter to datastore versions 2014-08-26 12:57:28 -05:00
diagnostics.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
flavors.py Fix flavor-show problems with UUID 2015-06-29 10:13:12 +09:00
hosts.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
instances.py Merge "Add command to delete BUILD instances and clusters" 2016-08-24 23:37:17 +00:00
limits.py move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
management.py Avoid use xx=[] for parameter in function 2016-10-19 02:08:46 +00:00
metadata.py Add instance_metadata functionality to the trove python library 2014-05-24 22:35:16 -05:00
modules.py Add support for module ordering on apply 2016-08-25 04:10:18 +00:00
quota.py Expose Quota.update API 2016-08-25 13:49:08 +00:00
root.py Add root-disable api 2015-12-10 11:23:53 -05:00
security_groups.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
shell.py Add i18n to v1/shell.py 2016-10-18 15:56:36 +00:00
storage.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
users.py Use more appropriate exceptions for validation 2015-09-03 20:41:25 +00:00