vif type unbound not supported when creating server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned | ||
networking-midonet |
Fix Released
|
Critical
|
Unassigned | ||
networking-vsphere |
New
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Creating a vmware server (using stable/newton packages) fails with the following error logged in nova-compute.log:
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
-8c8a-af6f57d4d0f5 c8380cb1ad18427
a0c7 - - -] [instance: c27d61ad-
spawn
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
4-4881-
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
4-4881-
manager.py", line 2083, in _build_resources
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
4-4881-
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
4-4881-
manager.py", line 1924, in _build_
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
2017-07-11 13:52:02.494 21616 ERROR nova.compute.
Changed in neutron: | |
status: | Triaged → Confirmed |
importance: | Undecided → Critical |
assignee: | Gary Kotton (garyk) → Kevin Benton (kevinbenton) |
tags: | added: vmware |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Low |
My initial investigation reveals that this started acting up in nova/stable/newton only after this following neutron patch was backported to neutron/ stable/ newton: https:/ /review. openstack. org/#/c/ 470297/
If I manually restore these two changes in neutron/ plugins/ ml2/driver_ context. py and restart neutron-server, I no longer see the problem: