This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.1 docs or all OpenStack docs too.

The nova.api.openstack.flavors Module

class nova.api.openstack.flavors.Controller

Bases: nova.api.openstack.common.OpenstackController

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.

class nova.api.openstack.flavors.ControllerV10

Bases: nova.api.openstack.flavors.Controller

class nova.api.openstack.flavors.ControllerV11

Bases: nova.api.openstack.flavors.Controller

get_default_xmlns(req)