首页 > 其他分享 >Openstack-创建实例错误

Openstack-创建实例错误

时间:2023-01-25 23:57:23浏览次数:45  
标签:vif 错误 创建 plugging nova 实例 Openstack

创建实例错误

实例执行所请求操作失败,实例处于错误状态。: 请稍后再试
[错误: Build of instance beaeb5e0-26eb-4044-ae14-bb87d509886d aborted: Failed to allocate the network(s), not rescheduling.].

原因是:创建时超过300秒还没有创建完成,则判定失败

#修改/etc/nova/nova.conf文件
#vif_plugging_is_fatal=true  
vif_plugging_is_fatal=false #关闭

#vif_plugging_timeout=300
vif_plugging_timeout=0 #超时时间没有
修改完后重启nova服务
systemctl restart openstack-nova*

标签:vif,错误,创建,plugging,nova,实例,Openstack
From: https://www.cnblogs.com/yuwen01/p/17067465.html

相关文章