Files
python-troveclient/releasenotes/notes/add-reset-status-to-osc-bd84dcdc369e2270.yaml
zhanggang f11d1bb7cc Add reset-status to OSC
This change adds database support to the python-openstackclient
project for the cluster-reset-status and reset-status command.

The trove command cluster-reset-status is now:
    openstack database cluster reset status
The trove command reset-status is now:
    openstack database instance reset status

Change-Id: I8945327d244bfd2a9afe7febb7179467a8be9bd0
Partially-Implements: blueprint trove-support-in-python-openstackclient
2017-12-28 00:04:18 -05:00

11 lines
334 B
YAML

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