Comment 2 for bug 1350268

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

Reviewed: https://review.openstack.org/110598
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4dcfa79058a407eb7a6ce83f4d804df19ec95026
Submitter: Jenkins
Branch: master

commit 4dcfa79058a407eb7a6ce83f4d804df19ec95026
Author: jichenjc <email address hidden>
Date: Mon Jul 21 07:53:07 2014 +0800

    Add context as param to cleanup function

    In nova-network, when we start
    to cleanup the stuffs it did when handle exception
    but the function is following in objects/fixed_ips.py
    def disassociate(self, context):
    so the context param is lost and it can lead to problem.

    Change-Id: I66a1681f47fc69bf0fd92137ee27481659833bef
    Closes-Bug: #1350268