nova/releasenotes/notes/remove-deprecated-nicira-iface-id-in-xenserver-870bfab82f22cac1.yaml
Huan Xie fb8978b91e XenAPI: Don't use nicira-iface-id for XenServer VIF
When using neutron polling mode, booting a VM will timeout because
nova-compute cannot receive network-vif-plugged event. This is
because we set vif['id'](i.e. neutron port uuid) to two different
OVS ports. One is Xenserver VIF, the other is tap device qvo-XXXX
which neutron ovs agent will monitor and deal with.
My previous patch https://review.openstack.org/#/c/463246/ has
deprecated the setting of 'nicira-iface-id' to XenServer. This
patch is to remove the setting of 'nicira-iface-id'.

Closes-Bug: #1732624

Change-Id: I221e89686c8e9041651f5affc4e3542d75ff55bc
2017-12-06 15:48:12 +00:00

8 lines
243 B
YAML

---
upgrade:
- |
Setting of 'nicira-iface-id' in XenServer VIF's other-config
field by XenAPI driver has been removed to avoid VM booting
timeout problem when using neutron polling mode.
It was previously deprecated in Pike.