summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorwangyao <wangyao@cmss.chinamobile.com>2018-07-13 18:59:37 +0800
committerwangyao <wangyao@cmss.chinamobile.com>2018-07-17 16:03:41 +0800
commit3f705bd0c828ef60dcae9d1621dcc7b95e9f21b9 (patch)
tree4189bad0d79cc0315cca1595767f378bdadbf7ae /releasenotes/notes
parent77f96476449e2418a64cbb508be68ccd77b38e79 (diff)
downloadpython-troveclient-3f705bd0c828ef60dcae9d1621dcc7b95e9f21b9.tar.gz
Add promote-to-replica-source to OSC
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-promote-to-replica-source-to-osc-6eca8c5507344205.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-promote-to-replica-source-to-osc-6eca8c5507344205.yaml b/releasenotes/notes/add-promote-to-replica-source-to-osc-6eca8c5507344205.yaml
new file mode 100644
index 0000000..2eb1b5a
--- /dev/null
+++ b/releasenotes/notes/add-promote-to-replica-source-to-osc-6eca8c5507344205.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - The command ``trove promote-to-replica-source`` is now available to
+ use in the python-openstackclient CLI as
+ ``openstack database instance promote to replica source``