Comment 10 for bug 1297469

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/83190
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=304df046eaaad6d64ee16898b1eaa76918e98878
Submitter: Jenkins
Branch: master

commit 304df046eaaad6d64ee16898b1eaa76918e98878
Author: Robert Kukura <email address hidden>
Date: Wed Mar 26 15:25:55 2014 -0400

    Use binding:vif_details to control firewall

    Neutron can include 'ovs_hybrid_plug' and 'port_filter' boolean keys in
    the binding:vif_details port attribute. 'port_filter' indicates whether
    or not neutron is handling port filtering for nova to determine if it needs
    to filter for that port. 'ovs_hybrid_plug' can be set to True to indicate
    that the neutron plugin still requires the bridge plugging strategy to attach
    firewall rules.

    Corresponding neutron patch:
    Review - https://review.openstack.org/#/c/83280/
    Commit - 8c42ba115b58cc2c7486be9fee89e1facedb5f76

    Closes-Bug: 1297469
    Change-Id: I3bbcfc67036ab7389c82720add0bc0fc627bfee0