summaryrefslogtreecommitdiff
path: root/troveclient/osc/v1/datastores.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix creating datastore version6.0.1Lingxian Kong2020-12-051-1/+1
| | | | | | | Story: 2008419 Task: 41360 Change-Id: Ib14e5d56f75b68f32ee3ec23a198f618e5141931
* Fix getting datastore versions against previous trove service releaseLingxian Kong2020-11-221-2/+3
| | | | Change-Id: I9d08740b9e220d24aad7f691491d5eea8a7e16f9
* Support datastore version numberLingxian Kong2020-11-211-3/+14
| | | | | | | | | | | | | | - 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
* Remove sixwangzihao2020-10-131-3/+2
| | | | | | Remove all usages of six. Change-Id: I6ea8d1cdc3060d5c2a4311c7454b66ba75109b0c
* Support updating datastore versionLingxian Kong2020-10-091-2/+81
| | | | Change-Id: Ie6f22493d1722f41db5aa1a601a652e7eefa29c4
* Support to create datastore version4.1.0Lingxian Kong2020-06-111-0/+51
| | | | Change-Id: Ibc7c191a3dbbe8d03cfbc9d41e30833b47ab429f
* Fix KeyError when deleting datastore versionLingxian Kong2020-04-171-1/+1
| | | | Change-Id: Id744d7da68b6586c4b37ada80472a69a8892dbb1
* Support to delete datastoreLingxian Kong2020-01-121-0/+22
| | | | Change-Id: Id0fe73eef95bb57ecee706b9eb9b7aae53236e3b
* Support to delete datastore versionLingxian Kong2020-01-071-1/+23
| | | | | | usage: openstack datastore version delete <datastore_version_id> Change-Id: I4b781e68b81a3888d15d002fcf488a1f765c9f6a
* Add datastore-version-show to OSCwangyao2017-12-091-0/+39
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the datastore-version-show command. The trove command datastore-version-show is now: openstack datastore version show Change-Id: I14844d887565bc58d44181db7ed3da454dc574d0 Partially-Implements: trove-support-in-python-openstackclient
* Add datastore-version-list to OSCwangyao2017-12-071-0/+22
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the datastore-version-list command. The trove command datastore-version-list is now: openstack datastore version list Change-Id: I88dad48f857329d07e4d6662744420eeaae5c8a3 Partially-Implements: trove-support-in-python-openstackclient
* Add datastore-show to OSCwangyao2017-11-301-0/+36
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the datastore-show command. The trove command datastore-show is now: openstack datastore show Change-Id: I126493627d6b7fdf60e5d605dd64cfb3fbead10e Partially-Implements: trove-support-in-python-openstackclient
* Add datastore-list to OSCTrevor McCasland2017-06-111-0/+30
This change adds database support to the python-openstackclient project for the datastore-list command. The trove command datastore-list is now: openstack datastore list Change-Id: I4804e6deae350f05abdb66a6d8813e5581f2b22c Partially-Implements: trove-support-in-python-openstackclient