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.

Previous topic

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

Next topic

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

Project Source

This Page