Error: Failed to launch instance "win7": Please try again later [Error: No valid host was found. ].

感谢朋友支持本博客,欢迎共同探讨交流,由于能力和时间有限,错误之处在所难免,欢迎指正!
如果转载,请保留作者信息。
博客地址:http://blog.csdn.net/qq_21398167

原博文地址:http://blog.csdn.net/qq_21398167/article/details/46412713

1.首先查看所有服务是否已经启动

   执行 # nova-manage service list

Binary             Host       Zone         Status   State         Updated_At

nova-consoleauth  mycontrollerinternal  enabled      :-)     2014-06-0602:44:41

nova-scheduler    mycontrollerinternal  enabled      :-)     2014-06-0602:44:41

nova-conductor    mycontrollerinternal  enabled      :-)     2014-06-0602:44:37

nova-cert         mycontrollerinternal  enabled      :-)     2014-06-0602:44:41

nova-compute      mycomputenode nova     enabled      :-)     2014-06-0602:44:34

如果你看见的是:

nova-compute      mycomputenode nova     enabled       XXX     2014-06-0602:46:14

启动这个服务就能解决上述问题

/var/log/nova/compute.log 在这两个文件中都可以查看错误信息

/var/log/nova/scheduler.log

2.我也遇见过是因为openstack 里面创建的虚拟机个数已经超出了你的设置上限,可以尝试删除几个在创建。

你可能感兴趣的:(openstack)