Libcloud:如何上传图片



我已经浏览了有关OpenStack(https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html)的libcloud文档,但找不到任何上传新图像的方法。是否可以只上传新图像,或者我只能从节点创建映像?

我正在尝试做的是使用 libcloud 运行此命令

glance image-create --name "cirros" --file cirros-0.3.4-x86_64-disk.img
--disk-format qcow2 --container-format bare --visibility public --progress

Cirros是OpenStack的通用镜像,但它可能是Ubuntu,Fedora。

有人知道如何使用 libcloud 实现这一目标吗?

根据

我在 Jira 上发现的这个未解决的问题,目前这似乎是不可能的:

https://issues.apache.org/jira/browse/LIBCLOUD-523

它很旧(21 年 2 月 14 日),所以它似乎不会被添加到 libcloud 中。不确定开发团队是否决定将管理功能排除在 libcloud 的范围之外。有人对此有其他评论吗?

相关内容

  • 没有找到相关文章

最新更新