Files
python-manilaclient/releasenotes/notes/bug-1871252-update-default-quotas-via-quota-class-share-groups-share-group-snapshots-20ec1dfcc0a7e81c.yaml
melakualehegn 97cfa8e092 Add pre-commit
This is helpful to automate code style checks when commiting, avoiding
the need to remember to do this manually.

The run_tests.sh script has been removed from the repository since
it is outdated, unused and had a number of uncaught formatting issues.

Change-Id: Id3f38942972bc6d35427e66bb26f8f1b2f271f7d
2025-02-25 14:15:53 -03:00

9 lines
394 B
YAML

---
fixes:
- |
Share group and share group snapshots quotas have been available in manila
since API 2.40. With this change, we added the possibility for users to update
share group and share group snapshots quotas via the quota class API to the
manilaclient CLI. For more details, please refer to
`Launchpad bug 1871252 <https://bugs.launchpad.net/manila/+bug/1871252>`_.