Previous topic

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

Next topic

The nova.api.openstack.compute.views.limits 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.images Module

class ViewBuilder

Bases: nova.api.openstack.common.ViewBuilder

basic(request, image)

Return a dictionary with basic image attributes.

detail(request, images)

Show a list of images with details.

index(request, images)

Show a list of images with basic attributes.

show(request, image)

Return a dictionary with image details.