Show detail of an quota in API os-quota-sets.

Bug #1192208 reported by OpenStack Infra
18
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Medium
Diane Fleming
openstack-manuals
Fix Released
Medium
Diane Fleming

Bug Description

commit 968470193de2610c6d8dfb12c290d5371e132971
Author: gtt116 <email address hidden>
Date: Sun Jun 9 06:17:07 2013 +0000

    Show detail of an quota in API os-quota-sets.

    nova-manage also show `in_use`, `resrved` including `limit` of a quota.
    So create a new API named `details` to do the same with nova-manage.

    The new URL is like :/v2/tenant_id/os-quota-sets/1234/details.

    Fix bug: #1183870

    DocImpact

    Change-Id: Ic53a68acf0f3f3184c7a900360343bb576560f46

Tom Fifield (fifieldt)
affects: openstack-manuals → openstack-api-site
Changed in openstack-api-site:
milestone: none → havana
Changed in openstack-api-site:
status: New → Triaged
Changed in openstack-api-site:
status: Triaged → New
Revision history for this message
Anne Gentle (annegentle) wrote :
Revision history for this message
Anne Gentle (annegentle) wrote :

        quota_set = {
            'quota_set':
            {'cores': {'in_use': 0, 'limit': 20, 'reserved': 0},
             'fixed_ips': {'in_use': 0, 'limit': -1, 'reserved': 0},
             'floating_ips': {'in_use': 0, 'limit': 10, 'reserved': 0},
             'injected_files': {'in_use': 0, 'limit': 5, 'reserved': 0},
             'instances': {'in_use': 0, 'limit': 10, 'reserved': 0},
             'key_pairs': {'in_use': 0, 'limit': 100, 'reserved': 0},
             'metadata_items': {'in_use': 0, 'limit': 128, 'reserved': 0},
             'ram': {'in_use': 0, 'limit': 51200, 'reserved': 0},
             'security_groups': {'in_use': 0, 'limit': 10, 'reserved': 0},
             'injected_file_content_bytes':
             {'in_use': 0, 'limit': 10240, 'reserved': 0},
             'injected_file_path_bytes':
             {'in_use': 0, 'limit': 255, 'reserved': 0},
             'security_group_rules':
             {'in_use': 0, 'limit': 20, 'reserved': 0}}
        }

Changed in openstack-api-site:
status: New → Confirmed
importance: Undecided → Medium
Changed in openstack-api-site:
assignee: nobody → Diane Fleming (diane-fleming)
Revision history for this message
Diane Fleming (diane-fleming) wrote :

This is for v3 nova, so moving to icehouse

Changed in openstack-api-site:
milestone: havana → icehouse
Changed in openstack-manuals:
milestone: none → icehouse
status: New → Confirmed
Changed in openstack-manuals:
importance: Undecided → Medium
assignee: nobody → Diane Fleming (diane-fleming)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/53651

Changed in openstack-api-site:
status: Confirmed → In Progress
Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/53651
Committed: http://github.com/openstack/api-site/commit/eb7aafb4f503d5de059dee79a0e8c82e270d51c0
Submitter: Jenkins
Branch: master

commit eb7aafb4f503d5de059dee79a0e8c82e270d51c0
Author: Diane Fleming <email address hidden>
Date: Thu Oct 24 09:36:22 2013 -0500

    Add os-quota-sets detail method (compute extension)

    Partial-Bug: #1192208

    backport: havana

    Change-Id: I858db3b657b64dfeea76ef577873f9fc45653517
    author: diane fleming

Changed in openstack-api-site:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to compute-api (master)

Fix proposed to branch: master
Review: https://review.openstack.org/55306

Revision history for this message
Diane Fleming (diane-fleming) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to compute-api (master)

Reviewed: https://review.openstack.org/55306
Committed: http://github.com/openstack/compute-api/commit/2e316cc048cb6aea369b8079caa04354bdc1ff10
Submitter: Jenkins
Branch: master

commit 2e316cc048cb6aea369b8079caa04354bdc1ff10
Author: Diane Fleming <email address hidden>
Date: Tue Nov 5 11:57:34 2013 -0600

    Add os-quota-sets extension

    Closes-Bug: #1192208

    Change-Id: I93f1a91989905fce27dfd72af2f941f94f3cec15
    author: diane fleming

Changed in openstack-manuals:
status: In Progress → Fix Committed
Changed in openstack-api-site:
status: Fix Committed → Fix Released
Changed in openstack-manuals:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.