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

class Controller(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

Flavor controller for the OpenStack API.

detail(req)

Return all flavors in detail.

index(req)

Return all flavors in brief.

show(req, id)

Return data about the given flavor id.

wsgi_actions = {}
wsgi_extensions = []
create_resource()

Previous topic

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

Next topic

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

Project Source

This Page