Package Release Info

python-troveclient-2.14.0-bp152.3.14

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-troveclient
python-troveclient-doc

Change Logs

Version: 2.14.0-bp150.1.3
* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
- update to version 2.14.0 (bsc#1078607)
  - Fix trove schedule-list error
  - Add show to OSC
  - Add force-delete to OSC
  - Use openstackclient-plugin-jobs
  - Fix abnormal display with openstack database instance list
  - Add restart to OSC
  - Add backup-show to OSC
  - Fix print_list label name in troveclient/utils.py
  - Add datastore-show to OSC
  - Avoid tox_install.sh for constraints support
  - Use ID instead of Name in secgroup_delete_rule
  - Add root-disable to OSC
  - Add create to OSC
  - Add user-delete to OSC
  - Add upgrade to OSC
  - Fix log-enable high priority error
  - Support delete and cluster_delete with many resources
  - Add configuration-parameter-show to OSC
  - Add datastore-version-show to OSC
  - Add flavor-show to OSC
  - Add resize-instance to OSC
  - Add instance-delete to OSC
  - Update the doc link
  - Add quota commands to OSC
  - Add user-update-attributes to OSC
  - Add backup-delete to OSC
  - Fix datastore abnormal display with trove list
  - Remove extra parameter 'backup' in backup-create
  - Add configuration-parameter-list to OSC
  - Add datastore-version-list to OSC
  - Add configuration-show to OSC
  - Add database-delete to OSC
  - Add configuration-create to OSC
  - Fix "trove module-instances" command which don't work.
  - Add cluster-delete to OSC
  - Add proper message when delete instance or cluster
  - Add cluster-instances to OSC
  - Make OSC user list and show support instance name
  - Add reset-status to OSC
  - Modify database-list in OSC
  - Add configuration-delete to OSC
  - Zuul: add file extension to playbook path
  - Add user-create to OSC
  - Add user-show to OSC
  - Add cluster-show to OSC
  - Add root-enable to OSC
  - Consume new trove tempest plugin
  - Add database-create to OSC
  - ESFIX:Fix troveclient error with Chinese character
  - Add configuration-attach/detach to OSC
  - Add user access related to OSC
  - Remove log translations
  - Fix show instance with integer name NotFound
  - Add backup-create to OSC
  - Add backup-list-instance to OSC
  - Remove setting of version/release from releasenotes
  - Add cluster-create to OSC
  - Add resize-volume to OSC
  - Fix error with  configuration-parameter-show
  - Fix networks abnormal display with trove show
  - Rename zuul v3 job
  - Add log-enable to OSC
  - Add root-show to OSC
  - Updated from global requirements
  - Fix datastore abnormal display with trove backup-show
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 2.13.0 (bsc#1078607)
  - Update reno for stable/pike
  - Fix gate / add tempest job
  - Updated from global requirements
  - Enable Keystone v3 support for compat client
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.12.0
  - Add datastore-list to OSC
  - Update the trove docs to follow the docs theme
  - Update reno for stable/ocata
  - [Fix gate]Update test requirement
  - Add limit-list to OSC
  - Handle log message interpolation by the logger
  - Add list to OSC
  - Add user-list to OSC
  - Fix token response mock
  - Correct help in --profile argument
  - turn on warning-is-error for documentation builds
  - Add related_to help message for instance help
  - Drop pycrypto from tests dependencies
  - Update reset-status docstring
  - Add database-list to OSC
  - rearrange docs into new standard layout
  - update setup.cfg for classifier python 3.5
  - Add backup-list to OSC
  - Remove log translations
  - Client changes for datastore-version volume-types
  - Add configuration-list to OSC
  - Add cli to docs
  - Enable user/db operations on clusters
  - Updated from global requirements
  - Add cluster-list to OSC
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 2.8.0:
  - Replace assertTrue(a in b) with assertIn(a, b)
  - Use lowercase project name for doc
  - move old apiclient code out of openstack/common
  - Enable release notes translation
  - Get python-troveclient to use upper-constraints.txt
  - Cluster Upgrade
  - Update reno for stable/newton
  - Add module-instance-count command
  - Throw correct error on creation of size 0
  - Show team and repo badges on README
  - Add tests to fake
  - Display flavor-ephemeral in trove flavor-list command
  - Fix module-list
  - Using assertIsNotNone() instead of assertNotEqual(None)
  - Multi-Region Support
  - Add a new command in the readme
  - Allow type to be specified on cluster-create
  - Add i18n to v1/shell.py
  - Add fixtures to test-requirements
  - Use i18n for shell.py
  - Add OpenStackClient plugin and flavor list
  - Avoid use xx=[]  for parameter in function
  - Added limit/marker support for config group lists
  - Use strutils.to_slug() instead of utils.slugify()
  - Fix Swift Authentication for log commands
  - Time to get rid of slave_of
  - Add support for module-reapply command
  - Updated from global requirements
  - Delete unnessary as e
  - Avoid use xx=[]  for parameter initial value
* Fri Sep 09 2016 tbechtold@suse.com
update to version 2.5.0
  * Add support for module ordering on apply
  * module-update with --all_datastores doesn't work
  * Add command to delete BUILD instances and clusters
  * Implement scheduled backups
  * Expose Quota.update API
  * Add --incremental flag to backup-create
* Wed Aug 31 2016 tbechtold@suse.com
update to version 2.4.0
  * Implement Instance Upgrade
  * Update README.rst with lastest usage
  * Remove Rackspace auth references from troveclient
  * Support flavor ids with leading '0'
  * Allow use of backup name in trove create
  * Fix module-list failing with AccessInfoV2 error
  * Remove discover from test-requirements
  * Replace assertDictEqual
  * Make username and password non-required params
  * Remove times.dbm file for each tox run
  * Locality support for clusters
  * Add support for modules in cluster-grow
  * Display more flavor information in trove flavor-list command
  * Fixed output of cluster-create in CLI
  * Persist error messages and display on 'show'
  * Replace OpenStack LLC with OpenStack Foundation
  * configuration-* cli allow name of configuration group entered
  * Fix CLI output of datastore-show
  * Fix inadvertent generation of file during tox test
  * Fix troveclient to support Mistral
  * Make dict.keys() PY3 compatible
  * Keep py3.X compatibility for urllib
  * Add reno for release notes management
  * Update example usage
  * switch to keystoneauth
  * Display min/max correctly from config-param-list
  * Graduate to oslo.i18n, cleanup incubator usage
  * Use "# noqa" instead of "#flake8: noqa"
  * Update the home-page with developer documentation
  * Add vCPUs to flavor-list
  * Added check to prevent adding argument without help string
  * Updated from global requirements
  * Locality support for replication
- update _service and switch to upstream spec template
* Tue Apr 12 2016 tbechtold@suse.com
- update to 2.2.0:
  * Client support for instance module feature
  * Revert "Time to get rid of any last vestiges of slave_of"
  * Add suport for module maintenance commands
  * Fix for guest_log authentication failure
  * Updated from global requirements
  * Update readme file to be valid rst and update content
  * support OS_ENDPOINT_TYPE environment variable
  * Updated from global requirements
  * Client Changes for Guest Log File Retrieval
  * Fix the "OpenStack CLI guide" link
  * Updated from global requirements
  * use oslotest to break into the debugger when running test cases
  * Remove argparse from requirements
  * Trival: Remove 'MANIFEST.in'
  * Use the oslo.utils.reflection to extract the class name
  * Change assertTrue(isinstance()) by optimal assert
  * Remove openstack-common.conf
  * Put py34 first in the env order of tox
  * Updated from global requirements
  * Drop py33 support
  * Replace assertEqual(None, *) with assertIsNone
  * Remove py26 support
  * Added '.' and remove extra parentheses(')') from README.rst
  * Trivial: Remove vim header from source files
  * Replace assertEqual(None, *) with assertIsNone in tests
  * Add root-disable api
  * Add 'volume_type' parameter to instance create
  * Updated from global requirements
  * cluster create passing availability zone incorrectly
  * Delete python bytecode before every test run
  * Time to get rid of any last vestiges of slave_of
  * Last sync from oslo-incubator
  * Updated from global requirements
  * remove unnecessary message when running unit test
  * Fixes the backup-delete
  * Updated from global requirements
  * improve readme contents
  * Fix the function name with correct word
  * Accepting network and availability zone for instances in cluster
  * Updated from global requirements
- Adjust Requires
* Tue Sep 15 2015 tbechtold@suse.com
- update to 1.3.0:
  * Updated from global requirements
  * Root enablement for Vertica clusters/instances
  * Use more appropriate exceptions for validation
  * Redis Clustering Initial Implementation
  * Revert "Root enablement for Vertica clusters/instances"
  * Implements Datastore Registration API
  * Root enablement for Vertica clusters/instances
  * Updated from global requirements
  * Updated from global requirements
  * Add a --marker argument to the backup commands
  * Fixed missing periods in positional arguments
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Error message on cluster-create is misleading
  * Make subcommands accept flavor name and cluster name
  * Fix flavor-show problems with UUID
  * Updated from global requirements
  * Allow a user to pass an insecure environment variable
  * Updated from global requirements
  * Added more unit-tests to improve code coverage
  * Updated from global requirements
  * Fixes the non-existent exception NoTokenLookupException
  * Fixes new hacking rules
  * Updated coverage related options to project
  * Updated from global requirements
  * Drop use of 'oslo' namespace package
  * Updated from global requirements
  * Corrects order of parameters to assertEqual
  * Update README to work with release tools
  * Uncap library requirements for liberty
  * Fixes unit-test in troveclient
  * Add test to DatastoreVersionMembers
  * Updated from global requirements
  * Replication V2
  * Add coverage library
  * Fixed issues while using --bypass-url
  * Clean up remaining references to TROVE_URL
  * Correct order of parameters to assertEqual
  * Updated from global requirements
  * Changed documentation for datastore parameter for configuration-create
  * Fix grammatical errors in profiler messages
  * TroveClient API Documentation cleanup
  * Updated from global requirements
  * Show '-' for size when volume support disabled
  * Handle obsolete and unused oslo modules
  * Fixed typo in exception message
  * Pass all kwargs through to adapter
  * default endpoint_type to 'publicURL'
  * Fallback to flavor's str_id when id is None
  * Add profiling support to Trove client
  * Remove RAX-specific auth in troveclient
  * Add instance name as parameter to CLI
  * Associate flavor types with datastore versions
  * Workflow documentation is now in infra-manual
  * Updated from global requirements
  * Fixes client to send 0 for min/max size
  * Adds support for Keystone V3 API
  * Updated from global requirements
  * Reverse fix for 1323866 as it regressed trove CLI
  * Adds support for Keystone V3 API
  * Updated from global requirements
  * Fixed typo in doc/source
  * Fixes trove show output
  * Updated from global requirements
  * Fix universal wheel support
  * Use OpenStack branding for trove client
  * Fix Cluster-Create and Cluster-Show Response
- Add python-requires to _service file
- Adjust Requires according to requirements.txt
* Tue Oct 21 2014 dmueller@suse.com
- add rpmlintrc as a source
* Sat Sep 27 2014 dmueller@suse.com
- update to 1.0.7:
  * Update the README.rst with latest help
  * Use 'replica' instead of 'slave'
  * adding configuration parameters mgmt api
  * Clusters troveclient Implementation
* Fri Sep 05 2014 dmueller@suse.com
- go back to released version (1.0.6)
* Thu Aug 28 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.74.g9756e2d:
  * Add visibility filter to datastore versions
* Mon Aug 18 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.72.g722aeff:
  * Updated from global requirements
* Thu Jul 31 2014 dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
  Follow the packaging guidelines.
* Tue Jul 29 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.71.g872abf2:
  * Improve help text for --size option
* Sat Jul 19 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.70.g0330b94:
  * Fix trove help for show and flavor-show
* Fri Jul 18 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.68.g5036106:
  * Use JSON instead of json in the parameter descriptions
* Wed Jul 09 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.67.g043b987:
  * Add CONTRIBUTING.rst
* Sat Jun 28 2014 cloud-devel@suse.de
- Update to version python-troveclient-1.0.5.66.g75c5456:
  * Add datatore/version name into configuration view
  * Fix shell view for secgroup-* commands
  * Adding command for copying backups