bad network format error happen sometimes with no reason
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I'm doing a instance provision test based on Grizzly.
While some times the first instance I created always met the error:
Bad networks format (HTTP 400)
I checked the code in /usr/lib/
# For quantumv2, requestd_networks
# should be tuple of (network_uuid, fixed_ip, port_id)
if self._is_
And it is reported as a TypeErr exception.
But, all later instances I have used the same command to boot up just works fine.
And, I add some debug output in the code, restart nova-api several times, the issue just gone.
Anyone know why this happen ?
Thanks.
-chen
tags: | added: api network |
tags: | added: neutron |
tags: | removed: neutron |
Changed in nova: | |
status: | Incomplete → Invalid |
Could you add the full backtrace from the log file (as well as some of the log file before be useful) for the error you are seeing? Also if you restart all the nova services rather than just nova-api does it occur again?