Comment 4 for bug 1274153

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/69902
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=1c2d7de2a712601ead43105d47e20e07fb31f1f5
Submitter: Jenkins
Branch: master

commit 1c2d7de2a712601ead43105d47e20e07fb31f1f5
Author: liyingjun <email address hidden>
Date: Tue Jan 14 10:30:35 2014 +0800

    Add missing tenant_id param behinds os-quota-sets

    These two APIs missing tenant_id param.
    GET v2/{tenant_id}/os-quota-sets Shows quotas for a tenant.
    PUT v2/{tenant_id}/os-quota-sets Updates quotas for a tenant.
    Should be like:
    GET v2/{tenant_id}/os-quota-sets/{tenant_id} Shows quotas for a tenant.
    PUT v2/{tenant_id}/os-quota-sets/{tenant_id} Updates quotas for a tenant.

    Change-Id: I07581b69835cde3063b109cae564a591386762c8
    Closes-bug: 1274153