python-troveclient/releasenotes/notes/add-quota-to-osc-c50c8ec190af8f58.yaml
Zhao Chao 9910a3f913 Add quota commands to OSC
This change adds database support for the python-openstackclient
project for the quota-show and quota-update commands.

The trove command quota-show is now:
    openstack database quota show
The trove command quota-update is now:
    openstack database quota update

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

9 lines
304 B
YAML

---
features:
- |
The command ``trove quota-show`` is now available to use in the
python-openstackclient CLI as ``openstack database quota show``.
- |
The command ``trove quota-update`` is now available to use in the
python-openstackclient CLI as ``openstack database quota update``.