Reviewed: https://review.openstack.org/363562 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=04033c2f21d80258c2dbe5bf60bba42fb5d7202e Submitter: Jenkins Branch: master
commit 04033c2f21d80258c2dbe5bf60bba42fb5d7202e Author: Ihar Hrachyshka <ihrac...@redhat.com> Date: Sun Aug 28 00:42:36 2016 +0000 SR-IOV: don't suggest to set supported_pci_vendor_devs option This option is deprecated, and will be removed in Ocata. This option enables PCI device validation that is redundant because Nova is supposed to do the same validation already by the virtue of pci_passthrough_whitelist configuration option. Change-Id: I468ab613603d355e6ded7a2848d11e751eebb1ed Closes-Bug: #1615165 ** Changed in: openstack-manuals Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1615165 Title: SR-IOV: deprecate supported_pci_vendor_devs Status in neutron: Invalid Status in openstack-manuals: Fix Released Bug description: https://review.openstack.org/352812 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to. commit de31df4211ca2b05c331ad910578893fe92052f4 Author: Moshe Levi <mosh...@mellanox.com> Date: Mon Aug 8 20:44:30 2016 +0300 SR-IOV: deprecate supported_pci_vendor_devs Deprecate the supported_pci_vendor_devs option in order to reduce complexity for configuring SR-IOV. Currently, neutron validates the pci vendor and product id. However this check is already done by the nova-scheduler when it selects a suitable hypervisor. More precisely, the compute node validates this through the pci_passthrough_whitelist option in nova.conf. Therefore this check in neutron is redundant. This patch deprecates the supported_pci_vendor_devs in Newton release and updates the supported_pci_vendor_devs default to None. In case of None value the SR-IOV mechanism driver won't do any pci vendor validation. In case this option is set the SR-IOV mechanism driver will do the validaiton as it was before. DocImpact Closes-bug: #1611302 Change-Id: Id5e2cef44da871965583abbae3e1140fd4f5786c To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1615165/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp