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

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 里面创建的虚拟机个数已经超出了你的设置上限,可以尝试删除几个在创建。

时间: 2024-08-30 04:24:29

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

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         

问题:Custom tool error: Failed to generate code for the service reference 'AppVot;结果:添加Service Reference, 无法为服务生成代码错误的解决办法

添加Service Reference, 无法为服务生成代码错误的解决办法 我的解决方案是Silverlight+WCF的应用,Done Cretiria定义了需要在做完Service端的代码后首先运行事先定义好的Unit Test,确保在客户端使用Service之前Service是可以正确的运行的.在我创建Unit Test之前,需要在测试项目中添加对WCF Service的引用,而这时却出现了错误. Custom tool error: Failed to generate code for

Eclipse解决Launch error: Failed to connect to remote VM [duplicate]

有时开启多个Eclipse之后,连接真机调试程序时在Controls控制台里面会出现Launch error: Failed to connect to remote VM [duplicate] ,DDMS输出里面会报con't bind to local 86XX 或者87xx debugger的错误,这是因为端口占用的问题 解决方案: 1.关闭eclipse 2.拔掉Usb连接线 3.关闭任务管理器中所有的Eclipse.exe进程 4.关闭adb.exe 5.重启eclipse,重新连上

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on project standalone-pom: Unable to parse configuration of 3: mojo org.apache.maven.plugins:

问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli)  on project standalone-pom: Unable to parse configuration of 3:  mojo org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter

STM32初学Keil4编译时出现 Error:Failed to execute 'BIN40/Armcc'

一种是在系统开始--运行里输入cmd,查看armcc状态.详情见推文: http://blog.csdn.net/hicui/article/details/7350805(笔记记录,请勿见怪) 都没有问题的话,那么可以尝试: 在keil里的菜单栏依次选择Project->Manage->Components,Environment andBooks(CEB)(或者直接点击工具栏的图标), 然后在CEB里选择Folders/Extensions标签页,在RealView Folder里选择ke

git push报错error: failed to push some refs to '[email protected]:

$ git push -u origin master To [email protected]:xxx/xxx.git ! [rejected] master -> master (fetch first) error: failed to push some refs to '[email protected]:xxx/xxx.git' hint: Updates were rejected because the remote contains work that you do hint:

当安装、卸载件包时,出现依赖问题 error: Failed dependencies

error: Failed dependencies:-- 依赖关系非常复杂,当你试图先安装任何一个包时都会出现这样的依赖关系错误,这时候你就应该强制安装了,我认为只要你把服务或软件需要的包都装上,强制安装也不会出问题的,不会有什么影响. 非常简单,只要加上一个--force (强制) 和--nodeps(不查找依赖关系)就可以了 如:rpm -vih httpd-2.2.3-6.el5.i386.rpm --force --nodeps 卸载时就不用--force了,只要加入--nodeps就

Error: failed to execute 'C:\Keil\ARM\ARMCC'的解决办法

引用自:http://blog.csdn.net/zwj695535100/article/details/45787333 在KEIL新建工程时,容易出现该问题,我查了一些资料,最终找到该问题解决方法: 第一步:在keil里的菜单栏依次选择Project->Manage->Components,Environment andBooks(CEB) 第二步:然后在Environment andBooks(CEB)里选择Folders/Extensions标签页, 第三步:在RealView Fo

git push origin master出错:error: failed to push some refs to

1.输入git push origin master 出错:error: failed to push some refs to 那是因为本地没有update到最新版本的项目(git上有README.md文件没下载下来) 本地直接push所以会出错. 2.所以本地要输入git pull 然后出现的英语提示'git pull <repository> <refspec>'显示要选择远程分支 2.就试试指定目标到远程分支 输入git pull origin 出现提示 but did n