Release python-troveclient 1.3.0

Various new feautres added, and some minor bugfixes.

Highlights of new features include:
- Added Root support for Vertica clusters/instances.
- Initial Implementation for Redis Clustering.
- Added support for a Datastore Registration API
- Subcommands now accept flavor and cluster name in addition to ids.
- Add support for a --marker argument to the backup commands.

Change-Id: I5745cd314c1387a874b135c4bac4494f7ffd400a
This commit is contained in:
Nikhil Manchanda 2015-09-11 15:15:13 -07:00
parent c8f85b2c9b
commit ba27a00cef
1 changed files with 10 additions and 0 deletions

View File

@ -9,3 +9,13 @@ releases:
projects:
- repo: openstack/python-troveclient
hash: 025191af5068a853e527faeb826bd3fec40677ae
- version: 1.3.0
projects:
- repo: openstack/python-troveclient
hash: 7132f5ff78af75645c3430d35094b3c9aba49200
highlights: >
Added Root support for Vertica clusters/instances.
Initial Implementation for Redis Clustering.
Added support for a Datastore Registration API
Subcommands now accept flavor and cluster name in addition to ids.
Add support for a --marker argument to the backup commands.