summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-05-08 11:35:54 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-05-08 12:15:42 +1200
commit4b47eb6f7f8767331411c0323abee1c4a22cf684 (patch)
treec910c010c0eb617a50b83fbbc1d197850baf9fb7 /releasenotes/notes
parenta8bb73c3b7c1129af165a522bb1ea126ea45235f (diff)
downloadpython-troveclient-4b47eb6f7f8767331411c0323abee1c4a22cf684.tar.gz
Support to change parameters for the config group
* openstack database configuration parameter set <config> <values> * openstack database configuration set <config> <values> --name NAME \ --description DESC Change-Id: I5a576309daa1751c76a4a0d33c53a8596c8665e8
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/victoria-01-update-config-group.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-01-update-config-group.yaml b/releasenotes/notes/victoria-01-update-config-group.yaml
new file mode 100644
index 0000000..0c1b7f5
--- /dev/null
+++ b/releasenotes/notes/victoria-01-update-config-group.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Support following commands of updating configuration:
+
+ .. code-block:: console
+
+ openstack database configuration parameter set <config_id> <values>
+ openstack database configuration set <config_id> <values> --name NAME --description DESC