码迷,mamicode.com
首页 > 其他好文 > 详细

OpenStack创建实例错误解决方法

时间:2015-07-16 21:19:01      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

实例执行所请求操作失败,实例处于错误状态。: 请稍后再试

[错误: Build of instance beaeb5e0-26eb-4044-ae14-bb87d509886d aborted: Failed to allocate the network(s), not rescheduling.].

 

解决办法:

修改/etc/nova/nova.conf文件

#Fail instance boot if vif plugging fails  

vif_plugging_is_fatal = False  

#Number of seconds to wait for neutron vif  

#plugging events to arrive before continuing or failing  

#(see vif_plugging_is_fatal). If this is set to zero and  

#vif_plugging_is_fatal is False, events should not be expected to arrive at all.  

vif_plugging_timeout = 0  

OpenStack创建实例错误解决方法

标签:

原文地址:http://www.cnblogs.com/edisonxiang/p/4652194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!