python-troveclient/releasenotes/notes/add-force-delete-to-osc-dfff1db4da937415.yaml
Zhao Chao e89cadc0ed Add force-delete to OSC
This change adds database support for the python-openstackclient
project for the force-delete and cluster-force-delete commands.

The trove command force-delete is now:
    openstack database instance force delete
The trove command cluster-force-delete is now:
    openstack database cluster force delete

Change-Id: I919678ca6b06d3b5762eac1990cc1fbf0e149d7c
Partially-Implements: blueprint trove-support-in-python-openstackclient
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-01-20 17:20:32 +08:00

11 lines
348 B
YAML

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