summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorwangyao <wangyao@cmss.chinamobile.com>2018-07-13 14:16:16 +0800
committerwangyao <wangyao@cmss.chinamobile.com>2018-07-17 16:36:02 +0800
commit42913d9248ce33d19e0ed5bbacf07f3cd223d35b (patch)
treef86f1e1d37bc1846ce39ff0072cd0eb5f83b457f /releasenotes/notes
parent36e231b06f259b7005ee105ef413afc438a3ccac (diff)
downloadpython-troveclient-42913d9248ce33d19e0ed5bbacf07f3cd223d35b.tar.gz
Add detach-replica to OSC
This change adds database support to the python-openstackclient project for the detach-replica command. The trove command detach-replica is now: openstack database instance detach replica Change-Id: Ia6034eccbd3490696270d44d00966c3da94b3999 Partially-Implements: blueprint trove-support-in-python-openstackclient
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-detach-replica-to-osc-1fadef6220e96f35.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-detach-replica-to-osc-1fadef6220e96f35.yaml b/releasenotes/notes/add-detach-replica-to-osc-1fadef6220e96f35.yaml
new file mode 100644
index 0000000..125ad87
--- /dev/null
+++ b/releasenotes/notes/add-detach-replica-to-osc-1fadef6220e96f35.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The command ``trove detach-replica`` is now available
+ to use in the python-openstackclient CLI as ``openstack database
+ instance detach replica``