manila/manila/data
Rodrigo Barbieri b8e9ae892a Fix Share Migration KeyError on dict.pop
In Share migration it is always trying to remove the Copy object
from dictionary, even if it has not been added yet. So, dict.pop()
should include second argument to not throw exception.

Improved unit test to cover this variation.

Closes-bug: #1555630
Change-Id: If81c14cbeb03e41501d825cab000ceb1aa2cae7c
2016-03-10 12:49:14 -03:00
..
__init__.py Introduced Data Service 2016-03-01 17:13:51 -03:00
helper.py Move Share Migration code to Data Service 2016-03-03 09:34:29 -03:00
manager.py Fix Share Migration KeyError on dict.pop 2016-03-10 12:49:14 -03:00
rpcapi.py Move Share Migration code to Data Service 2016-03-03 09:34:29 -03:00
utils.py Move Share Migration code to Data Service 2016-03-03 09:34:29 -03:00