The nova.api.openstack.compute.legacy_v2.contrib.used_limits Module

class UsedLimitsController(ext_mgr)

Bases: nova.api.openstack.wsgi.Controller

index(req, resp_obj)
wsgi_actions = {}
wsgi_extensions = [('index', None)]
class Used_limits(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Provide data on limited resources that are being used.

alias = 'os-used-limits'
get_controller_extensions()
name = 'UsedLimits'
namespace = 'http://docs.openstack.org/compute/ext/used_limits/api/v1.1'
updated = '2012-07-13T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.simple_tenant_usage Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.used_limits_for_admin Module

Project Source

This Page