Previous topic

The nova.api.openstack.compute.views.addresses Module

Next topic

The nova.api.openstack.compute.views.images Module

This Page

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

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

class ViewBuilder

Bases: nova.api.openstack.common.ViewBuilder

basic(request, flavor)
detail(request, flavors)

Return the ‘detail’ view of flavors.

index(request, flavors)

Return the ‘index’ view of flavors.

show(request, flavor)