openstack-install 无法导入启动映像

openstack-install 无法导入启动映像

尝试 openstack-install,http://www.ubuntu.com/download/cloud/install-ubuntu-openstack,在 Trusty 服务器上 - 希望 Openstack Juno 能够运行 - 但在导入图像时遇到问题。安装过程进行到“导入 MAAS 启动图像”并在此停止。事实上 /var/lib/maas/boot-resources 是空的,并且在 /var/log/maas/masslog 中正确记录:

...
Nov 19 19:02:37 openstack maas.tftp: [WARNING] No boot images have been imported from the region.
Nov 19 19:02:38 openstack maas.tftp: message repeated 3 times: [ [WARNING] No boot images have been imported from the region.]
Nov 19 19:02:39 openstack maas.import-images: [WARNING] Finished importing boot images, the region does not have any boot images available.
Nov 19 19:02:39 openstack maas.tftp: [WARNING] No boot images have been imported from the region.
...

在系统日志中也能看到类似的消息:

...
Nov 19 19:07:37 openstack maas.tftp: [WARNING] No boot images have been imported from the region.
Nov 19 19:07:38 openstack maas.tftp: message repeated 3 times: [ [WARNING] No boot images have been imported from the region.]
Nov 19 19:07:39 openstack maas.import-images: [WARNING] Finished importing boot images, the region does not have any boot images available.
Nov 19 19:07:39 openstack maas.tftp: [WARNING] No boot images have been imported from the region.
Nov 19 19:08:08 openstack maas.bootresources: [INFO] Finished importing of boot images from 1 source(s).
...

我可以 ping maas.ubuntu.com 并执行 wget:

root@openstack:~/.cloud-install# wget http://maas.ubuntu.com/images/ephemeral-v2/daily/
--2014-11-19 19:12:44--  http://maas.ubuntu.com/images/ephemeral-v2/daily/
Resolving maas.ubuntu.com (maas.ubuntu.com)... 91.189.90.19, 91.189.89.122
Connecting to maas.ubuntu.com (maas.ubuntu.com)|91.189.90.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1940 (1.9K) [text/html]
Saving to: ‘index.html’

100%[======================================>] 1,940       --.-K/s   in 0s      

2014-11-19 19:12:44 (38.3 MB/s) - ‘index.html’ saved [1940/1940]

有什么想法吗?
干杯,

编辑 1:好的...在最初发布后的几个小时内,参考链接中的说明发生了变化!将再次尝试并报告。

相关内容