Comment 7 for bug 1246258

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

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

commit b12da559b6a40fba4e4431d74372b5e350047525
Author: Gary Kotton <email address hidden>
Date: Wed Oct 30 04:21:53 2013 -0700

    Fix bug for neutron network-name

    There may be cases when the network-name is not updated correctly
    due to the requested networks not being owned by the tenant.

    In the case when there is no matched network we use the details
    from the used port.

    A failed deletion of a port will raise an exception. If the
    port is not found no exception will be raised.

    Co-authored-by: Evgeny Fedoruk <email address hidden>

    Change-Id: Ie28e88ec9a9c7a180410ae5e57f84b1f653bbffc
    Closes-Bug: #1246258