TypeError: spawn() got multiple values for network_info
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-vsphere |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
On nova-proxy compute node that uses the ovsvapp_vc_driver, this traceback is found when creating a VM using "openstack server create ..." command:
2019-03-06 07:07:53.356 25863 DEBUG amqp [-] heartbeat_tick : Prev sent/recv: 1291/3857, now - 1292/3860, monotonic - 11110.3857487, last_heartbeat_sent - 11110.3857307, heartbeat int. - 60
for connection 90ce410961b9493
2019-03-06 07:07:53.358 25863 DEBUG nova.compute.
-4b3f-8bc5-
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
-4b3f-8bc5-
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
te/manager.py", line 2368, in _build_resources
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
te/manager.py", line 2132, in _build_
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
2019-03-06 07:07:53.359 25863 ERROR nova.compute.
2019-03-06 07:07:53.361 25863 DEBUG amqp [-] heartbeat_tick : for connection 90ce410961b9493
/amqp/connectio
Reviewed: https:/ /review. openstack. org/649640 /git.openstack. org/cgit/ openstack/ networking- vsphere/ commit/ ?id=b495900035a eb4cdc5824bd9c1 3b960441420e7e
Committed: https:/
Submitter: Zuul
Branch: master
commit b495900035aeb4c dc5824bd9c13b96 0441420e7e
Author: Stephen Ma <email address hidden>
Date: Wed Apr 3 07:52:13 2019 -0700
Update argument list for spawn functions
Update the argument list for the ovsvapp_vmops and vc_driver' s spawn() function to reflect argument list
ovsvapp_
in nova's virt drivers.
The OVSvAppVCDriver's spawn() arg. list reflects the changes in 788777300680e85 3a872c1db40.
the patch with Change-Id I00eab47edf1150
The OVSvAppVMOps's spawn() arg. list reflects the changes in 2212eac4807c80e db886bf7808.
the patch with Change-Id If719b94cf50d5f
Change-Id: Idbf9a90d2d5c7f b192b284e0e0061 adfe10aa8ee
Closes-bug: #1822929