
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
11 lines
334 B
YAML
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``
|
|
|