Comment 14 for bug 1204956

Revision history for this message
Rui Chen (kiwik-chenrui) wrote :

Hi Brian:

I check the master branch code, openstacksdk support the following network quota APIs:

list: GET /quotas

show: GET /quota/$project_id/

update: PUT /quota/$project_id/

delete: DELETE /quota/$project_id/

But I need a new API to fetch the project default quota, that isn't supported by current openstacksdk:

show default: GET /quota/$project_id/default