Erkin Mussurmankulov 319518285a Feature: allow configuration create for disabled datastores
For our production Openstack DBaaS the lifecycle for a datastore version is:
- create datastore, e.g. postgresql 16.10; datastore is enabled, users may create instances for it
- datastore is disabled due to the next minor version is available, e.g. postgresql 16.11 was released
- legacy stage: old instances on disabled postgresql 16.10 still works; version update for old datastore instances is advised but not a mandatory
- cleanup stage: all user instances was upgraded to upper versions, datastore 16.10 may be gracefully removed

So the problem here is that users are not able to create configuration group for disabled datastore versions and fully control their running database instances. This leads to a bad user experience forcing them to upgrade their instance to the latest version, for which they may not be ready yet.
In our opinion, there should be a possibility to modify configuration for the running instances even on disabled datastores.
Instance creation for a disabled datastore should not be available though.

Change-Id: I65edce7f6304860d0e38b26d7abb8b9d40653026
Signed-off-by: Erkin Mussurmankulov <mangust404@gmail.com>
2026-02-12 17:34:44 +00:00
2023-08-03 11:35:04 +00:00
2025-07-11 14:05:03 +08:00
2026-02-11 21:02:58 +08:00
2025-04-26 19:22:11 +00:00
2023-07-16 21:53:36 +08:00
2019-04-19 19:26:15 +00:00
2026-01-15 00:30:17 +09:00
2022-07-29 10:26:28 +08:00
2025-08-19 13:22:22 +00:00
2013-04-29 18:01:12 -04:00
2025-12-05 09:27:50 +00:00
2025-07-08 08:51:14 +00:00
2025-09-08 13:03:27 +00:00
2025-08-19 13:22:22 +00:00

Trove

image

Trove is Database as a Service for OpenStack.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://opendev.org/openstack/trove

For information on how to contribute to trove, please see CONTRIBUTING.rst and HACKING.rst

You can raise bugs here: Bug Tracker

The plan for trove can be found at Trove Specs

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/trove

Python client

Python-troveclient is a client for Trove.

Dashboard plugin

Trove-dashboard is OpenStack dashboard plugin for Trove.

References

Description
OpenStack Database As A Service (Trove)
Readme 117 MiB
Languages
Python 95%
Shell 4.9%