The nova.api.openstack.compute.limits Module

class Limits(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Limits support.

alias = 'limits'
get_controller_extensions()
get_resources()
name = 'Limits'
version = 1
class LimitsController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

Controller for accessing limits in the OpenStack API.

index(*args, **kwargs)

Return all global and rate limit information.

wsgi_actions = {}
wsgi_extensions = []

Previous topic

The nova.api.openstack.compute.legacy_v2.versions Module

Next topic

The nova.api.openstack.compute.lock_server Module

Project Source

This Page