Comment 13 for bug 1514680

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/kilo)

Reviewed: https://review.openstack.org/257993
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=03ee72291746143a50b888303a4361042b479954
Submitter: Jenkins
Branch: stable/kilo

commit 03ee72291746143a50b888303a4361042b479954
Author: Steven Hardy <email address hidden>
Date: Mon Dec 14 22:15:38 2015 +0000

    Neutron port, tolerate switching network name/id

    It's valid to switch the network name for an ID referencing the
    same network, and vice-versa so allow that behavior when using the
    network property which can accept either name or ID.

    Neutron port allow switching between network_id and network

    The network_id property is deprecated, so we should tolerate switching
    to the not-deprecated network property without replacing the port.

    Conflicts:
     heat/engine/resources/openstack/neutron/port.py

    (cherry picked from commit ab3c52543493ec2aa7e1d9f8d189a62034f342b7
     with manual fallback for NETWORK_ID due to the lack of
     translation_rules in stable/kilo)
    Partial-Bug: #1514680
    Change-Id: I0889ff8fc277dc9703d30b7e42fd799cfb57e975