Comment 2 for bug 1633729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to vmware-nsx (stable/mitaka)

Reviewed: https://review.openstack.org/386947
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=fffa4952f2e127810cede21d27033a052e0b0e7d
Submitter: Jenkins
Branch: stable/mitaka

commit fffa4952f2e127810cede21d27033a052e0b0e7d
Author: Roey Chen <email address hidden>
Date: Mon May 23 01:58:51 2016 -0700

    NSXv3: Support CH nsgroup membership using dynamic criteria tags

    CH release adds new way to associate resources with nsgroups by
    creating specific tags on the resources.
    We would like to support this feature in the plugin for better performance.
    This patch make use of this feature to associate logical-ports with nsgroups
    (Neutron ports with security-groups), for every LP-NSGroup association,
    a special tag will be added to the LP.
    The plugin will use this NSX feature only when supported by the NSX
    version, and given that the designated boolean config option is set to True.

    Partial-Bug: #1633729
    Change-Id: I16c301cdad84c57a4b8b91635d05d0e1cb1fb20e