cinder/cinder/transfer
John Griffith 8fa1fa806b Added need info to accept_transfer
Drivers that implement accept_transfer will need
things like the new user_id and project_id.  We were
not including this in the original add, in order for
drivers that are tenant aware this information will be
necessary.

Also the get_volume call in the transfer was using
the new user context, so the volume would never be
found.  We fix this here by providing an elevated
context to the get_volume call when accepting the
transfer.

Change-Id: I7b60c19950f85c4309a97bb842ff238bcf8e746a
Fixes: bug 1213275
2013-08-20 09:02:33 -06:00
..
__init__.py Rename cinder.flags to cinder.common.config 2013-07-03 11:28:57 +04:00
api.py Added need info to accept_transfer 2013-08-20 09:02:33 -06:00