summaryrefslogtreecommitdiff
path: root/releasenotes/notes
Commit message (Collapse)AuthorAgeFilesLines
* Update python testing as per zed cycle testing runtime8.0.0Takashi Kajinami2022-07-171-0/+5
| | | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: I8a07a79a976c82518a6a94b6725719b9375df3a2
* Support project name in quota CLILingxian Kong2021-04-291-0/+3
| | | | Change-Id: I9886792f346bbe8d4887539ca69588b4957547e1
* Support to restore backup from data locationwallaby-em7.0.0Lingxian Kong2021-02-211-0/+6
| | | | | | | This feature needs to bump python-troveclient major version as it introduced an incompatible change for backup creation CLI. Change-Id: I6fe94ccb552e2c0020150494ccc2ba6361184229
* Bulk backup deleteLingxian Kong2021-02-191-0/+3
| | | | Change-Id: I100f8a302aeb498e3c0cebd8d36ef5fa437d444d
* Support operating_status for instanceLingxian Kong2020-12-091-0/+5
| | | | Change-Id: I3f5badc4d3bbb41de008d39e813d48f6aa670dc1
* Support datastore version numberLingxian Kong2020-11-211-0/+4
| | | | | | | | | | | | | | - Support "--datastore-version-number" for creating configuration - Support "--datastore-version-number" for creating instance - Support "--version-number" for creating datastore version - Support "--version-name" for updating datastore version - Support showing version number for datastore version, instance and configuration Story: 2008358 Task: 41264 Change-Id: Ie84b4506736a82a214b0416f7e451d565552f651
* Support updating datastore versionLingxian Kong2020-10-091-0/+3
| | | | Change-Id: Ie6f22493d1722f41db5aa1a601a652e7eefa29c4
* Support getting backups of a specific projectLingxian Kong2020-09-141-0/+4
| | | | Change-Id: Ia590fa6aae23b7323963181d79c9b0097fd2e4d1
* Support getting and updating instance access infoLingxian Kong2020-08-111-0/+3
| | | | | | | * Added "public" and "allowed_cidrs" fields for getting instance. * Added '--is-public/--is-private' and '--allowed-cidr' for updating. Change-Id: Ifc919667e83573bd6c3b7aff205fe08e82667457
* Support rebuild instance CLILingxian Kong2020-08-061-0/+8
| | | | Change-Id: Ieae9216033d1c9ce0078554c7519bc891f50dc35
* Flavor is optional for creating instance5.0.0Lingxian Kong2020-07-261-0/+4
| | | | | | | When creating replicas, flavor is not needed. Replica has the same server settings as the primary. Change-Id: Ia9b43a464763234b84ba163d8c773b21f53f4ee7
* Support backup strategyLingxian Kong2020-07-161-0/+3
| | | | Change-Id: Ic8c20109b287f2f9220379cb249669d18b52893d
* Support to create datastore version4.1.0Lingxian Kong2020-06-111-0/+3
| | | | Change-Id: Ibc7c191a3dbbe8d03cfbc9d41e30833b47ab429f
* Support role for listing instances4.0.0Lingxian Kong2020-06-031-0/+4
| | | | Change-Id: Ia3e8d5d65bc134f3c7bc62ca9c170018be54660c
* Re-define replication commandsLingxian Kong2020-05-112-0/+24
| | | | Change-Id: I440fda06a6a98f8d92ff67aeb05f76b4fc291069
* Support to change parameters for the config groupLingxian Kong2020-05-081-0/+9
| | | | | | | | * openstack database configuration parameter set <config> <values> * openstack database configuration set <config> <values> --name NAME \ --description DESC Change-Id: I5a576309daa1751c76a4a0d33c53a8596c8665e8
* Support to delete datastoreLingxian Kong2020-01-121-0/+8
| | | | Change-Id: Id0fe73eef95bb57ecee706b9eb9b7aae53236e3b
* Support to delete datastore versionLingxian Kong2020-01-071-0/+8
| | | | | | usage: openstack datastore version delete <datastore_version_id> Change-Id: I4b781e68b81a3888d15d002fcf488a1f765c9f6a
* Support to reboot instanceLingxian Kong2020-01-041-0/+8
| | | | | | openstack database instance reboot <instance> Change-Id: Id5ac985399797356165eaac68dd05bc46ee0124d
* Support to force delete instanceLingxian Kong2020-01-041-0/+8
| | | | Change-Id: I20802f199ef943244f27a842743434e1c84c79e5
* Merge "Support log tail/save for instance"3.2.0Zuul2019-12-161-0/+9
|\
| * Support log tail/save for instanceLingxian Kong2019-12-161-0/+9
| | | | | | | | | | | | | | | | | | Support to show log content and save instance log files: openstack database log tail [--lines LINES] <instance> <log_name> openstack database log save [--file FILE] <instance> <log_name> Change-Id: I2a4eecca663f9126f770fae4c4be28b3667f91c4
* | Merge "Drop python 2.7 support and testing"Zuul2019-12-161-0/+6
|\ \ | |/ |/|
| * Drop python 2.7 support and testingGhanshyam Mann2019-12-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. python-troveclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I425cb0d2f1487819fde9ebae46fe3570b72cbe88
* | Support log actions in osc pluginLingxian Kong2019-12-161-0/+9
|/ | | | | | | | - openstack database log show <instance_id> <log_name> - openstack database log set <instance_id> <log_name> [OPTIONS] Change-Id: I86f414a53e6f6416f96e0040635bb010aa49cf41
* Release note for creating public instance3.0.0Lingxian Kong2019-09-111-0/+3
| | | | | | Change-Id: Ib21e950650237f8df8f8ed7860b5ba43f60f8491 Story: 2006500 Task: 36470
* Release note for backup filteringLingxian Kong2019-08-251-0/+3
| | | | | | Change-Id: I6d79bd4e668ba48114467859a7debc2e0eef1990 Story: #2006433 Task: #36347
* Merge "Support to batch delete database instances"Zuul2019-06-061-0/+2
|\
| * Support to batch delete database instancesLingxian Kong2019-06-061-0/+2
| | | | | | | | | | | | | | | | Allow users to delete database instances in batch, usage: usage: openstack database instance delete [-h] instance [instance ...] Change-Id: I88a15ba1910f7b3294067b54ae4a7a9b4c4a17a5
* | Add release note for --all-projects supportLingxian Kong2019-06-051-0/+3
|/ | | | Change-Id: I3a1fd52759f22502fa9617f3dae017a0e132ec6a
* Add detailed list for instancesBartosz Zurkowski2018-10-121-0/+7
| | | | | | | | | | | | | | | | | | | Currently, listing instances only allows to get basic information about entities. To get the details, one need to query instance "show" endpoint for each instance separately. This is inefficient and exposes API to a heavier load. There are use cases in which we want to obtain detailed information about all instances. In particular, in services integrating with Trove. For example, Vitrage project requires this information to build vertices and edges in the resource graph for RCA analysis. This change extends Trove client by optional parameter allowing user to specify whether API should include more instance details in the response. Change-Id: Iecea2f711a3e23fd63167beb6cab4cecc63bcabe Signed-off-by: Bartosz Zurkowski <b.zurkowski@samsung.com>
* Fix wrong keyword argumentsYotaro Konishi2018-10-021-0/+7
| | | | | | | | | | | | Currently 'openstack database flavor list' command fails when using '--datastore-type' and '--datastore-version-id' options. This change fixes the issue by correcting keyword arguments. This change also adds a test case of listing flavors with the optional arguments. Change-Id: I37be4911d4dda1529e2550344a912e0aa3c50558 Closes-Bug: #1794663
* Support configuration groups for clustersMarcin Piwowarczyk2018-08-071-0/+6
| | | | | | | | | | | | | | | | | Handles API part implemented in change: I7c0a22c6a0287128d0c37e100589c78173fd9c1a So far passing configuration group was possible only for single instance deployment. As the trove api now already supports configuration attach and detach for clusters, we are able to handle it in client. Configuration will be applied to each cluster instance. Partially implements: blueprint cluster-configuration-groups Change-Id: Ic0840c995cbc34203c76494d7ba522f3e17141a7 Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
* Merge "Add extended properties support for mongo cluster."Zuul2018-08-061-0/+8
|\
| * Add extended properties support for mongo cluster.zhanggang2018-07-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | User can specify the number and volume of mongos/configserver with extended_properties argument when creating mongodb. Currently, the supported parameters are, num_configsvr, num_mongos, configsvr_volume_size, configsvr_volume_type, mongos_volume_size and mongos_volume_type. Change-Id: I35406f9967ce00a51b320eda37572e96228b209d Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com>
* | Merge "Add promote-to-replica-source to OSC"rocky-em2.16.0Zuul2018-07-181-0/+5
|\ \
| * | Add promote-to-replica-source to OSCwangyao2018-07-171-0/+5
| |/ | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the promote-to-replica-source command. The trove command promote-to-replica-source is now: openstack database instance promote to replica source Change-Id: I0009b3e1074ddabaed6b02f5578f28cffc995b30 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Add execution-delete to OSC"Zuul2018-07-181-0/+5
|\ \
| * | Add execution-delete to OSCwangyao2018-07-171-0/+5
| |/ | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the execution-delete command. The trove command execution-delete is now: openstack database backup execution delete Change-Id: I9934a047d48daed53567b59bb51a2eab4d6e37b5 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Add configuration-default to OSC"Zuul2018-07-171-0/+6
|\ \
| * | Add configuration-default to OSCwangyao2018-07-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the configuration-default command. The trove command configuration-default is now: openstack database configuration default Change-Id: I9403df629e893bb1c4d75566cffd3d49697a543d Partially-Implements: blueprint trove-support-in-python-openstackclient
* | | Add detach-replica to OSCwangyao2018-07-171-0/+6
|/ / | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the detach-replica command. The trove command detach-replica is now: openstack database instance detach replica Change-Id: Ia6034eccbd3490696270d44d00966c3da94b3999 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Add log-list to OSC"Zuul2018-07-171-0/+4
|\ \
| * | Add log-list to OSCwangyao2018-07-171-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the log-list command. The trove command log-list is now: openstack database log list Change-Id: If048a653df01244882a451e3fddf28a8faac59f6 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Add configuration-instances to OSC"Zuul2018-07-171-0/+6
|\ \
| * | Add configuration-instances to OSCwangyao2018-07-121-0/+6
| |/ | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the configuration-instances command. The trove command configuration-instances is now: openstack database configuration instances Change-Id: I4ad52cc8772534c95b708b49d018f4b2e35d6f86 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Add eject-replica-source to OSCwangyao2018-07-131-0/+6
|/ | | | | | | | | | | This change adds database support to the python-openstackclient project for the eject-replica-source command. The trove command eject-replica-source is now: openstack database instance eject replica source Change-Id: I674e78e310b2953b28d0829cbe6fda62c00b6ea8 Partially-Implements: blueprint trove-support-in-python-openstackclient
* Add cluster-modules to OSCwangyao2018-06-201-0/+6
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the cluster-modules command. The trove command cluster-modules is now: openstack database cluster modules Change-Id: Ib16578de1520163e9b9bc6894a079e8f0fcef37b Partially-Implements: blueprint trove-support-in-python-openstackclient
* Add cluster-grow and cluster-shrink to OSCZhao Chao2018-02-131-0/+10
| | | | | | | | | | | | | | This change adds database support to python-openstackclient project for the cluster-grow and cluster-shrink commands. The trove command cluster-grow is now: openstack database cluster grow The trove command cluster-shrink is now: openstack database cluster shrink Change-Id: I449e7f7d841ea266611ff79f8a41f6e730fced3c Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* Add 'update' command to OSCZhao Chao2018-01-221-0/+5
| | | | | | | | | | | | This change adds database support to the python-openstackclient project for the 'update' command. The trove command update is now: openstack database instance update Change-Id: I426c892540f82bc19b7b28d7845a2f6699c3f526 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>