错误: 实例 "test-gtj" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Build of instance 5ea8c935-ee07-4788-823f-10e2b003ca89 aborted: Failed to allocate the network(s), not rescheduling.].

解决方法:

在nova的计算节点修改:

/etc/nova/nova.conf

 

  1. #Fail instance boot if vif plugging fails  
  2. vif_plugging_is_fatal = False  
  3.   
  4. #Number of seconds to wait for neutron vif  
  5. #plugging events to arrive before continuing or failing  
  6. #(see vif_plugging_is_fatal). If this is set to zero and  
  7. #vif_plugging_is_fatal is False, events should not be expected to arrive at all.  
  8. vif_plugging_timeout = 0  



[root@linux-node2 ~]# systemctl restart openstack-nova-compute.service

转载于:https://www.cnblogs.com/wangjq19920210/p/8990278.html

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐