按照本指南使用 deb8 环境测试 openstack:http://docs.openstack.org/draft/install-guide-debian/overview.html
现在,一切都很好,但是当我在处理图像服务时,我尝试验证操作并测试创建和图像;
control@controller:~/openstackrc$ openstack image create \
--file ../images/cirros-0.3.4-x86_64-disk.img --disk-format qcow2 \
--container-format bare --public cirros
终点站返回;
错误:openstack 无效命令‘--file’
如果我对 openstack 命令使用 --help,我会得到;
control@controller:~/openstackrc$ openstack --help | grep image
[--os-image-api-version <image-api-version>]
--os-image-api-version <image-api-version>
image delete Delete an image
image list List available images
image save Save an image locally
image show Show image details
server image create Create a new disk image from a running server
我猜这与版本有关,所以我将包括工具的版本号;
control@controller:~/openstackrc$ openstack --version
openstack 0.4.0
control@controller:~/openstackrc$ glance-api --version
2014.1.3
我通过 debian jessie backport repo 下载软件包。
实际上在其他地方找不到任何东西,因此非常感谢任何帮助!
最好的!
答案1
我重新开始并解决了这个问题。基本上是通过重新安装裸机软件包,放弃 lxc 设置。
现在工作正常。