]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Detect and process live-migration in Cisco plugin
authorBaodong Li <baoli@cisco.com>
Tue, 8 Oct 2013 15:19:32 +0000 (15:19 +0000)
committerBaodong Li <baoli@cisco.com>
Thu, 17 Oct 2013 17:18:17 +0000 (17:18 +0000)
commit684c9b0b10535eb91b2f679de82c460a864f2cc0
tree5061275e33b3d51c7b5ce781d754d01867799b4b
parentb94b4b087b18946adf6ee39ea8054d09316da731
Detect and process live-migration in Cisco plugin

With Cisco/Nexus plugin, migration is not fully supported. Logic to detect
port binding change needs to be added in update_port(), and provisioning of
nexus switch(es) should be done accordingly

added test code for update_port() in the model layer and the db layer

Closes-Bug: #1229217

Change-Id: I2bd76030711c9d15462e91da9e4c0836a424834f
neutron/plugins/cisco/models/virt_phy_sw_v2.py
neutron/tests/unit/cisco/test_network_plugin.py