nova/releasenotes/notes/add-server-groups-keys-in-quota-class-set-response-4a91ef4b2683e31c.yaml
He Jie Xu d0f91817eb Fix the releasenote and api-ref for quota-class API
This patch marks the network related quota in the quota-class API
as deprecated in the 2.50 microversion. Also rewrite the release note for
2.50 microversion, change to describe the API change instead of the history.

Change-Id: Ida5518b7d43e85d9f30b11ed2819025a190aefd6
2017-07-13 07:05:22 +00:00

19 lines
441 B
YAML

---
fixes:
- |
In the 2.50 microversion, the following fields are added to the
``GET /os-quota-class-sets`` and ``PUT /os-quota-class-sets/{id}`` API
response:
- ``server_groups``
- ``server_group_members``
And the following fields are removed from the same APIs in the same
microversion:
- ``fixed_ips``
- ``floating_ips``
- ``security_groups``
- ``security_group_rules``
- ``networks``