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

[错误: 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  

相关文章:

  • 2021-05-04
  • 2021-11-03
  • 2021-11-30
  • 2021-06-02
  • 2021-09-12
  • 2021-10-14
  • 2022-12-23
  • 2021-08-20
猜你喜欢
  • 2021-10-22
  • 2021-10-17
  • 2021-06-02
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案