Comment 2 for bug 1673696

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

Reviewed: https://review.openstack.org/446878
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5554d9c5b016bb08c23bba27361bf82dc429f963
Submitter: Jenkins
Branch: master

commit 5554d9c5b016bb08c23bba27361bf82dc429f963
Author: liyingjun <email address hidden>
Date: Fri Mar 17 15:55:36 2017 +0800

    Use router tenant for interface attach

    When trying to add interface from a shared network by other tenant to
    router, internal server will be raised.
    Should use router tenant id instead of subnet tenant id to create port
    when adding interface to router. And from the user's perspective the
    port created should belong to the user who created it.

    Change-Id: Ib124bbc85b9289940eb3de75a222196479e48e6b
    Closes-bug: #1673696