Files
python-troveclient/releasenotes/notes/add-upgrade-to-osc-837461ff1d588be2.yaml
Zhao Chao e93d56de56 Add upgrade to OSC
This change adds database support for the python-openstackclient
project for the upgrade and cluster-upgrade commands.

The trove command upgrade is now:
    openstack database instance upgrade
The trove command cluster-upgrade is now:
    openstack database cluster upgrade

Change-Id: Ic416d476c645fa3c697881fb001d512ed3d25d2b
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-01-19 09:09:33 +08:00

11 lines
321 B
YAML

---
features:
- |
The command ``trove upgrade`` is now available to use in the
python-openstackclient CLI as ``openstack database instance
upgrade``.
- |
The command ``trove cluster-upgrade`` is now available to use
in the python-openstackclient CLI as ``openstack database
cluster upgrade``.