novaclient.v2.images.GlanceManager(api)Bases: novaclient.base.Manager
Use glance directly from service catalog.
This is used to do name to id lookups for images and listing images for the –image-with option to the ‘boot’ command. Do not use it for anything else besides that. You have been warned.
find_image(name_or_id)Find an image by name or id (user provided input).
list()Get a detailed list of all images.
| Return type: | list of Image |
|---|
resource_classalias of Image
novaclient.v2.images.Image(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
Populate and bind to a manager.
| Parameters: |
|
|---|
HUMAN_ID = True
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.