summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Update master for stable/2023.1HEADmasterOpenStack Release Bot2023-02-242-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/2023.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.1. Sem-Ver: feature Change-Id: Ia04030e034d813fac8fa7983ee7e6569569af88f
* Update master for stable/zedOpenStack Release Bot2022-09-092-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: Ia836b341b287f4f2ca5e9c9690e3c83b89015445
* 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
* Update master for stable/yogaOpenStack Release Bot2022-03-032-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I8143ca09cafc3bf2ae68c856f426f2acaa699b38
* Update master for stable/xenaOpenStack Release Bot2021-09-102-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: I62ae17b426c970e0e595210da0d7656f70b37352
* Support project name in quota CLILingxian Kong2021-04-291-0/+3
| | | | Change-Id: I9886792f346bbe8d4887539ca69588b4957547e1
* Update master for stable/wallabyOpenStack Release Bot2021-03-182-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I01e922d4a71d97f4342e5ec6d498c69359e2f987
* 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
* remove unicode from codelikui2021-01-031-8/+8
| | | | | Change-Id: Iadc87779bf513c9d04847b6cf8ecbc60b300d7db Implements: blueprint remove-unicode
* 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
* Update master for stable/victoriaOpenStack Release Bot2020-09-092-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I51085ba520ff44a1941ee232368e50fbb07a4080 Sem-Ver: feature
* 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
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_auto_name to use 'project' as name. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ib5706db978edfdddb88230ee81a563c7976f238a
* 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
* Update master for stable/ussuriOpenStack Release Bot2020-04-112-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I66662ce9177ebd2c88685cc8a3c8e93dcf86ca62 Sem-Ver: feature
* Cleanup py27 supportAndreas Jaeger2020-04-041-1/+0
| | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Remove html_last_updated_fmt from source/conf.py, this is not needed anymore. Change-Id: If9708106263493396693771e9bd5265e26de460c
* 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 "Update master for stable/train"Zuul2019-12-162-0/+7
|\ \
| * | Update master for stable/trainOpenStack Release Bot2019-09-202-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I1ce51ea180be57b40faf084b25e0e214b0ce487a Sem-Ver: feature
* | | 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
* Merge "Update reno for stable/rocky"Zuul2018-08-102-0/+7
|\
| * Update reno for stable/rockyOpenStack Release Bot2018-08-082-0/+7
| | | | | | | | Change-Id: Ic360311c1c6897e60c9d0619b49fc4fc093b23aa
* | 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
|\ \