Bases: openstack_dashboard.api.base.APIResourceWrapper
Bases: openstack_dashboard.api.glance.Image
Bases: openstack_dashboard.api.base.APIResourceWrapper
Bases: openstack_dashboard.api.glance.BaseGlanceMetadefAPIResourceWrapper
Filter metadata namespaces based on the given resource types and properties target.
Parameters: |
|
---|
Create image.
Parameters: | kwargs –
|
---|
In the case of ‘copy_from’ and ‘location’, the Glance server will give us a immediate response from create and handle the data asynchronously.
In the case of ‘data’ the process of uploading the data may take some time and is handed off to a separate thread.
Delete custom properties for an image.
Returns an Image object populated with metadata for image with supplied identifier.
Thin layer above glanceclient, for handling pagination issues.
It provides iterating both forward and backward on top of ascetic OpenStack pagination API - which natively supports only iterating forward through the entries. Thus in order to retrieve list of objects at previous page, a request with the reverse entries order had to be made to Glance, using the first object id on current page as the marker - restoring the original items ordering before sending them back to the UI.
Add or update a custom property of an image.
Retrieve a listing of Namespaces
Parameters: |
|
---|---|
Returns A tuple of three values: | |
|