The nova.api.openstack.compute.legacy_v2.images Module¶
-
class
Controller(**kwargs)¶ Bases:
nova.api.openstack.wsgi.ControllerBase controller for retrieving/displaying images.
-
create(*args, **kwargs)¶
-
delete(req, id)¶ Delete an image, if allowed.
Parameters: - req – wsgi.Request object
- id – Image identifier (integer)
-
detail(req)¶ Return a detailed index listing of images available to the request.
Parameters: req – wsgi.Request object.
-
index(req)¶ Return an index listing of images available to the request.
Parameters: req – wsgi.Request object
-
show(req, id)¶ Return detailed information about a specific image.
Parameters: - req – wsgi.Request object
- id – Image identifier
-
wsgi_actions= {}¶
-
wsgi_extensions= []¶
-
-
create_resource()¶