Hello, Stackers. I’d like to raise the question related to list of API calls that were implemented at Trove site but not used as part of V1 Client. Ignored V1 Client APIs: https://github.com/openstack/python-troveclient/blob/master/troveclient/v1/client.py#L72-L79 The problem is that described list of API endpoints are available for at Trove, and can’t be used as part of V1 client (see link above). Given API endpoints can be used only as part of compat client. So, as i can see, we have options: - Clean-up V1 client - remove ignored API, develop plans for V2 - Make ignored API available through V1 client (will take certain efforts to add CLI representation of this calls, same for Trove site - will need to add integration tests to verify that given endpoints are accessible via V1 client) Thoughts? Best regards, Denis Makogon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140801/d70cbb00/attachment.html>