Reviewed: https://review.openstack.org/451641 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fb8978b91e171bbdcb96f3cec9f9e0e9d112a2db Submitter: Zuul Branch: master
commit fb8978b91e171bbdcb96f3cec9f9e0e9d112a2db Author: Huan Xie <[email protected]> Date: Wed Mar 29 20:48:40 2017 -0700 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 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1732624 Title: Booting VM sometimes failed when using XenAPI driver and neutron polling mode Status in OpenStack Compute (nova): Fix Released Bug description: Precondition: 1. XenAPI driver in nova with XenServer 7.1 2. minimize_polling = True in neutron-openvswitch-agent running for dom0 (q-domua in devstack) 3. Booting a VM via OpenStack CLI Result: VM sometimes booted successfully, sometimes failed To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1732624/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

