python-openstackclient/releasenotes/notes/bug-1609767-0602edc4408c2dc6.yaml
Rui Chen 6fba7163e8 Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups"
"per_volume_gigabytes", "backup_gigabytes" and "backups" items
can be shown in "openstack quota show" command, but can't be
updated by "openstack quota set". This patch fix the issue.

Change-Id: I47db5a69d4e4ef6e140f2735257c83e1fb052760
Closes-Bug: #1609767
2016-09-12 11:00:55 +08:00

6 lines
221 B
YAML

---
features:
- Support to update ``per_volume_gigabytes``, ``backup_gigabytes`` and
``backups`` quota in ``quota set`` command.
[Bug `1609767 <https://bugs.launchpad.net/python-openstackclient/+bug/1609767>`_]