]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove old_name from kwargs when using IET helper.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 1 May 2013 17:26:18 +0000 (11:26 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 2 May 2013 17:53:26 +0000 (11:53 -0600)
commitdb991e6638533fb019fa5dcf59235d7302ae426e
tree3261bff25d2ff7e976b48414b2c2e66a65170379
parent11a949c14806c2891e114cd21c08b5b7557862f1
Remove old_name from kwargs when using IET helper.

The IET driver passes the input kwargs from export
directly to the IET driver, but one of the keys here
is specifically for migration and a bug associated with
going from nova-vol to cinder-uuid's.

This patch just checks in the IET code if we have the key set
and if so pops it out before passing through to iet.

Fixes bug: 1175207

Change-Id: I965bdfbe078d61b906aebc48961c1806a9fb0c59
cinder/volume/iscsi.py