Comment 4 for bug 1645716

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

Reviewed: https://review.openstack.org/405151
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cd8b6d422826cab0337432c77aa3dd1c317bec6b
Submitter: Jenkins
Branch: stable/newton

commit cd8b6d422826cab0337432c77aa3dd1c317bec6b
Author: John Schwarz <email address hidden>
Date: Tue Nov 29 15:11:41 2016 +0200

    Migrate device_owner for router's interface

    When migrating a HA router to legacy, the router's interface (whose
    device_owner is network:ha_router_replicated_interface) isn't changed
    to network:router_interface. This means that certain actions (such as
    trying to use 'neutron router-interface-delete' and migrating the router
    to DVR) won't work (since a router interface of the appropriate type
    can't be found and an SNAT port won't be created, respectively). This
    patch takes care of the needed migration.

    Closes-Bug: #1645716
    Change-Id: I0c18ccf08ddfa57fde9b5ac331101497079bd330
    (cherry picked from commit 4c41a259c93e326d5635164047c72c9de207fde5)