]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add accept_transfer to solidfire driver
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 16 Aug 2013 23:21:21 +0000 (17:21 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 20 Aug 2013 15:02:33 +0000 (09:02 -0600)
commitd5793e0c6289f011c67e6b18551066eb2cac38b5
treebe19fd2b38d357699eaffa748d39354851798d27
parent8fa1fa806b36bd9a06c13b0d1255e87c6307b179
Add accept_transfer to solidfire driver

The SolidFire cluster is tenant aware and as such
needs to change account association on volume transfer.

We use the project_id to build this account, so read that
in here and create a new account if necessary and re-assign
the existing volume to the new tenant account.

Change-Id: I29879714c2d32a982918cd1305c8eb00718795fd
cinder/volume/driver.py
cinder/volume/drivers/solidfire.py
cinder/volume/manager.py