summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZhao Chao <zhaochao1984@gmail.com>2018-02-13 19:29:33 +0800
committerZhao Chao <zhaochao1984@gmail.com>2018-02-13 20:11:23 +0800
commita2da920ef477bf6c1e408e421c8a6d3fe9205601 (patch)
tree4727e3461226478c46856725d6b4a301fcd1403e /releasenotes/notes
parent0b28b04ebbfaed981f4e00e69e4c7a8e0ed75395 (diff)
downloadpython-troveclient-a2da920ef477bf6c1e408e421c8a6d3fe9205601.tar.gz
Add cluster-grow and cluster-shrink to OSC
This change adds database support to python-openstackclient project for the cluster-grow and cluster-shrink commands. The trove command cluster-grow is now: openstack database cluster grow The trove command cluster-shrink is now: openstack database cluster shrink Change-Id: I449e7f7d841ea266611ff79f8a41f6e730fced3c Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-cluster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/add-cluster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml b/releasenotes/notes/add-cluster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml
new file mode 100644
index 0000000..6f295d0
--- /dev/null
+++ b/releasenotes/notes/add-cluster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ The command ``trove cluster-grow`` is now available
+ to use in the python-openstackclient CLI as ``openstack database
+ cluster grow``
+ - |
+ The command ``trove cluster-shrink`` is now available
+ to use in the python-openstackclient CLI as ``openstack database
+ cluster shrink``