information | Build of instance 6320b5f2-edc2-4e8e-b07c-0047f7ed8f6a aborted: Failed to allocate the network(s), not rescheduling. |
coding | 500 |
Details | Traceback (most recent call last): File “/usr/lib/python2.7/site-packages/nova/compute/manager.py”, line 2143, in _do_build_and_run_instance filter_properties, request_spec) File “/usr/lib/python2.7/site-packages/nova/compute/manager.py”, line 2485, in _build_and_run_instance reason=msg) BuildAbortException: Build of instance 6320b5f2-edc2-4e8e-b07c-0047f7ed8f6a aborted: Failed to allocate the network(s), not rescheduling. |
Solution:
Modify /etc/nova/nova.conf on the compute node of nova
# Determine if instance should boot or fail on VIF plugging timeout. For more
# information, refer to the documentation. (boolean value)
vif_plugging_is_fatal=false
# Timeout for Neutron VIF plugging event message arrival. For more information,
# refer to the documentation. (integer value)
# Minimum value: 0
vif_plugging_timeout=0
Similar Posts:
- ConnectFailure: Unable to establish connection to http://127.0.0.1:9696/v2.0/ports/f7eaf0bb-fb46-4a18-ab13-5dca89e7ec51.json
- Openstack build virtual machine Error: No valid host was found. There are not enough hosts available
- Openstack creates a new instance and solves various error reports
- Error openstack resource loading Exception (Two Errors to Solve]
- [Solved] Pyinstaller package Error: AttributeError: ‘str’ object has no attribute ‘decode’
- How to Solve Error: Heartbeating to master:7182 failed.
- [Solved] mindspore Error: cannot allocate memory in static TLS block
- [Solved] Ride.py startup error: Error in atexit._run_exitfuncs
- [Solved] “import numpy as np” ImportError: No module named numpy
- [Solved] Djiango Create Migrations Error: query = query.decode(errors=’replace’) AttributeError: ‘str’ object has no attribute ‘decode’