Comment 16 for bug 1546910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/475649
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=154b8750bcdc7053e29c790e5106c4750d05e110
Submitter: Jenkins
Branch: master

commit 154b8750bcdc7053e29c790e5106c4750d05e110
Author: Isaku Yamahata <email address hidden>
Date: Mon Jun 19 12:31:00 2017 -0700

    security group: pass update value to precommit_update

    This patch is follow up for [1].
    When updating security group, pass updated value to precommit.
    old value is passed as original_security_group and new value
    is passed as security_group.
    [1] https://review.openstack.org/#/c/448420/

    Although argument to callbacks will be unified by EventPayload
    eventually, it's necessary to unbreak decomposed modules.

    Change-Id: I5a27d1d218a0be4fae6f9740559bbbf773518821
    Related-bug: #1546910