标签:
Bases: glanceclient.openstack.common.apiclient.base.Resource
Bases: glanceclient.openstack.common.apiclient.base.ManagerWithFind
Create an image
TODO(bcwaldon): document accepted params
Get the raw data for a specific image.
Parameters: |
|
---|---|
Return type: |
iterable containing image data |
Delete an image.
Get the metadata for a specific image.
Parameters: | image – image object or id to look up |
---|---|
Return type: | Image |
Get a list of images.
Parameters: |
|
---|---|
Return type: |
list of Image |
alias of Image
Update an image
TODO(bcwaldon): document accepted params
openstack中glance组件images的所有python API 汇总
标签:
原文地址:http://blog.csdn.net/qq_21398167/article/details/46620025