DEPRECATED: Image interface.
Bases: novaclient.base.Manager
Use glance directly from service catalog.
This is used to do name to id lookups for images. Do not use it for anything else besides that. You have been warned.
Find an image by name or id (user provided input).
alias of Image
Bases: novaclient.base.Resource
DEPRECATED: An image is a collection of files used to create or rebuild a server.
Populate and bind to a manager.
Parameters: |
|
---|
DEPRECATED: Delete this image.
Returns: | An instance of novaclient.base.TupleWithMeta |
---|
Bases: novaclient.base.ManagerWithFind
DEPRECATED: Manage Image resources.
DEPRECATED: Delete an image.
It should go without saying that you can’t delete an image that you didn’t create.
Parameters: | image – The Image (or its ID) to delete. |
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Delete metadata from an image
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
DEPRECATED: Get an image.
Parameters: | image – The ID of the image to get. |
---|---|
Return type: | Image |
DEPRECATED: Get a list of all images.
Return type: | list of Image |
---|---|
Parameters: |
|
alias of Image
DEPRECATED: Set an images metadata
Parameters: |
|
---|