Files
python-troveclient/releasenotes/notes/add-database-list-to-osc-b547e8954e8b6fc7.yaml
Trevor McCasland 29bdd7f5cb Add database-list to OSC
This change adds database support to the python-openstackclient
project for the database-list command.

The trove command database-list is now:
    openstack database list

To confirm the databases list command I had to create an instance
and specify a database name like how it shows in the user-guide[1]
on step 2.

[1] http://docs.openstack.org/user-guide/create-db.html

Change-Id: I4f4682eff1addc3fc837f5468939ddd96572e238
Partially-Implements: trove-support-in-python-openstackclient
2017-06-11 02:00:05 +00:00

5 lines
147 B
YAML

---
features:
- The command ``trove database-list`` is now available to use in
the python-openstackclient CLI as ``openstack database list``