Bases: nova.api.openstack.common.OpenstackController
Base wsgi.Controller for retrieving/displaying images.
Snapshot a server instance and save the image.
Parameters: |
|
---|
Delete an image, if allowed.
Parameters: |
|
---|
Return a detailed index listing of images available to the request.
Parameters: |
|
---|
Indicates that you must use a Controller subclass.
Return an index listing of images available to the request.
Parameters: |
|
---|
Return detailed information about a specific image.
Parameters: |
|
---|
Bases: nova.api.openstack.images.Controller
Version 1.0 specific controller logic.
Property to get the ViewBuilder class we need to use.
Bases: nova.api.openstack.images.Controller
Version 1.1 specific controller logic.
Property to get the ViewBuilder class we need to use.