Comment 3 for bug 1213930

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

Reviewed: https://review.openstack.org/42679
Committed: http://github.com/openstack/neutron/commit/6b0c899d36d5a98963342e9cffb351fc3a1f4fd2
Submitter: Jenkins
Branch: master

commit 6b0c899d36d5a98963342e9cffb351fc3a1f4fd2
Author: ZhiQiang Fan <email address hidden>
Date: Tue Aug 20 00:05:15 2013 +0800

    Use subnet id instead of wrong built-in id()

    In _validate_subnet(), built-in id() is used as param for exceptions,
    this patch fixes it via using proper subnet id.

    Closes-Bug: #1213930

    Change-Id: I9a88f4dc7b771047f4061fb94ba65f0515afa745