python-troveclient/releasenotes/notes/add-cluster-grow-shrink-to-osc-a07bc0d974b0c0a4.yaml
Zhao Chao a2da920ef4 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>
2018-02-13 20:11:23 +08:00

11 lines
318 B
YAML

---
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``