Comment 2 for bug 1313997

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/90879
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=47e51e7521784f6a2edcfbf71a9aac0237e76e42
Submitter: Jenkins
Branch: master

commit 47e51e7521784f6a2edcfbf71a9aac0237e76e42
Author: armando-migliaccio <email address hidden>
Date: Mon Apr 28 20:24:18 2014 -0700

    NSX: fix migration for networks without a subnet

    In case the network is without a subnet, calling the validation
    logic during the report phase leads to an error because the LSN
    would have been already allocated during the migration phase.

    Bypass the issue by calling the plugin directly, which is what
    the validation logic does in the first place.

    Closes-bug: #1313997

    Change-Id: I14f77ae3b0cc147c4ea1c79e56bdd809de7c76a0