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

class Controller(**kwargs)

Bases: nova.api.openstack.wsgi.Controller

Base controller for retrieving/displaying images.

create(*args, **kwargs)
delete(req, id)

Delete an image, if allowed.

Parameters:
  • reqwsgi.Request object
  • id – Image identifier (integer)
detail(req)

Return a detailed index listing of images available to the request.

Parameters:reqwsgi.Request object.
index(req)

Return an index listing of images available to the request.

Parameters:reqwsgi.Request object
show(req, id)

Return detailed information about a specific image.

Parameters:
  • reqwsgi.Request object
  • id – Image identifier
wsgi_actions = {}
wsgi_extensions = []
create_resource()

Previous topic

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

Next topic

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

Project Source

This Page