Reviewed: https://review.openstack.org/377830 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=78497eb6004d09e95b91ef1ba047ae237930ede4 Submitter: Jenkins Branch: master
commit 78497eb6004d09e95b91ef1ba047ae237930ede4 Author: Trevor McCasland <[email protected]> Date: Tue Nov 8 10:38:46 2016 -0600 Update OVS firewall driver Updating the information in the manuals with respect to the doc tag in this commit: 7a969d4b0a5ae902695b3204a858305b5122c5ff I removed all the configuration and deployment information in ml2_conf.ini for 'firewall_driver=' if it was for controller or network node configuration. backport: newton Closes-Bug: #1607724 Change-Id: I870d06caaba897b2c9fa69f0064d0acea34dd387 ** 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/1607724 Title: OVS Mech: Set hybrid plug based on agent config Status in neutron: Confirmed Status in openstack-manuals: Fix Released Bug description: https://review.openstack.org/327996 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 7a969d4b0a5ae902695b3204a858305b5122c5ff Author: Kevin Benton <[email protected]> Date: Fri Apr 29 18:01:51 2016 -0700 OVS Mech: Set hybrid plug based on agent config This adjusts the logic in the OVS mechanism driver to determine what the ovs_hybrid_plug value should be set to in the VIF details. Previously it was based purely on the firewall driver configured on the server side. This prevented a mixed environment where some agents might be running a native OVS firewall driver while others are still based on the IPTables hybrid driver. This patch has the OVS agents report back whether they want hybrid plugging in their configuration dictionary sent during report_state. The OVS agent sets this based on an explicit attribute on the firewall driver requesting OVS hybrid plugging. To maintain backward compat, if an agent doesn't report this, the old logic of basing it off of the server-side config is applied. DocImpact: The server no longer needs to be configured with a firewall driver for OVS. It will read config from agent state reports. Closes-Bug: #1560957 Change-Id: Ie554c2d37ce036e7b51818048153b466eee02913 (cherry picked from commit 2f17a30ba04082889f3a703aca1884b031767942) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1607724/+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

